From c610e3ab1c6bc71e036475d86e26f4734676d321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Basile=20Cl=C3=A9ment?= Date: Tue, 12 Sep 2023 11:23:00 +0200 Subject: [PATCH] Use --enable-assertions in tests The `--enable-assertions` flag is used to make Alt-Ergo perform internal verification of invariants at various points in the solve. This verification is not enabled by default, but it makes sense to set a high bar for ourselves and check the invariants on the in-repo tests. --- tests/dune.inc | 28164 ++++++++++++++++++++++++++++++--------------- tools/gentest.ml | 19 +- 2 files changed, 18783 insertions(+), 9400 deletions(-) diff --git a/tests/dune.inc b/tests/dune.inc index dc64ad505..7b08eee9b 100644 --- a/tests/dune.inc +++ b/tests/dune.inc @@ -13,9 +13,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -36,9 +37,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -61,9 +63,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -85,9 +88,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -108,9 +112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -131,9 +136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -154,9 +160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -174,9 +181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -196,9 +204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -218,9 +227,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -237,8 +247,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -256,8 +267,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -275,9 +287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -298,9 +311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -323,9 +337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -347,9 +362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -370,9 +386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -393,9 +410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -416,9 +434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -436,9 +455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -458,9 +478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -480,9 +501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -499,8 +521,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -518,8 +541,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -537,9 +561,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -560,9 +585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -585,9 +611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -609,9 +636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -632,9 +660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -655,9 +684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -678,9 +708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -698,9 +729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -720,9 +752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -742,9 +775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -761,8 +795,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -780,8 +815,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -799,9 +835,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -822,9 +859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -847,9 +885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -871,9 +910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -894,9 +934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -917,9 +958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -940,9 +982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -960,9 +1003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -982,9 +1026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -1004,9 +1049,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -1023,8 +1069,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -1042,8 +1089,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -1061,9 +1109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -1084,9 +1133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -1109,9 +1159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -1133,9 +1184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -1156,9 +1208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -1179,9 +1232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -1202,9 +1256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -1222,9 +1277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -1244,9 +1300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -1266,9 +1323,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -1285,8 +1343,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -1304,8 +1363,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -1323,9 +1383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -1346,9 +1407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -1371,9 +1433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -1395,9 +1458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -1418,9 +1482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -1441,9 +1506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -1464,9 +1530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -1484,9 +1551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -1506,9 +1574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -1528,9 +1597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -1547,8 +1617,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -1566,8 +1637,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -1585,9 +1657,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -1608,9 +1681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -1633,9 +1707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -1657,9 +1732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -1680,9 +1756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -1703,9 +1780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -1726,9 +1804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -1746,9 +1825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -1768,9 +1848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -1790,9 +1871,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -1809,8 +1891,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -1828,8 +1911,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -1847,9 +1931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -1870,9 +1955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -1895,9 +1981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -1919,9 +2006,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -1942,9 +2030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -1965,9 +2054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -1988,9 +2078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -2008,9 +2099,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -2030,9 +2122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -2052,9 +2145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -2071,8 +2165,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -2090,8 +2185,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -2109,9 +2205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -2132,9 +2229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -2157,9 +2255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -2181,9 +2280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -2204,9 +2304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -2227,9 +2328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -2250,9 +2352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -2270,9 +2373,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -2292,9 +2396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -2314,9 +2419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -2333,8 +2439,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -2352,8 +2459,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -2371,9 +2479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -2394,9 +2503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -2419,9 +2529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -2443,9 +2554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -2466,9 +2578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -2489,9 +2602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -2512,9 +2626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -2532,9 +2647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -2554,9 +2670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -2576,9 +2693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -2595,8 +2713,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -2614,8 +2733,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -2633,9 +2753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -2656,9 +2777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -2681,9 +2803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -2705,9 +2828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -2728,9 +2852,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -2751,9 +2876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -2774,9 +2900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -2794,9 +2921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -2816,9 +2944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -2838,9 +2967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -2857,8 +2987,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -2876,8 +3007,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -2895,9 +3027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -2918,9 +3051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -2943,9 +3077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -2967,9 +3102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -2990,9 +3126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -3013,9 +3150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -3036,9 +3174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -3056,9 +3195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -3078,9 +3218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -3100,9 +3241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -3119,8 +3261,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -3138,8 +3281,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -3157,9 +3301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -3180,9 +3325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -3205,9 +3351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -3229,9 +3376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -3252,9 +3400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -3275,9 +3424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -3298,9 +3448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -3318,9 +3469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -3340,9 +3492,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -3362,9 +3515,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -3381,8 +3535,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -3400,8 +3555,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -3419,9 +3575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -3442,9 +3599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -3467,9 +3625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -3491,9 +3650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -3514,9 +3674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -3537,9 +3698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -3560,9 +3722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -3580,9 +3743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -3602,9 +3766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -3624,9 +3789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -3643,8 +3809,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -3662,8 +3829,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -3681,9 +3849,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -3704,9 +3873,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -3729,9 +3899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -3753,9 +3924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -3776,9 +3948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -3799,9 +3972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -3822,9 +3996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -3842,9 +4017,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -3864,9 +4040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -3886,9 +4063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -3905,8 +4083,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -3924,8 +4103,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -3943,9 +4123,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -3966,9 +4147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -3991,9 +4173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -4015,9 +4198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -4038,9 +4222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -4061,9 +4246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -4084,9 +4270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -4104,9 +4291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -4126,9 +4314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -4148,9 +4337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -4167,8 +4357,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -4186,8 +4377,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -4205,9 +4397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -4228,9 +4421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -4253,9 +4447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -4277,9 +4472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -4300,9 +4496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -4323,9 +4520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -4346,9 +4544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -4366,9 +4565,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -4388,9 +4588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -4410,9 +4611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -4429,8 +4631,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -4448,8 +4651,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -4467,9 +4671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -4490,9 +4695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -4515,9 +4721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -4539,9 +4746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -4562,9 +4770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -4585,9 +4794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -4608,9 +4818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -4628,9 +4839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -4650,9 +4862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -4672,9 +4885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -4691,8 +4905,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -4710,8 +4925,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -4729,9 +4945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -4752,9 +4969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -4777,9 +4995,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -4801,9 +5020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -4824,9 +5044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -4847,9 +5068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -4870,9 +5092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -4890,9 +5113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -4912,9 +5136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -4934,9 +5159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -4953,8 +5179,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -4972,8 +5199,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -4991,9 +5219,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -5014,9 +5243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -5039,9 +5269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -5063,9 +5294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -5086,9 +5318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -5109,9 +5342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -5132,9 +5366,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -5152,9 +5387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -5174,9 +5410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -5196,9 +5433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -5215,8 +5453,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -5234,8 +5473,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -5253,9 +5493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -5276,9 +5517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -5301,9 +5543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -5325,9 +5568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -5348,9 +5592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -5371,9 +5616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -5394,9 +5640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -5414,9 +5661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -5436,9 +5684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -5458,9 +5707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -5477,8 +5727,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -5496,8 +5747,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -5515,9 +5767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -5538,9 +5791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -5563,9 +5817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -5587,9 +5842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -5610,9 +5866,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -5633,9 +5890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -5656,9 +5914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -5676,9 +5935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -5698,9 +5958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -5720,9 +5981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -5739,8 +6001,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -5758,8 +6021,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -5777,9 +6041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -5800,9 +6065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -5825,9 +6091,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -5849,9 +6116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -5872,9 +6140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -5895,9 +6164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -5918,9 +6188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -5938,9 +6209,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -5960,9 +6232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -5982,9 +6255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -6001,8 +6275,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -6020,8 +6295,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -6039,9 +6315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -6062,9 +6339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -6087,9 +6365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -6111,9 +6390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -6134,9 +6414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -6157,9 +6438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -6180,9 +6462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -6200,9 +6483,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -6222,9 +6506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -6244,9 +6529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -6263,8 +6549,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -6282,8 +6569,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -6301,9 +6589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -6324,9 +6613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -6349,9 +6639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -6373,9 +6664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -6396,9 +6688,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -6419,9 +6712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -6442,9 +6736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -6462,9 +6757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -6484,9 +6780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -6506,9 +6803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -6525,8 +6823,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -6544,8 +6843,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -6563,9 +6863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -6586,9 +6887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -6611,9 +6913,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -6635,9 +6938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -6658,9 +6962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -6681,9 +6986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -6704,9 +7010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -6724,9 +7031,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -6746,9 +7054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -6768,9 +7077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -6787,8 +7097,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -6806,8 +7117,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -6825,9 +7137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -6848,9 +7161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -6873,9 +7187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -6897,9 +7212,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -6920,9 +7236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -6943,9 +7260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -6966,9 +7284,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -6986,9 +7305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -7008,9 +7328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -7030,9 +7351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -7049,8 +7371,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -7068,8 +7391,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -7087,9 +7411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -7110,9 +7435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -7135,9 +7461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -7159,9 +7486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -7182,9 +7510,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -7205,9 +7534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -7228,9 +7558,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -7248,9 +7579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -7270,9 +7602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -7292,9 +7625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -7311,8 +7645,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -7330,8 +7665,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -7349,9 +7685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -7372,9 +7709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -7397,9 +7735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -7421,9 +7760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -7444,9 +7784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -7467,9 +7808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -7490,9 +7832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -7510,9 +7853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -7532,9 +7876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -7554,9 +7899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -7573,8 +7919,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -7592,8 +7939,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -7611,9 +7959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -7634,9 +7983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -7659,9 +8009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -7683,9 +8034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -7706,9 +8058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -7729,9 +8082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -7752,9 +8106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -7772,9 +8127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -7794,9 +8150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -7816,9 +8173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -7835,8 +8193,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -7854,8 +8213,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -7873,9 +8233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -7896,9 +8257,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -7921,9 +8283,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -7945,9 +8308,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -7968,9 +8332,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -7991,9 +8356,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -8014,9 +8380,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -8034,9 +8401,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -8056,9 +8424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -8078,9 +8447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -8097,8 +8467,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -8116,8 +8487,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -8135,9 +8507,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -8158,9 +8531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -8183,9 +8557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -8207,9 +8582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -8230,9 +8606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -8253,9 +8630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -8276,9 +8654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -8296,9 +8675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -8318,9 +8698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -8340,9 +8721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -8359,8 +8741,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -8378,8 +8761,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -8397,9 +8781,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -8420,9 +8805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -8445,9 +8831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -8469,9 +8856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -8492,9 +8880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -8515,9 +8904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -8538,9 +8928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -8558,9 +8949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -8580,9 +8972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -8602,9 +8995,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -8621,8 +9015,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -8640,8 +9035,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -8659,9 +9055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -8682,9 +9079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -8707,9 +9105,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -8731,9 +9130,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -8754,9 +9154,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -8777,9 +9178,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -8800,9 +9202,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -8820,9 +9223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -8842,9 +9246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -8864,9 +9269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -8883,8 +9289,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -8902,8 +9309,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -8921,9 +9329,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -8944,9 +9353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -8969,9 +9379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -8993,9 +9404,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -9016,9 +9428,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -9039,9 +9452,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -9062,9 +9476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -9082,9 +9497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -9104,9 +9520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -9126,9 +9543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -9145,8 +9563,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -9164,8 +9583,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -9183,9 +9603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -9206,9 +9627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -9231,9 +9653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -9255,9 +9678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -9278,9 +9702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -9301,9 +9726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -9324,9 +9750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -9344,9 +9771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -9366,9 +9794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -9388,9 +9817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -9407,8 +9837,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -9426,8 +9857,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -9445,9 +9877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -9468,9 +9901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -9493,9 +9927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -9517,9 +9952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -9540,9 +9976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -9563,9 +10000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -9586,9 +10024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -9606,9 +10045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -9628,9 +10068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -9650,9 +10091,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -9669,8 +10111,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -9688,8 +10131,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -9707,9 +10151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -9730,9 +10175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -9755,9 +10201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -9779,9 +10226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -9802,9 +10250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -9825,9 +10274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -9848,9 +10298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -9868,9 +10319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -9890,9 +10342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -9912,9 +10365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -9931,8 +10385,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -9950,8 +10405,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -9969,9 +10425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -9992,9 +10449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -10017,9 +10475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -10041,9 +10500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -10064,9 +10524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -10087,9 +10548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -10110,9 +10572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -10130,9 +10593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -10152,9 +10616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -10174,9 +10639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -10193,8 +10659,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -10212,8 +10679,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -10231,9 +10699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -10254,9 +10723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -10279,9 +10749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -10303,9 +10774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -10326,9 +10798,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -10349,9 +10822,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -10372,9 +10846,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -10392,9 +10867,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -10414,9 +10890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -10436,9 +10913,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -10455,8 +10933,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -10474,8 +10953,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -10493,9 +10973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -10516,9 +10997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -10541,9 +11023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -10565,9 +11048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -10588,9 +11072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -10611,9 +11096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -10634,9 +11120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -10654,9 +11141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -10676,9 +11164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -10698,9 +11187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -10717,8 +11207,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -10736,8 +11227,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -10755,9 +11247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -10778,9 +11271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -10803,9 +11297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -10827,9 +11322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -10850,9 +11346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -10873,9 +11370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -10896,9 +11394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -10916,9 +11415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -10938,9 +11438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -10960,9 +11461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -10979,8 +11481,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -10998,8 +11501,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -11017,9 +11521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -11040,9 +11545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -11065,9 +11571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -11089,9 +11596,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -11112,9 +11620,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -11135,9 +11644,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -11158,9 +11668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -11178,9 +11689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -11200,9 +11712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -11222,9 +11735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -11241,8 +11755,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -11260,8 +11775,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -11279,9 +11795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -11302,9 +11819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -11327,9 +11845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -11351,9 +11870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -11374,9 +11894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -11397,9 +11918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -11420,9 +11942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -11440,9 +11963,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -11462,9 +11986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -11484,9 +12009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -11503,8 +12029,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -11522,8 +12049,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -11541,9 +12069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -11564,9 +12093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -11589,9 +12119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -11613,9 +12144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -11636,9 +12168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -11659,9 +12192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -11682,9 +12216,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -11702,9 +12237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -11724,9 +12260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -11746,9 +12283,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -11765,8 +12303,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -11784,8 +12323,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -11803,9 +12343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -11826,9 +12367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -11851,9 +12393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -11875,9 +12418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -11898,9 +12442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -11921,9 +12466,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -11944,9 +12490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -11964,9 +12511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -11986,9 +12534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -12008,9 +12557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -12027,8 +12577,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -12046,8 +12597,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -12065,9 +12617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -12088,9 +12641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -12113,9 +12667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -12137,9 +12692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -12160,9 +12716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -12183,9 +12740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -12206,9 +12764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -12226,9 +12785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -12248,9 +12808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -12270,9 +12831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -12289,8 +12851,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -12308,8 +12871,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -12327,9 +12891,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -12350,9 +12915,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -12375,9 +12941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -12399,9 +12966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -12422,9 +12990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -12445,9 +13014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -12468,9 +13038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -12488,9 +13059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -12510,9 +13082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -12532,9 +13105,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -12551,8 +13125,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -12570,8 +13145,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -12589,9 +13165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -12612,9 +13189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -12637,9 +13215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -12661,9 +13240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -12684,9 +13264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -12707,9 +13288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -12730,9 +13312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -12750,9 +13333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -12772,9 +13356,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -12794,9 +13379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -12813,8 +13399,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -12832,8 +13419,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -12851,9 +13439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -12874,9 +13463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -12899,9 +13489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -12923,9 +13514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -12946,9 +13538,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -12969,9 +13562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -12992,9 +13586,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -13012,9 +13607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -13034,9 +13630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -13056,9 +13653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -13075,8 +13673,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -13094,8 +13693,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -13113,9 +13713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -13136,9 +13737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -13161,9 +13763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -13185,9 +13788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -13208,9 +13812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -13231,9 +13836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -13254,9 +13860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -13274,9 +13881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -13296,9 +13904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -13318,9 +13927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -13337,8 +13947,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -13356,8 +13967,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -13375,9 +13987,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -13398,9 +14011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -13423,9 +14037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -13447,9 +14062,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -13470,9 +14086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -13493,9 +14110,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -13516,9 +14134,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -13536,9 +14155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -13558,9 +14178,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -13580,9 +14201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -13599,8 +14221,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -13618,8 +14241,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -13637,9 +14261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -13660,9 +14285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -13685,9 +14311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -13709,9 +14336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -13732,9 +14360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -13755,9 +14384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -13778,9 +14408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -13798,9 +14429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -13820,9 +14452,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -13842,9 +14475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -13861,8 +14495,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -13880,8 +14515,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -13899,9 +14535,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -13922,9 +14559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -13947,9 +14585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -13971,9 +14610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -13994,9 +14634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -14017,9 +14658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -14040,9 +14682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -14060,9 +14703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -14082,9 +14726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -14104,9 +14749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -14123,8 +14769,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -14142,8 +14789,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -14161,9 +14809,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -14184,9 +14833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -14209,9 +14859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -14233,9 +14884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -14256,9 +14908,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -14279,9 +14932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -14302,9 +14956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -14322,9 +14977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -14344,9 +15000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -14366,9 +15023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -14385,8 +15043,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -14404,8 +15063,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -14423,9 +15083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -14446,9 +15107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -14471,9 +15133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -14495,9 +15158,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -14518,9 +15182,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -14541,9 +15206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -14564,9 +15230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -14584,9 +15251,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -14606,9 +15274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -14628,9 +15297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -14647,8 +15317,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -14666,8 +15337,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -14685,9 +15357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -14708,9 +15381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -14733,9 +15407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -14757,9 +15432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -14780,9 +15456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -14803,9 +15480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -14826,9 +15504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -14846,9 +15525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -14868,9 +15548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -14890,9 +15571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -14909,8 +15591,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -14928,8 +15611,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -14947,9 +15631,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -14970,9 +15655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -14995,9 +15681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -15019,9 +15706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -15042,9 +15730,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -15065,9 +15754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -15088,9 +15778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -15108,9 +15799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -15130,9 +15822,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -15152,9 +15845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -15171,8 +15865,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -15190,8 +15885,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -15209,9 +15905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -15232,9 +15929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -15257,9 +15955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -15281,9 +15980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -15304,9 +16004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -15327,9 +16028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -15350,9 +16052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -15370,9 +16073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -15392,9 +16096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -15414,9 +16119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -15433,8 +16139,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -15452,8 +16159,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -15471,9 +16179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -15494,9 +16203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -15519,9 +16229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -15543,9 +16254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -15566,9 +16278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -15589,9 +16302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -15612,9 +16326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -15632,9 +16347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -15654,9 +16370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -15676,9 +16393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -15695,8 +16413,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -15714,8 +16433,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -15733,9 +16453,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -15756,9 +16477,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -15781,9 +16503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -15805,9 +16528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -15828,9 +16552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -15851,9 +16576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -15874,9 +16600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -15894,9 +16621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -15916,9 +16644,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -15938,9 +16667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -15957,8 +16687,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -15976,8 +16707,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -15995,9 +16727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -16018,9 +16751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -16043,9 +16777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -16067,9 +16802,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -16090,9 +16826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -16113,9 +16850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -16136,9 +16874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -16156,9 +16895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -16178,9 +16918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -16200,9 +16941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -16219,8 +16961,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -16238,8 +16981,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -16257,9 +17001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -16280,9 +17025,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -16305,9 +17051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -16329,9 +17076,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -16352,9 +17100,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -16375,9 +17124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -16398,9 +17148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -16418,9 +17169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -16440,9 +17192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -16462,9 +17215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -16481,8 +17235,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -16500,8 +17255,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -16519,9 +17275,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -16542,9 +17299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -16567,9 +17325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -16591,9 +17350,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -16614,9 +17374,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -16637,9 +17398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -16660,9 +17422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -16680,9 +17443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -16702,9 +17466,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -16724,9 +17489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -16743,8 +17509,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -16762,8 +17529,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -16781,9 +17549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -16804,9 +17573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -16829,9 +17599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -16853,9 +17624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -16876,9 +17648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -16899,9 +17672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -16922,9 +17696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -16942,9 +17717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -16964,9 +17740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -16986,9 +17763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -17005,8 +17783,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -17024,8 +17803,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -17043,9 +17823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -17066,9 +17847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -17091,9 +17873,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -17115,9 +17898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -17138,9 +17922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -17161,9 +17946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -17184,9 +17970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -17204,9 +17991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -17226,9 +18014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -17248,9 +18037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -17267,8 +18057,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -17286,8 +18077,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -17305,9 +18097,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -17328,9 +18121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -17353,9 +18147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -17377,9 +18172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -17400,9 +18196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -17423,9 +18220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -17446,9 +18244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -17466,9 +18265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -17488,9 +18288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -17510,9 +18311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -17529,8 +18331,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -17548,8 +18351,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -17567,9 +18371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -17590,9 +18395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -17615,9 +18421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -17639,9 +18446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -17662,9 +18470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -17685,9 +18494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -17708,9 +18518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -17728,9 +18539,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -17750,9 +18562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -17772,9 +18585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -17791,8 +18605,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -17810,8 +18625,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -17829,9 +18645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -17852,9 +18669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -17877,9 +18695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -17901,9 +18720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -17924,9 +18744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -17947,9 +18768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -17970,9 +18792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -17990,9 +18813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -18012,9 +18836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -18034,9 +18859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -18053,8 +18879,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -18072,8 +18899,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -18091,9 +18919,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -18114,9 +18943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -18139,9 +18969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -18163,9 +18994,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -18186,9 +19018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -18209,9 +19042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -18232,9 +19066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -18252,9 +19087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -18274,9 +19110,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -18296,9 +19133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -18315,8 +19153,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -18334,8 +19173,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -18353,9 +19193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -18376,9 +19217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -18401,9 +19243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -18425,9 +19268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -18448,9 +19292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -18471,9 +19316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -18494,9 +19340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -18514,9 +19361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -18536,9 +19384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -18558,9 +19407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -18577,8 +19427,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -18596,8 +19447,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -18615,9 +19467,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -18638,9 +19491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -18663,9 +19517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -18687,9 +19542,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -18710,9 +19566,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -18733,9 +19590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -18756,9 +19614,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -18776,9 +19635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -18798,9 +19658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -18820,9 +19681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -18839,8 +19701,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -18858,8 +19721,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -18877,9 +19741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -18900,9 +19765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -18925,9 +19791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -18949,9 +19816,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -18972,9 +19840,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -18995,9 +19864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -19018,9 +19888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -19038,9 +19909,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -19060,9 +19932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -19082,9 +19955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -19101,8 +19975,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -19120,8 +19995,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -19139,9 +20015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -19162,9 +20039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -19187,9 +20065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -19211,9 +20090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -19234,9 +20114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -19257,9 +20138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -19280,9 +20162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -19300,9 +20183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -19322,9 +20206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -19344,9 +20229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -19363,8 +20249,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -19382,8 +20269,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -19401,9 +20289,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -19424,9 +20313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -19449,9 +20339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -19473,9 +20364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -19496,9 +20388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -19519,9 +20412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -19542,9 +20436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -19562,9 +20457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -19584,9 +20480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -19606,9 +20503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -19625,8 +20523,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -19644,8 +20543,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -19663,9 +20563,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -19686,9 +20587,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -19711,9 +20613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -19735,9 +20638,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -19758,9 +20662,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -19781,9 +20686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -19804,9 +20710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -19824,9 +20731,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -19846,9 +20754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -19868,9 +20777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -19887,8 +20797,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -19906,8 +20817,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -19925,9 +20837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -19948,9 +20861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -19973,9 +20887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -19997,9 +20912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -20020,9 +20936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -20043,9 +20960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -20066,9 +20984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -20086,9 +21005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -20108,9 +21028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -20130,9 +21051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -20149,8 +21071,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -20168,8 +21091,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -20187,9 +21111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -20210,9 +21135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -20235,9 +21161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -20259,9 +21186,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -20282,9 +21210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -20305,9 +21234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -20328,9 +21258,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -20348,9 +21279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -20370,9 +21302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -20392,9 +21325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -20411,8 +21345,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -20430,8 +21365,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -20449,9 +21385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -20472,9 +21409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -20497,9 +21435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -20521,9 +21460,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -20544,9 +21484,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -20567,9 +21508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -20590,9 +21532,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -20610,9 +21553,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -20632,9 +21576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -20654,9 +21599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -20673,8 +21619,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -20692,8 +21639,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -20711,9 +21659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -20734,9 +21683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -20759,9 +21709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -20783,9 +21734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -20806,9 +21758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -20829,9 +21782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -20852,9 +21806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -20872,9 +21827,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -20894,9 +21850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -20916,9 +21873,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -20935,8 +21893,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -20954,8 +21913,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -20973,9 +21933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -20996,9 +21957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -21021,9 +21983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -21045,9 +22008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -21068,9 +22032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -21091,9 +22056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -21114,9 +22080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -21134,9 +22101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -21156,9 +22124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -21178,9 +22147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -21197,8 +22167,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -21216,8 +22187,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -21235,9 +22207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -21258,9 +22231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -21283,9 +22257,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -21307,9 +22282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -21330,9 +22306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -21353,9 +22330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -21376,9 +22354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -21396,9 +22375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -21418,9 +22398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -21440,9 +22421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -21459,8 +22441,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -21478,8 +22461,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -21497,9 +22481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -21520,9 +22505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -21545,9 +22531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -21569,9 +22556,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -21592,9 +22580,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -21615,9 +22604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -21638,9 +22628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -21658,9 +22649,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -21680,9 +22672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -21702,9 +22695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -21721,8 +22715,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -21740,8 +22735,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -21759,9 +22755,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -21782,9 +22779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -21807,9 +22805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -21831,9 +22830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -21854,9 +22854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -21877,9 +22878,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -21900,9 +22902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -21920,9 +22923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -21942,9 +22946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -21964,9 +22969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -21983,8 +22989,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -22002,8 +23009,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -22021,9 +23029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -22044,9 +23053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -22069,9 +23079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -22093,9 +23104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -22116,9 +23128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -22139,9 +23152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -22162,9 +23176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -22182,9 +23197,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -22204,9 +23220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -22226,9 +23243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -22245,8 +23263,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -22264,8 +23283,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -22283,9 +23303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -22306,9 +23327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -22331,9 +23353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -22355,9 +23378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -22378,9 +23402,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -22401,9 +23426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -22424,9 +23450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -22444,9 +23471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -22466,9 +23494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -22488,9 +23517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -22507,8 +23537,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -22526,8 +23557,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -22545,9 +23577,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -22568,9 +23601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -22593,9 +23627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -22617,9 +23652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -22640,9 +23676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -22663,9 +23700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -22686,9 +23724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -22706,9 +23745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -22728,9 +23768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -22750,9 +23791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -22769,8 +23811,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -22788,8 +23831,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -22807,9 +23851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -22830,9 +23875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -22855,9 +23901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -22879,9 +23926,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -22902,9 +23950,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -22925,9 +23974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -22948,9 +23998,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -22968,9 +24019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -22990,9 +24042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -23012,9 +24065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -23031,8 +24085,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -23050,8 +24105,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -23069,9 +24125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -23092,9 +24149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -23117,9 +24175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -23141,9 +24200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -23164,9 +24224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -23187,9 +24248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -23210,9 +24272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -23230,9 +24293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -23252,9 +24316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -23274,9 +24339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -23293,8 +24359,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -23312,8 +24379,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -23331,9 +24399,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -23354,9 +24423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -23379,9 +24449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -23403,9 +24474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -23426,9 +24498,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -23449,9 +24522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -23472,9 +24546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -23492,9 +24567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -23514,9 +24590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -23536,9 +24613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -23555,8 +24633,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -23574,8 +24653,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -23593,9 +24673,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -23616,9 +24697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -23641,9 +24723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -23665,9 +24748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -23688,9 +24772,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -23711,9 +24796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -23734,9 +24820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -23754,9 +24841,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -23776,9 +24864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -23798,9 +24887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -23817,8 +24907,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -23836,8 +24927,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -23855,9 +24947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -23878,9 +24971,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -23903,9 +24997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -23927,9 +25022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -23950,9 +25046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -23973,9 +25070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -23996,9 +25094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -24016,9 +25115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -24038,9 +25138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -24060,9 +25161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -24079,8 +25181,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -24098,8 +25201,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -24117,9 +25221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -24140,9 +25245,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -24165,9 +25271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -24189,9 +25296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -24212,9 +25320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -24235,9 +25344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -24258,9 +25368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -24278,9 +25389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -24300,9 +25412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -24322,9 +25435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -24341,8 +25455,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -24360,8 +25475,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -24379,9 +25495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -24402,9 +25519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -24427,9 +25545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -24451,9 +25570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -24474,9 +25594,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -24497,9 +25618,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -24520,9 +25642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -24540,9 +25663,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -24562,9 +25686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -24584,9 +25709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -24603,8 +25729,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -24622,8 +25749,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -24641,9 +25769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -24664,9 +25793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -24689,9 +25819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -24713,9 +25844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -24736,9 +25868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -24759,9 +25892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -24782,9 +25916,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -24802,9 +25937,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -24824,9 +25960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -24846,9 +25983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -24865,8 +26003,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -24884,8 +26023,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -24903,9 +26043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -24926,9 +26067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -24951,9 +26093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -24975,9 +26118,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -24998,9 +26142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -25021,9 +26166,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -25044,9 +26190,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -25064,9 +26211,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -25086,9 +26234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -25108,9 +26257,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -25127,8 +26277,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -25146,8 +26297,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -25165,9 +26317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -25188,9 +26341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -25213,9 +26367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -25237,9 +26392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -25260,9 +26416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -25283,9 +26440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -25306,9 +26464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -25326,9 +26485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -25348,9 +26508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -25370,9 +26531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -25389,8 +26551,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -25408,8 +26571,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -25427,9 +26591,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -25450,9 +26615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -25475,9 +26641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -25499,9 +26666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -25522,9 +26690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -25545,9 +26714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -25568,9 +26738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -25588,9 +26759,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -25610,9 +26782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -25632,9 +26805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -25651,8 +26825,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -25670,8 +26845,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -25689,9 +26865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -25712,9 +26889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -25737,9 +26915,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -25761,9 +26940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -25784,9 +26964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -25807,9 +26988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -25830,9 +27012,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -25850,9 +27033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -25872,9 +27056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -25894,9 +27079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -25913,8 +27099,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -25932,8 +27119,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -25951,9 +27139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -25974,9 +27163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -25999,9 +27189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -26023,9 +27214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -26046,9 +27238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -26069,9 +27262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -26092,9 +27286,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -26112,9 +27307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -26134,9 +27330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -26156,9 +27353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -26175,8 +27373,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -26194,8 +27393,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -26213,9 +27413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -26236,9 +27437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -26261,9 +27463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -26285,9 +27488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -26308,9 +27512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -26331,9 +27536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -26354,9 +27560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -26374,9 +27581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -26396,9 +27604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -26418,9 +27627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -26437,8 +27647,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -26456,8 +27667,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -26475,9 +27687,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -26498,9 +27711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -26523,9 +27737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -26547,9 +27762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -26570,9 +27786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -26593,9 +27810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -26616,9 +27834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -26636,9 +27855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -26658,9 +27878,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -26680,9 +27901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -26699,8 +27921,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -26718,8 +27941,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -26737,9 +27961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -26760,9 +27985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -26785,9 +28011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -26809,9 +28036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -26832,9 +28060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -26855,9 +28084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -26878,9 +28108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -26898,9 +28129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -26920,9 +28152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -26942,9 +28175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -26961,8 +28195,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -26980,8 +28215,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -26999,9 +28235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -27022,9 +28259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -27047,9 +28285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -27071,9 +28310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -27094,9 +28334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -27117,9 +28358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -27140,9 +28382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -27160,9 +28403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -27182,9 +28426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -27204,9 +28449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -27223,8 +28469,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -27242,8 +28489,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -27261,9 +28509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -27284,9 +28533,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -27309,9 +28559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -27333,9 +28584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -27356,9 +28608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -27379,9 +28632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -27402,9 +28656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -27422,9 +28677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -27444,9 +28700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -27466,9 +28723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -27485,8 +28743,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -27504,8 +28763,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -27523,9 +28783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -27546,9 +28807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -27571,9 +28833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -27595,9 +28858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -27618,9 +28882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -27641,9 +28906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -27664,9 +28930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -27684,9 +28951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -27706,9 +28974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -27728,9 +28997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -27747,8 +29017,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -27766,8 +29037,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -27785,9 +29057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -27808,9 +29081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -27833,9 +29107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -27857,9 +29132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -27880,9 +29156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -27903,9 +29180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -27926,9 +29204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -27946,9 +29225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -27968,9 +29248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -27990,9 +29271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -28009,8 +29291,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -28028,8 +29311,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -28047,9 +29331,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -28070,9 +29355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -28095,9 +29381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -28119,9 +29406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -28142,9 +29430,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -28165,9 +29454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -28188,9 +29478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -28208,9 +29499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -28230,9 +29522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -28252,9 +29545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -28271,8 +29565,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -28290,8 +29585,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -28309,9 +29605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -28332,9 +29629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -28357,9 +29655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -28381,9 +29680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -28404,9 +29704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -28427,9 +29728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -28450,9 +29752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -28470,9 +29773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -28492,9 +29796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -28514,9 +29819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -28533,8 +29839,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -28552,8 +29859,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -28571,9 +29879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -28594,9 +29903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -28619,9 +29929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -28643,9 +29954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -28666,9 +29978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -28689,9 +30002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -28712,9 +30026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -28732,9 +30047,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -28754,9 +30070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -28776,9 +30093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -28795,8 +30113,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -28814,8 +30133,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -28833,9 +30153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -28856,9 +30177,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -28881,9 +30203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -28905,9 +30228,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -28928,9 +30252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -28951,9 +30276,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -28974,9 +30300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -28994,9 +30321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -29016,9 +30344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -29038,9 +30367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -29057,8 +30387,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -29076,8 +30407,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -29095,9 +30427,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -29118,9 +30451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -29143,9 +30477,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -29167,9 +30502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -29190,9 +30526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -29213,9 +30550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -29236,9 +30574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -29256,9 +30595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -29278,9 +30618,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -29300,9 +30641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -29319,8 +30661,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -29338,8 +30681,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -29357,9 +30701,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -29380,9 +30725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -29405,9 +30751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -29429,9 +30776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -29452,9 +30800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -29475,9 +30824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -29498,9 +30848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -29518,9 +30869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -29540,9 +30892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -29562,9 +30915,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -29581,8 +30935,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -29600,8 +30955,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -29619,9 +30975,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -29642,9 +30999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -29667,9 +31025,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -29691,9 +31050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -29714,9 +31074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -29737,9 +31098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -29760,9 +31122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -29780,9 +31143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -29802,9 +31166,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -29824,9 +31189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -29843,8 +31209,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -29862,8 +31229,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -29881,9 +31249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -29904,9 +31273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -29929,9 +31299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -29953,9 +31324,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -29976,9 +31348,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -29999,9 +31372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -30022,9 +31396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -30042,9 +31417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -30064,9 +31440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -30086,9 +31463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -30105,8 +31483,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -30124,8 +31503,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -30143,9 +31523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -30166,9 +31547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -30191,9 +31573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -30215,9 +31598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -30238,9 +31622,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -30261,9 +31646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -30284,9 +31670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -30304,9 +31691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -30326,9 +31714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -30348,9 +31737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -30367,8 +31757,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -30386,8 +31777,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -30405,9 +31797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -30428,9 +31821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -30453,9 +31847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -30477,9 +31872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -30500,9 +31896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -30523,9 +31920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -30546,9 +31944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -30566,9 +31965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -30588,9 +31988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -30610,9 +32011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -30629,8 +32031,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -30648,8 +32051,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -30667,9 +32071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -30690,9 +32095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -30715,9 +32121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -30739,9 +32146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -30762,9 +32170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -30785,9 +32194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -30808,9 +32218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -30828,9 +32239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -30850,9 +32262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -30872,9 +32285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -30891,8 +32305,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -30910,8 +32325,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -30929,9 +32345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -30952,9 +32369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -30977,9 +32395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -31001,9 +32420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -31024,9 +32444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -31047,9 +32468,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -31070,9 +32492,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -31090,9 +32513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -31112,9 +32536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -31134,9 +32559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -31153,8 +32579,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -31172,8 +32599,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -31191,9 +32619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -31214,9 +32643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -31239,9 +32669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -31263,9 +32694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -31286,9 +32718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -31309,9 +32742,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -31332,9 +32766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -31352,9 +32787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -31374,9 +32810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -31396,9 +32833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -31415,8 +32853,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -31434,8 +32873,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -31453,9 +32893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -31476,9 +32917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -31501,9 +32943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -31525,9 +32968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -31548,9 +32992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -31571,9 +33016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -31594,9 +33040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -31614,9 +33061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -31636,9 +33084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -31658,9 +33107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -31677,8 +33127,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -31696,8 +33147,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -31715,9 +33167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -31738,9 +33191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -31763,9 +33217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -31787,9 +33242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -31810,9 +33266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -31833,9 +33290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -31856,9 +33314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -31876,9 +33335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -31898,9 +33358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -31920,9 +33381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -31939,8 +33401,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -31958,8 +33421,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -31977,9 +33441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -32000,9 +33465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -32025,9 +33491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -32049,9 +33516,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -32072,9 +33540,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -32095,9 +33564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -32118,9 +33588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -32138,9 +33609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -32160,9 +33632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -32182,9 +33655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -32201,8 +33675,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -32220,8 +33695,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -32239,9 +33715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -32262,9 +33739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -32287,9 +33765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -32311,9 +33790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -32334,9 +33814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -32357,9 +33838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -32380,9 +33862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -32400,9 +33883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -32422,9 +33906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -32444,9 +33929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -32463,8 +33949,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -32482,8 +33969,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -32501,9 +33989,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -32524,9 +34013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -32549,9 +34039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -32573,9 +34064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -32596,9 +34088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -32619,9 +34112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -32642,9 +34136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -32662,9 +34157,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -32684,9 +34180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -32706,9 +34203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -32725,8 +34223,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -32744,8 +34243,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -32763,9 +34263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -32786,9 +34287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -32811,9 +34313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -32835,9 +34338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -32858,9 +34362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -32881,9 +34386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -32904,9 +34410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -32924,9 +34431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -32946,9 +34454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -32968,9 +34477,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -32987,8 +34497,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -33006,8 +34517,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -33025,9 +34537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -33048,9 +34561,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -33073,9 +34587,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -33097,9 +34612,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -33120,9 +34636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -33143,9 +34660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -33166,9 +34684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -33186,9 +34705,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -33208,9 +34728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -33230,9 +34751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -33249,8 +34771,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -33268,8 +34791,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -33287,9 +34811,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -33310,9 +34835,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -33335,9 +34861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -33359,9 +34886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -33382,9 +34910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -33405,9 +34934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -33428,9 +34958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -33448,9 +34979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -33470,9 +35002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -33492,9 +35025,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -33511,8 +35045,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -33530,8 +35065,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -33549,9 +35085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -33572,9 +35109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -33597,9 +35135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -33621,9 +35160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -33644,9 +35184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -33667,9 +35208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -33690,9 +35232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -33710,9 +35253,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -33732,9 +35276,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -33754,9 +35299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -33773,8 +35319,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -33792,8 +35339,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -33811,9 +35359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -33834,9 +35383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -33859,9 +35409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -33883,9 +35434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -33906,9 +35458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -33929,9 +35482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -33952,9 +35506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -33972,9 +35527,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -33994,9 +35550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -34016,9 +35573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -34035,8 +35593,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -34054,8 +35613,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -34073,9 +35633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -34096,9 +35657,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -34121,9 +35683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -34145,9 +35708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -34168,9 +35732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -34191,9 +35756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -34214,9 +35780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -34234,9 +35801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -34256,9 +35824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -34278,9 +35847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -34297,8 +35867,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -34316,8 +35887,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -34335,9 +35907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -34358,9 +35931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -34383,9 +35957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -34407,9 +35982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -34430,9 +36006,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -34453,9 +36030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -34476,9 +36054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -34496,9 +36075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -34518,9 +36098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -34540,9 +36121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -34559,8 +36141,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -34578,8 +36161,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -34597,9 +36181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -34620,9 +36205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -34645,9 +36231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -34669,9 +36256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -34692,9 +36280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -34715,9 +36304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -34738,9 +36328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -34758,9 +36349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -34780,9 +36372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -34802,9 +36395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -34821,8 +36415,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -34840,8 +36435,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -34859,9 +36455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -34882,9 +36479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -34907,9 +36505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -34931,9 +36530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -34954,9 +36554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -34977,9 +36578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -35000,9 +36602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -35020,9 +36623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -35042,9 +36646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -35064,9 +36669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -35083,8 +36689,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -35102,8 +36709,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -35121,9 +36729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -35144,9 +36753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -35169,9 +36779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -35193,9 +36804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -35216,9 +36828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -35239,9 +36852,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -35262,9 +36876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -35282,9 +36897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -35304,9 +36920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -35326,9 +36943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -35345,8 +36963,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -35364,8 +36983,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -35383,9 +37003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -35406,9 +37027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -35431,9 +37053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -35455,9 +37078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -35478,9 +37102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -35501,9 +37126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -35524,9 +37150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -35544,9 +37171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -35566,9 +37194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -35588,9 +37217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -35607,8 +37237,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -35626,8 +37257,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -35645,9 +37277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -35668,9 +37301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -35693,9 +37327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -35717,9 +37352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -35740,9 +37376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -35763,9 +37400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -35786,9 +37424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -35806,9 +37445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -35828,9 +37468,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -35850,9 +37491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -35869,8 +37511,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -35888,8 +37531,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -35907,9 +37551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -35930,9 +37575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -35955,9 +37601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -35979,9 +37626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -36002,9 +37650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -36025,9 +37674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -36048,9 +37698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -36068,9 +37719,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -36090,9 +37742,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -36112,9 +37765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -36131,8 +37785,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -36150,8 +37805,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -36169,9 +37825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -36192,9 +37849,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -36217,9 +37875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -36241,9 +37900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -36264,9 +37924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -36287,9 +37948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -36310,9 +37972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -36330,9 +37993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -36352,9 +38016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -36374,9 +38039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -36393,8 +38059,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -36412,8 +38079,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -36431,9 +38099,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -36454,9 +38123,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -36479,9 +38149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -36503,9 +38174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -36526,9 +38198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -36549,9 +38222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -36572,9 +38246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -36592,9 +38267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -36614,9 +38290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -36636,9 +38313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -36655,8 +38333,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -36674,8 +38353,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -36693,9 +38373,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -36716,9 +38397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -36741,9 +38423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -36765,9 +38448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -36788,9 +38472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -36811,9 +38496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -36834,9 +38520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -36854,9 +38541,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -36876,9 +38564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -36898,9 +38587,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -36917,8 +38607,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -36936,8 +38627,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -36955,9 +38647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -36978,9 +38671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -37003,9 +38697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -37027,9 +38722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -37050,9 +38746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -37073,9 +38770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -37096,9 +38794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -37116,9 +38815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -37138,9 +38838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -37160,9 +38861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -37179,8 +38881,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -37198,8 +38901,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -37217,9 +38921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -37240,9 +38945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -37265,9 +38971,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -37289,9 +38996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -37312,9 +39020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -37335,9 +39044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -37358,9 +39068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -37378,9 +39089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -37400,9 +39112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -37422,9 +39135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -37441,8 +39155,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -37460,8 +39175,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -37484,9 +39200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -37507,9 +39224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -37532,9 +39250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -37556,9 +39275,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -37579,9 +39299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -37602,9 +39323,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -37625,9 +39347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -37645,9 +39368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -37667,9 +39391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -37689,9 +39414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -37710,8 +39436,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -37731,8 +39458,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -37750,9 +39478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -37773,9 +39502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -37798,9 +39528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -37822,9 +39553,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -37845,9 +39577,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -37868,9 +39601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -37891,9 +39625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -37913,9 +39648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -37935,9 +39671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -37957,9 +39694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -37978,8 +39716,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -37999,8 +39738,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -38020,9 +39760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -38043,9 +39784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -38068,9 +39810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -38092,9 +39835,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -38115,9 +39859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -38138,9 +39883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -38161,9 +39907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -38183,9 +39930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -38205,9 +39953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -38227,9 +39976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -38248,8 +39998,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -38269,8 +40020,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -38290,9 +40042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -38313,9 +40066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -38338,9 +40092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -38362,9 +40117,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -38385,9 +40141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -38408,9 +40165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -38431,9 +40189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -38451,9 +40210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -38471,9 +40231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -38491,9 +40252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -38510,8 +40272,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -38529,8 +40292,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -38548,9 +40312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -38571,9 +40336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -38596,9 +40362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -38620,9 +40387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -38643,9 +40411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -38666,9 +40435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -38689,9 +40459,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -38709,9 +40480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -38729,9 +40501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -38749,9 +40522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -38768,8 +40542,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -38787,8 +40562,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -38806,9 +40582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -38827,9 +40604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -38852,9 +40630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -38876,9 +40655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -38899,9 +40679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -38922,9 +40703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -38943,9 +40725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -38963,9 +40746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -38983,9 +40767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -39003,9 +40788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -39022,8 +40808,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -39041,8 +40828,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -39060,9 +40848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -39081,9 +40870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -39106,9 +40896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -39130,9 +40921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -39153,9 +40945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -39176,9 +40969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -39197,9 +40991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -39217,9 +41012,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -39237,9 +41033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -39257,9 +41054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -39276,8 +41074,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -39295,8 +41094,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -39314,9 +41114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -39335,9 +41136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -39360,9 +41162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -39384,9 +41187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -39407,9 +41211,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -39430,9 +41235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -39453,9 +41259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -39473,9 +41280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -39493,9 +41301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -39513,9 +41322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -39532,8 +41342,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -39551,8 +41362,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -39570,9 +41382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -39593,9 +41406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -39618,9 +41432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -39642,9 +41457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -39665,9 +41481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -39688,9 +41505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -39711,9 +41529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -39733,9 +41552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -39755,9 +41575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -39777,9 +41598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -39798,8 +41620,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -39819,8 +41642,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -39840,9 +41664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -39863,9 +41688,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -39888,9 +41714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -39912,9 +41739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -39935,9 +41763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -39958,9 +41787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -39981,9 +41811,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -40003,9 +41834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -40025,9 +41857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -40047,9 +41880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -40068,8 +41902,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -40089,8 +41924,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -40110,9 +41946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -40133,9 +41970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -40158,9 +41996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -40182,9 +42021,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -40205,9 +42045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -40228,9 +42069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -40251,9 +42093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -40271,9 +42114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -40293,9 +42137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -40315,9 +42160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -40334,8 +42180,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -40353,8 +42200,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -40372,9 +42220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -40395,9 +42244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -40420,9 +42270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -40444,9 +42295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -40467,9 +42319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -40490,9 +42343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -40513,9 +42367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -40533,9 +42388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -40555,9 +42411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -40577,9 +42434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -40596,8 +42454,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -40615,8 +42474,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -40634,9 +42494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -40657,9 +42518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -40682,9 +42544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -40706,9 +42569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -40729,9 +42593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -40752,9 +42617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -40775,9 +42641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -40795,9 +42662,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -40817,9 +42685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -40839,9 +42708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -40858,8 +42728,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -40877,8 +42748,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -40896,9 +42768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -40919,9 +42792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -40944,9 +42818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -40968,9 +42843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -40991,9 +42867,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -41014,9 +42891,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -41037,9 +42915,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -41057,9 +42936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -41079,9 +42959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -41101,9 +42982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -41120,8 +43002,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -41139,8 +43022,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -41158,9 +43042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -41181,9 +43066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -41206,9 +43092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -41230,9 +43117,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -41253,9 +43141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -41276,9 +43165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -41299,9 +43189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -41319,9 +43210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -41341,9 +43233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -41361,9 +43254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -41380,8 +43274,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -41399,8 +43294,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -41418,9 +43314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -41441,9 +43338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -41466,9 +43364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -41490,9 +43389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -41513,9 +43413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -41536,9 +43437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -41559,9 +43461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -41579,9 +43482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -41599,9 +43503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -41619,9 +43524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -41638,8 +43544,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -41657,8 +43564,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -41676,9 +43584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -41699,9 +43608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -41724,9 +43634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -41748,9 +43659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -41771,9 +43683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -41794,9 +43707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -41817,9 +43731,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -41837,9 +43752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -41857,9 +43773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -41877,9 +43794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -41896,8 +43814,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -41915,8 +43834,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -41934,9 +43854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -41957,9 +43878,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -41982,9 +43904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -42006,9 +43929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -42029,9 +43953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -42052,9 +43977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -42075,9 +44001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -42095,9 +44022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -42115,9 +44043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -42135,9 +44064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -42154,8 +44084,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -42173,8 +44104,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -42192,9 +44124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -42215,9 +44148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -42240,9 +44174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -42264,9 +44199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -42287,9 +44223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -42310,9 +44247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -42333,9 +44271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -42355,9 +44294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -42377,9 +44317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -42399,9 +44340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -42420,8 +44362,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -42441,8 +44384,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -42462,9 +44406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -42485,9 +44430,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -42510,9 +44456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -42534,9 +44481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -42557,9 +44505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -42580,9 +44529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -42603,9 +44553,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -42623,9 +44574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -42645,9 +44597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -42667,9 +44620,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -42688,8 +44642,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -42709,8 +44664,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -42733,9 +44689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -42756,9 +44713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -42781,9 +44739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -42805,9 +44764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -42828,9 +44788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -42851,9 +44812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -42874,9 +44836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -42894,9 +44857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -42916,9 +44880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -42938,9 +44903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -42959,8 +44925,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -42980,8 +44947,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -42999,9 +44967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -43022,9 +44991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -43047,9 +45017,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -43071,9 +45042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -43094,9 +45066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -43117,9 +45090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -43140,9 +45114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -43160,9 +45135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -43182,9 +45158,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -43204,9 +45181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -43225,8 +45203,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -43246,8 +45225,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -43265,9 +45245,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -43288,9 +45269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -43313,9 +45295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -43337,9 +45320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -43360,9 +45344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -43383,9 +45368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -43406,9 +45392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -43426,9 +45413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -43448,9 +45436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -43468,9 +45457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -43487,8 +45477,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -43506,8 +45497,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -43525,9 +45517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -43548,9 +45541,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -43573,9 +45567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -43597,9 +45592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -43620,9 +45616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -43643,9 +45640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -43666,9 +45664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -43686,9 +45685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -43708,9 +45708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -43728,9 +45729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -43747,8 +45749,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -43766,8 +45769,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -43785,9 +45789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -43808,9 +45813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -43833,9 +45839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -43857,9 +45864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -43880,9 +45888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -43903,9 +45912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -43926,9 +45936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -43946,9 +45957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -43968,9 +45980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -43988,9 +46001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -44007,8 +46021,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -44026,8 +46041,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -44045,9 +46061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -44068,9 +46085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -44093,9 +46111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -44117,9 +46136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -44140,9 +46160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -44163,9 +46184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -44186,9 +46208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -44206,9 +46229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -44228,9 +46252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -44248,9 +46273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -44267,8 +46293,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -44286,8 +46313,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -44305,9 +46333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -44328,9 +46357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -44353,9 +46383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -44377,9 +46408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -44400,9 +46432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -44423,9 +46456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -44446,9 +46480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -44466,9 +46501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -44488,9 +46524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -44508,9 +46545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -44527,8 +46565,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -44546,8 +46585,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -44565,9 +46605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -44588,9 +46629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -44613,9 +46655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -44637,9 +46680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -44660,9 +46704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -44683,9 +46728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -44706,9 +46752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -44726,9 +46773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -44748,9 +46796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -44768,9 +46817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -44787,8 +46837,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -44806,8 +46857,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -44825,9 +46877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -44848,9 +46901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -44873,9 +46927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -44897,9 +46952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -44920,9 +46976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -44943,9 +47000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -44966,9 +47024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -44986,9 +47045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -45008,9 +47068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -45028,9 +47089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -45047,8 +47109,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -45066,8 +47129,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -45085,9 +47149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -45108,9 +47173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -45133,9 +47199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -45157,9 +47224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -45180,9 +47248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -45203,9 +47272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -45226,9 +47296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -45246,9 +47317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -45268,9 +47340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -45288,9 +47361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -45307,8 +47381,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -45326,8 +47401,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -45345,9 +47421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -45368,9 +47445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -45393,9 +47471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -45417,9 +47496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -45440,9 +47520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -45463,9 +47544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -45486,9 +47568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -45506,9 +47589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -45528,9 +47612,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -45548,9 +47633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -45567,8 +47653,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -45586,8 +47673,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -45605,9 +47693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -45628,9 +47717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -45653,9 +47743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -45677,9 +47768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -45700,9 +47792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -45723,9 +47816,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -45746,9 +47840,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -45766,9 +47861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -45788,9 +47884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -45808,9 +47905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -45827,8 +47925,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -45846,8 +47945,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -45865,9 +47965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -45888,9 +47989,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -45913,9 +48015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -45937,9 +48040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -45960,9 +48064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -45983,9 +48088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -46006,9 +48112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -46026,9 +48133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -46048,9 +48156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -46068,9 +48177,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -46087,8 +48197,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -46106,8 +48217,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -46125,9 +48237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -46148,9 +48261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -46173,9 +48287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -46197,9 +48312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -46220,9 +48336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -46243,9 +48360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -46266,9 +48384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -46286,9 +48405,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -46308,9 +48428,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -46328,9 +48449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -46347,8 +48469,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -46366,8 +48489,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -46385,9 +48509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -46408,9 +48533,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -46433,9 +48559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -46457,9 +48584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -46480,9 +48608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -46503,9 +48632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -46526,9 +48656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -46546,9 +48677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -46568,9 +48700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -46588,9 +48721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -46607,8 +48741,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -46626,8 +48761,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -46645,9 +48781,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -46668,9 +48805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -46693,9 +48831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -46717,9 +48856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -46740,9 +48880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -46763,9 +48904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -46786,9 +48928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -46806,9 +48949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -46828,9 +48972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -46848,9 +48993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -46867,8 +49013,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -46886,8 +49033,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -46905,9 +49053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -46928,9 +49077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -46953,9 +49103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -46977,9 +49128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -47000,9 +49152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -47023,9 +49176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -47046,9 +49200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -47066,9 +49221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -47088,9 +49244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -47108,9 +49265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -47127,8 +49285,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -47146,8 +49305,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -47165,9 +49325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -47188,9 +49349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -47213,9 +49375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -47237,9 +49400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -47260,9 +49424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -47283,9 +49448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -47306,9 +49472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -47326,9 +49493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -47348,9 +49516,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -47368,9 +49537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -47387,8 +49557,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -47406,8 +49577,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -47425,9 +49597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -47448,9 +49621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -47473,9 +49647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -47497,9 +49672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -47520,9 +49696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -47543,9 +49720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -47566,9 +49744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -47586,9 +49765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -47608,9 +49788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -47628,9 +49809,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -47647,8 +49829,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -47666,8 +49849,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -47685,9 +49869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -47708,9 +49893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -47733,9 +49919,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -47757,9 +49944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -47780,9 +49968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -47803,9 +49992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -47826,9 +50016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -47846,9 +50037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -47868,9 +50060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -47888,9 +50081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -47907,8 +50101,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -47926,8 +50121,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -47945,9 +50141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -47968,9 +50165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -47993,9 +50191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -48017,9 +50216,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -48040,9 +50240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -48063,9 +50264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -48086,9 +50288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -48106,9 +50309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -48128,9 +50332,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -48148,9 +50353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -48167,8 +50373,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -48186,8 +50393,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -48205,9 +50413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -48228,9 +50437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -48253,9 +50463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -48277,9 +50488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -48300,9 +50512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -48323,9 +50536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -48346,9 +50560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -48366,9 +50581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -48388,9 +50604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -48408,9 +50625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -48427,8 +50645,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -48446,8 +50665,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -48465,9 +50685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -48488,9 +50709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -48513,9 +50735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -48537,9 +50760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -48560,9 +50784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -48583,9 +50808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -48606,9 +50832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -48626,9 +50853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -48648,9 +50876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -48668,9 +50897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -48687,8 +50917,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -48706,8 +50937,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -48725,9 +50957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -48748,9 +50981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -48773,9 +51007,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -48797,9 +51032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -48820,9 +51056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -48843,9 +51080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -48866,9 +51104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -48886,9 +51125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -48908,9 +51148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -48928,9 +51169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -48947,8 +51189,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -48966,8 +51209,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -48985,9 +51229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -49008,9 +51253,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -49033,9 +51279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -49057,9 +51304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -49080,9 +51328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -49103,9 +51352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -49126,9 +51376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -49146,9 +51397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -49168,9 +51420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -49188,9 +51441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -49207,8 +51461,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -49226,8 +51481,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -49245,9 +51501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -49268,9 +51525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -49293,9 +51551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -49317,9 +51576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -49340,9 +51600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -49363,9 +51624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -49386,9 +51648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -49406,9 +51669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -49428,9 +51692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -49448,9 +51713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -49467,8 +51733,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -49486,8 +51753,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -49505,9 +51773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -49528,9 +51797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -49553,9 +51823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -49577,9 +51848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -49600,9 +51872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -49623,9 +51896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -49646,9 +51920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -49666,9 +51941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -49688,9 +51964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -49708,9 +51985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -49727,8 +52005,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -49746,8 +52025,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -49765,9 +52045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -49788,9 +52069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -49813,9 +52095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -49837,9 +52120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -49860,9 +52144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -49883,9 +52168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -49906,9 +52192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -49926,9 +52213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -49948,9 +52236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -49968,9 +52257,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -49987,8 +52277,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -50006,8 +52297,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -50025,9 +52317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -50048,9 +52341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -50073,9 +52367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -50097,9 +52392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -50120,9 +52416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -50143,9 +52440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -50166,9 +52464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -50186,9 +52485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -50208,9 +52508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -50228,9 +52529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -50247,8 +52549,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -50266,8 +52569,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -50285,9 +52589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -50308,9 +52613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -50333,9 +52639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -50357,9 +52664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -50380,9 +52688,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -50403,9 +52712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -50426,9 +52736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -50446,9 +52757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -50468,9 +52780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -50488,9 +52801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -50507,8 +52821,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -50526,8 +52841,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -50545,9 +52861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -50568,9 +52885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -50593,9 +52911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -50617,9 +52936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -50640,9 +52960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -50663,9 +52984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -50686,9 +53008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -50706,9 +53029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -50728,9 +53052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -50748,9 +53073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -50767,8 +53093,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -50786,8 +53113,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -50805,9 +53133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -50828,9 +53157,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -50853,9 +53183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -50877,9 +53208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -50900,9 +53232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -50923,9 +53256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -50946,9 +53280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -50966,9 +53301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -50988,9 +53324,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -51008,9 +53345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -51027,8 +53365,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -51046,8 +53385,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -51065,9 +53405,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -51088,9 +53429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -51113,9 +53455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -51137,9 +53480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -51160,9 +53504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -51183,9 +53528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -51206,9 +53552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -51226,9 +53573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -51248,9 +53596,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -51268,9 +53617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -51287,8 +53637,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -51306,8 +53657,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -51325,9 +53677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -51348,9 +53701,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -51373,9 +53727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -51397,9 +53752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -51420,9 +53776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -51443,9 +53800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -51466,9 +53824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -51486,9 +53845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -51508,9 +53868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -51528,9 +53889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -51547,8 +53909,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -51566,8 +53929,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -51585,9 +53949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -51608,9 +53973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -51633,9 +53999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -51657,9 +54024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -51680,9 +54048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -51703,9 +54072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -51726,9 +54096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -51746,9 +54117,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -51768,9 +54140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -51788,9 +54161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -51807,8 +54181,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -51826,8 +54201,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -51845,9 +54221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -51868,9 +54245,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -51893,9 +54271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -51917,9 +54296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -51940,9 +54320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -51963,9 +54344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -51986,9 +54368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -52006,9 +54389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -52028,9 +54412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -52048,9 +54433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -52067,8 +54453,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -52086,8 +54473,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -52105,9 +54493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -52128,9 +54517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -52153,9 +54543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -52177,9 +54568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -52200,9 +54592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -52223,9 +54616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -52246,9 +54640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -52266,9 +54661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -52288,9 +54684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -52308,9 +54705,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -52327,8 +54725,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -52346,8 +54745,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -52365,9 +54765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -52388,9 +54789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -52413,9 +54815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -52437,9 +54840,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -52460,9 +54864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -52483,9 +54888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -52506,9 +54912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -52526,9 +54933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -52548,9 +54956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -52568,9 +54977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -52587,8 +54997,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -52606,8 +55017,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -52625,9 +55037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -52648,9 +55061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -52673,9 +55087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -52697,9 +55112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -52720,9 +55136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -52743,9 +55160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -52766,9 +55184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -52786,9 +55205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -52808,9 +55228,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -52828,9 +55249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -52847,8 +55269,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -52866,8 +55289,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -52885,9 +55309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -52908,9 +55333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -52933,9 +55359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -52957,9 +55384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -52980,9 +55408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -53003,9 +55432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -53026,9 +55456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -53046,9 +55477,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -53068,9 +55500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -53088,9 +55521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -53107,8 +55541,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -53126,8 +55561,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -53145,9 +55581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -53168,9 +55605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -53193,9 +55631,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -53217,9 +55656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -53240,9 +55680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -53263,9 +55704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -53286,9 +55728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -53306,9 +55749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -53328,9 +55772,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -53348,9 +55793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -53367,8 +55813,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -53386,8 +55833,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -53405,9 +55853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -53428,9 +55877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -53453,9 +55903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -53477,9 +55928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -53500,9 +55952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -53523,9 +55976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -53546,9 +56000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -53566,9 +56021,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -53588,9 +56044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -53608,9 +56065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -53627,8 +56085,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -53646,8 +56105,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -53665,9 +56125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -53688,9 +56149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -53713,9 +56175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -53737,9 +56200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -53760,9 +56224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -53783,9 +56248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -53806,9 +56272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -53826,9 +56293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -53848,9 +56316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -53868,9 +56337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -53887,8 +56357,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -53906,8 +56377,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -53925,9 +56397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -53948,9 +56421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -53973,9 +56447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -53997,9 +56472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -54020,9 +56496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -54043,9 +56520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -54066,9 +56544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -54086,9 +56565,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -54108,9 +56588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -54128,9 +56609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -54147,8 +56629,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -54166,8 +56649,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -54185,9 +56669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -54208,9 +56693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -54233,9 +56719,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -54257,9 +56744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -54280,9 +56768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -54303,9 +56792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -54326,9 +56816,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -54346,9 +56837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -54368,9 +56860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -54388,9 +56881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -54407,8 +56901,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -54426,8 +56921,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -54445,9 +56941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -54468,9 +56965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -54493,9 +56991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -54517,9 +57016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -54540,9 +57040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -54563,9 +57064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -54586,9 +57088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -54606,9 +57109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -54628,9 +57132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -54648,9 +57153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -54667,8 +57173,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -54686,8 +57193,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -54705,9 +57213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -54728,9 +57237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -54753,9 +57263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -54777,9 +57288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -54800,9 +57312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -54823,9 +57336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -54846,9 +57360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -54866,9 +57381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -54888,9 +57404,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -54908,9 +57425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -54927,8 +57445,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -54946,8 +57465,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -54965,9 +57485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -54988,9 +57509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -55013,9 +57535,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -55037,9 +57560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -55060,9 +57584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -55083,9 +57608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -55106,9 +57632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -55126,9 +57653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -55148,9 +57676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -55168,9 +57697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -55187,8 +57717,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -55206,8 +57737,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -55225,9 +57757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -55248,9 +57781,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -55273,9 +57807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -55297,9 +57832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -55320,9 +57856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -55343,9 +57880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -55366,9 +57904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -55386,9 +57925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -55408,9 +57948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -55428,9 +57969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -55447,8 +57989,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -55466,8 +58009,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -55485,9 +58029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -55508,9 +58053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -55533,9 +58079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -55557,9 +58104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -55580,9 +58128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -55603,9 +58152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -55626,9 +58176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -55646,9 +58197,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -55668,9 +58220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -55688,9 +58241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -55707,8 +58261,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -55726,8 +58281,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -55745,9 +58301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -55768,9 +58325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -55793,9 +58351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -55817,9 +58376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -55840,9 +58400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -55863,9 +58424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -55886,9 +58448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -55906,9 +58469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -55928,9 +58492,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -55948,9 +58513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -55967,8 +58533,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -55986,8 +58553,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -56005,9 +58573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -56028,9 +58597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -56053,9 +58623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -56077,9 +58648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -56100,9 +58672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -56123,9 +58696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -56146,9 +58720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -56166,9 +58741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -56188,9 +58764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -56208,9 +58785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -56227,8 +58805,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -56246,8 +58825,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -56265,9 +58845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -56288,9 +58869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -56313,9 +58895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -56337,9 +58920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -56360,9 +58944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -56383,9 +58968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -56406,9 +58992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -56426,9 +59013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -56448,9 +59036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -56468,9 +59057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -56487,8 +59077,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -56506,8 +59097,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -56525,9 +59117,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -56548,9 +59141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -56573,9 +59167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -56597,9 +59192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -56620,9 +59216,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -56643,9 +59240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -56666,9 +59264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -56686,9 +59285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -56708,9 +59308,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -56728,9 +59329,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -56747,8 +59349,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -56766,8 +59369,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -56785,9 +59389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -56808,9 +59413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -56833,9 +59439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -56857,9 +59464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -56880,9 +59488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -56903,9 +59512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -56926,9 +59536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -56946,9 +59557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -56968,9 +59580,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -56988,9 +59601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -57007,8 +59621,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -57026,8 +59641,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -57045,9 +59661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -57068,9 +59685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -57093,9 +59711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -57117,9 +59736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -57140,9 +59760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -57163,9 +59784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -57186,9 +59808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -57206,9 +59829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -57228,9 +59852,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -57248,9 +59873,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -57267,8 +59893,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -57286,8 +59913,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -57305,9 +59933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -57328,9 +59957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -57353,9 +59983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -57377,9 +60008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -57400,9 +60032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -57423,9 +60056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -57446,9 +60080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -57466,9 +60101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -57488,9 +60124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -57508,9 +60145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -57527,8 +60165,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -57546,8 +60185,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -57565,9 +60205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -57588,9 +60229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -57613,9 +60255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -57637,9 +60280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -57660,9 +60304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -57683,9 +60328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -57706,9 +60352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -57726,9 +60373,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -57748,9 +60396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -57768,9 +60417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -57787,8 +60437,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -57806,8 +60457,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -57825,9 +60477,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -57848,9 +60501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -57873,9 +60527,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -57897,9 +60552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -57920,9 +60576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -57943,9 +60600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -57966,9 +60624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -57986,9 +60645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -58008,9 +60668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -58028,9 +60689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -58047,8 +60709,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -58066,8 +60729,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -58085,9 +60749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -58108,9 +60773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -58133,9 +60799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -58157,9 +60824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -58180,9 +60848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -58203,9 +60872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -58226,9 +60896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -58246,9 +60917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -58268,9 +60940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -58288,9 +60961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -58307,8 +60981,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -58326,8 +61001,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -58345,9 +61021,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -58368,9 +61045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -58393,9 +61071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -58417,9 +61096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -58440,9 +61120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -58463,9 +61144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -58486,9 +61168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -58506,9 +61189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -58528,9 +61212,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -58548,9 +61233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -58567,8 +61253,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -58586,8 +61273,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -58605,9 +61293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -58628,9 +61317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -58653,9 +61343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -58677,9 +61368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -58700,9 +61392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -58723,9 +61416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -58746,9 +61440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -58766,9 +61461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -58788,9 +61484,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -58808,9 +61505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -58827,8 +61525,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -58846,8 +61545,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -58865,9 +61565,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -58888,9 +61589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -58913,9 +61615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -58937,9 +61640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -58960,9 +61664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -58983,9 +61688,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -59006,9 +61712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -59026,9 +61733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -59048,9 +61756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -59068,9 +61777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -59087,8 +61797,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -59106,8 +61817,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -59125,9 +61837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -59148,9 +61861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -59173,9 +61887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -59197,9 +61912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -59220,9 +61936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -59243,9 +61960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -59266,9 +61984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -59286,9 +62005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -59308,9 +62028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -59328,9 +62049,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -59347,8 +62069,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -59366,8 +62089,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -59385,9 +62109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -59408,9 +62133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -59433,9 +62159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -59457,9 +62184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -59480,9 +62208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -59503,9 +62232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -59526,9 +62256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -59546,9 +62277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -59568,9 +62300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -59588,9 +62321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -59607,8 +62341,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -59626,8 +62361,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -59645,9 +62381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -59668,9 +62405,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -59693,9 +62431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -59717,9 +62456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -59740,9 +62480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -59763,9 +62504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -59786,9 +62528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -59806,9 +62549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -59828,9 +62572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -59848,9 +62593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -59867,8 +62613,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -59886,8 +62633,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -59905,9 +62653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -59928,9 +62677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -59953,9 +62703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -59977,9 +62728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -60000,9 +62752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -60023,9 +62776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -60046,9 +62800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -60066,9 +62821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -60088,9 +62844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -60108,9 +62865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -60127,8 +62885,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -60146,8 +62905,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -60165,9 +62925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -60188,9 +62949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -60213,9 +62975,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -60237,9 +63000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -60260,9 +63024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -60283,9 +63048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -60306,9 +63072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -60326,9 +63093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -60348,9 +63116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -60368,9 +63137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -60387,8 +63157,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -60406,8 +63177,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -60425,9 +63197,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -60448,9 +63221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -60473,9 +63247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -60497,9 +63272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -60520,9 +63296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -60543,9 +63320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -60566,9 +63344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -60586,9 +63365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -60608,9 +63388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -60628,9 +63409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -60647,8 +63429,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -60666,8 +63449,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -60685,9 +63469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -60708,9 +63493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -60733,9 +63519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -60757,9 +63544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -60780,9 +63568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -60803,9 +63592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -60826,9 +63616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -60846,9 +63637,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -60868,9 +63660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -60888,9 +63681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -60907,8 +63701,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -60926,8 +63721,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -60945,9 +63741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -60968,9 +63765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -60993,9 +63791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -61017,9 +63816,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -61040,9 +63840,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -61063,9 +63864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -61086,9 +63888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -61106,9 +63909,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -61128,9 +63932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -61148,9 +63953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -61167,8 +63973,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -61186,8 +63993,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -61205,9 +64013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -61228,9 +64037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -61253,9 +64063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -61277,9 +64088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -61300,9 +64112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -61323,9 +64136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -61346,9 +64160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -61366,9 +64181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -61388,9 +64204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -61408,9 +64225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -61427,8 +64245,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -61446,8 +64265,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -61465,9 +64285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -61488,9 +64309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -61513,9 +64335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -61537,9 +64360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -61560,9 +64384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -61583,9 +64408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -61606,9 +64432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -61626,9 +64453,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -61648,9 +64476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -61668,9 +64497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -61687,8 +64517,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -61706,8 +64537,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -61725,9 +64557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -61748,9 +64581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -61773,9 +64607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -61797,9 +64632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -61820,9 +64656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -61843,9 +64680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -61866,9 +64704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -61886,9 +64725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -61908,9 +64748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -61928,9 +64769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -61947,8 +64789,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -61966,8 +64809,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -61985,9 +64829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -62008,9 +64853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -62033,9 +64879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -62057,9 +64904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -62080,9 +64928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -62103,9 +64952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -62126,9 +64976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -62146,9 +64997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -62168,9 +65020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -62188,9 +65041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -62207,8 +65061,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -62226,8 +65081,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -62245,9 +65101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -62268,9 +65125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -62293,9 +65151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -62317,9 +65176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -62340,9 +65200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -62363,9 +65224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -62386,9 +65248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -62406,9 +65269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -62428,9 +65292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -62448,9 +65313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -62467,8 +65333,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -62486,8 +65353,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -62505,9 +65373,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -62528,9 +65397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -62553,9 +65423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -62577,9 +65448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -62600,9 +65472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -62623,9 +65496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -62646,9 +65520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -62666,9 +65541,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -62688,9 +65564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -62708,9 +65585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -62727,8 +65605,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -62746,8 +65625,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -62765,9 +65645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -62788,9 +65669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -62813,9 +65695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -62837,9 +65720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -62860,9 +65744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -62883,9 +65768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -62906,9 +65792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -62926,9 +65813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -62948,9 +65836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -62968,9 +65857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -62987,8 +65877,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -63006,8 +65897,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -63025,9 +65917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -63048,9 +65941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -63073,9 +65967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -63097,9 +65992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -63120,9 +66016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -63143,9 +66040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -63166,9 +66064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -63186,9 +66085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -63208,9 +66108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -63228,9 +66129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -63247,8 +66149,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -63266,8 +66169,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -63285,9 +66189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -63308,9 +66213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -63333,9 +66239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -63357,9 +66264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -63380,9 +66288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -63403,9 +66312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -63426,9 +66336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -63446,9 +66357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -63468,9 +66380,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -63488,9 +66401,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -63507,8 +66421,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -63526,8 +66441,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -63545,9 +66461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -63568,9 +66485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -63593,9 +66511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -63617,9 +66536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -63640,9 +66560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -63663,9 +66584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -63686,9 +66608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -63706,9 +66629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -63728,9 +66652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -63748,9 +66673,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -63767,8 +66693,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -63786,8 +66713,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -63805,9 +66733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -63828,9 +66757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -63853,9 +66783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -63877,9 +66808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -63900,9 +66832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -63923,9 +66856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -63946,9 +66880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -63966,9 +66901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -63988,9 +66924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -64008,9 +66945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -64027,8 +66965,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -64046,8 +66985,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -64065,9 +67005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -64088,9 +67029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -64113,9 +67055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -64137,9 +67080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -64160,9 +67104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -64183,9 +67128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -64206,9 +67152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -64226,9 +67173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -64248,9 +67196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -64268,9 +67217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -64287,8 +67237,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -64306,8 +67257,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -64325,9 +67277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -64348,9 +67301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -64373,9 +67327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -64397,9 +67352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -64420,9 +67376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -64443,9 +67400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -64466,9 +67424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -64486,9 +67445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -64508,9 +67468,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -64528,9 +67489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -64547,8 +67509,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -64566,8 +67529,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -64585,8 +67549,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -64611,9 +67576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -64634,9 +67600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -64659,9 +67626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -64683,9 +67651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -64706,9 +67675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -64729,9 +67699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -64752,9 +67723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -64774,9 +67746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -64796,9 +67769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -64818,9 +67792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -64839,8 +67814,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -64860,8 +67836,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -64881,9 +67858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -64904,9 +67882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -64929,9 +67908,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -64953,9 +67933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -64976,9 +67957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -64999,9 +67981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -65022,9 +68005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -65044,9 +68028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -65066,9 +68051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -65088,9 +68074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -65109,8 +68096,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -65130,8 +68118,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -65151,9 +68140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -65174,9 +68164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -65199,9 +68190,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -65223,9 +68215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -65246,9 +68239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -65269,9 +68263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -65292,9 +68287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -65314,9 +68310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -65336,9 +68333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -65358,9 +68356,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -65379,8 +68378,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -65400,8 +68400,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -65421,9 +68422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -65444,9 +68446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -65469,9 +68472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -65493,9 +68497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -65516,9 +68521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -65539,9 +68545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -65562,9 +68569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -65584,9 +68592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -65606,9 +68615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -65628,9 +68638,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -65649,8 +68660,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -65670,8 +68682,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -65691,9 +68704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -65714,9 +68728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -65739,9 +68754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -65763,9 +68779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -65786,9 +68803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -65809,9 +68827,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -65832,9 +68851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -65854,9 +68874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -65876,9 +68897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -65898,9 +68920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -65919,8 +68942,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -65940,8 +68964,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -65961,9 +68986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -65984,9 +69010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -66009,9 +69036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -66033,9 +69061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -66056,9 +69085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -66079,9 +69109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -66102,9 +69133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -66124,9 +69156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -66146,9 +69179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -66168,9 +69202,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -66189,8 +69224,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -66210,8 +69246,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -66231,9 +69268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -66254,9 +69292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -66279,9 +69318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -66303,9 +69343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -66326,9 +69367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -66349,9 +69391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -66372,9 +69415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -66394,9 +69438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -66416,9 +69461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -66438,9 +69484,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -66459,8 +69506,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -66480,8 +69528,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -66501,9 +69550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -66524,9 +69574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -66549,9 +69600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -66573,9 +69625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -66596,9 +69649,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -66619,9 +69673,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -66642,9 +69697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -66664,9 +69720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -66686,9 +69743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -66708,9 +69766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -66729,8 +69788,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -66750,8 +69810,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -66771,9 +69832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -66794,9 +69856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -66819,9 +69882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -66843,9 +69907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -66866,9 +69931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -66889,9 +69955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -66912,9 +69979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -66934,9 +70002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -66956,9 +70025,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -66978,9 +70048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -66999,8 +70070,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -67020,8 +70092,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -67041,9 +70114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -67064,9 +70138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -67089,9 +70164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -67113,9 +70189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -67136,9 +70213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -67159,9 +70237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -67182,9 +70261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -67204,9 +70284,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -67226,9 +70307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -67248,9 +70330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -67269,8 +70352,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -67290,8 +70374,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -67311,9 +70396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -67334,9 +70420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -67359,9 +70446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -67383,9 +70471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -67406,9 +70495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -67429,9 +70519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -67452,9 +70543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -67474,9 +70566,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -67496,9 +70589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -67518,9 +70612,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -67539,8 +70634,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -67560,8 +70656,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -67581,9 +70678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -67604,9 +70702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -67629,9 +70728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -67653,9 +70753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -67676,9 +70777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -67699,9 +70801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -67722,9 +70825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -67744,9 +70848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -67766,9 +70871,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -67788,9 +70894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -67809,8 +70916,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -67830,8 +70938,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -67851,9 +70960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -67874,9 +70984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -67899,9 +71010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -67923,9 +71035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -67946,9 +71059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -67969,9 +71083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -67992,9 +71107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -68014,9 +71130,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -68036,9 +71153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -68058,9 +71176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -68079,8 +71198,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -68100,8 +71220,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -68121,9 +71242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -68144,9 +71266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -68169,9 +71292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -68193,9 +71317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -68216,9 +71341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -68239,9 +71365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -68262,9 +71389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -68284,9 +71412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -68306,9 +71435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -68328,9 +71458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -68349,8 +71480,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -68370,8 +71502,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -68391,9 +71524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -68414,9 +71548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -68439,9 +71574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -68463,9 +71599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -68486,9 +71623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -68509,9 +71647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -68532,9 +71671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -68554,9 +71694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -68576,9 +71717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -68598,9 +71740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -68619,8 +71762,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -68640,8 +71784,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -68661,9 +71806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -68684,9 +71830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -68709,9 +71856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -68733,9 +71881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -68756,9 +71905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -68779,9 +71929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -68802,9 +71953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -68824,9 +71976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -68846,9 +71999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -68868,9 +72022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -68889,8 +72044,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -68910,8 +72066,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -68931,9 +72088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -68954,9 +72112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -68979,9 +72138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -69003,9 +72163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -69026,9 +72187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -69049,9 +72211,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -69072,9 +72235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -69094,9 +72258,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -69116,9 +72281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -69138,9 +72304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -69159,8 +72326,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -69180,8 +72348,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -69201,9 +72370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -69224,9 +72394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -69249,9 +72420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -69273,9 +72445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -69296,9 +72469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -69319,9 +72493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -69342,9 +72517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -69364,9 +72540,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -69386,9 +72563,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -69408,9 +72586,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -69429,8 +72608,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -69450,8 +72630,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -69471,9 +72652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -69494,9 +72676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -69519,9 +72702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -69543,9 +72727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -69566,9 +72751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -69589,9 +72775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -69612,9 +72799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -69634,9 +72822,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -69656,9 +72845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -69678,9 +72868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -69699,8 +72890,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -69720,8 +72912,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -69741,9 +72934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -69764,9 +72958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -69789,9 +72984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -69813,9 +73009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -69836,9 +73033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -69859,9 +73057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -69882,9 +73081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -69904,9 +73104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -69926,9 +73127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -69948,9 +73150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -69969,8 +73172,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -69990,8 +73194,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -70011,9 +73216,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -70034,9 +73240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -70059,9 +73266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -70083,9 +73291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -70106,9 +73315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -70129,9 +73339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -70152,9 +73363,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -70174,9 +73386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -70196,9 +73409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -70218,9 +73432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -70239,8 +73454,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -70260,8 +73476,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -70281,9 +73498,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -70304,9 +73522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -70329,9 +73548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -70353,9 +73573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -70376,9 +73597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -70399,9 +73621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -70422,9 +73645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -70444,9 +73668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -70466,9 +73691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -70488,9 +73714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -70509,8 +73736,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -70530,8 +73758,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -70551,9 +73780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -70574,9 +73804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -70599,9 +73830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -70623,9 +73855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -70646,9 +73879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -70669,9 +73903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -70692,9 +73927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -70714,9 +73950,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -70736,9 +73973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -70758,9 +73996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -70779,8 +74018,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -70800,8 +74040,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -70821,9 +74062,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -70844,9 +74086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -70869,9 +74112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -70893,9 +74137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -70916,9 +74161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -70939,9 +74185,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -70962,9 +74209,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -70984,9 +74232,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -71006,9 +74255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -71028,9 +74278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -71049,8 +74300,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -71070,8 +74322,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -71091,9 +74344,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -71114,9 +74368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -71139,9 +74394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -71163,9 +74419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -71186,9 +74443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -71209,9 +74467,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -71232,9 +74491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -71254,9 +74514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -71276,9 +74537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -71298,9 +74560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -71319,8 +74582,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -71340,8 +74604,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -71361,9 +74626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -71384,9 +74650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -71409,9 +74676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -71433,9 +74701,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -71456,9 +74725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -71479,9 +74749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -71502,9 +74773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -71524,9 +74796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -71546,9 +74819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -71568,9 +74842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -71589,8 +74864,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -71610,8 +74886,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -71631,9 +74908,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -71654,9 +74932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -71679,9 +74958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -71703,9 +74983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -71726,9 +75007,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -71749,9 +75031,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -71772,9 +75055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -71794,9 +75078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -71816,9 +75101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -71838,9 +75124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -71859,8 +75146,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -71880,8 +75168,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -71901,9 +75190,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -71924,9 +75214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -71949,9 +75240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -71973,9 +75265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -71996,9 +75289,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -72019,9 +75313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -72042,9 +75337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -72064,9 +75360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -72086,9 +75383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -72108,9 +75406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -72129,8 +75428,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -72150,8 +75450,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -72171,9 +75472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -72194,9 +75496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -72219,9 +75522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -72243,9 +75547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -72266,9 +75571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -72289,9 +75595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -72312,9 +75619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -72334,9 +75642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -72356,9 +75665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -72378,9 +75688,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -72399,8 +75710,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -72420,8 +75732,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -72441,9 +75754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -72464,9 +75778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -72489,9 +75804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -72513,9 +75829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -72536,9 +75853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -72559,9 +75877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -72582,9 +75901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -72604,9 +75924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -72626,9 +75947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -72648,9 +75970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -72669,8 +75992,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -72690,8 +76014,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -72711,9 +76036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -72734,9 +76060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -72759,9 +76086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -72783,9 +76111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -72806,9 +76135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -72829,9 +76159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -72852,9 +76183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -72874,9 +76206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -72896,9 +76229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -72918,9 +76252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -72939,8 +76274,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -72960,8 +76296,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -72981,9 +76318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -73004,9 +76342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -73029,9 +76368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -73053,9 +76393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -73076,9 +76417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -73099,9 +76441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -73122,9 +76465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -73144,9 +76488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -73166,9 +76511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -73188,9 +76534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -73209,8 +76556,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -73230,8 +76578,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -73251,9 +76600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -73274,9 +76624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -73299,9 +76650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -73323,9 +76675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -73346,9 +76699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -73369,9 +76723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -73392,9 +76747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -73414,9 +76770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -73436,9 +76793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -73458,9 +76816,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -73479,8 +76838,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -73500,8 +76860,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -73521,9 +76882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -73544,9 +76906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -73569,9 +76932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -73593,9 +76957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -73616,9 +76981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -73639,9 +77005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -73662,9 +77029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -73684,9 +77052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -73706,9 +77075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -73728,9 +77098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -73749,8 +77120,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -73770,8 +77142,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -73791,9 +77164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -73814,9 +77188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -73839,9 +77214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -73863,9 +77239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -73886,9 +77263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -73909,9 +77287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -73932,9 +77311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -73954,9 +77334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -73976,9 +77357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -73998,9 +77380,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -74019,8 +77402,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -74040,8 +77424,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -74061,9 +77446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -74084,9 +77470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -74109,9 +77496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -74133,9 +77521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -74156,9 +77545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -74179,9 +77569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -74202,9 +77593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -74224,9 +77616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -74246,9 +77639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -74268,9 +77662,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -74289,8 +77684,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -74310,8 +77706,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -74331,9 +77728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -74354,9 +77752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -74379,9 +77778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -74403,9 +77803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -74426,9 +77827,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -74449,9 +77851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -74472,9 +77875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -74494,9 +77898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -74516,9 +77921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -74538,9 +77944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -74559,8 +77966,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -74580,8 +77988,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -74601,9 +78010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -74624,9 +78034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -74649,9 +78060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -74673,9 +78085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -74696,9 +78109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -74719,9 +78133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -74742,9 +78157,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -74764,9 +78180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -74786,9 +78203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -74808,9 +78226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -74829,8 +78248,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -74850,8 +78270,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -74871,9 +78292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -74894,9 +78316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -74919,9 +78342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -74943,9 +78367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -74966,9 +78391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -74989,9 +78415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -75012,9 +78439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -75034,9 +78462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -75056,9 +78485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -75078,9 +78508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -75099,8 +78530,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -75120,8 +78552,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -75141,9 +78574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -75164,9 +78598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -75189,9 +78624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -75213,9 +78649,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -75236,9 +78673,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -75259,9 +78697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -75282,9 +78721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -75304,9 +78744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -75326,9 +78767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -75348,9 +78790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -75369,8 +78812,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -75390,8 +78834,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -75411,9 +78856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -75434,9 +78880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -75459,9 +78906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -75483,9 +78931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -75506,9 +78955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -75529,9 +78979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -75552,9 +79003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -75574,9 +79026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -75596,9 +79049,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -75618,9 +79072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -75639,8 +79094,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -75660,8 +79116,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -75681,9 +79138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -75704,9 +79162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -75729,9 +79188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -75753,9 +79213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -75776,9 +79237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -75799,9 +79261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -75822,9 +79285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -75844,9 +79308,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -75866,9 +79331,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -75888,9 +79354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -75909,8 +79376,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -75930,8 +79398,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -75951,9 +79420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -75974,9 +79444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -75999,9 +79470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -76023,9 +79495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -76046,9 +79519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -76069,9 +79543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -76092,9 +79567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -76114,9 +79590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -76136,9 +79613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -76158,9 +79636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -76179,8 +79658,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -76200,8 +79680,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -76221,9 +79702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -76244,9 +79726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -76269,9 +79752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -76293,9 +79777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -76316,9 +79801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -76339,9 +79825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -76362,9 +79849,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -76384,9 +79872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -76406,9 +79895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -76428,9 +79918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -76449,8 +79940,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -76470,8 +79962,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -76491,9 +79984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -76514,9 +80008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -76539,9 +80034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -76563,9 +80059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -76586,9 +80083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -76609,9 +80107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -76632,9 +80131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -76654,9 +80154,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -76676,9 +80177,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -76698,9 +80200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -76719,8 +80222,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -76740,8 +80244,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -76761,9 +80266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -76784,9 +80290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -76809,9 +80316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -76833,9 +80341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -76856,9 +80365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -76879,9 +80389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -76902,9 +80413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -76924,9 +80436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -76946,9 +80459,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -76968,9 +80482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -76989,8 +80504,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -77010,8 +80526,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -77031,9 +80548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -77054,9 +80572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -77079,9 +80598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -77103,9 +80623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -77126,9 +80647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -77149,9 +80671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -77172,9 +80695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -77194,9 +80718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -77216,9 +80741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -77238,9 +80764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -77259,8 +80786,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -77280,8 +80808,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -77301,9 +80830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -77324,9 +80854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -77349,9 +80880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -77373,9 +80905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -77396,9 +80929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -77419,9 +80953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -77442,9 +80977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -77464,9 +81000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -77486,9 +81023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -77508,9 +81046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -77529,8 +81068,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -77550,8 +81090,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -77571,9 +81112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -77594,9 +81136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -77619,9 +81162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -77643,9 +81187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -77666,9 +81211,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -77689,9 +81235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -77712,9 +81259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -77734,9 +81282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -77756,9 +81305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -77778,9 +81328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -77799,8 +81350,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -77820,8 +81372,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -77841,9 +81394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -77864,9 +81418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -77889,9 +81444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -77913,9 +81469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -77936,9 +81493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -77959,9 +81517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -77982,9 +81541,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -78004,9 +81564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -78026,9 +81587,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -78048,9 +81610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -78069,8 +81632,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -78090,8 +81654,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -78111,9 +81676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -78134,9 +81700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -78159,9 +81726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -78183,9 +81751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -78206,9 +81775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -78229,9 +81799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -78252,9 +81823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -78274,9 +81846,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -78296,9 +81869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -78318,9 +81892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -78339,8 +81914,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -78360,8 +81936,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -78381,9 +81958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -78404,9 +81982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -78429,9 +82008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -78453,9 +82033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -78476,9 +82057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -78499,9 +82081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -78522,9 +82105,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -78544,9 +82128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -78566,9 +82151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -78588,9 +82174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -78609,8 +82196,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -78630,8 +82218,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -78651,9 +82240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -78674,9 +82264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -78699,9 +82290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -78723,9 +82315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -78746,9 +82339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -78769,9 +82363,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -78792,9 +82387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -78814,9 +82410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -78836,9 +82433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -78858,9 +82456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -78879,8 +82478,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -78900,8 +82500,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -78921,9 +82522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -78944,9 +82546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -78969,9 +82572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -78993,9 +82597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -79016,9 +82621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -79039,9 +82645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -79062,9 +82669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -79084,9 +82692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -79106,9 +82715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -79128,9 +82738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -79149,8 +82760,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -79170,8 +82782,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -79191,9 +82804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -79214,9 +82828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -79239,9 +82854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -79263,9 +82879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -79286,9 +82903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -79309,9 +82927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -79332,9 +82951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -79354,9 +82974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -79376,9 +82997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -79398,9 +83020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -79419,8 +83042,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -79440,8 +83064,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -79461,9 +83086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -79484,9 +83110,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -79509,9 +83136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -79533,9 +83161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -79556,9 +83185,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -79579,9 +83209,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -79602,9 +83233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -79622,9 +83254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -79644,9 +83277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -79666,9 +83300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -79687,8 +83322,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -79708,8 +83344,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -79727,9 +83364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -79750,9 +83388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -79775,9 +83414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -79799,9 +83439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -79822,9 +83463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -79845,9 +83487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -79868,9 +83511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -79888,9 +83532,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -79910,9 +83555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -79932,9 +83578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -79953,8 +83600,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -79974,8 +83622,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -79993,9 +83642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -80016,9 +83666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -80041,9 +83692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -80065,9 +83717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -80088,9 +83741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -80111,9 +83765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -80134,9 +83789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -80154,9 +83810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -80176,9 +83833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -80198,9 +83856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -80219,8 +83878,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -80240,8 +83900,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -80259,9 +83920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -80282,9 +83944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -80307,9 +83970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -80331,9 +83995,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -80354,9 +84019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -80377,9 +84043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -80400,9 +84067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -80420,9 +84088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -80442,9 +84111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -80464,9 +84134,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -80485,8 +84156,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -80506,8 +84178,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -80525,9 +84198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -80548,9 +84222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -80573,9 +84248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -80597,9 +84273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -80620,9 +84297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -80643,9 +84321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -80666,9 +84345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -80686,9 +84366,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -80708,9 +84389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -80730,9 +84412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -80751,8 +84434,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -80772,8 +84456,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -80791,9 +84476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -80814,9 +84500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -80839,9 +84526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -80863,9 +84551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -80886,9 +84575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -80909,9 +84599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -80932,9 +84623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -80952,9 +84644,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -80974,9 +84667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -80996,9 +84690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -81017,8 +84712,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -81038,8 +84734,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -81057,9 +84754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -81080,9 +84778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -81105,9 +84804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -81129,9 +84829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -81152,9 +84853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -81175,9 +84877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -81198,9 +84901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -81218,9 +84922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -81240,9 +84945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -81262,9 +84968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -81283,8 +84990,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -81304,8 +85012,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -81323,9 +85032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -81346,9 +85056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -81371,9 +85082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -81395,9 +85107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -81418,9 +85131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -81441,9 +85155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -81464,9 +85179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -81484,9 +85200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -81506,9 +85223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -81528,9 +85246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -81549,8 +85268,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -81570,8 +85290,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -81589,9 +85310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -81612,9 +85334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -81637,9 +85360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -81661,9 +85385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -81684,9 +85409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -81707,9 +85433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -81730,9 +85457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -81750,9 +85478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -81772,9 +85501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -81794,9 +85524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -81815,8 +85546,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -81836,8 +85568,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -81855,9 +85588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -81878,9 +85612,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -81903,9 +85638,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -81927,9 +85663,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -81950,9 +85687,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -81973,9 +85711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -81996,9 +85735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -82016,9 +85756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -82038,9 +85779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -82060,9 +85802,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -82081,8 +85824,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -82102,8 +85846,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -82121,9 +85866,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -82144,9 +85890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -82169,9 +85916,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -82193,9 +85941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -82216,9 +85965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -82239,9 +85989,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -82262,9 +86013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -82282,9 +86034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -82304,9 +86057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -82326,9 +86080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -82347,8 +86102,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -82368,8 +86124,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -82387,9 +86144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -82410,9 +86168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -82435,9 +86194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -82459,9 +86219,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -82482,9 +86243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -82505,9 +86267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -82528,9 +86291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -82548,9 +86312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -82570,9 +86335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -82592,9 +86358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -82613,8 +86380,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -82634,8 +86402,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -82653,9 +86422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -82676,9 +86446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -82701,9 +86472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -82725,9 +86497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -82748,9 +86521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -82771,9 +86545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -82794,9 +86569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -82814,9 +86590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -82836,9 +86613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -82858,9 +86636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -82879,8 +86658,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -82900,8 +86680,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -82919,9 +86700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -82942,9 +86724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -82967,9 +86750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -82991,9 +86775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -83014,9 +86799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -83037,9 +86823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -83060,9 +86847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -83080,9 +86868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -83102,9 +86891,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -83124,9 +86914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -83145,8 +86936,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -83166,8 +86958,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -83185,9 +86978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -83208,9 +87002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -83233,9 +87028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -83257,9 +87053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -83280,9 +87077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -83303,9 +87101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -83326,9 +87125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -83346,9 +87146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -83368,9 +87169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -83390,9 +87192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -83411,8 +87214,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -83432,8 +87236,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -83451,9 +87256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -83474,9 +87280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -83499,9 +87306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -83523,9 +87331,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -83546,9 +87355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -83569,9 +87379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -83592,9 +87403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -83612,9 +87424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -83634,9 +87447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -83656,9 +87470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -83677,8 +87492,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -83698,8 +87514,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -83717,9 +87534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -83740,9 +87558,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -83765,9 +87584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -83789,9 +87609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -83812,9 +87633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -83835,9 +87657,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -83858,9 +87681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -83878,9 +87702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -83900,9 +87725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -83922,9 +87748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -83943,8 +87770,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -83964,8 +87792,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -83983,9 +87812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -84006,9 +87836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -84031,9 +87862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -84055,9 +87887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -84078,9 +87911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -84101,9 +87935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -84124,9 +87959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -84144,9 +87980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -84166,9 +88003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -84188,9 +88026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -84209,8 +88048,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -84230,8 +88070,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -84249,9 +88090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -84272,9 +88114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -84297,9 +88140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -84321,9 +88165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -84344,9 +88189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -84367,9 +88213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -84390,9 +88237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -84410,9 +88258,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -84432,9 +88281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -84454,9 +88304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -84475,8 +88326,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -84496,8 +88348,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -84515,9 +88368,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -84538,9 +88392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -84563,9 +88418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -84587,9 +88443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -84610,9 +88467,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -84633,9 +88491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -84656,9 +88515,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -84676,9 +88536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -84698,9 +88559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -84720,9 +88582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -84741,8 +88604,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -84762,8 +88626,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -84781,9 +88646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -84804,9 +88670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -84829,9 +88696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -84853,9 +88721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -84876,9 +88745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -84899,9 +88769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -84922,9 +88793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -84942,9 +88814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -84964,9 +88837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -84986,9 +88860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -85007,8 +88882,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -85028,8 +88904,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -85047,9 +88924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -85070,9 +88948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -85095,9 +88974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -85119,9 +88999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -85142,9 +89023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -85165,9 +89047,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -85188,9 +89071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -85208,9 +89092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -85230,9 +89115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -85252,9 +89138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -85273,8 +89160,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -85294,8 +89182,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -85313,9 +89202,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -85336,9 +89226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -85361,9 +89252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -85385,9 +89277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -85408,9 +89301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -85431,9 +89325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -85454,9 +89349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -85474,9 +89370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -85496,9 +89393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -85518,9 +89416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -85539,8 +89438,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -85560,8 +89460,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -85579,9 +89480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -85602,9 +89504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -85627,9 +89530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -85651,9 +89555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -85674,9 +89579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -85697,9 +89603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -85720,9 +89627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -85740,9 +89648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -85762,9 +89671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -85784,9 +89694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -85805,8 +89716,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -85826,8 +89738,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -85845,9 +89758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -85868,9 +89782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -85893,9 +89808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -85917,9 +89833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -85940,9 +89857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -85963,9 +89881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -85986,9 +89905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -86006,9 +89926,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -86028,9 +89949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -86050,9 +89972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -86071,8 +89994,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -86092,8 +90016,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -86111,9 +90036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -86134,9 +90060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -86159,9 +90086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -86183,9 +90111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -86206,9 +90135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -86229,9 +90159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -86252,9 +90183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -86272,9 +90204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -86294,9 +90227,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -86316,9 +90250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -86337,8 +90272,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -86358,8 +90294,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -86377,9 +90314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -86400,9 +90338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -86425,9 +90364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -86449,9 +90389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -86472,9 +90413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -86495,9 +90437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -86518,9 +90461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -86538,9 +90482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -86560,9 +90505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -86582,9 +90528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -86603,8 +90550,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -86624,8 +90572,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -86643,9 +90592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -86666,9 +90616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -86691,9 +90642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -86715,9 +90667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -86738,9 +90691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -86761,9 +90715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -86784,9 +90739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -86804,9 +90760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -86826,9 +90783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -86848,9 +90806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -86869,8 +90828,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -86890,8 +90850,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -86909,9 +90870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -86932,9 +90894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -86957,9 +90920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -86981,9 +90945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -87004,9 +90969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -87027,9 +90993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -87050,9 +91017,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -87070,9 +91038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -87092,9 +91061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -87114,9 +91084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -87135,8 +91106,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -87156,8 +91128,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -87175,9 +91148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -87198,9 +91172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -87223,9 +91198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -87247,9 +91223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -87270,9 +91247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -87293,9 +91271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -87316,9 +91295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -87336,9 +91316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -87358,9 +91339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -87380,9 +91362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -87401,8 +91384,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -87422,8 +91406,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -87441,9 +91426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -87464,9 +91450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -87489,9 +91476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -87513,9 +91501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -87536,9 +91525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -87559,9 +91549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -87582,9 +91573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -87604,9 +91596,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -87626,9 +91619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -87648,9 +91642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -87669,8 +91664,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -87690,8 +91686,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -87711,9 +91708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -87734,9 +91732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -87759,9 +91758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -87783,9 +91783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -87806,9 +91807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -87829,9 +91831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -87852,9 +91855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -87874,9 +91878,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -87896,9 +91901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -87918,9 +91924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -87939,8 +91946,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -87960,8 +91968,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -87981,9 +91990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -88004,9 +92014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -88029,9 +92040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -88053,9 +92065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -88076,9 +92089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -88099,9 +92113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -88122,9 +92137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -88144,9 +92160,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -88166,9 +92183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -88188,9 +92206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -88209,8 +92228,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -88230,8 +92250,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -88251,9 +92272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -88274,9 +92296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -88299,9 +92322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -88323,9 +92347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -88346,9 +92371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -88369,9 +92395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -88392,9 +92419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -88414,9 +92442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -88436,9 +92465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -88458,9 +92488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -88479,8 +92510,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -88500,8 +92532,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -88521,9 +92554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -88544,9 +92578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -88569,9 +92604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -88593,9 +92629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -88616,9 +92653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -88639,9 +92677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -88662,9 +92701,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -88684,9 +92724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -88706,9 +92747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -88728,9 +92770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -88749,8 +92792,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -88770,8 +92814,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -88791,9 +92836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -88814,9 +92860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -88839,9 +92886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -88863,9 +92911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -88886,9 +92935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -88909,9 +92959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -88932,9 +92983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -88954,9 +93006,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -88976,9 +93029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -88998,9 +93052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -89019,8 +93074,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -89040,8 +93096,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -89061,9 +93118,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -89084,9 +93142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -89109,9 +93168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -89133,9 +93193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -89156,9 +93217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -89179,9 +93241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -89202,9 +93265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -89224,9 +93288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -89246,9 +93311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -89268,9 +93334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -89289,8 +93356,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -89310,8 +93378,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -89331,9 +93400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -89354,9 +93424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -89379,9 +93450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -89403,9 +93475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -89426,9 +93499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -89449,9 +93523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -89472,9 +93547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -89494,9 +93570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -89516,9 +93593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -89538,9 +93616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -89559,8 +93638,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -89580,8 +93660,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -89601,9 +93682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -89624,9 +93706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -89649,9 +93732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -89673,9 +93757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -89696,9 +93781,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -89719,9 +93805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -89742,9 +93829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -89764,9 +93852,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -89786,9 +93875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -89808,9 +93898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -89829,8 +93920,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -89850,8 +93942,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -89871,9 +93964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -89894,9 +93988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -89919,9 +94014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -89943,9 +94039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -89966,9 +94063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -89989,9 +94087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -90012,9 +94111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -90034,9 +94134,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -90056,9 +94157,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -90078,9 +94180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -90099,8 +94202,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -90120,8 +94224,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -90141,9 +94246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -90164,9 +94270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -90189,9 +94296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -90213,9 +94321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -90236,9 +94345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -90259,9 +94369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -90282,9 +94393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -90304,9 +94416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -90326,9 +94439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -90348,9 +94462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -90369,8 +94484,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -90390,8 +94506,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -90411,9 +94528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -90434,9 +94552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -90459,9 +94578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -90483,9 +94603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -90506,9 +94627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -90529,9 +94651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -90552,9 +94675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -90574,9 +94698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -90596,9 +94721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -90618,9 +94744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -90639,8 +94766,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -90660,8 +94788,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -90681,9 +94810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -90704,9 +94834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -90729,9 +94860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -90753,9 +94885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -90776,9 +94909,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -90799,9 +94933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -90822,9 +94957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -90844,9 +94980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -90866,9 +95003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -90888,9 +95026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -90909,8 +95048,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -90930,8 +95070,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -90951,9 +95092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -90974,9 +95116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -90999,9 +95142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -91023,9 +95167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -91046,9 +95191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -91069,9 +95215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -91092,9 +95239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -91114,9 +95262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -91136,9 +95285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -91158,9 +95308,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -91179,8 +95330,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -91200,8 +95352,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -91221,9 +95374,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -91244,9 +95398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -91269,9 +95424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -91293,9 +95449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -91316,9 +95473,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -91339,9 +95497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -91362,9 +95521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -91384,9 +95544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -91406,9 +95567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -91428,9 +95590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -91449,8 +95612,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -91470,8 +95634,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -91491,9 +95656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -91514,9 +95680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -91539,9 +95706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -91563,9 +95731,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -91586,9 +95755,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -91609,9 +95779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -91632,9 +95803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -91654,9 +95826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -91676,9 +95849,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -91698,9 +95872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -91719,8 +95894,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -91740,8 +95916,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -91761,9 +95938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -91784,9 +95962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -91809,9 +95988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -91833,9 +96013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -91856,9 +96037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -91879,9 +96061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -91902,9 +96085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -91924,9 +96108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -91946,9 +96131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -91968,9 +96154,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -91989,8 +96176,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -92010,8 +96198,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -92031,9 +96220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -92054,9 +96244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -92079,9 +96270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -92103,9 +96295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -92126,9 +96319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -92149,9 +96343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -92172,9 +96367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -92194,9 +96390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -92216,9 +96413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -92238,9 +96436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -92259,8 +96458,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -92280,8 +96480,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -92301,9 +96502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -92324,9 +96526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -92349,9 +96552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -92373,9 +96577,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -92396,9 +96601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -92419,9 +96625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -92442,9 +96649,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -92464,9 +96672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -92486,9 +96695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -92508,9 +96718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -92529,8 +96740,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -92550,8 +96762,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -92571,9 +96784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -92594,9 +96808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -92619,9 +96834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -92643,9 +96859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -92666,9 +96883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -92689,9 +96907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -92712,9 +96931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -92734,9 +96954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -92756,9 +96977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -92778,9 +97000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -92799,8 +97022,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -92820,8 +97044,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -92841,9 +97066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -92864,9 +97090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -92889,9 +97116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -92913,9 +97141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -92936,9 +97165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -92959,9 +97189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -92982,9 +97213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -93004,9 +97236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -93026,9 +97259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -93048,9 +97282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -93069,8 +97304,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -93090,8 +97326,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -93111,9 +97348,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -93134,9 +97372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -93159,9 +97398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -93183,9 +97423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -93206,9 +97447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -93229,9 +97471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -93252,9 +97495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -93274,9 +97518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -93296,9 +97541,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -93318,9 +97564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -93339,8 +97586,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -93360,8 +97608,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -93381,9 +97630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -93404,9 +97654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -93429,9 +97680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -93453,9 +97705,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -93476,9 +97729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -93499,9 +97753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -93522,9 +97777,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -93544,9 +97800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -93566,9 +97823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -93588,9 +97846,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -93609,8 +97868,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -93630,8 +97890,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -93651,9 +97912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -93674,9 +97936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -93699,9 +97962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -93723,9 +97987,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -93746,9 +98011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -93769,9 +98035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -93792,9 +98059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -93814,9 +98082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -93836,9 +98105,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -93858,9 +98128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -93879,8 +98150,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -93900,8 +98172,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -93921,9 +98194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -93944,9 +98218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -93969,9 +98244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -93993,9 +98269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -94016,9 +98293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -94039,9 +98317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -94062,9 +98341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -94084,9 +98364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -94106,9 +98387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -94128,9 +98410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -94149,8 +98432,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -94170,8 +98454,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -94191,9 +98476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -94214,9 +98500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -94239,9 +98526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -94263,9 +98551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -94286,9 +98575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -94309,9 +98599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -94332,9 +98623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -94354,9 +98646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -94376,9 +98669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -94398,9 +98692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -94419,8 +98714,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -94440,8 +98736,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -94461,9 +98758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -94484,9 +98782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -94509,9 +98808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -94533,9 +98833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -94556,9 +98857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -94579,9 +98881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -94602,9 +98905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -94624,9 +98928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -94646,9 +98951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -94668,9 +98974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -94689,8 +98996,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -94710,8 +99018,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -94731,9 +99040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -94754,9 +99064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -94779,9 +99090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -94803,9 +99115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -94826,9 +99139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -94849,9 +99163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -94872,9 +99187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -94894,9 +99210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -94916,9 +99233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -94938,9 +99256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -94959,8 +99278,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -94980,8 +99300,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -95001,9 +99322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -95024,9 +99346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -95049,9 +99372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -95073,9 +99397,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -95096,9 +99421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -95119,9 +99445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -95142,9 +99469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -95164,9 +99492,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -95186,9 +99515,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -95208,9 +99538,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -95229,8 +99560,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -95250,8 +99582,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -95271,9 +99604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -95294,9 +99628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -95319,9 +99654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -95343,9 +99679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -95366,9 +99703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -95389,9 +99727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -95412,9 +99751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -95434,9 +99774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -95456,9 +99797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -95478,9 +99820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -95499,8 +99842,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -95520,8 +99864,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -95541,9 +99886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -95564,9 +99910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -95589,9 +99936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -95613,9 +99961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -95636,9 +99985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -95659,9 +100009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -95682,9 +100033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -95704,9 +100056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -95726,9 +100079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -95748,9 +100102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -95769,8 +100124,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -95790,8 +100146,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -95811,9 +100168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -95834,9 +100192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -95859,9 +100218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -95883,9 +100243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -95906,9 +100267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -95929,9 +100291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -95952,9 +100315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -95974,9 +100338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -95996,9 +100361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -96018,9 +100384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -96039,8 +100406,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -96060,8 +100428,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -96081,9 +100450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -96104,9 +100474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -96129,9 +100500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -96153,9 +100525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -96176,9 +100549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -96199,9 +100573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -96222,9 +100597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -96244,9 +100620,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -96266,9 +100643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -96288,9 +100666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -96309,8 +100688,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -96330,8 +100710,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -96351,9 +100732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -96374,9 +100756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -96399,9 +100782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -96423,9 +100807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -96446,9 +100831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -96469,9 +100855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -96492,9 +100879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -96514,9 +100902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -96536,9 +100925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -96558,9 +100948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -96579,8 +100970,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -96600,8 +100992,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -96621,9 +101014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -96644,9 +101038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -96669,9 +101064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -96693,9 +101089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -96716,9 +101113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -96739,9 +101137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -96762,9 +101161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -96784,9 +101184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -96806,9 +101207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -96828,9 +101230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -96849,8 +101252,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -96870,8 +101274,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -96891,9 +101296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -96914,9 +101320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -96939,9 +101346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -96963,9 +101371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -96986,9 +101395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -97009,9 +101419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -97032,9 +101443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -97052,9 +101464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -97072,9 +101485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -97092,9 +101506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -97111,8 +101526,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -97130,8 +101546,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -97149,9 +101566,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -97172,9 +101590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -97197,9 +101616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -97221,9 +101641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -97244,9 +101665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -97267,9 +101689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -97290,9 +101713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -97310,9 +101734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -97330,9 +101755,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -97350,9 +101776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -97369,8 +101796,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -97388,8 +101816,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -97407,9 +101836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -97430,9 +101860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -97455,9 +101886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -97479,9 +101911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -97502,9 +101935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -97525,9 +101959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -97548,9 +101983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -97570,9 +102006,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -97592,9 +102029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -97614,9 +102052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -97635,8 +102074,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -97656,8 +102096,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -97682,9 +102123,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -97705,9 +102147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -97730,9 +102173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -97754,9 +102198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -97777,9 +102222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -97800,9 +102246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -97823,9 +102270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -97845,9 +102293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -97867,9 +102316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -97889,9 +102339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -97910,8 +102361,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -97931,8 +102383,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -97952,9 +102405,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -97975,9 +102429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -98000,9 +102455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -98024,9 +102480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -98047,9 +102504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -98070,9 +102528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -98093,9 +102552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -98115,9 +102575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -98137,9 +102598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -98159,9 +102621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -98180,8 +102643,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -98201,8 +102665,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -98222,9 +102687,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -98245,9 +102711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -98270,9 +102737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -98294,9 +102762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -98317,9 +102786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -98340,9 +102810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -98363,9 +102834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -98385,9 +102857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -98407,9 +102880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -98429,9 +102903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -98450,8 +102925,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -98471,8 +102947,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -98492,9 +102969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -98515,9 +102993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -98540,9 +103019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -98564,9 +103044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -98587,9 +103068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -98610,9 +103092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -98633,9 +103116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -98655,9 +103139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -98677,9 +103162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -98699,9 +103185,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -98720,8 +103207,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -98741,8 +103229,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -98762,9 +103251,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -98785,9 +103275,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -98810,9 +103301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -98834,9 +103326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -98857,9 +103350,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -98880,9 +103374,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -98903,9 +103398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -98925,9 +103421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -98947,9 +103444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -98969,9 +103467,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -98990,8 +103489,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -99011,8 +103511,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -99032,9 +103533,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -99055,9 +103557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -99080,9 +103583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -99104,9 +103608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -99127,9 +103632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -99150,9 +103656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -99173,9 +103680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -99195,9 +103703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -99217,9 +103726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -99239,9 +103749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -99260,8 +103771,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -99281,8 +103793,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -99302,9 +103815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -99325,9 +103839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -99350,9 +103865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -99374,9 +103890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -99397,9 +103914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -99420,9 +103938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -99443,9 +103962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -99465,9 +103985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -99487,9 +104008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -99509,9 +104031,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -99530,8 +104053,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -99551,8 +104075,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -99572,9 +104097,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -99595,9 +104121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -99620,9 +104147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -99644,9 +104172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -99667,9 +104196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -99690,9 +104220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -99713,9 +104244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -99735,9 +104267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -99757,9 +104290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -99779,9 +104313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -99800,8 +104335,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -99821,8 +104357,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -99842,9 +104379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -99865,9 +104403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -99890,9 +104429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -99914,9 +104454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -99937,9 +104478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -99960,9 +104502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -99983,9 +104526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -100005,9 +104549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -100027,9 +104572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -100049,9 +104595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -100070,8 +104617,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -100091,8 +104639,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -100112,9 +104661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -100135,9 +104685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -100160,9 +104711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -100184,9 +104736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -100207,9 +104760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -100230,9 +104784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -100253,9 +104808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -100275,9 +104831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -100297,9 +104854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -100319,9 +104877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -100340,8 +104899,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -100361,8 +104921,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -100382,9 +104943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -100405,9 +104967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -100430,9 +104993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -100454,9 +105018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -100477,9 +105042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -100500,9 +105066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -100523,9 +105090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -100545,9 +105113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -100567,9 +105136,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -100589,9 +105159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -100610,8 +105181,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -100631,8 +105203,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -100652,9 +105225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -100675,9 +105249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -100700,9 +105275,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -100724,9 +105300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -100747,9 +105324,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -100770,9 +105348,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -100793,9 +105372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -100815,9 +105395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -100837,9 +105418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -100859,9 +105441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -100880,8 +105463,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -100901,8 +105485,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -100922,9 +105507,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -100945,9 +105531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -100970,9 +105557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -100994,9 +105582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -101017,9 +105606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -101040,9 +105630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -101063,9 +105654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -101085,9 +105677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -101107,9 +105700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -101129,9 +105723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -101150,8 +105745,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -101171,8 +105767,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -101192,9 +105789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -101215,9 +105813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -101240,9 +105839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -101264,9 +105864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -101287,9 +105888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -101310,9 +105912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -101333,9 +105936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -101355,9 +105959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -101377,9 +105982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -101399,9 +106005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -101420,8 +106027,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -101441,8 +106049,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -101462,9 +106071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -101485,9 +106095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -101510,9 +106121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -101534,9 +106146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -101557,9 +106170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -101580,9 +106194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -101603,9 +106218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -101625,9 +106241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -101647,9 +106264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -101669,9 +106287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -101690,8 +106309,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -101711,8 +106331,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -101732,9 +106353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -101755,9 +106377,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -101780,9 +106403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -101804,9 +106428,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -101827,9 +106452,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -101850,9 +106476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -101873,9 +106500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -101895,9 +106523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -101917,9 +106546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -101939,9 +106569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -101960,8 +106591,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -101981,8 +106613,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -102002,9 +106635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -102025,9 +106659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -102050,9 +106685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -102074,9 +106710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -102097,9 +106734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -102120,9 +106758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -102143,9 +106782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -102165,9 +106805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -102187,9 +106828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -102209,9 +106851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -102230,8 +106873,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -102251,8 +106895,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -102272,9 +106917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -102295,9 +106941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -102320,9 +106967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -102344,9 +106992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -102367,9 +107016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -102390,9 +107040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -102413,9 +107064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -102435,9 +107087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -102457,9 +107110,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -102479,9 +107133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -102500,8 +107155,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -102521,8 +107177,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -102542,9 +107199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -102565,9 +107223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -102590,9 +107249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -102614,9 +107274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -102637,9 +107298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -102660,9 +107322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -102683,9 +107346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -102705,9 +107369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -102727,9 +107392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -102749,9 +107415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -102770,8 +107437,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -102791,8 +107459,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -102812,9 +107481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -102835,9 +107505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -102860,9 +107531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -102884,9 +107556,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -102907,9 +107580,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -102930,9 +107604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -102953,9 +107628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -102975,9 +107651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -102997,9 +107674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -103019,9 +107697,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -103040,8 +107719,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -103061,8 +107741,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -103082,9 +107763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -103105,9 +107787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -103130,9 +107813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -103154,9 +107838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -103177,9 +107862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -103200,9 +107886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -103223,9 +107910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -103245,9 +107933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -103267,9 +107956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -103289,9 +107979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -103310,8 +108001,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -103331,8 +108023,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -103352,9 +108045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -103375,9 +108069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -103400,9 +108095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -103424,9 +108120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -103447,9 +108144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -103470,9 +108168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -103493,9 +108192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -103515,9 +108215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -103537,9 +108238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -103559,9 +108261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -103580,8 +108283,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -103601,8 +108305,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -103622,9 +108327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -103645,9 +108351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -103670,9 +108377,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -103694,9 +108402,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -103717,9 +108426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -103740,9 +108450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -103763,9 +108474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -103783,9 +108495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -103805,9 +108518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -103825,9 +108539,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -103844,8 +108559,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -103863,8 +108579,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -103882,9 +108599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -103905,9 +108623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -103930,9 +108649,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -103954,9 +108674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -103977,9 +108698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -104000,9 +108722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -104023,9 +108746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -104043,9 +108767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -104065,9 +108790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -104085,9 +108811,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -104104,8 +108831,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -104123,8 +108851,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -104142,9 +108871,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -104165,9 +108895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -104190,9 +108921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -104214,9 +108946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -104237,9 +108970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -104260,9 +108994,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -104283,9 +109018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -104303,9 +109039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -104325,9 +109062,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -104345,9 +109083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -104364,8 +109103,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -104383,8 +109123,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -104402,9 +109143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -104425,9 +109167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -104450,9 +109193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -104474,9 +109218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -104497,9 +109242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -104520,9 +109266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -104543,9 +109290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -104563,9 +109311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -104585,9 +109334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -104605,9 +109355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -104624,8 +109375,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -104643,8 +109395,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -104662,9 +109415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -104685,9 +109439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -104710,9 +109465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -104734,9 +109490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -104757,9 +109514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -104780,9 +109538,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -104803,9 +109562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -104823,9 +109583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -104845,9 +109606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -104865,9 +109627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -104884,8 +109647,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -104903,8 +109667,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -104922,9 +109687,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -104945,9 +109711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -104970,9 +109737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -104994,9 +109762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -105017,9 +109786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -105040,9 +109810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -105063,9 +109834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -105083,9 +109855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -105105,9 +109878,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -105125,9 +109899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -105144,8 +109919,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -105163,8 +109939,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -105182,9 +109959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -105205,9 +109983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -105230,9 +110009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -105254,9 +110034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -105277,9 +110058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -105300,9 +110082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -105323,9 +110106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -105343,9 +110127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -105365,9 +110150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -105385,9 +110171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -105404,8 +110191,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -105423,8 +110211,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -105442,9 +110231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -105465,9 +110255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -105490,9 +110281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -105514,9 +110306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -105537,9 +110330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -105560,9 +110354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -105583,9 +110378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -105603,9 +110399,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -105625,9 +110422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -105645,9 +110443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -105664,8 +110463,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -105683,8 +110483,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -105702,9 +110503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -105725,9 +110527,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -105750,9 +110553,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -105774,9 +110578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -105797,9 +110602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -105820,9 +110626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -105843,9 +110650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -105863,9 +110671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -105885,9 +110694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -105905,9 +110715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -105924,8 +110735,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -105943,8 +110755,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -105962,9 +110775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -105985,9 +110799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -106010,9 +110825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -106034,9 +110850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -106057,9 +110874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -106080,9 +110898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -106103,9 +110922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -106123,9 +110943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -106145,9 +110966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -106165,9 +110987,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -106184,8 +111007,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -106203,8 +111027,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -106222,9 +111047,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -106245,9 +111071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -106270,9 +111097,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -106294,9 +111122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -106317,9 +111146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -106340,9 +111170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -106363,9 +111194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -106383,9 +111215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -106405,9 +111238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -106425,9 +111259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -106444,8 +111279,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -106463,8 +111299,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -106482,9 +111319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -106505,9 +111343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -106530,9 +111369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -106554,9 +111394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -106577,9 +111418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -106600,9 +111442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -106623,9 +111466,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -106643,9 +111487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -106665,9 +111510,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -106685,9 +111531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -106704,8 +111551,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -106723,8 +111571,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -106742,9 +111591,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -106765,9 +111615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -106790,9 +111641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -106814,9 +111666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -106837,9 +111690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -106860,9 +111714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -106883,9 +111738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -106903,9 +111759,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -106925,9 +111782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -106945,9 +111803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -106964,8 +111823,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -106983,8 +111843,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -107002,9 +111863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -107025,9 +111887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -107050,9 +111913,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -107074,9 +111938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -107097,9 +111962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -107120,9 +111986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -107143,9 +112010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -107163,9 +112031,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -107185,9 +112054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -107205,9 +112075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -107224,8 +112095,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -107243,8 +112115,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -107262,9 +112135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -107285,9 +112159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -107310,9 +112185,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -107334,9 +112210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -107357,9 +112234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -107380,9 +112258,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -107403,9 +112282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -107423,9 +112303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -107445,9 +112326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -107465,9 +112347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -107484,8 +112367,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -107503,8 +112387,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -107522,9 +112407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -107545,9 +112431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -107570,9 +112457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -107594,9 +112482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -107617,9 +112506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -107640,9 +112530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -107663,9 +112554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -107683,9 +112575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -107705,9 +112598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -107725,9 +112619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -107744,8 +112639,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -107763,8 +112659,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -107782,9 +112679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -107805,9 +112703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -107830,9 +112729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -107854,9 +112754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -107877,9 +112778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -107900,9 +112802,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -107923,9 +112826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -107943,9 +112847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -107965,9 +112870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -107985,9 +112891,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -108004,8 +112911,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -108023,8 +112931,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -108042,9 +112951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -108065,9 +112975,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -108090,9 +113001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -108114,9 +113026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -108137,9 +113050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -108160,9 +113074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -108183,9 +113098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -108203,9 +113119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -108225,9 +113142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -108245,9 +113163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -108264,8 +113183,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -108283,8 +113203,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -108302,9 +113223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -108325,9 +113247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -108350,9 +113273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -108374,9 +113298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -108397,9 +113322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -108420,9 +113346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -108443,9 +113370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -108463,9 +113391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -108485,9 +113414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -108505,9 +113435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -108524,8 +113455,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -108543,8 +113475,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -108562,9 +113495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -108585,9 +113519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -108610,9 +113545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -108634,9 +113570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -108657,9 +113594,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -108680,9 +113618,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -108703,9 +113642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -108723,9 +113663,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -108745,9 +113686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -108765,9 +113707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -108784,8 +113727,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -108803,8 +113747,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -108822,9 +113767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -108845,9 +113791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -108870,9 +113817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -108894,9 +113842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -108917,9 +113866,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -108940,9 +113890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -108963,9 +113914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -108983,9 +113935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -109005,9 +113958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -109025,9 +113979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -109044,8 +113999,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -109063,8 +114019,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -109082,9 +114039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -109105,9 +114063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -109130,9 +114089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -109154,9 +114114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -109177,9 +114138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -109200,9 +114162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -109223,9 +114186,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -109243,9 +114207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -109265,9 +114230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -109285,9 +114251,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -109304,8 +114271,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -109323,8 +114291,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -109342,9 +114311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -109365,9 +114335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -109390,9 +114361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -109414,9 +114386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -109437,9 +114410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -109460,9 +114434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -109483,9 +114458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -109503,9 +114479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -109525,9 +114502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -109545,9 +114523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -109564,8 +114543,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -109583,8 +114563,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -109602,9 +114583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -109625,9 +114607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -109650,9 +114633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -109674,9 +114658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -109697,9 +114682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -109720,9 +114706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -109743,9 +114730,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -109763,9 +114751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -109785,9 +114774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -109805,9 +114795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -109824,8 +114815,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -109843,8 +114835,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -109862,9 +114855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -109885,9 +114879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -109910,9 +114905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -109934,9 +114930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -109957,9 +114954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -109980,9 +114978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -110003,9 +115002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -110023,9 +115023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -110045,9 +115046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -110065,9 +115067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -110084,8 +115087,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -110103,8 +115107,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -110122,9 +115127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -110145,9 +115151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -110170,9 +115177,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -110194,9 +115202,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -110217,9 +115226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -110240,9 +115250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -110263,9 +115274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -110283,9 +115295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -110305,9 +115318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -110325,9 +115339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -110344,8 +115359,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -110363,8 +115379,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -110382,9 +115399,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -110405,9 +115423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -110430,9 +115449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -110454,9 +115474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -110477,9 +115498,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -110500,9 +115522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -110523,9 +115546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -110543,9 +115567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -110565,9 +115590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -110585,9 +115611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -110604,8 +115631,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -110623,8 +115651,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -110642,9 +115671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -110665,9 +115695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -110690,9 +115721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -110714,9 +115746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -110737,9 +115770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -110760,9 +115794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -110783,9 +115818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -110803,9 +115839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -110825,9 +115862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -110845,9 +115883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -110864,8 +115903,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -110883,8 +115923,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -110902,9 +115943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -110925,9 +115967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -110950,9 +115993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -110974,9 +116018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -110997,9 +116042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -111020,9 +116066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -111043,9 +116090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -111063,9 +116111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -111085,9 +116134,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -111105,9 +116155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -111124,8 +116175,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -111143,8 +116195,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -111162,9 +116215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -111185,9 +116239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -111210,9 +116265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -111234,9 +116290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -111257,9 +116314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -111280,9 +116338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -111303,9 +116362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -111323,9 +116383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -111345,9 +116406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -111365,9 +116427,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -111384,8 +116447,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -111403,8 +116467,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -111422,9 +116487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -111445,9 +116511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -111470,9 +116537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -111494,9 +116562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -111517,9 +116586,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -111540,9 +116610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -111563,9 +116634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -111583,9 +116655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -111605,9 +116678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -111625,9 +116699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -111644,8 +116719,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -111663,8 +116739,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -111682,9 +116759,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -111705,9 +116783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -111730,9 +116809,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -111754,9 +116834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -111777,9 +116858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -111800,9 +116882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -111823,9 +116906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -111843,9 +116927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -111865,9 +116950,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -111885,9 +116971,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -111904,8 +116991,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -111923,8 +117011,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -111942,9 +117031,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -111965,9 +117055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -111990,9 +117081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -112014,9 +117106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -112037,9 +117130,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -112060,9 +117154,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -112083,9 +117178,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -112103,9 +117199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -112125,9 +117222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -112145,9 +117243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -112164,8 +117263,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -112183,8 +117283,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -112202,9 +117303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -112225,9 +117327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -112250,9 +117353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -112274,9 +117378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -112297,9 +117402,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -112320,9 +117426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -112343,9 +117450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -112363,9 +117471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -112385,9 +117494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -112405,9 +117515,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -112424,8 +117535,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -112443,8 +117555,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -112462,9 +117575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -112485,9 +117599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -112510,9 +117625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -112534,9 +117650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -112557,9 +117674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -112580,9 +117698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -112603,9 +117722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -112623,9 +117743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -112645,9 +117766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -112665,9 +117787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -112684,8 +117807,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -112703,8 +117827,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -112722,9 +117847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -112745,9 +117871,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -112770,9 +117897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -112794,9 +117922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -112817,9 +117946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -112840,9 +117970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -112863,9 +117994,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -112883,9 +118015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -112905,9 +118038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -112925,9 +118059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -112944,8 +118079,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -112963,8 +118099,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -112982,9 +118119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -113005,9 +118143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -113030,9 +118169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -113054,9 +118194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -113077,9 +118218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -113100,9 +118242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -113123,9 +118266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -113143,9 +118287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -113165,9 +118310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -113185,9 +118331,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -113204,8 +118351,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -113223,8 +118371,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -113242,9 +118391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -113265,9 +118415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -113290,9 +118441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -113314,9 +118466,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -113337,9 +118490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -113360,9 +118514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -113383,9 +118538,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -113403,9 +118559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -113425,9 +118582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -113445,9 +118603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -113464,8 +118623,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -113483,8 +118643,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -113502,9 +118663,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -113525,9 +118687,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -113550,9 +118713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -113574,9 +118738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -113597,9 +118762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -113620,9 +118786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -113643,9 +118810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -113663,9 +118831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -113685,9 +118854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -113705,9 +118875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -113724,8 +118895,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -113743,8 +118915,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -113762,9 +118935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -113785,9 +118959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -113810,9 +118985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -113834,9 +119010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -113857,9 +119034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -113880,9 +119058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -113903,9 +119082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -113923,9 +119103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -113945,9 +119126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -113965,9 +119147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -113984,8 +119167,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -114003,8 +119187,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -114022,9 +119207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -114045,9 +119231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -114070,9 +119257,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -114094,9 +119282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -114117,9 +119306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -114140,9 +119330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -114163,9 +119354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -114183,9 +119375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -114205,9 +119398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -114225,9 +119419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -114244,8 +119439,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -114263,8 +119459,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -114282,9 +119479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -114305,9 +119503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -114330,9 +119529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -114354,9 +119554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -114377,9 +119578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -114400,9 +119602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -114423,9 +119626,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -114443,9 +119647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -114465,9 +119670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -114485,9 +119691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -114504,8 +119711,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -114523,8 +119731,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -114542,9 +119751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -114565,9 +119775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -114590,9 +119801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -114614,9 +119826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -114637,9 +119850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -114660,9 +119874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -114683,9 +119898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -114703,9 +119919,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -114725,9 +119942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -114745,9 +119963,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -114764,8 +119983,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -114783,8 +120003,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -114802,9 +120023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -114825,9 +120047,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -114850,9 +120073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -114874,9 +120098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -114897,9 +120122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -114920,9 +120146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -114943,9 +120170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -114963,9 +120191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -114985,9 +120214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -115005,9 +120235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -115024,8 +120255,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -115043,8 +120275,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -115062,9 +120295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -115085,9 +120319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -115110,9 +120345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -115134,9 +120370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -115157,9 +120394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -115180,9 +120418,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -115203,9 +120442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -115223,9 +120463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -115245,9 +120486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -115265,9 +120507,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -115284,8 +120527,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -115303,8 +120547,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -115322,9 +120567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -115345,9 +120591,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -115370,9 +120617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -115394,9 +120642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -115417,9 +120666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -115440,9 +120690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -115463,9 +120714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -115483,9 +120735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -115505,9 +120758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -115525,9 +120779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -115544,8 +120799,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -115563,8 +120819,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -115582,9 +120839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -115605,9 +120863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -115630,9 +120889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -115654,9 +120914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -115677,9 +120938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -115700,9 +120962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -115723,9 +120986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -115743,9 +121007,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -115765,9 +121030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -115785,9 +121051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -115804,8 +121071,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -115823,8 +121091,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -115842,9 +121111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -115865,9 +121135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -115890,9 +121161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -115914,9 +121186,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -115937,9 +121210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -115960,9 +121234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -115983,9 +121258,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -116003,9 +121279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -116025,9 +121302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -116045,9 +121323,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -116064,8 +121343,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -116083,8 +121363,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -116102,9 +121383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -116125,9 +121407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -116150,9 +121433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -116174,9 +121458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -116197,9 +121482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -116220,9 +121506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -116243,9 +121530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -116263,9 +121551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -116285,9 +121574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -116305,9 +121595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -116324,8 +121615,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -116343,8 +121635,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -116362,9 +121655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -116385,9 +121679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -116410,9 +121705,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -116434,9 +121730,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -116457,9 +121754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -116480,9 +121778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -116503,9 +121802,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -116523,9 +121823,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -116545,9 +121846,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -116565,9 +121867,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -116584,8 +121887,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -116603,8 +121907,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -116622,9 +121927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -116645,9 +121951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -116670,9 +121977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -116694,9 +122002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -116717,9 +122026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -116740,9 +122050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -116763,9 +122074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -116783,9 +122095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -116805,9 +122118,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -116825,9 +122139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -116844,8 +122159,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -116863,8 +122179,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -116882,9 +122199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -116905,9 +122223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -116930,9 +122249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -116954,9 +122274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -116977,9 +122298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -117000,9 +122322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -117023,9 +122346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -117043,9 +122367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -117065,9 +122390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -117085,9 +122411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -117104,8 +122431,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -117123,8 +122451,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -117142,9 +122471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -117165,9 +122495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -117190,9 +122521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -117214,9 +122546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -117237,9 +122570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -117260,9 +122594,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -117283,9 +122618,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -117303,9 +122639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -117325,9 +122662,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -117345,9 +122683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -117364,8 +122703,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -117383,8 +122723,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -117402,9 +122743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -117425,9 +122767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -117450,9 +122793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -117474,9 +122818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -117497,9 +122842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -117520,9 +122866,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -117543,9 +122890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -117563,9 +122911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -117585,9 +122934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -117605,9 +122955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -117624,8 +122975,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -117643,8 +122995,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -117662,9 +123015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -117685,9 +123039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -117710,9 +123065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -117734,9 +123090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -117757,9 +123114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -117780,9 +123138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -117803,9 +123162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -117825,9 +123185,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -117847,9 +123208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -117869,9 +123231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -117890,8 +123253,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -117911,8 +123275,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -117937,8 +123302,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -117980,9 +123346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -118003,9 +123370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -118028,9 +123396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -118052,9 +123421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -118075,9 +123445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -118098,9 +123469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -118121,9 +123493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -118141,9 +123514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -118161,9 +123535,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -118181,9 +123556,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -118200,8 +123576,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -118219,8 +123596,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -118238,9 +123616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -118261,9 +123640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -118286,9 +123666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -118310,9 +123691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -118333,9 +123715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -118356,9 +123739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -118379,9 +123763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -118399,9 +123784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -118419,9 +123805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -118439,9 +123826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -118458,8 +123846,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -118477,8 +123866,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -118496,9 +123886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -118519,9 +123910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -118544,9 +123936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -118568,9 +123961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -118591,9 +123985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -118614,9 +124009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -118637,9 +124033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -118657,9 +124054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -118677,9 +124075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -118697,9 +124096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -118716,8 +124116,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -118735,8 +124136,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -118754,9 +124156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -118777,9 +124180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -118802,9 +124206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -118826,9 +124231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -118849,9 +124255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -118872,9 +124279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -118895,9 +124303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -118915,9 +124324,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -118935,9 +124345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -118955,9 +124366,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -118974,8 +124386,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -118993,8 +124406,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -119012,9 +124426,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -119035,9 +124450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -119060,9 +124476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -119084,9 +124501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -119107,9 +124525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -119130,9 +124549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -119153,9 +124573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -119173,9 +124594,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -119193,9 +124615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -119213,9 +124636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -119232,8 +124656,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -119251,8 +124676,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -119270,9 +124696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -119293,9 +124720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -119318,9 +124746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -119342,9 +124771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -119365,9 +124795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -119388,9 +124819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -119411,9 +124843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -119431,9 +124864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -119451,9 +124885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -119471,9 +124906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -119490,8 +124926,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -119509,8 +124946,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -119528,9 +124966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -119551,9 +124990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -119576,9 +125016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -119600,9 +125041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -119623,9 +125065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -119646,9 +125089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -119669,9 +125113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -119689,9 +125134,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -119709,9 +125155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -119729,9 +125176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -119748,8 +125196,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -119767,8 +125216,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -119786,9 +125236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -119809,9 +125260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -119834,9 +125286,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -119858,9 +125311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -119881,9 +125335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -119904,9 +125359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -119927,9 +125383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -119947,9 +125404,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -119967,9 +125425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -119987,9 +125446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -120006,8 +125466,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -120025,8 +125486,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -120044,9 +125506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -120067,9 +125530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -120092,9 +125556,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -120116,9 +125581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -120139,9 +125605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -120162,9 +125629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -120185,9 +125653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -120205,9 +125674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -120225,9 +125695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -120245,9 +125716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -120264,8 +125736,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -120283,8 +125756,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -120302,9 +125776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -120325,9 +125800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -120350,9 +125826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -120374,9 +125851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -120397,9 +125875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -120420,9 +125899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -120443,9 +125923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -120463,9 +125944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -120483,9 +125965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -120503,9 +125986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -120522,8 +126006,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -120541,8 +126026,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -120560,9 +126046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -120583,9 +126070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -120608,9 +126096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -120632,9 +126121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -120655,9 +126145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -120678,9 +126169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -120701,9 +126193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -120721,9 +126214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -120741,9 +126235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -120761,9 +126256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -120780,8 +126276,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -120799,8 +126296,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -120818,9 +126316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -120841,9 +126340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -120866,9 +126366,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -120890,9 +126391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -120913,9 +126415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -120936,9 +126439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -120959,9 +126463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -120979,9 +126484,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -120999,9 +126505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -121019,9 +126526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -121038,8 +126546,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -121057,8 +126566,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -121076,9 +126586,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -121099,9 +126610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -121124,9 +126636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -121148,9 +126661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -121171,9 +126685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -121194,9 +126709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -121217,9 +126733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -121237,9 +126754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -121257,9 +126775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -121277,9 +126796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -121296,8 +126816,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -121315,8 +126836,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -121334,9 +126856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -121357,9 +126880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -121382,9 +126906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -121406,9 +126931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -121429,9 +126955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -121452,9 +126979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -121475,9 +127003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -121495,9 +127024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -121515,9 +127045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -121535,9 +127066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -121554,8 +127086,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -121573,8 +127106,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -121592,9 +127126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -121615,9 +127150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -121640,9 +127176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -121664,9 +127201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -121687,9 +127225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -121710,9 +127249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -121733,9 +127273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -121753,9 +127294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -121773,9 +127315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -121793,9 +127336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -121812,8 +127356,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -121831,8 +127376,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -121850,9 +127396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -121873,9 +127420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -121898,9 +127446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -121922,9 +127471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -121945,9 +127495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -121968,9 +127519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -121991,9 +127543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -122011,9 +127564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -122031,9 +127585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -122051,9 +127606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -122070,8 +127626,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -122089,8 +127646,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -122108,9 +127666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -122131,9 +127690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -122156,9 +127716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -122180,9 +127741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -122203,9 +127765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -122226,9 +127789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -122249,9 +127813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -122269,9 +127834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -122289,9 +127855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -122309,9 +127876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -122328,8 +127896,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -122347,8 +127916,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -122366,9 +127936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -122389,9 +127960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -122414,9 +127986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -122438,9 +128011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -122461,9 +128035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -122484,9 +128059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -122507,9 +128083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -122527,9 +128104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -122547,9 +128125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -122567,9 +128146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -122586,8 +128166,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -122605,8 +128186,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -122624,9 +128206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -122647,9 +128230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -122672,9 +128256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -122696,9 +128281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -122719,9 +128305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -122742,9 +128329,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -122765,9 +128353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -122785,9 +128374,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -122805,9 +128395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -122825,9 +128416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -122844,8 +128436,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -122863,8 +128456,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -122882,9 +128476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -122905,9 +128500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -122930,9 +128526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -122954,9 +128551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -122977,9 +128575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -123000,9 +128599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -123023,9 +128623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -123043,9 +128644,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -123063,9 +128665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -123083,9 +128686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -123102,8 +128706,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -123121,8 +128726,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -123140,9 +128746,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -123163,9 +128770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -123188,9 +128796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -123212,9 +128821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -123235,9 +128845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -123258,9 +128869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -123281,9 +128893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -123301,9 +128914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -123321,9 +128935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -123341,9 +128956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -123360,8 +128976,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -123379,8 +128996,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -123398,9 +129016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -123421,9 +129040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -123446,9 +129066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -123470,9 +129091,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -123493,9 +129115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -123516,9 +129139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -123539,9 +129163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -123559,9 +129184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -123579,9 +129205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -123599,9 +129226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -123618,8 +129246,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -123637,8 +129266,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -123656,9 +129286,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -123679,9 +129310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -123704,9 +129336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -123728,9 +129361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -123751,9 +129385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -123774,9 +129409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -123797,9 +129433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -123817,9 +129454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -123837,9 +129475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -123857,9 +129496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -123876,8 +129516,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -123895,8 +129536,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -123919,9 +129561,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -123942,9 +129585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -123967,9 +129611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -123991,9 +129636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -124014,9 +129660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -124037,9 +129684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -124060,9 +129708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -124080,9 +129729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -124100,9 +129750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -124120,9 +129771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -124139,8 +129791,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -124158,8 +129811,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -124177,9 +129831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -124200,9 +129855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -124225,9 +129881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -124249,9 +129906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -124272,9 +129930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -124295,9 +129954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -124318,9 +129978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -124338,9 +129999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -124358,9 +130020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -124378,9 +130041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -124397,8 +130061,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -124416,8 +130081,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -124435,9 +130101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -124458,9 +130125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -124483,9 +130151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -124507,9 +130176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -124530,9 +130200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -124553,9 +130224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -124576,9 +130248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -124596,9 +130269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -124616,9 +130290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -124636,9 +130311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -124655,8 +130331,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -124674,8 +130351,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -124693,9 +130371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -124716,9 +130395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -124741,9 +130421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -124765,9 +130446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -124788,9 +130470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -124811,9 +130494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -124834,9 +130518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -124854,9 +130539,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -124874,9 +130560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -124894,9 +130581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -124913,8 +130601,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -124932,8 +130621,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -124951,9 +130641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -124974,9 +130665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -124999,9 +130691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -125023,9 +130716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -125046,9 +130740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -125069,9 +130764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -125092,9 +130788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -125112,9 +130809,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -125132,9 +130830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -125152,9 +130851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -125171,8 +130871,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -125190,8 +130891,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -125209,9 +130911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -125232,9 +130935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -125257,9 +130961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -125281,9 +130986,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -125304,9 +131010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -125327,9 +131034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -125350,9 +131058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -125370,9 +131079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -125390,9 +131100,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -125410,9 +131121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -125429,8 +131141,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -125448,8 +131161,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -125467,9 +131181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -125490,9 +131205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -125515,9 +131231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -125539,9 +131256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -125562,9 +131280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -125585,9 +131304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -125608,9 +131328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -125628,9 +131349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -125648,9 +131370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -125668,9 +131391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -125687,8 +131411,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -125706,8 +131431,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -125725,9 +131451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -125748,9 +131475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -125773,9 +131501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -125797,9 +131526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -125820,9 +131550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -125843,9 +131574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -125866,9 +131598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -125886,9 +131619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -125906,9 +131640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -125926,9 +131661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -125945,8 +131681,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -125964,8 +131701,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -125983,9 +131721,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -126006,9 +131745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -126031,9 +131771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -126055,9 +131796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -126078,9 +131820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -126101,9 +131844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -126124,9 +131868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -126144,9 +131889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -126164,9 +131910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -126184,9 +131931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -126203,8 +131951,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -126222,8 +131971,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -126241,9 +131991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -126264,9 +132015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -126289,9 +132041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -126313,9 +132066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -126336,9 +132090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -126359,9 +132114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -126382,9 +132138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -126402,9 +132159,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -126422,9 +132180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -126442,9 +132201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -126461,8 +132221,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -126480,8 +132241,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -126499,9 +132261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -126522,9 +132285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -126547,9 +132311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -126571,9 +132336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -126594,9 +132360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -126617,9 +132384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -126640,9 +132408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -126660,9 +132429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -126680,9 +132450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -126700,9 +132471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -126719,8 +132491,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -126738,8 +132511,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -126757,9 +132531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -126780,9 +132555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -126805,9 +132581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -126829,9 +132606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -126852,9 +132630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -126875,9 +132654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -126898,9 +132678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -126918,9 +132699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -126938,9 +132720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -126958,9 +132741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -126977,8 +132761,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -126996,8 +132781,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -127015,9 +132801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -127038,9 +132825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -127063,9 +132851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -127087,9 +132876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -127110,9 +132900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -127133,9 +132924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -127156,9 +132948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -127176,9 +132969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -127196,9 +132990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -127216,9 +133011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -127235,8 +133031,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -127254,8 +133051,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -127273,9 +133071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -127296,9 +133095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -127321,9 +133121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -127345,9 +133146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -127368,9 +133170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -127391,9 +133194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -127414,9 +133218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -127434,9 +133239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -127454,9 +133260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -127474,9 +133281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -127493,8 +133301,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -127512,8 +133321,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -127531,9 +133341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -127554,9 +133365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -127579,9 +133391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -127603,9 +133416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -127626,9 +133440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -127649,9 +133464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -127672,9 +133488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -127692,9 +133509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -127712,9 +133530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -127732,9 +133551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -127751,8 +133571,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -127770,8 +133591,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -127789,9 +133611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -127812,9 +133635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -127837,9 +133661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -127861,9 +133686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -127884,9 +133710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -127907,9 +133734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -127930,9 +133758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -127950,9 +133779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -127970,9 +133800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -127990,9 +133821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -128009,8 +133841,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -128028,8 +133861,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -128047,9 +133881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -128070,9 +133905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -128095,9 +133931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -128119,9 +133956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -128142,9 +133980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -128165,9 +134004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -128188,9 +134028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -128208,9 +134049,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -128228,9 +134070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -128248,9 +134091,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -128267,8 +134111,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -128286,8 +134131,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -128305,9 +134151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -128328,9 +134175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -128353,9 +134201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -128377,9 +134226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -128400,9 +134250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -128423,9 +134274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -128446,9 +134298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -128466,9 +134319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -128486,9 +134340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -128506,9 +134361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -128525,8 +134381,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -128544,8 +134401,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -128563,9 +134421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -128586,9 +134445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -128611,9 +134471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -128635,9 +134496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -128658,9 +134520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -128681,9 +134544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -128704,9 +134568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -128724,9 +134589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -128744,9 +134610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -128764,9 +134631,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -128783,8 +134651,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -128802,8 +134671,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -128821,9 +134691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -128844,9 +134715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -128869,9 +134741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -128893,9 +134766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -128916,9 +134790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -128939,9 +134814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -128962,9 +134838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -128982,9 +134859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -129002,9 +134880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -129022,9 +134901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -129041,8 +134921,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -129060,8 +134941,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -129079,9 +134961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -129102,9 +134985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -129127,9 +135011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -129151,9 +135036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -129174,9 +135060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -129197,9 +135084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -129220,9 +135108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -129240,9 +135129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -129260,9 +135150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -129280,9 +135171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -129299,8 +135191,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -129318,8 +135211,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -129337,9 +135231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -129360,9 +135255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -129385,9 +135281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -129409,9 +135306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -129432,9 +135330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -129455,9 +135354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -129478,9 +135378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -129498,9 +135399,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -129518,9 +135420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -129538,9 +135441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -129557,8 +135461,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -129576,8 +135481,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -129595,9 +135501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -129618,9 +135525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -129643,9 +135551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -129667,9 +135576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -129690,9 +135600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -129713,9 +135624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -129736,9 +135648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -129756,9 +135669,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -129776,9 +135690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -129796,9 +135711,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -129815,8 +135731,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -129834,8 +135751,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -129853,9 +135771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -129876,9 +135795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -129901,9 +135821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -129925,9 +135846,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -129948,9 +135870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -129971,9 +135894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -129994,9 +135918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -130014,9 +135939,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -130036,9 +135962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -130058,9 +135985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -130077,8 +136005,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -130096,8 +136025,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -130115,9 +136045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -130138,9 +136069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -130163,9 +136095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -130187,9 +136120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -130210,9 +136144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -130233,9 +136168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -130256,9 +136192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -130276,9 +136213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -130296,9 +136234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -130316,9 +136255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -130335,8 +136275,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -130354,8 +136295,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -130373,9 +136315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -130396,9 +136339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -130421,9 +136365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -130445,9 +136390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -130468,9 +136414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -130491,9 +136438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -130514,9 +136462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -130534,9 +136483,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -130554,9 +136504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -130574,9 +136525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -130593,8 +136545,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -130612,8 +136565,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -130631,9 +136585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -130654,9 +136609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -130679,9 +136635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -130703,9 +136660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -130726,9 +136684,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -130749,9 +136708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -130772,9 +136732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -130792,9 +136753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -130812,9 +136774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -130832,9 +136795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -130851,8 +136815,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -130870,8 +136835,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -130889,9 +136855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -130912,9 +136879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -130937,9 +136905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -130961,9 +136930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -130984,9 +136954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -131007,9 +136978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -131030,9 +137002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -131050,9 +137023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -131070,9 +137044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -131090,9 +137065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -131109,8 +137085,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -131128,8 +137105,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -131147,9 +137125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -131170,9 +137149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -131195,9 +137175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -131219,9 +137200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -131242,9 +137224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -131265,9 +137248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -131288,9 +137272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -131308,9 +137293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -131328,9 +137314,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -131348,9 +137335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -131367,8 +137355,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -131386,8 +137375,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -131405,9 +137395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -131428,9 +137419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -131453,9 +137445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -131477,9 +137470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -131500,9 +137494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -131523,9 +137518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -131546,9 +137542,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -131566,9 +137563,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -131586,9 +137584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -131606,9 +137605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -131625,8 +137625,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -131644,8 +137645,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -131663,9 +137665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -131686,9 +137689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -131711,9 +137715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -131735,9 +137740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -131758,9 +137764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -131781,9 +137788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -131804,9 +137812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -131824,9 +137833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -131844,9 +137854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -131864,9 +137875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -131883,8 +137895,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -131902,8 +137915,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -131921,9 +137935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -131944,9 +137959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -131969,9 +137985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -131993,9 +138010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -132016,9 +138034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -132039,9 +138058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -132062,9 +138082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -132082,9 +138103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -132102,9 +138124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -132122,9 +138145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -132141,8 +138165,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -132160,8 +138185,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -132179,9 +138205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -132202,9 +138229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -132227,9 +138255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -132251,9 +138280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -132274,9 +138304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -132297,9 +138328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -132320,9 +138352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -132340,9 +138373,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -132360,9 +138394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -132380,9 +138415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -132399,8 +138435,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -132418,8 +138455,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -132437,9 +138475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -132460,9 +138499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -132485,9 +138525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -132509,9 +138550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -132532,9 +138574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -132555,9 +138598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -132578,9 +138622,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -132598,9 +138643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -132618,9 +138664,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -132638,9 +138685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -132657,8 +138705,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -132676,8 +138725,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -132695,9 +138745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -132718,9 +138769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -132743,9 +138795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -132767,9 +138820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -132790,9 +138844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -132813,9 +138868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -132836,9 +138892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -132856,9 +138913,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -132876,9 +138934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -132896,9 +138955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -132915,8 +138975,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -132934,8 +138995,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -132953,9 +139015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -132976,9 +139039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -133001,9 +139065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -133025,9 +139090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -133048,9 +139114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -133071,9 +139138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -133094,9 +139162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -133114,9 +139183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -133134,9 +139204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -133154,9 +139225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -133173,8 +139245,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -133192,8 +139265,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -133211,9 +139285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -133234,9 +139309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -133259,9 +139335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -133283,9 +139360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -133306,9 +139384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -133329,9 +139408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -133352,9 +139432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -133372,9 +139453,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -133392,9 +139474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -133412,9 +139495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -133431,8 +139515,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -133450,8 +139535,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -133469,9 +139555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -133492,9 +139579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -133517,9 +139605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -133541,9 +139630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -133564,9 +139654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -133587,9 +139678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -133610,9 +139702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -133630,9 +139723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -133650,9 +139744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -133670,9 +139765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -133689,8 +139785,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -133708,8 +139805,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -133727,9 +139825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -133750,9 +139849,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -133775,9 +139875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -133799,9 +139900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -133822,9 +139924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -133845,9 +139948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -133868,9 +139972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -133888,9 +139993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -133908,9 +140014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -133928,9 +140035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -133947,8 +140055,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -133966,8 +140075,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -133985,9 +140095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -134008,9 +140119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -134033,9 +140145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -134057,9 +140170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -134080,9 +140194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -134103,9 +140218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -134126,9 +140242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -134146,9 +140263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -134166,9 +140284,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -134186,9 +140305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -134205,8 +140325,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -134224,8 +140345,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -134243,9 +140365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -134266,9 +140389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -134291,9 +140415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -134315,9 +140440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -134338,9 +140464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -134361,9 +140488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -134384,9 +140512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -134404,9 +140533,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -134424,9 +140554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -134444,9 +140575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -134463,8 +140595,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -134482,8 +140615,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -134501,9 +140635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -134524,9 +140659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -134549,9 +140685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -134573,9 +140710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -134596,9 +140734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -134619,9 +140758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -134642,9 +140782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -134662,9 +140803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -134682,9 +140824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -134702,9 +140845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -134721,8 +140865,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -134740,8 +140885,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -134759,9 +140905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -134782,9 +140929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -134807,9 +140955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -134831,9 +140980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -134854,9 +141004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -134877,9 +141028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -134900,9 +141052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -134920,9 +141073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -134940,9 +141094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -134960,9 +141115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -134979,8 +141135,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -134998,8 +141155,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -135017,9 +141175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -135040,9 +141199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -135065,9 +141225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -135089,9 +141250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -135112,9 +141274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -135135,9 +141298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -135158,9 +141322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -135178,9 +141343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -135198,9 +141364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -135218,9 +141385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -135237,8 +141405,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -135256,8 +141425,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -135275,9 +141445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -135298,9 +141469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -135323,9 +141495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -135347,9 +141520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -135370,9 +141544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -135393,9 +141568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -135416,9 +141592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -135436,9 +141613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -135456,9 +141634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -135476,9 +141655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -135495,8 +141675,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -135514,8 +141695,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -135533,9 +141715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -135556,9 +141739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -135581,9 +141765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -135605,9 +141790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -135628,9 +141814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -135651,9 +141838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -135674,9 +141862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -135694,9 +141883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -135714,9 +141904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -135734,9 +141925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -135753,8 +141945,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -135772,8 +141965,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -135791,9 +141985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -135814,9 +142009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -135839,9 +142035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -135863,9 +142060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -135886,9 +142084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -135909,9 +142108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -135932,9 +142132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -135952,9 +142153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -135972,9 +142174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -135992,9 +142195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -136011,8 +142215,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -136030,8 +142235,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -136049,9 +142255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -136072,9 +142279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -136097,9 +142305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -136121,9 +142330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -136144,9 +142354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -136167,9 +142378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -136190,9 +142402,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -136210,9 +142423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -136230,9 +142444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -136250,9 +142465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -136269,8 +142485,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -136288,8 +142505,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -136307,9 +142525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -136330,9 +142549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -136355,9 +142575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -136379,9 +142600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -136402,9 +142624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -136425,9 +142648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -136448,9 +142672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -136468,9 +142693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -136488,9 +142714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -136508,9 +142735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -136527,8 +142755,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -136546,8 +142775,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -136565,9 +142795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -136588,9 +142819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -136613,9 +142845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -136637,9 +142870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -136660,9 +142894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -136683,9 +142918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -136706,9 +142942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -136726,9 +142963,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -136746,9 +142984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -136766,9 +143005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -136785,8 +143025,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -136804,8 +143045,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -136828,9 +143070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -136851,9 +143094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -136876,9 +143120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -136900,9 +143145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -136923,9 +143169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -136946,9 +143193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -136969,9 +143217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -136989,9 +143238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -137009,9 +143259,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -137029,9 +143280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -137048,8 +143300,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -137067,8 +143320,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -137086,9 +143340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -137109,9 +143364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -137134,9 +143390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -137158,9 +143415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -137181,9 +143439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -137204,9 +143463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -137227,9 +143487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -137247,9 +143508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -137267,9 +143529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -137287,9 +143550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -137306,8 +143570,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -137325,8 +143590,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -137344,9 +143610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -137367,9 +143634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -137392,9 +143660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -137416,9 +143685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -137439,9 +143709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -137462,9 +143733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -137485,9 +143757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -137505,9 +143778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -137525,9 +143799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -137545,9 +143820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -137564,8 +143840,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -137583,8 +143860,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -137602,9 +143880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -137625,9 +143904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -137650,9 +143930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -137674,9 +143955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -137697,9 +143979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -137720,9 +144003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -137743,9 +144027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -137763,9 +144048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -137783,9 +144069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -137803,9 +144090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -137822,8 +144110,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -137841,8 +144130,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -137860,9 +144150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -137883,9 +144174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -137908,9 +144200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -137932,9 +144225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -137955,9 +144249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -137978,9 +144273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -138001,9 +144297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -138021,9 +144318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -138041,9 +144339,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -138061,9 +144360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -138080,8 +144380,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -138099,8 +144400,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -138118,9 +144420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -138141,9 +144444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -138166,9 +144470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -138190,9 +144495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -138213,9 +144519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -138236,9 +144543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -138259,9 +144567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -138279,9 +144588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -138299,9 +144609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -138319,9 +144630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -138338,8 +144650,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -138357,8 +144670,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -138376,9 +144690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -138399,9 +144714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -138424,9 +144740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -138448,9 +144765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -138471,9 +144789,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -138494,9 +144813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -138517,9 +144837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -138537,9 +144858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -138557,9 +144879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -138577,9 +144900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -138596,8 +144920,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -138615,8 +144940,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -138634,9 +144960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -138657,9 +144984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -138682,9 +145010,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -138706,9 +145035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -138729,9 +145059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -138752,9 +145083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -138775,9 +145107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -138795,9 +145128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -138815,9 +145149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -138835,9 +145170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -138854,8 +145190,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -138873,8 +145210,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -138892,9 +145230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -138915,9 +145254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -138940,9 +145280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -138964,9 +145305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -138987,9 +145329,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -139010,9 +145353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -139033,9 +145377,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -139053,9 +145398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -139073,9 +145419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -139093,9 +145440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -139112,8 +145460,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -139131,8 +145480,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -139150,9 +145500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -139173,9 +145524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -139198,9 +145550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -139222,9 +145575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -139245,9 +145599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -139268,9 +145623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -139291,9 +145647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -139311,9 +145668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -139331,9 +145689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -139351,9 +145710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -139370,8 +145730,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -139389,8 +145750,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -139408,9 +145770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -139431,9 +145794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -139456,9 +145820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -139480,9 +145845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -139503,9 +145869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -139526,9 +145893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -139549,9 +145917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -139569,9 +145938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -139589,9 +145959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -139609,9 +145980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -139628,8 +146000,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -139647,8 +146020,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -139666,9 +146040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -139689,9 +146064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -139714,9 +146090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -139738,9 +146115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -139761,9 +146139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -139784,9 +146163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -139807,9 +146187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -139827,9 +146208,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -139847,9 +146229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -139867,9 +146250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -139886,8 +146270,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -139905,8 +146290,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -139924,9 +146310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -139947,9 +146334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -139972,9 +146360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -139996,9 +146385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -140019,9 +146409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -140042,9 +146433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -140065,9 +146457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -140085,9 +146478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -140105,9 +146499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -140125,9 +146520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -140144,8 +146540,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -140163,8 +146560,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -140182,9 +146580,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -140205,9 +146604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -140230,9 +146630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -140254,9 +146655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -140277,9 +146679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -140300,9 +146703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -140323,9 +146727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -140343,9 +146748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -140363,9 +146769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -140383,9 +146790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -140402,8 +146810,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -140421,8 +146830,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -140440,9 +146850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -140463,9 +146874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -140488,9 +146900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -140512,9 +146925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -140535,9 +146949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -140558,9 +146973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -140581,9 +146997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -140601,9 +147018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -140621,9 +147039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -140641,9 +147060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -140660,8 +147080,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -140679,8 +147100,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -140698,9 +147120,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -140721,9 +147144,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -140746,9 +147170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -140770,9 +147195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -140793,9 +147219,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -140816,9 +147243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -140839,9 +147267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -140859,9 +147288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -140879,9 +147309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -140899,9 +147330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -140918,8 +147350,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -140937,8 +147370,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -140956,9 +147390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -140979,9 +147414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -141004,9 +147440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -141028,9 +147465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -141051,9 +147489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -141074,9 +147513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -141097,9 +147537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -141117,9 +147558,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -141139,9 +147581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -141159,9 +147602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -141178,8 +147622,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -141197,8 +147642,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -141221,9 +147667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -141244,9 +147691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -141269,9 +147717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -141293,9 +147742,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -141316,9 +147766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -141339,9 +147790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -141362,9 +147814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -141384,9 +147837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -141406,9 +147860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -141428,9 +147883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -141449,8 +147905,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -141470,8 +147927,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -141491,9 +147949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -141514,9 +147973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -141539,9 +147999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -141563,9 +148024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -141586,9 +148048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -141609,9 +148072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -141632,9 +148096,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -141654,9 +148119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -141676,9 +148142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -141698,9 +148165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -141719,8 +148187,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -141740,8 +148209,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -141761,9 +148231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -141784,9 +148255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -141809,9 +148281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -141833,9 +148306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -141856,9 +148330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -141879,9 +148354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -141902,9 +148378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -141924,9 +148401,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -141946,9 +148424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -141968,9 +148447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -141989,8 +148469,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -142010,8 +148491,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -142031,9 +148513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -142054,9 +148537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -142079,9 +148563,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -142103,9 +148588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -142126,9 +148612,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -142149,9 +148636,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -142172,9 +148660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -142194,9 +148683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -142216,9 +148706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -142238,9 +148729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -142259,8 +148751,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -142280,8 +148773,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -142301,9 +148795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -142324,9 +148819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -142349,9 +148845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -142373,9 +148870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -142396,9 +148894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -142419,9 +148918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -142442,9 +148942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -142464,9 +148965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -142486,9 +148988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -142508,9 +149011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -142529,8 +149033,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -142550,8 +149055,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -142571,9 +149077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -142594,9 +149101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -142619,9 +149127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -142643,9 +149152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -142666,9 +149176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -142689,9 +149200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -142712,9 +149224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -142734,9 +149247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -142756,9 +149270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -142778,9 +149293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -142799,8 +149315,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -142820,8 +149337,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -142841,9 +149359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -142864,9 +149383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -142889,9 +149409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -142913,9 +149434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -142936,9 +149458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -142959,9 +149482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -142982,9 +149506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -143004,9 +149529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -143026,9 +149552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -143048,9 +149575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -143069,8 +149597,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -143090,8 +149619,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -143111,9 +149641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -143134,9 +149665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -143159,9 +149691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -143183,9 +149716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -143206,9 +149740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -143229,9 +149764,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -143252,9 +149788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -143274,9 +149811,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -143296,9 +149834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -143318,9 +149857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -143339,8 +149879,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -143360,8 +149901,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -143381,9 +149923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -143404,9 +149947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -143429,9 +149973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -143453,9 +149998,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -143476,9 +150022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -143499,9 +150046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -143522,9 +150070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -143544,9 +150093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -143566,9 +150116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -143588,9 +150139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -143609,8 +150161,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -143630,8 +150183,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -143651,9 +150205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -143674,9 +150229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -143699,9 +150255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -143723,9 +150280,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -143746,9 +150304,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -143769,9 +150328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -143792,9 +150352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -143814,9 +150375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -143836,9 +150398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -143858,9 +150421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -143879,8 +150443,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -143900,8 +150465,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -143921,9 +150487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -143944,9 +150511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -143969,9 +150537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -143993,9 +150562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -144016,9 +150586,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -144039,9 +150610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -144062,9 +150634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -144084,9 +150657,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -144106,9 +150680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -144128,9 +150703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -144149,8 +150725,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -144170,8 +150747,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -144191,9 +150769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -144214,9 +150793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -144239,9 +150819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -144263,9 +150844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -144286,9 +150868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -144309,9 +150892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -144332,9 +150916,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -144354,9 +150939,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -144376,9 +150962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -144398,9 +150985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -144419,8 +151007,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -144440,8 +151029,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -144461,9 +151051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -144484,9 +151075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -144509,9 +151101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -144533,9 +151126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -144556,9 +151150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -144579,9 +151174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -144602,9 +151198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -144624,9 +151221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -144646,9 +151244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -144668,9 +151267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -144689,8 +151289,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -144710,8 +151311,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -144731,9 +151333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -144754,9 +151357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -144779,9 +151383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -144803,9 +151408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -144826,9 +151432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -144849,9 +151456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -144872,9 +151480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -144894,9 +151503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -144916,9 +151526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -144938,9 +151549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -144959,8 +151571,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -144980,8 +151593,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -145001,9 +151615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -145024,9 +151639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -145049,9 +151665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -145073,9 +151690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -145096,9 +151714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -145119,9 +151738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -145142,9 +151762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -145164,9 +151785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -145186,9 +151808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -145208,9 +151831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -145229,8 +151853,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -145250,8 +151875,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -145271,9 +151897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -145294,9 +151921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -145319,9 +151947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -145343,9 +151972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -145366,9 +151996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -145389,9 +152020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -145412,9 +152044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -145434,9 +152067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -145456,9 +152090,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -145478,9 +152113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -145499,8 +152135,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -145520,8 +152157,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -145541,9 +152179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -145564,9 +152203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -145589,9 +152229,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -145613,9 +152254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -145636,9 +152278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -145659,9 +152302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -145682,9 +152326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -145704,9 +152349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -145726,9 +152372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -145748,9 +152395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -145769,8 +152417,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -145790,8 +152439,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -145811,9 +152461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -145834,9 +152485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -145859,9 +152511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -145883,9 +152536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -145906,9 +152560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -145929,9 +152584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -145952,9 +152608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -145972,9 +152629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -145994,9 +152652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -146016,9 +152675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -146035,8 +152695,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -146054,8 +152715,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -146073,9 +152735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -146096,9 +152759,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -146121,9 +152785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -146145,9 +152810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -146168,9 +152834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -146191,9 +152858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -146214,9 +152882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -146234,9 +152903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -146256,9 +152926,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -146278,9 +152949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -146297,8 +152969,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -146316,8 +152989,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -146335,9 +153009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -146358,9 +153033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -146383,9 +153059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -146407,9 +153084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -146430,9 +153108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -146453,9 +153132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -146476,9 +153156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -146496,9 +153177,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -146518,9 +153200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -146540,9 +153223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -146559,8 +153243,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -146578,8 +153263,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -146597,9 +153283,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -146620,9 +153307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -146645,9 +153333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -146669,9 +153358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -146692,9 +153382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -146715,9 +153406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -146738,9 +153430,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -146758,9 +153451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -146780,9 +153474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -146802,9 +153497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -146821,8 +153517,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -146840,8 +153537,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -146859,9 +153557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -146882,9 +153581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -146907,9 +153607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -146931,9 +153632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -146954,9 +153656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -146977,9 +153680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -147000,9 +153704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -147020,9 +153725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -147042,9 +153748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -147064,9 +153771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -147083,8 +153791,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -147102,8 +153811,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -147121,9 +153831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -147144,9 +153855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -147169,9 +153881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -147193,9 +153906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -147216,9 +153930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -147239,9 +153954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -147262,9 +153978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -147282,9 +153999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -147304,9 +154022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -147326,9 +154045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -147345,8 +154065,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -147364,8 +154085,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -147383,9 +154105,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -147406,9 +154129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -147431,9 +154155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -147455,9 +154180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -147478,9 +154204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -147501,9 +154228,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -147524,9 +154252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -147544,9 +154273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -147566,9 +154296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -147588,9 +154319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -147607,8 +154339,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -147626,8 +154359,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -147645,9 +154379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -147668,9 +154403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -147693,9 +154429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -147717,9 +154454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -147740,9 +154478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -147763,9 +154502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -147786,9 +154526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -147806,9 +154547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -147828,9 +154570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -147850,9 +154593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -147869,8 +154613,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -147888,8 +154633,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -147907,9 +154653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -147930,9 +154677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -147955,9 +154703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -147979,9 +154728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -148002,9 +154752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -148025,9 +154776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -148048,9 +154800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -148068,9 +154821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -148090,9 +154844,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -148112,9 +154867,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -148131,8 +154887,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -148150,8 +154907,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -148169,9 +154927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -148192,9 +154951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -148217,9 +154977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -148241,9 +155002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -148264,9 +155026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -148287,9 +155050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -148310,9 +155074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -148330,9 +155095,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -148352,9 +155118,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -148374,9 +155141,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -148393,8 +155161,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -148412,8 +155181,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -148431,9 +155201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -148454,9 +155225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -148479,9 +155251,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -148503,9 +155276,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -148526,9 +155300,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -148549,9 +155324,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -148572,9 +155348,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -148592,9 +155369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -148614,9 +155392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -148636,9 +155415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -148655,8 +155435,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -148674,8 +155455,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -148693,9 +155475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -148716,9 +155499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -148741,9 +155525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -148765,9 +155550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -148788,9 +155574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -148811,9 +155598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -148834,9 +155622,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -148854,9 +155643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -148876,9 +155666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -148898,9 +155689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -148917,8 +155709,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -148936,8 +155729,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -148955,9 +155749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -148978,9 +155773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -149003,9 +155799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -149027,9 +155824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -149050,9 +155848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -149073,9 +155872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -149096,9 +155896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -149116,9 +155917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -149138,9 +155940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -149160,9 +155963,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -149179,8 +155983,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -149198,8 +156003,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -149217,9 +156023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -149240,9 +156047,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -149265,9 +156073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -149289,9 +156098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -149312,9 +156122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -149335,9 +156146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -149358,9 +156170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -149378,9 +156191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -149400,9 +156214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -149422,9 +156237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -149441,8 +156257,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -149460,8 +156277,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -149479,9 +156297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -149502,9 +156321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -149527,9 +156347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -149551,9 +156372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -149574,9 +156396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -149597,9 +156420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -149620,9 +156444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -149640,9 +156465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -149662,9 +156488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -149684,9 +156511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -149703,8 +156531,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -149722,8 +156551,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -149741,9 +156571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -149764,9 +156595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -149789,9 +156621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -149813,9 +156646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -149836,9 +156670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -149859,9 +156694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -149882,9 +156718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -149902,9 +156739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -149924,9 +156762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -149946,9 +156785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -149965,8 +156805,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -149984,8 +156825,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -150003,9 +156845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -150026,9 +156869,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -150051,9 +156895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -150075,9 +156920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -150098,9 +156944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -150121,9 +156968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -150144,9 +156992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -150164,9 +157013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -150186,9 +157036,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -150208,9 +157059,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -150227,8 +157079,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -150246,8 +157099,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -150265,9 +157119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -150288,9 +157143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -150313,9 +157169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -150337,9 +157194,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -150360,9 +157218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -150383,9 +157242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -150406,9 +157266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -150426,9 +157287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -150448,9 +157310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -150470,9 +157333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -150489,8 +157353,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -150508,8 +157373,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -150532,9 +157398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -150555,9 +157422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -150580,9 +157448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -150604,9 +157473,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -150627,9 +157497,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -150650,9 +157521,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -150673,9 +157545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -150693,9 +157566,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -150715,9 +157589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -150735,9 +157610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -150754,8 +157630,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -150773,8 +157650,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -150792,9 +157670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -150815,9 +157694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -150840,9 +157720,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -150864,9 +157745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -150887,9 +157769,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -150910,9 +157793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -150933,9 +157817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -150953,9 +157838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -150973,9 +157859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -150993,9 +157880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -151012,8 +157900,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -151031,8 +157920,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -151050,9 +157940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -151073,9 +157964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -151098,9 +157990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -151122,9 +158015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -151145,9 +158039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -151168,9 +158063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -151191,9 +158087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -151211,9 +158108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -151233,9 +158131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -151255,9 +158154,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -151276,8 +158176,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -151297,8 +158198,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -151316,9 +158218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -151339,9 +158242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -151364,9 +158268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -151388,9 +158293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -151411,9 +158317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -151434,9 +158341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -151457,9 +158365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -151477,9 +158386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -151499,9 +158409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -151521,9 +158432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -151542,8 +158454,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -151563,8 +158476,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -151582,9 +158496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -151605,9 +158520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -151630,9 +158546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -151654,9 +158571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -151677,9 +158595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -151700,9 +158619,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -151723,9 +158643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -151745,9 +158666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -151767,9 +158689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -151789,9 +158712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -151810,8 +158734,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -151831,8 +158756,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -151852,9 +158778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -151875,9 +158802,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -151900,9 +158828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -151924,9 +158853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -151947,9 +158877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -151970,9 +158901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -151993,9 +158925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -152013,9 +158946,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -152035,9 +158969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -152057,9 +158992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -152078,8 +159014,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -152099,8 +159036,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -152118,9 +159056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -152141,9 +159080,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -152166,9 +159106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -152190,9 +159131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -152213,9 +159155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -152236,9 +159179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -152259,9 +159203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -152279,9 +159224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -152301,9 +159247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -152323,9 +159270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -152344,8 +159292,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -152365,8 +159314,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -152384,9 +159334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -152407,9 +159358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -152432,9 +159384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -152456,9 +159409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -152479,9 +159433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -152502,9 +159457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -152525,9 +159481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -152545,9 +159502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -152565,9 +159523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -152585,9 +159544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -152604,8 +159564,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -152623,8 +159584,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -152642,9 +159604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -152665,9 +159628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -152690,9 +159654,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -152714,9 +159679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -152737,9 +159703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -152760,9 +159727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -152783,9 +159751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -152805,9 +159774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -152827,9 +159797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -152849,9 +159820,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -152870,8 +159842,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -152891,8 +159864,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -152912,9 +159886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -152935,9 +159910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -152960,9 +159936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -152984,9 +159961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -153007,9 +159985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -153030,9 +160009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -153053,9 +160033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -153075,9 +160056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -153097,9 +160079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -153119,9 +160102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -153140,8 +160124,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -153161,8 +160146,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -153182,9 +160168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -153205,9 +160192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -153230,9 +160218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -153254,9 +160243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -153277,9 +160267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -153300,9 +160291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -153323,9 +160315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -153345,9 +160338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -153367,9 +160361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -153389,9 +160384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -153410,8 +160406,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -153431,8 +160428,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -153452,9 +160450,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -153475,9 +160474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -153500,9 +160500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -153524,9 +160525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -153547,9 +160549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -153570,9 +160573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -153593,9 +160597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -153615,9 +160620,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -153637,9 +160643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -153659,9 +160666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -153680,8 +160688,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -153701,8 +160710,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -153722,9 +160732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -153745,9 +160756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -153770,9 +160782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -153794,9 +160807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -153817,9 +160831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -153840,9 +160855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -153863,9 +160879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -153885,9 +160902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -153907,9 +160925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -153929,9 +160948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -153950,8 +160970,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -153971,8 +160992,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -153992,9 +161014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -154015,9 +161038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -154040,9 +161064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -154064,9 +161089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -154087,9 +161113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -154110,9 +161137,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -154133,9 +161161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -154155,9 +161184,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -154177,9 +161207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -154199,9 +161230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -154220,8 +161252,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -154241,8 +161274,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -154262,9 +161296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -154285,9 +161320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -154310,9 +161346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -154334,9 +161371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -154357,9 +161395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -154380,9 +161419,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -154403,9 +161443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -154425,9 +161466,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -154447,9 +161489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -154469,9 +161512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -154490,8 +161534,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -154511,8 +161556,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -154532,9 +161578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -154555,9 +161602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -154580,9 +161628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -154604,9 +161653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -154627,9 +161677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -154650,9 +161701,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -154673,9 +161725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -154695,9 +161748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -154717,9 +161771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -154739,9 +161794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -154760,8 +161816,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -154781,8 +161838,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -154802,9 +161860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -154825,9 +161884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -154850,9 +161910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -154874,9 +161935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -154897,9 +161959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -154920,9 +161983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -154943,9 +162007,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -154965,9 +162030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -154987,9 +162053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -155009,9 +162076,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -155030,8 +162098,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -155051,8 +162120,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -155072,9 +162142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -155095,9 +162166,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -155120,9 +162192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -155144,9 +162217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -155167,9 +162241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -155190,9 +162265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -155213,9 +162289,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -155235,9 +162312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -155257,9 +162335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -155279,9 +162358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -155300,8 +162380,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -155321,8 +162402,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -155342,9 +162424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -155365,9 +162448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -155390,9 +162474,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -155414,9 +162499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -155437,9 +162523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -155460,9 +162547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -155483,9 +162571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -155505,9 +162594,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -155527,9 +162617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -155549,9 +162640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -155570,8 +162662,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -155591,8 +162684,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -155612,9 +162706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -155635,9 +162730,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -155660,9 +162756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -155684,9 +162781,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -155707,9 +162805,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -155730,9 +162829,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -155753,9 +162853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -155775,9 +162876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -155797,9 +162899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -155819,9 +162922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -155840,8 +162944,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -155861,8 +162966,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -155882,9 +162988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -155905,9 +163012,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -155930,9 +163038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -155954,9 +163063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -155977,9 +163087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -156000,9 +163111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -156023,9 +163135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -156045,9 +163158,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -156067,9 +163181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -156089,9 +163204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -156110,8 +163226,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -156131,8 +163248,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -156152,9 +163270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -156175,9 +163294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -156200,9 +163320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -156224,9 +163345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -156247,9 +163369,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -156270,9 +163393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -156293,9 +163417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -156315,9 +163440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -156337,9 +163463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -156359,9 +163486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -156380,8 +163508,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -156401,8 +163530,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -156422,9 +163552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -156445,9 +163576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -156470,9 +163602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -156494,9 +163627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -156517,9 +163651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -156540,9 +163675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -156563,9 +163699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -156585,9 +163722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -156607,9 +163745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -156629,9 +163768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -156650,8 +163790,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -156671,8 +163812,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -156692,9 +163834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -156715,9 +163858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -156740,9 +163884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -156764,9 +163909,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -156787,9 +163933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -156810,9 +163957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -156833,9 +163981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -156855,9 +164004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -156877,9 +164027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -156899,9 +164050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -156920,8 +164072,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -156941,8 +164094,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -156962,9 +164116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -156985,9 +164140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -157010,9 +164166,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -157034,9 +164191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -157057,9 +164215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -157080,9 +164239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -157103,9 +164263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -157123,9 +164284,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -157145,9 +164307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -157167,9 +164330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -157186,8 +164350,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -157205,8 +164370,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -157224,9 +164390,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -157247,9 +164414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -157272,9 +164440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -157296,9 +164465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -157319,9 +164489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -157342,9 +164513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -157365,9 +164537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -157387,9 +164560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -157409,9 +164583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -157431,9 +164606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -157452,8 +164628,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -157473,8 +164650,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -157494,9 +164672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -157517,9 +164696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -157542,9 +164722,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -157566,9 +164747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -157589,9 +164771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -157612,9 +164795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -157635,9 +164819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -157657,9 +164842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -157679,9 +164865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -157701,9 +164888,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -157722,8 +164910,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -157743,8 +164932,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -157764,9 +164954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -157787,9 +164978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -157812,9 +165004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -157836,9 +165029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -157859,9 +165053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -157882,9 +165077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -157905,9 +165101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -157927,9 +165124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -157949,9 +165147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -157971,9 +165170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -157992,8 +165192,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -158013,8 +165214,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -158034,9 +165236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -158057,9 +165260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -158082,9 +165286,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -158106,9 +165311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -158129,9 +165335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -158152,9 +165359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -158175,9 +165383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -158195,9 +165404,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -158215,9 +165425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -158235,9 +165446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -158254,8 +165466,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -158273,8 +165486,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -158292,9 +165506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -158313,9 +165528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -158338,9 +165554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -158362,9 +165579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -158383,9 +165601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -158406,9 +165625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -158427,9 +165647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -158447,9 +165668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -158467,9 +165689,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -158487,9 +165710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -158506,8 +165730,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -158525,8 +165750,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -158544,9 +165770,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -158565,9 +165792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -158590,9 +165818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -158614,9 +165843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -158635,9 +165865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -158658,9 +165889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -158679,9 +165911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -158699,9 +165932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -158719,9 +165953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -158739,9 +165974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -158758,8 +165994,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -158777,8 +166014,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -158796,9 +166034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -158817,9 +166056,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -158842,9 +166082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -158866,9 +166107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -158887,9 +166129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -158910,9 +166153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -158931,9 +166175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -158951,9 +166196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -158971,9 +166217,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -158991,9 +166238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -159010,8 +166258,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -159029,8 +166278,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -159048,9 +166298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -159069,9 +166320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -159094,9 +166346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -159118,9 +166371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -159139,9 +166393,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -159162,9 +166417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -159183,9 +166439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -159203,9 +166460,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -159223,9 +166481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -159243,9 +166502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -159262,8 +166522,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -159281,8 +166542,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -159300,9 +166562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -159321,9 +166584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -159346,9 +166610,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -159370,9 +166635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -159393,9 +166659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -159416,9 +166683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -159437,9 +166705,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -159457,9 +166726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -159477,9 +166747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -159497,9 +166768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -159516,8 +166788,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -159535,8 +166808,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -159554,9 +166828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -159575,9 +166850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -159600,9 +166876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -159624,9 +166901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -159645,9 +166923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -159668,9 +166947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -159689,9 +166969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -159709,9 +166990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -159729,9 +167011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -159749,9 +167032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -159768,8 +167052,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -159787,8 +167072,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -159806,9 +167092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -159829,9 +167116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -159854,9 +167142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -159878,9 +167167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -159901,9 +167191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -159924,9 +167215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -159947,9 +167239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -159967,9 +167260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -159987,9 +167281,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -160007,9 +167302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -160026,8 +167322,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -160045,8 +167342,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -160064,9 +167362,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -160087,9 +167386,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -160112,9 +167412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -160136,9 +167437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -160159,9 +167461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -160182,9 +167485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -160205,9 +167509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -160225,9 +167530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -160245,9 +167551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -160265,9 +167572,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -160284,8 +167592,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -160303,8 +167612,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -160322,9 +167632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -160345,9 +167656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -160370,9 +167682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -160394,9 +167707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -160417,9 +167731,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -160440,9 +167755,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -160463,9 +167779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -160483,9 +167800,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -160503,9 +167821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -160523,9 +167842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -160542,8 +167862,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -160561,8 +167882,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -160580,9 +167902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -160603,9 +167926,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -160628,9 +167952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -160652,9 +167977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -160675,9 +168001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -160698,9 +168025,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -160721,9 +168049,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -160741,9 +168070,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -160761,9 +168091,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -160781,9 +168112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -160800,8 +168132,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -160819,8 +168152,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -160838,9 +168172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -160861,9 +168196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -160886,9 +168222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -160910,9 +168247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -160933,9 +168271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -160956,9 +168295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -160979,9 +168319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -160999,9 +168340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -161019,9 +168361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -161039,9 +168382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -161058,8 +168402,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -161077,8 +168422,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -161096,9 +168442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -161117,9 +168464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -161142,9 +168490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -161166,9 +168515,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -161187,9 +168537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -161210,9 +168561,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -161231,9 +168583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -161251,9 +168604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -161271,9 +168625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -161291,9 +168646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -161310,8 +168666,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -161329,8 +168686,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -161348,9 +168706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -161369,9 +168728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -161394,9 +168754,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -161418,9 +168779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -161439,9 +168801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -161462,9 +168825,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -161483,9 +168847,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -161503,9 +168868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -161523,9 +168889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -161543,9 +168910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -161562,8 +168930,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -161581,8 +168950,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -161600,9 +168970,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -161621,9 +168992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -161646,9 +169018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -161670,9 +169043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -161691,9 +169065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -161714,9 +169089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -161735,9 +169111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -161755,9 +169132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -161775,9 +169153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -161795,9 +169174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -161814,8 +169194,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -161833,8 +169214,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -161852,9 +169234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -161873,9 +169256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -161898,9 +169282,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -161922,9 +169307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -161943,9 +169329,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -161966,9 +169353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -161987,9 +169375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -162007,9 +169396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -162027,9 +169417,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -162047,9 +169438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -162066,8 +169458,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -162085,8 +169478,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -162104,9 +169498,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -162125,9 +169520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -162150,9 +169546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -162174,9 +169571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -162195,9 +169593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -162218,9 +169617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -162239,9 +169639,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -162259,9 +169660,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -162279,9 +169681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -162299,9 +169702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -162318,8 +169722,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -162337,8 +169742,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -162356,9 +169762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -162377,9 +169784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -162402,9 +169810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -162426,9 +169835,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -162447,9 +169857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -162470,9 +169881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -162491,9 +169903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -162511,9 +169924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -162531,9 +169945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -162551,9 +169966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -162570,8 +169986,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -162589,8 +170006,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -162608,9 +170026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -162629,9 +170048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -162654,9 +170074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -162678,9 +170099,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -162701,9 +170123,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -162724,9 +170147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -162747,9 +170171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -162767,9 +170192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -162787,9 +170213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -162807,9 +170234,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -162826,8 +170254,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -162845,8 +170274,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -162864,9 +170294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -162885,9 +170316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -162910,9 +170342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -162934,9 +170367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -162957,9 +170391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -162980,9 +170415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -163001,9 +170437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -163021,9 +170458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -163041,9 +170479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -163061,9 +170500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -163080,8 +170520,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -163099,8 +170540,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -163118,9 +170560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -163139,9 +170582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -163164,9 +170608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -163188,9 +170633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -163211,9 +170657,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -163234,9 +170681,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -163255,9 +170703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -163275,9 +170724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -163295,9 +170745,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -163315,9 +170766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -163334,8 +170786,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -163353,8 +170806,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -163372,9 +170826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -163393,9 +170848,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -163418,9 +170874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -163442,9 +170899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -163465,9 +170923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -163488,9 +170947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -163509,9 +170969,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -163529,9 +170990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -163549,9 +171011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -163569,9 +171032,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -163588,8 +171052,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -163607,8 +171072,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -163626,9 +171092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -163647,9 +171114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -163672,9 +171140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -163696,9 +171165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -163719,9 +171189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -163742,9 +171213,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -163763,9 +171235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -163783,9 +171256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -163803,9 +171277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -163823,9 +171298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -163842,8 +171318,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -163861,8 +171338,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -163880,9 +171358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -163901,9 +171380,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -163926,9 +171406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -163950,9 +171431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -163973,9 +171455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -163996,9 +171479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -164017,9 +171501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -164037,9 +171522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -164057,9 +171543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -164077,9 +171564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -164096,8 +171584,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -164115,8 +171604,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -164134,9 +171624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -164157,9 +171648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -164182,9 +171674,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -164206,9 +171699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -164229,9 +171723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -164252,9 +171747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -164275,9 +171771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -164297,9 +171794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -164319,9 +171817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -164341,9 +171840,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -164362,8 +171862,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -164383,8 +171884,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -164404,9 +171906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -164425,9 +171928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -164450,9 +171954,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -164474,9 +171979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -164497,9 +172003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -164520,9 +172027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -164543,9 +172051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -164563,9 +172072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -164583,9 +172093,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -164603,9 +172114,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -164622,8 +172134,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -164641,8 +172154,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -164660,9 +172174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -164681,9 +172196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -164706,9 +172222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -164730,9 +172247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -164751,9 +172269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -164774,9 +172293,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -164795,9 +172315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -164815,9 +172336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -164835,9 +172357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -164855,9 +172378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -164874,8 +172398,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -164893,8 +172418,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -164912,9 +172438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -164933,9 +172460,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -164958,9 +172486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -164982,9 +172511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -165003,9 +172533,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -165026,9 +172557,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -165047,9 +172579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -165067,9 +172600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -165087,9 +172621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -165107,9 +172642,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -165126,8 +172662,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -165145,8 +172682,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -165164,9 +172702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -165185,9 +172724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -165210,9 +172750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -165234,9 +172775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -165255,9 +172797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -165278,9 +172821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -165299,9 +172843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -165319,9 +172864,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -165339,9 +172885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -165359,9 +172906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -165378,8 +172926,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -165397,8 +172946,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -165416,9 +172966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -165437,9 +172988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -165462,9 +173014,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -165486,9 +173039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -165507,9 +173061,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -165530,9 +173085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -165551,9 +173107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -165571,9 +173128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -165591,9 +173149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -165611,9 +173170,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -165630,8 +173190,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -165649,8 +173210,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -165668,9 +173230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -165689,9 +173252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -165714,9 +173278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -165738,9 +173303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -165759,9 +173325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -165782,9 +173349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -165803,9 +173371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -165823,9 +173392,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -165843,9 +173413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -165863,9 +173434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -165882,8 +173454,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -165901,8 +173474,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -165920,9 +173494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -165941,9 +173516,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -165966,9 +173542,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -165990,9 +173567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -166011,9 +173589,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -166034,9 +173613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -166055,9 +173635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -166075,9 +173656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -166095,9 +173677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -166115,9 +173698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -166134,8 +173718,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -166153,8 +173738,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -166172,9 +173758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -166193,9 +173780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -166218,9 +173806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -166242,9 +173831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -166263,9 +173853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -166286,9 +173877,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -166307,9 +173899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -166327,9 +173920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -166347,9 +173941,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -166367,9 +173962,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -166386,8 +173982,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -166405,8 +174002,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -166429,9 +174027,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -166452,9 +174051,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -166477,9 +174077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -166501,9 +174102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -166524,9 +174126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -166547,9 +174150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -166570,9 +174174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -166590,9 +174195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -166612,9 +174218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -166632,9 +174239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -166651,8 +174259,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -166670,8 +174279,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -166689,9 +174299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -166712,9 +174323,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -166737,9 +174349,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -166761,9 +174374,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -166784,9 +174398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -166807,9 +174422,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -166830,9 +174446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -166850,9 +174467,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -166872,9 +174490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -166892,9 +174511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -166911,8 +174531,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -166930,8 +174551,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -166949,9 +174571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -166972,9 +174595,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -166997,9 +174621,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -167021,9 +174646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -167044,9 +174670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -167067,9 +174694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -167090,9 +174718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -167110,9 +174739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -167132,9 +174762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -167152,9 +174783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -167171,8 +174803,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -167190,8 +174823,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -167209,9 +174843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -167232,9 +174867,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -167257,9 +174893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -167281,9 +174918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -167304,9 +174942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -167327,9 +174966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -167350,9 +174990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -167370,9 +175011,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -167392,9 +175034,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -167412,9 +175055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -167431,8 +175075,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -167450,8 +175095,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -167469,9 +175115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -167492,9 +175139,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -167517,9 +175165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -167541,9 +175190,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -167564,9 +175214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -167587,9 +175238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -167610,9 +175262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -167630,9 +175283,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -167652,9 +175306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -167672,9 +175327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -167691,8 +175347,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -167710,8 +175367,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -167729,9 +175387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -167752,9 +175411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -167777,9 +175437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -167801,9 +175462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -167824,9 +175486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -167847,9 +175510,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -167870,9 +175534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -167890,9 +175555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -167912,9 +175578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -167932,9 +175599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -167951,8 +175619,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -167970,8 +175639,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -167989,9 +175659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -168012,9 +175683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -168037,9 +175709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -168061,9 +175734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -168084,9 +175758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -168107,9 +175782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -168130,9 +175806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -168150,9 +175827,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -168172,9 +175850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -168192,9 +175871,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -168211,8 +175891,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -168230,8 +175911,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -168249,9 +175931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -168272,9 +175955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -168297,9 +175981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -168321,9 +176006,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -168344,9 +176030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -168367,9 +176054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -168390,9 +176078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -168410,9 +176099,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -168432,9 +176122,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -168452,9 +176143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -168471,8 +176163,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -168490,8 +176183,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -168509,9 +176203,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -168532,9 +176227,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -168557,9 +176253,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -168581,9 +176278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -168604,9 +176302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -168627,9 +176326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -168650,9 +176350,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -168670,9 +176371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -168692,9 +176394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -168712,9 +176415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -168731,8 +176435,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -168750,8 +176455,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -168774,9 +176480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -168797,9 +176504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -168822,9 +176530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -168846,9 +176555,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -168869,9 +176579,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -168892,9 +176603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -168915,9 +176627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -168937,9 +176650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -168959,9 +176673,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -168981,9 +176696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -169002,8 +176718,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -169023,8 +176740,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -169044,9 +176762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -169067,9 +176786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -169092,9 +176812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -169116,9 +176837,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -169139,9 +176861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -169162,9 +176885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -169185,9 +176909,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -169207,9 +176932,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -169229,9 +176955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -169251,9 +176978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -169272,8 +177000,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -169293,8 +177022,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -169314,9 +177044,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -169337,9 +177068,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -169362,9 +177094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -169386,9 +177119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -169409,9 +177143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -169432,9 +177167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -169455,9 +177191,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -169477,9 +177214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -169499,9 +177237,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -169521,9 +177260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -169542,8 +177282,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -169563,8 +177304,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -169584,9 +177326,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -169607,9 +177350,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -169632,9 +177376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -169656,9 +177401,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -169679,9 +177425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -169702,9 +177449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -169725,9 +177473,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -169747,9 +177496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -169769,9 +177519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -169791,9 +177542,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -169812,8 +177564,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -169833,8 +177586,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -169854,9 +177608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -169877,9 +177632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -169902,9 +177658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -169926,9 +177683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -169949,9 +177707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -169972,9 +177731,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -169995,9 +177755,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -170017,9 +177778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -170039,9 +177801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -170061,9 +177824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -170082,8 +177846,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -170103,8 +177868,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -170124,9 +177890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -170147,9 +177914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -170172,9 +177940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -170196,9 +177965,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -170219,9 +177989,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -170242,9 +178013,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -170265,9 +178037,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -170287,9 +178060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -170309,9 +178083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -170331,9 +178106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -170352,8 +178128,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -170373,8 +178150,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -170394,9 +178172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -170417,9 +178196,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -170442,9 +178222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -170466,9 +178247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -170489,9 +178271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -170512,9 +178295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -170535,9 +178319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -170557,9 +178342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -170579,9 +178365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -170601,9 +178388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -170622,8 +178410,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -170643,8 +178432,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -170664,9 +178454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -170687,9 +178478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -170712,9 +178504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -170736,9 +178529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -170759,9 +178553,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -170782,9 +178577,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -170805,9 +178601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -170827,9 +178624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -170849,9 +178647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -170871,9 +178670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -170892,8 +178692,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -170913,8 +178714,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -170939,9 +178741,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -170959,9 +178762,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -170980,9 +178784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -171005,9 +178810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -171029,9 +178835,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -171050,9 +178857,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -171073,9 +178881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -171094,9 +178903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -171114,9 +178924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -171134,9 +178945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -171154,9 +178966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -171173,8 +178986,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -171192,8 +179006,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -171211,9 +179026,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -171232,9 +179048,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -171257,9 +179074,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -171281,9 +179099,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -171302,9 +179121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -171325,9 +179145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -171346,9 +179167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -171366,9 +179188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -171386,9 +179209,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -171406,9 +179230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -171425,8 +179250,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -171444,8 +179270,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -171463,9 +179290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -171484,9 +179312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -171509,9 +179338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -171533,9 +179363,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -171554,9 +179385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -171577,9 +179409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -171598,9 +179431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -171618,9 +179452,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -171638,9 +179473,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -171658,9 +179494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -171677,8 +179514,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -171696,8 +179534,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -171715,9 +179554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -171735,9 +179575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -171756,9 +179597,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -171781,9 +179623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -171805,9 +179648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -171826,9 +179670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -171849,9 +179694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -171870,9 +179716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -171890,9 +179737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -171910,9 +179758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -171930,9 +179779,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -171949,8 +179799,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -171968,8 +179819,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -171987,9 +179839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -172008,9 +179861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -172033,9 +179887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -172057,9 +179912,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -172078,9 +179934,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -172101,9 +179958,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -172122,9 +179980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -172142,9 +180001,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -172162,9 +180022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -172182,9 +180043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -172201,8 +180063,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -172220,8 +180083,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -172239,9 +180103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -172260,9 +180125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -172285,9 +180151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -172309,9 +180176,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -172330,9 +180198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -172353,9 +180222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -172374,9 +180244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -172394,9 +180265,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -172414,9 +180286,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -172434,9 +180307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -172453,8 +180327,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -172472,8 +180347,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -172491,9 +180367,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -172512,9 +180389,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -172537,9 +180415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -172561,9 +180440,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -172582,9 +180462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -172605,9 +180486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -172626,9 +180508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -172646,9 +180529,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -172666,9 +180550,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -172686,9 +180571,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -172705,8 +180591,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -172724,8 +180611,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -172748,8 +180636,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -172767,9 +180656,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -172788,9 +180678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -172813,9 +180704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -172837,9 +180729,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -172858,9 +180751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -172881,9 +180775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -172902,9 +180797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -172922,9 +180818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -172942,9 +180839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -172962,9 +180860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -172981,8 +180880,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -173000,8 +180900,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -173024,8 +180925,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -173043,9 +180945,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -173064,9 +180967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -173089,9 +180993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -173113,9 +181018,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -173134,9 +181040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -173157,9 +181064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -173178,9 +181086,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -173198,9 +181107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -173218,9 +181128,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -173238,9 +181149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -173257,8 +181169,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -173276,8 +181189,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -173300,9 +181214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -173323,9 +181238,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -173348,9 +181264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -173372,9 +181289,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -173395,9 +181313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -173418,9 +181337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -173441,9 +181361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -173463,9 +181384,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -173485,9 +181407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -173507,9 +181430,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -173528,8 +181452,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -173549,8 +181474,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -173570,9 +181496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -173591,9 +181518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -173616,9 +181544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -173640,9 +181569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -173661,9 +181591,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -173684,9 +181615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -173705,9 +181637,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -173725,9 +181658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -173745,9 +181679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -173765,9 +181700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -173784,8 +181720,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -173803,8 +181740,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -173822,9 +181760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -173843,9 +181782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -173868,9 +181808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -173892,9 +181833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -173913,9 +181855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -173936,9 +181879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -173957,9 +181901,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -173977,9 +181922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -173997,9 +181943,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -174017,9 +181964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -174036,8 +181984,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -174055,8 +182004,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -174074,9 +182024,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -174095,9 +182046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -174120,9 +182072,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -174144,9 +182097,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -174165,9 +182119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -174188,9 +182143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -174209,9 +182165,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -174229,9 +182186,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -174249,9 +182207,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -174269,9 +182228,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -174288,8 +182248,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -174307,8 +182268,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -174326,9 +182288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -174349,9 +182312,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -174374,9 +182338,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -174398,9 +182363,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -174421,9 +182387,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -174444,9 +182411,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -174467,9 +182435,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -174489,9 +182458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -174511,9 +182481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -174533,9 +182504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -174554,8 +182526,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -174575,8 +182548,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -174596,9 +182570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -174617,9 +182592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -174642,9 +182618,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -174666,9 +182643,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -174689,9 +182667,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -174712,9 +182691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -174735,9 +182715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -174755,9 +182736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -174775,9 +182757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -174795,9 +182778,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -174814,8 +182798,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -174833,8 +182818,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -174852,9 +182838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -174873,9 +182860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -174898,9 +182886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -174922,9 +182911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -174943,9 +182933,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -174966,9 +182957,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -174987,9 +182979,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -175007,9 +183000,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -175027,9 +183021,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -175047,9 +183042,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -175066,8 +183062,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -175085,8 +183082,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -175104,9 +183102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -175125,9 +183124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -175150,9 +183150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -175174,9 +183175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -175195,9 +183197,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -175218,9 +183221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -175239,9 +183243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -175259,9 +183264,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -175279,9 +183285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -175299,9 +183306,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -175318,8 +183326,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -175337,8 +183346,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -175356,9 +183366,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -175377,9 +183388,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -175402,9 +183414,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -175426,9 +183439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -175447,9 +183461,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -175470,9 +183485,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -175491,9 +183507,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -175511,9 +183528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -175531,9 +183549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -175551,9 +183570,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -175570,8 +183590,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -175589,8 +183610,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -175613,9 +183635,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -175636,9 +183659,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -175661,9 +183685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -175685,9 +183710,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -175708,9 +183734,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -175731,9 +183758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -175754,9 +183782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -175774,9 +183803,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -175794,9 +183824,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -175814,9 +183845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -175833,8 +183865,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -175852,8 +183885,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -175871,9 +183905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -175894,9 +183929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -175919,9 +183955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -175943,9 +183980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -175966,9 +184004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -175989,9 +184028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -176012,9 +184052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -176032,9 +184073,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -176052,9 +184094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -176072,9 +184115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -176091,8 +184135,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -176110,8 +184155,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -176129,9 +184175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -176152,9 +184199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -176177,9 +184225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -176201,9 +184250,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -176224,9 +184274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -176247,9 +184298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -176270,9 +184322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -176290,9 +184343,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -176310,9 +184364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -176330,9 +184385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -176349,8 +184405,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -176368,8 +184425,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -176387,9 +184445,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -176410,9 +184469,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -176435,9 +184495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -176459,9 +184520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -176482,9 +184544,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -176505,9 +184568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -176528,9 +184592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -176548,9 +184613,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -176568,9 +184634,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -176588,9 +184655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -176607,8 +184675,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -176626,8 +184695,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -176645,9 +184715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -176668,9 +184739,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -176693,9 +184765,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -176717,9 +184790,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -176740,9 +184814,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -176763,9 +184838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -176786,9 +184862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -176806,9 +184883,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -176826,9 +184904,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -176846,9 +184925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -176865,8 +184945,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -176884,8 +184965,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -176903,9 +184985,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -176926,9 +185009,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -176951,9 +185035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -176975,9 +185060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -176998,9 +185084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -177021,9 +185108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -177044,9 +185132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -177064,9 +185153,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -177084,9 +185174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -177104,9 +185195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -177123,8 +185215,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -177142,8 +185235,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -177161,9 +185255,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -177184,9 +185279,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -177209,9 +185305,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -177233,9 +185330,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -177256,9 +185354,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -177279,9 +185378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -177302,9 +185402,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -177322,9 +185423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -177342,9 +185444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -177362,9 +185465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -177381,8 +185485,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -177400,8 +185505,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -177419,9 +185525,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -177442,9 +185549,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -177467,9 +185575,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -177491,9 +185600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -177514,9 +185624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -177537,9 +185648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -177560,9 +185672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -177580,9 +185693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -177600,9 +185714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -177620,9 +185735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -177639,8 +185755,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -177658,8 +185775,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -177677,9 +185795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -177700,9 +185819,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -177725,9 +185845,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -177749,9 +185870,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -177772,9 +185894,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -177795,9 +185918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -177818,9 +185942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -177838,9 +185963,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -177858,9 +185984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -177878,9 +186005,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -177897,8 +186025,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -177916,8 +186045,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -177935,9 +186065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -177958,9 +186089,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -177983,9 +186115,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -178007,9 +186140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -178030,9 +186164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -178053,9 +186188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -178076,9 +186212,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -178096,9 +186233,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -178116,9 +186254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -178136,9 +186275,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -178155,8 +186295,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -178174,8 +186315,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -178193,9 +186335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -178216,9 +186359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -178241,9 +186385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -178265,9 +186410,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -178288,9 +186434,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -178311,9 +186458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -178334,9 +186482,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -178354,9 +186503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -178374,9 +186524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -178394,9 +186545,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -178413,8 +186565,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -178432,8 +186585,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -178451,9 +186605,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -178474,9 +186629,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -178499,9 +186655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -178523,9 +186680,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -178546,9 +186704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -178569,9 +186728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -178592,9 +186752,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -178612,9 +186773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -178632,9 +186794,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -178652,9 +186815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -178671,8 +186835,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -178690,8 +186855,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -178709,9 +186875,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -178732,9 +186899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -178757,9 +186925,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -178781,9 +186950,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -178804,9 +186974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -178827,9 +186998,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -178850,9 +187022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -178870,9 +187043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -178890,9 +187064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -178910,9 +187085,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -178929,8 +187105,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -178948,8 +187125,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -178967,9 +187145,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -178990,9 +187169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -179015,9 +187195,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -179039,9 +187220,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -179062,9 +187244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -179085,9 +187268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -179108,9 +187292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -179128,9 +187313,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -179148,9 +187334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -179168,9 +187355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -179187,8 +187375,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -179206,8 +187395,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -179225,9 +187415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -179248,9 +187439,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -179273,9 +187465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -179297,9 +187490,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -179320,9 +187514,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -179343,9 +187538,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -179366,9 +187562,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -179386,9 +187583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -179406,9 +187604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -179426,9 +187625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -179445,8 +187645,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -179464,8 +187665,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -179483,9 +187685,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -179506,9 +187709,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -179531,9 +187735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -179555,9 +187760,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -179578,9 +187784,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -179601,9 +187808,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -179624,9 +187832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -179644,9 +187853,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -179664,9 +187874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -179684,9 +187895,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -179703,8 +187915,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -179722,8 +187935,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -179741,9 +187955,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -179762,9 +187977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -179787,9 +188003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -179811,9 +188028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -179834,9 +188052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -179857,9 +188076,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -179878,9 +188098,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -179898,9 +188119,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -179918,9 +188140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -179938,9 +188161,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -179957,8 +188181,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -179976,8 +188201,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -179995,9 +188221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -180016,9 +188243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -180041,9 +188269,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -180065,9 +188294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -180088,9 +188318,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -180111,9 +188342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -180132,9 +188364,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -180152,9 +188385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -180172,9 +188406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -180192,9 +188427,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -180211,8 +188447,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -180230,8 +188467,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -180249,9 +188487,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -180270,9 +188509,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -180295,9 +188535,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -180319,9 +188560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -180342,9 +188584,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -180365,9 +188608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -180386,9 +188630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -180406,9 +188651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -180426,9 +188672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -180446,9 +188693,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -180465,8 +188713,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -180484,8 +188733,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -180503,9 +188753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -180524,9 +188775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -180549,9 +188801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -180573,9 +188826,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -180596,9 +188850,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -180619,9 +188874,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -180640,9 +188896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -180660,9 +188917,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -180680,9 +188938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -180700,9 +188959,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -180719,8 +188979,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -180738,8 +188999,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -180757,9 +189019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -180778,9 +189041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -180803,9 +189067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -180827,9 +189092,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -180850,9 +189116,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -180873,9 +189140,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -180894,9 +189162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -180914,9 +189183,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -180934,9 +189204,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -180954,9 +189225,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -180973,8 +189245,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -180992,8 +189265,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -181011,9 +189285,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -181032,9 +189307,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -181057,9 +189333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -181081,9 +189358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -181104,9 +189382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -181127,9 +189406,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -181148,9 +189428,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -181168,9 +189449,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -181188,9 +189470,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -181208,9 +189491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -181227,8 +189511,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -181246,8 +189531,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -181265,9 +189551,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -181286,9 +189573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -181311,9 +189599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -181335,9 +189624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -181358,9 +189648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -181381,9 +189672,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -181402,9 +189694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -181422,9 +189715,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -181442,9 +189736,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -181462,9 +189757,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -181481,8 +189777,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -181500,8 +189797,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -181519,9 +189817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -181540,9 +189839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -181565,9 +189865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -181589,9 +189890,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -181612,9 +189914,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -181635,9 +189938,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -181656,9 +189960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -181676,9 +189981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -181696,9 +190002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -181716,9 +190023,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -181735,8 +190043,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -181754,8 +190063,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -181773,9 +190083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -181796,9 +190107,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -181821,9 +190133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -181845,9 +190158,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -181868,9 +190182,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -181891,9 +190206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -181914,9 +190230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -181934,9 +190251,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -181956,9 +190274,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -181976,9 +190295,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -181995,8 +190315,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -182014,8 +190335,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -182033,9 +190355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -182056,9 +190379,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -182081,9 +190405,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -182105,9 +190430,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -182128,9 +190454,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -182151,9 +190478,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -182174,9 +190502,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -182194,9 +190523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -182216,9 +190546,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -182236,9 +190567,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -182255,8 +190587,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -182274,8 +190607,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -182293,9 +190627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -182316,9 +190651,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -182341,9 +190677,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -182365,9 +190702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -182388,9 +190726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -182411,9 +190750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -182434,9 +190774,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -182454,9 +190795,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -182476,9 +190818,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -182496,9 +190839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -182515,8 +190859,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -182534,8 +190879,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -182553,9 +190899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -182576,9 +190923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -182601,9 +190949,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -182625,9 +190974,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -182648,9 +190998,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -182671,9 +191022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -182694,9 +191046,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -182714,9 +191067,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -182734,9 +191088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -182754,9 +191109,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -182773,8 +191129,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -182792,8 +191149,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -182811,9 +191169,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -182834,9 +191193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -182859,9 +191219,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -182883,9 +191244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -182906,9 +191268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -182929,9 +191292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -182952,9 +191316,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -182972,9 +191337,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -182994,9 +191360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -183014,9 +191381,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -183033,8 +191401,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -183052,8 +191421,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -183071,9 +191441,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -183094,9 +191465,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -183119,9 +191491,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -183143,9 +191516,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -183166,9 +191540,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -183189,9 +191564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -183212,9 +191588,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -183232,9 +191609,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -183254,9 +191632,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -183274,9 +191653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -183293,8 +191673,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -183312,8 +191693,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -183331,9 +191713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -183352,9 +191735,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -183377,9 +191761,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -183401,9 +191786,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -183424,9 +191810,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -183447,9 +191834,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -183470,9 +191858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -183490,9 +191879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -183510,9 +191900,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -183530,9 +191921,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -183549,8 +191941,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -183568,8 +191961,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -183587,9 +191981,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -183608,9 +192003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -183633,9 +192029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -183657,9 +192054,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -183680,9 +192078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -183703,9 +192102,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -183726,9 +192126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -183746,9 +192147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -183766,9 +192168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -183786,9 +192189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -183805,8 +192209,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -183824,8 +192229,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -183843,9 +192249,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -183864,9 +192271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -183889,9 +192297,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -183913,9 +192322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -183936,9 +192346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -183959,9 +192370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -183982,9 +192394,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -184002,9 +192415,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -184022,9 +192436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -184042,9 +192457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -184061,8 +192477,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -184080,8 +192497,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -184099,9 +192517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -184120,9 +192539,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -184145,9 +192565,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -184169,9 +192590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -184192,9 +192614,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -184215,9 +192638,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -184238,9 +192662,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -184258,9 +192683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -184278,9 +192704,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -184298,9 +192725,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -184317,8 +192745,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -184336,8 +192765,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -184355,9 +192785,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -184376,9 +192807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -184401,9 +192833,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -184425,9 +192858,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -184448,9 +192882,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -184471,9 +192906,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -184494,9 +192930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -184514,9 +192951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -184534,9 +192972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -184554,9 +192993,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -184573,8 +193013,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -184592,8 +193033,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -184611,9 +193053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -184632,9 +193075,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -184657,9 +193101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -184681,9 +193126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -184704,9 +193150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -184727,9 +193174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -184750,9 +193198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -184770,9 +193219,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -184790,9 +193240,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -184810,9 +193261,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -184829,8 +193281,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -184848,8 +193301,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -184867,9 +193321,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -184890,9 +193345,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -184915,9 +193371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -184939,9 +193396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -184962,9 +193420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -184985,9 +193444,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -185008,9 +193468,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -185028,9 +193489,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -185048,9 +193510,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -185068,9 +193531,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -185087,8 +193551,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -185106,8 +193571,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -185125,9 +193591,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -185148,9 +193615,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -185173,9 +193641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -185197,9 +193666,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -185220,9 +193690,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -185243,9 +193714,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -185266,9 +193738,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -185286,9 +193759,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -185306,9 +193780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -185326,9 +193801,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -185345,8 +193821,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -185364,8 +193841,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -185383,9 +193861,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -185406,9 +193885,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -185431,9 +193911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -185455,9 +193936,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -185478,9 +193960,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -185501,9 +193984,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -185524,9 +194008,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -185544,9 +194029,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -185564,9 +194050,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -185584,9 +194071,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -185603,8 +194091,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -185622,8 +194111,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -185641,9 +194131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -185664,9 +194155,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -185689,9 +194181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -185713,9 +194206,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -185736,9 +194230,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -185759,9 +194254,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -185782,9 +194278,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -185802,9 +194299,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -185822,9 +194320,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -185842,9 +194341,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -185861,8 +194361,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -185880,8 +194381,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -185899,9 +194401,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -185922,9 +194425,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -185947,9 +194451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -185971,9 +194476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -185994,9 +194500,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -186017,9 +194524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -186040,9 +194548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -186060,9 +194569,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -186080,9 +194590,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186100,9 +194611,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -186119,8 +194631,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -186138,8 +194651,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -186162,9 +194676,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -186183,9 +194698,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -186208,9 +194724,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -186232,9 +194749,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -186255,9 +194773,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -186278,9 +194797,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -186301,9 +194821,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -186321,9 +194842,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -186341,9 +194863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186361,9 +194884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -186380,8 +194904,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -186399,8 +194924,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -186418,9 +194944,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -186439,9 +194966,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -186464,9 +194992,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -186488,9 +195017,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -186511,9 +195041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -186534,9 +195065,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -186555,9 +195087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -186575,9 +195108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -186595,9 +195129,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186615,9 +195150,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -186634,8 +195170,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -186653,8 +195190,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -186677,9 +195215,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186702,9 +195241,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186722,9 +195262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186747,9 +195288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186767,9 +195309,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186792,9 +195335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186817,9 +195361,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186837,9 +195382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186862,9 +195408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186882,9 +195429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -186907,9 +195455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -186930,9 +195479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -186955,9 +195505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -186979,9 +195530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -187002,9 +195554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -187025,9 +195578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -187048,9 +195602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -187070,9 +195625,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -187092,9 +195648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -187114,9 +195671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -187135,8 +195693,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -187156,8 +195715,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -187177,9 +195737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -187200,9 +195761,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -187225,9 +195787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -187249,9 +195812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -187272,9 +195836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -187295,9 +195860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -187318,9 +195884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -187340,9 +195907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -187362,9 +195930,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -187384,9 +195953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -187405,8 +195975,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -187426,8 +195997,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -187447,9 +196019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -187470,9 +196043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -187495,9 +196069,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -187519,9 +196094,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -187542,9 +196118,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -187565,9 +196142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -187588,9 +196166,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -187610,9 +196189,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -187632,9 +196212,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -187654,9 +196235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -187675,8 +196257,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -187696,8 +196279,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -187717,9 +196301,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -187740,9 +196325,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -187765,9 +196351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -187789,9 +196376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -187812,9 +196400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -187835,9 +196424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -187858,9 +196448,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -187880,9 +196471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -187902,9 +196494,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -187924,9 +196517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -187945,8 +196539,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -187966,8 +196561,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -187987,9 +196583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -188010,9 +196607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -188035,9 +196633,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -188059,9 +196658,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -188082,9 +196682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -188105,9 +196706,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -188128,9 +196730,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -188150,9 +196753,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -188172,9 +196776,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -188194,9 +196799,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -188215,8 +196821,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -188236,8 +196843,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -188257,9 +196865,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -188280,9 +196889,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -188305,9 +196915,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -188329,9 +196940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -188352,9 +196964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -188375,9 +196988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -188398,9 +197012,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -188420,9 +197035,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -188442,9 +197058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -188464,9 +197081,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -188485,8 +197103,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -188506,8 +197125,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -188527,9 +197147,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -188550,9 +197171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -188575,9 +197197,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -188599,9 +197222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -188622,9 +197246,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -188645,9 +197270,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -188668,9 +197294,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -188690,9 +197317,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -188712,9 +197340,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -188734,9 +197363,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -188755,8 +197385,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -188776,8 +197407,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -188797,9 +197429,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -188820,9 +197453,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -188845,9 +197479,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -188869,9 +197504,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -188892,9 +197528,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -188915,9 +197552,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -188938,9 +197576,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -188960,9 +197599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -188982,9 +197622,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -189004,9 +197645,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -189025,8 +197667,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -189046,8 +197689,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -189072,9 +197716,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -189095,9 +197740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -189120,9 +197766,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -189144,9 +197791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -189167,9 +197815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -189190,9 +197839,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -189213,9 +197863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -189233,9 +197884,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -189255,9 +197907,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -189275,9 +197928,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -189294,8 +197948,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -189313,8 +197968,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -189332,9 +197988,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -189355,9 +198012,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -189380,9 +198038,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -189404,9 +198063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -189427,9 +198087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -189450,9 +198111,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -189473,9 +198135,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -189493,9 +198156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -189515,9 +198179,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -189535,9 +198200,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -189554,8 +198220,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -189573,8 +198240,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -189592,9 +198260,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -189615,9 +198284,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -189640,9 +198310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -189664,9 +198335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -189687,9 +198359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -189710,9 +198383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -189733,9 +198407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -189753,9 +198428,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -189775,9 +198451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -189795,9 +198472,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -189814,8 +198492,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -189833,8 +198512,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -189852,9 +198532,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -189875,9 +198556,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -189900,9 +198582,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -189924,9 +198607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -189947,9 +198631,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -189970,9 +198655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -189993,9 +198679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -190013,9 +198700,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -190035,9 +198723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -190055,9 +198744,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -190074,8 +198764,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -190093,8 +198784,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -190112,9 +198804,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -190135,9 +198828,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -190160,9 +198854,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -190184,9 +198879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -190207,9 +198903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -190230,9 +198927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -190253,9 +198951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -190273,9 +198972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -190295,9 +198995,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -190315,9 +199016,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -190334,8 +199036,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -190353,8 +199056,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -190372,9 +199076,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -190395,9 +199100,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -190420,9 +199126,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -190444,9 +199151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -190467,9 +199175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -190490,9 +199199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -190513,9 +199223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -190533,9 +199244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -190555,9 +199267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -190575,9 +199288,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -190594,8 +199308,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -190613,8 +199328,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -190632,9 +199348,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -190655,9 +199372,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -190680,9 +199398,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -190704,9 +199423,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -190727,9 +199447,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -190750,9 +199471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -190773,9 +199495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -190793,9 +199516,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -190815,9 +199539,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -190835,9 +199560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -190854,8 +199580,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -190873,8 +199600,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -190892,9 +199620,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -190915,9 +199644,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -190940,9 +199670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -190964,9 +199695,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -190987,9 +199719,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -191010,9 +199743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -191033,9 +199767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -191053,9 +199788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -191075,9 +199811,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -191095,9 +199832,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -191114,8 +199852,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -191133,8 +199872,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -191152,9 +199892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -191175,9 +199916,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -191200,9 +199942,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -191224,9 +199967,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -191247,9 +199991,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -191270,9 +200015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -191293,9 +200039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -191313,9 +200060,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -191335,9 +200083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -191355,9 +200104,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -191374,8 +200124,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -191393,8 +200144,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -191412,9 +200164,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -191435,9 +200188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -191460,9 +200214,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -191484,9 +200239,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -191507,9 +200263,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -191530,9 +200287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -191553,9 +200311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -191573,9 +200332,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -191595,9 +200355,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -191615,9 +200376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -191634,8 +200396,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -191653,8 +200416,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -191672,9 +200436,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -191695,9 +200460,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -191720,9 +200486,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -191744,9 +200511,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -191767,9 +200535,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -191790,9 +200559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -191813,9 +200583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -191833,9 +200604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -191855,9 +200627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -191875,9 +200648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -191894,8 +200668,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -191913,8 +200688,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -191932,9 +200708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -191955,9 +200732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -191980,9 +200758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -192004,9 +200783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -192027,9 +200807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -192050,9 +200831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -192073,9 +200855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -192093,9 +200876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -192115,9 +200899,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -192135,9 +200920,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -192154,8 +200940,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -192173,8 +200960,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -192192,9 +200980,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -192215,9 +201004,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -192240,9 +201030,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -192264,9 +201055,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -192287,9 +201079,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -192310,9 +201103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -192333,9 +201127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -192353,9 +201148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -192375,9 +201171,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -192395,9 +201192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -192414,8 +201212,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -192433,8 +201232,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -192452,9 +201252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -192475,9 +201276,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -192500,9 +201302,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -192524,9 +201327,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -192547,9 +201351,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -192570,9 +201375,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -192593,9 +201399,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -192613,9 +201420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -192635,9 +201443,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -192655,9 +201464,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -192674,8 +201484,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -192693,8 +201504,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -192712,9 +201524,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -192735,9 +201548,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -192760,9 +201574,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -192784,9 +201599,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -192807,9 +201623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -192830,9 +201647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -192853,9 +201671,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -192875,9 +201694,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -192897,9 +201717,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -192919,9 +201740,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -192940,8 +201762,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -192961,8 +201784,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -192982,9 +201806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -193005,9 +201830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -193030,9 +201856,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -193054,9 +201881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -193077,9 +201905,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -193100,9 +201929,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -193123,9 +201953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -193145,9 +201976,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -193167,9 +201999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -193189,9 +202022,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -193210,8 +202044,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -193231,8 +202066,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -193252,9 +202088,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -193275,9 +202112,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -193300,9 +202138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -193324,9 +202163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -193347,9 +202187,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -193370,9 +202211,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -193393,9 +202235,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -193413,9 +202256,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -193433,9 +202277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -193453,9 +202298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -193472,8 +202318,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -193491,8 +202338,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -193510,9 +202358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -193533,9 +202382,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -193558,9 +202408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -193582,9 +202433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -193605,9 +202457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -193628,9 +202481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -193651,9 +202505,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -193671,9 +202526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -193691,9 +202547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -193711,9 +202568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -193730,8 +202588,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -193749,8 +202608,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -193768,9 +202628,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -193791,9 +202652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -193816,9 +202678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -193840,9 +202703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -193863,9 +202727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -193886,9 +202751,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -193909,9 +202775,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -193929,9 +202796,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -193949,9 +202817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -193969,9 +202838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -193988,8 +202858,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -194007,8 +202878,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -194026,9 +202898,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -194049,9 +202922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -194074,9 +202948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -194098,9 +202973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -194121,9 +202997,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -194144,9 +203021,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -194167,9 +203045,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -194187,9 +203066,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -194207,9 +203087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -194227,9 +203108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -194246,8 +203128,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -194265,8 +203148,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -194284,9 +203168,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -194307,9 +203192,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -194332,9 +203218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -194356,9 +203243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -194379,9 +203267,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -194402,9 +203291,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -194425,9 +203315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -194445,9 +203336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -194465,9 +203357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -194485,9 +203378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -194504,8 +203398,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -194523,8 +203418,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -194542,9 +203438,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -194565,9 +203462,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -194590,9 +203488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -194614,9 +203513,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -194637,9 +203537,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -194660,9 +203561,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -194683,9 +203585,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -194703,9 +203606,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -194723,9 +203627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -194743,9 +203648,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -194762,8 +203668,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -194781,8 +203688,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -194800,9 +203708,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -194823,9 +203732,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -194848,9 +203758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -194872,9 +203783,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -194895,9 +203807,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -194918,9 +203831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -194941,9 +203855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -194961,9 +203876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -194981,9 +203897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -195001,9 +203918,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -195020,8 +203938,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -195039,8 +203958,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -195058,9 +203978,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -195081,9 +204002,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -195106,9 +204028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -195130,9 +204053,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -195153,9 +204077,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -195176,9 +204101,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -195199,9 +204125,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -195219,9 +204146,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -195239,9 +204167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -195259,9 +204188,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -195278,8 +204208,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -195297,8 +204228,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -195316,9 +204248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -195339,9 +204272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -195364,9 +204298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -195388,9 +204323,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -195411,9 +204347,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -195434,9 +204371,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -195457,9 +204395,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -195477,9 +204416,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -195497,9 +204437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -195517,9 +204458,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -195536,8 +204478,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -195555,8 +204498,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -195574,9 +204518,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -195597,9 +204542,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -195622,9 +204568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -195646,9 +204593,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -195669,9 +204617,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -195692,9 +204641,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -195715,9 +204665,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -195735,9 +204686,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -195755,9 +204707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -195775,9 +204728,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -195794,8 +204748,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -195813,8 +204768,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -195832,9 +204788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -195855,9 +204812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -195880,9 +204838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -195904,9 +204863,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -195927,9 +204887,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -195950,9 +204911,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -195973,9 +204935,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -195993,9 +204956,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -196013,9 +204977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -196033,9 +204998,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -196052,8 +205018,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -196071,8 +205038,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -196090,9 +205058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -196113,9 +205082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -196138,9 +205108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -196162,9 +205133,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -196185,9 +205157,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -196208,9 +205181,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -196231,9 +205205,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -196251,9 +205226,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -196271,9 +205247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -196291,9 +205268,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -196310,8 +205288,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -196329,8 +205308,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -196348,9 +205328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -196371,9 +205352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -196396,9 +205378,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -196420,9 +205403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -196443,9 +205427,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -196466,9 +205451,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -196489,9 +205475,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -196509,9 +205496,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -196531,9 +205519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -196551,9 +205540,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -196570,8 +205560,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -196589,8 +205580,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -196608,9 +205600,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -196631,9 +205624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -196656,9 +205650,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -196680,9 +205675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -196703,9 +205699,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -196726,9 +205723,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -196749,9 +205747,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -196769,9 +205768,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -196791,9 +205791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -196811,9 +205812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -196830,8 +205832,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -196849,8 +205852,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -196868,9 +205872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -196891,9 +205896,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -196916,9 +205922,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -196940,9 +205947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -196963,9 +205971,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -196986,9 +205995,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -197009,9 +206019,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -197029,9 +206040,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -197051,9 +206063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -197071,9 +206084,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -197090,8 +206104,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -197109,8 +206124,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -197133,9 +206149,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -197156,9 +206173,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -197181,9 +206199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -197205,9 +206224,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -197228,9 +206248,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -197251,9 +206272,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -197274,9 +206296,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -197296,9 +206319,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -197318,9 +206342,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -197340,9 +206365,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -197361,8 +206387,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -197382,8 +206409,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -197403,9 +206431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -197426,9 +206455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -197451,9 +206481,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -197475,9 +206506,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -197498,9 +206530,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -197521,9 +206554,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -197544,9 +206578,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -197566,9 +206601,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -197588,9 +206624,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -197610,9 +206647,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -197631,8 +206669,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -197652,8 +206691,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -197673,9 +206713,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -197696,9 +206737,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -197721,9 +206763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -197745,9 +206788,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -197768,9 +206812,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -197791,9 +206836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -197814,9 +206860,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -197834,9 +206881,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -197854,9 +206902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -197874,9 +206923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -197893,8 +206943,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -197912,8 +206963,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -197931,9 +206983,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -197954,9 +207007,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -197979,9 +207033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -198003,9 +207058,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -198026,9 +207082,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -198049,9 +207106,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -198072,9 +207130,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -198092,9 +207151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -198112,9 +207172,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -198132,9 +207193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -198151,8 +207213,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -198170,8 +207233,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -198189,9 +207253,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -198212,9 +207277,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -198237,9 +207303,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -198261,9 +207328,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -198284,9 +207352,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -198307,9 +207376,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -198330,9 +207400,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -198350,9 +207421,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -198370,9 +207442,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -198390,9 +207463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -198409,8 +207483,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -198428,8 +207503,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -198447,9 +207523,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -198470,9 +207547,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -198495,9 +207573,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -198519,9 +207598,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -198542,9 +207622,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -198565,9 +207646,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -198588,9 +207670,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -198608,9 +207691,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -198628,9 +207712,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -198648,9 +207733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -198667,8 +207753,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -198686,8 +207773,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -198705,9 +207793,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -198728,9 +207817,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -198753,9 +207843,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -198777,9 +207868,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -198800,9 +207892,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -198823,9 +207916,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -198846,9 +207940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -198866,9 +207961,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -198886,9 +207982,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -198906,9 +208003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -198925,8 +208023,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -198944,8 +208043,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -198963,9 +208063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -198986,9 +208087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -199011,9 +208113,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -199035,9 +208138,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -199058,9 +208162,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -199081,9 +208186,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -199104,9 +208210,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -199124,9 +208231,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -199144,9 +208252,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -199164,9 +208273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -199183,8 +208293,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -199202,8 +208313,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -199221,9 +208333,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -199244,9 +208357,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -199269,9 +208383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -199293,9 +208408,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -199316,9 +208432,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -199339,9 +208456,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -199362,9 +208480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -199382,9 +208501,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -199402,9 +208522,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -199422,9 +208543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -199441,8 +208563,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -199460,8 +208583,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -199479,9 +208603,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -199502,9 +208627,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -199527,9 +208653,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -199551,9 +208678,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -199574,9 +208702,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -199597,9 +208726,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -199620,9 +208750,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -199640,9 +208771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -199660,9 +208792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -199680,9 +208813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -199699,8 +208833,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -199718,8 +208853,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -199737,9 +208873,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -199760,9 +208897,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -199785,9 +208923,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -199809,9 +208948,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -199832,9 +208972,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -199855,9 +208996,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -199878,9 +209020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -199898,9 +209041,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -199918,9 +209062,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -199938,9 +209083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -199957,8 +209103,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -199976,8 +209123,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -199995,9 +209143,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -200018,9 +209167,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -200043,9 +209193,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -200067,9 +209218,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -200090,9 +209242,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -200113,9 +209266,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -200136,9 +209290,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -200156,9 +209311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -200176,9 +209332,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -200196,9 +209353,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -200215,8 +209373,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -200234,8 +209393,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -200253,9 +209413,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -200276,9 +209437,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -200301,9 +209463,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -200325,9 +209488,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -200348,9 +209512,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -200371,9 +209536,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -200394,9 +209560,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -200414,9 +209581,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -200434,9 +209602,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -200454,9 +209623,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -200473,8 +209643,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -200492,8 +209663,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -200511,9 +209683,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -200534,9 +209707,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -200559,9 +209733,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -200583,9 +209758,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -200606,9 +209782,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -200629,9 +209806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -200652,9 +209830,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -200672,9 +209851,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -200692,9 +209872,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -200712,9 +209893,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -200731,8 +209913,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -200750,8 +209933,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -200769,9 +209953,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -200792,9 +209977,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -200817,9 +210003,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -200841,9 +210028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -200864,9 +210052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -200887,9 +210076,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -200910,9 +210100,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -200930,9 +210121,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -200950,9 +210142,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -200970,9 +210163,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -200989,8 +210183,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -201008,8 +210203,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -201027,9 +210223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -201050,9 +210247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -201075,9 +210273,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -201099,9 +210298,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -201122,9 +210322,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -201145,9 +210346,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -201168,9 +210370,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -201188,9 +210391,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -201208,9 +210412,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -201228,9 +210433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -201247,8 +210453,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -201266,8 +210473,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -201285,9 +210493,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -201308,9 +210517,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -201333,9 +210543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -201357,9 +210568,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -201380,9 +210592,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -201403,9 +210616,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -201426,9 +210640,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -201446,9 +210661,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -201466,9 +210682,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -201486,9 +210703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -201505,8 +210723,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -201524,8 +210743,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -201543,9 +210763,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -201566,9 +210787,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -201591,9 +210813,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -201615,9 +210838,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -201638,9 +210862,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -201661,9 +210886,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -201684,9 +210910,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -201704,9 +210931,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -201724,9 +210952,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -201744,9 +210973,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -201763,8 +210993,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -201782,8 +211013,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -201801,9 +211033,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -201824,9 +211057,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -201849,9 +211083,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -201873,9 +211108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -201896,9 +211132,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -201919,9 +211156,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -201942,9 +211180,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -201962,9 +211201,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -201982,9 +211222,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -202002,9 +211243,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -202021,8 +211263,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -202040,8 +211283,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -202064,9 +211308,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -202087,9 +211332,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -202112,9 +211358,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -202136,9 +211383,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -202159,9 +211407,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -202182,9 +211431,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -202205,9 +211455,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -202225,9 +211476,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -202247,9 +211499,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -202267,9 +211520,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -202286,8 +211540,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -202305,8 +211560,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -202324,9 +211580,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -202347,9 +211604,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -202372,9 +211630,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -202396,9 +211655,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -202419,9 +211679,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -202442,9 +211703,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -202465,9 +211727,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -202485,9 +211748,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -202507,9 +211771,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -202527,9 +211792,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -202546,8 +211812,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -202565,8 +211832,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -202584,9 +211852,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -202607,9 +211876,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -202632,9 +211902,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -202656,9 +211927,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -202679,9 +211951,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -202702,9 +211975,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -202725,9 +211999,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -202745,9 +212020,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -202767,9 +212043,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -202787,9 +212064,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -202806,8 +212084,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -202825,8 +212104,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -202844,9 +212124,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -202867,9 +212148,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -202892,9 +212174,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -202916,9 +212199,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -202939,9 +212223,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -202962,9 +212247,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -202985,9 +212271,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -203005,9 +212292,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -203027,9 +212315,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -203047,9 +212336,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -203066,8 +212356,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -203085,8 +212376,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -203104,9 +212396,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -203127,9 +212420,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -203152,9 +212446,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -203176,9 +212471,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -203199,9 +212495,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -203222,9 +212519,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -203245,9 +212543,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -203265,9 +212564,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -203287,9 +212587,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -203307,9 +212608,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -203326,8 +212628,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -203345,8 +212648,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -203364,9 +212668,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -203387,9 +212692,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -203412,9 +212718,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -203436,9 +212743,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -203459,9 +212767,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -203482,9 +212791,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -203505,9 +212815,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -203525,9 +212836,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -203547,9 +212859,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -203567,9 +212880,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -203586,8 +212900,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -203605,8 +212920,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -203624,9 +212940,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -203647,9 +212964,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -203672,9 +212990,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -203696,9 +213015,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -203719,9 +213039,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -203742,9 +213063,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -203765,9 +213087,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -203785,9 +213108,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -203807,9 +213131,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -203827,9 +213152,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -203846,8 +213172,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -203865,8 +213192,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -203884,9 +213212,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -203907,9 +213236,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -203932,9 +213262,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -203956,9 +213287,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -203979,9 +213311,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -204002,9 +213335,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -204025,9 +213359,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -204045,9 +213380,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -204067,9 +213403,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -204087,9 +213424,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -204106,8 +213444,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -204125,8 +213464,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -204144,9 +213484,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -204167,9 +213508,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -204192,9 +213534,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -204216,9 +213559,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -204239,9 +213583,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -204262,9 +213607,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -204285,9 +213631,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -204305,9 +213652,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -204327,9 +213675,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -204347,9 +213696,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -204366,8 +213716,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -204385,8 +213736,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -204404,9 +213756,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -204427,9 +213780,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -204452,9 +213806,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -204476,9 +213831,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -204499,9 +213855,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -204522,9 +213879,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -204545,9 +213903,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -204565,9 +213924,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -204587,9 +213947,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -204607,9 +213968,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -204626,8 +213988,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -204645,8 +214008,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -204664,9 +214028,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -204687,9 +214052,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -204712,9 +214078,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -204736,9 +214103,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -204759,9 +214127,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -204782,9 +214151,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -204805,9 +214175,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -204827,9 +214198,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -204849,9 +214221,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -204871,9 +214244,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -204892,8 +214266,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -204913,8 +214288,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule @@ -204934,9 +214310,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL --no-minimal-bj %{input}))))))) @@ -204957,9 +214334,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj --no-tableaux-cdcl-in-theories @@ -204982,9 +214360,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories --no-tableaux-cdcl-in-instantiation @@ -205006,9 +214385,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-instantiation %{input}))))))) @@ -205029,9 +214409,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-tableaux-cdcl-in-theories %{input}))))))) @@ -205052,9 +214433,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL-Tableaux --no-minimal-bj %{input}))))))) @@ -205075,9 +214457,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver CDCL %{input}))))))) (rule @@ -205097,9 +214480,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux-CDCL %{input}))))))) (rule @@ -205119,9 +214503,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend dolmen - --timelimit=2 --sat-solver Tableaux %{input}))))))) (rule @@ -205141,9 +214526,10 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} + --timelimit=2 + --enable-assertions --output=smtlib2 --frontend legacy - --timelimit=2 %{input}))))))) (rule (alias runtest-quick) @@ -205162,8 +214548,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --frontend dolmen %{input}))))))) (rule @@ -205183,8 +214570,9 @@ (ignore-stderr (with-accepted-exit-codes 0 (run %{bin:alt-ergo} - --output=smtlib2 --timelimit=2 + --enable-assertions + --output=smtlib2 --enable-theories fpa %{input}))))))) (rule diff --git a/tools/gentest.ml b/tools/gentest.ml index 9c33cc17a..db18949fc 100644 --- a/tools/gentest.ml +++ b/tools/gentest.ml @@ -269,57 +269,53 @@ let () = in let bin = "%{bin:alt-ergo}" in let timelimit = "--timelimit=2" in + let shared = + [ timelimit + ; "--enable-assertions" + ] + in let solvers = [ ("runtest-quick", "fpa", [ "--output=smtlib2" - ; timelimit ; "--enable-theories fpa" ]) ; ("runtest-quick", "dolmen", [ "--output=smtlib2" - ; timelimit ; "--frontend dolmen" ]) ; ("runtest-quick", "legacy", [ "--output=smtlib2" ; "--frontend legacy" - ; timelimit ]) + ]) ; ("runtest-quick", "tableaux", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver Tableaux" ]) ; ("runtest-quick", "tableaux_cdcl", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver Tableaux-CDCL" ]) ; ("runtest-quick", "cdcl", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL" ]) ; ("runtest-ci", "ci_tableaux_cdcl_no_minimal_bj", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL-Tableaux" ; "--no-minimal-bj" ]) ; ("runtest-ci", "ci_cdcl_tableaux_no_tableaux_cdcl_in_theories", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL-Tableaux" ; "--no-tableaux-cdcl-in-theories" ]) ; ("runtest-ci", "ci_no_tableaux_cdcl_in_instantiation", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL-Tableaux" ; "--no-tableaux-cdcl-in-instantiation" ]) ; ("runtest-ci", "ci_cdcl_tableaux_no_tableaux_cdcl_in_theories_and_instantiation", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL-Tableaux" ; "--no-tableaux-cdcl-in-theories" ; "--no-tableaux-cdcl-in-instantiation" ]) @@ -327,7 +323,6 @@ let () = _and_instantiation", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL-Tableaux" ; "--no-minimal-bj" ; "--no-tableaux-cdcl-in-theories" @@ -335,11 +330,11 @@ let () = ; ("runtest-ci", "ci_cdcl_no_minimal_bj", [ "--output=smtlib2" ; "--frontend dolmen" - ; timelimit ; "--sat-solver CDCL" ; "--no-minimal-bj" ])] in let cmds = List.map (fun (group, name, args) -> + let args = shared @ args in Cmd.make ~name ~group ~bin ~args) solvers in Format.fprintf Format.std_formatter "@[";