summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2015-06-05 17:15:42 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2015-06-05 17:15:42 -0400
commit217f7400cdccd1d11402d0739a3f688ef9d28e00 (patch)
tree4958a0519627d1bd8c2467ad7fd033729fb9b578 /contrib
parentab0975e673a2a017e6d3c14ff618e96f204ab383 (diff)
update run script for assertions/scrambled run
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/run-script-smtcomp2015-assertions63
1 files changed, 34 insertions, 29 deletions
diff --git a/contrib/run-script-smtcomp2015-assertions b/contrib/run-script-smtcomp2015-assertions
index c46671c08..db35e3c93 100755
--- a/contrib/run-script-smtcomp2015-assertions
+++ b/contrib/run-script-smtcomp2015-assertions
@@ -1,6 +1,11 @@
#!/bin/bash
-cvc4=./cvc4
+# Attempt to run each benchmark 1-5 min depending on numconfigs
+# quanitifers get 5 min / benchmark
+# quantifier free uf, arith, arrays get 1 min / benchmark
+# qf_bv gets 1 min wall (2 min user) / benchmark
+
+cvc4=./cvc4-assertions
bench="$1"
logic=$(expr "$(grep -m1 '^[^;]*set-logic' "$bench")" : ' *(set-logic *\([A-Z_]*\) *) *$')
@@ -26,7 +31,7 @@ function finishwith {
case "$logic" in
QF_LRA)
- trywith 200 --enable-miplib-trick --miplib-trick-subs=4 --use-approx --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --use-soi
+ trywith 30 --enable-miplib-trick --miplib-trick-subs=4 --use-approx --lemmas-on-replay-failure --replay-early-close-depth=4 --replay-lemma-reject-cut=128 --replay-reject-cut=512 --unconstrained-simp --use-soi
finishwith --no-restrict-pivots --use-soi --new-prop --unconstrained-simp
;;
QF_LIA)
@@ -35,47 +40,47 @@ QF_LIA)
;;
ALIA|AUFLIA|AUFLIRA|AUFNIRA|BV|UF|UFBV|UFIDL|UFLIA|UFLRA|UFNIA)
# the following is designed for a run time of 1800s.
- # initial runs 1min
- trywith 20 --simplification=none --full-saturate-quant
- trywith 20 --finite-model-find
- trywith 20 --no-e-matching --full-saturate-quant
- # trigger selections/special 1min
+ # initial runs 1min (30)
+ trywith 10 --simplification=none --full-saturate-quant
+ trywith 10 --finite-model-find
+ trywith 10 --no-e-matching --full-saturate-quant
+ # trigger selections/special 1min (60)
trywith 10 --multi-trigger-when-single --full-saturate-quant
trywith 10 --trigger-sel=max --full-saturate-quant
trywith 10 --relevant-triggers --full-saturate-quant
trywith 10 --multi-trigger-when-single --multi-trigger-priority --full-saturate-quant
trywith 10 --trigger-sel=min --full-saturate-quant
trywith 10 --qcf-tconstraint --full-saturate-quant
- # medium runs 5min
- trywith 30 --no-quant-cf --full-saturate-quant
- trywith 30 --finite-model-find --fmf-inst-engine --sort-inference --uf-ss-fair --mbqi=gen-ev
- trywith 30 --no-e-matching --no-quant-cf --full-saturate-quant
- trywith 30 --pre-skolem-quant --full-saturate-quant
- trywith 30 --no-inst-no-entail --no-quant-cf --full-saturate-quant
- trywith 30 --finite-model-find --mbqi=gen-ev --uf-ss-totality
- trywith 30 --inst-when=full --full-saturate-quant
- trywith 30 --fmf-bound-int --macros-quant
- trywith 30 --decision=internal --simplification=none --no-inst-no-entail --no-quant-cf --full-saturate-quant
- trywith 30 --decision=justification-stoponly --full-saturate-quant
+ # medium runs 5min (20*10 = 200)
+ trywith 10 --no-quant-cf --full-saturate-quant
+ trywith 10 --finite-model-find --fmf-inst-engine --sort-inference --uf-ss-fair --mbqi=gen-ev
+ trywith 10 --no-e-matching --no-quant-cf --full-saturate-quant
+ trywith 10 --pre-skolem-quant --full-saturate-quant
+ trywith 10 --no-inst-no-entail --no-quant-cf --full-saturate-quant
+ trywith 10 --finite-model-find --mbqi=gen-ev --uf-ss-totality
+ trywith 10 --inst-when=full --full-saturate-quant
+ trywith 10 --fmf-bound-int --macros-quant
+ trywith 10 --decision=internal --simplification=none --no-inst-no-entail --no-quant-cf --full-saturate-quant
+ trywith 10 --decision=justification-stoponly --full-saturate-quant
# large runs 3min
- trywith 60 --term-db-mode=relevant --full-saturate-quant
- trywith 60 --finite-model-find --mbqi=none
- trywith 60 --decision=internal --full-saturate-quant
+ trywith 10 --term-db-mode=relevant --full-saturate-quant
+ trywith 10 --finite-model-find --mbqi=none
+ trywith 10 --decision=internal --full-saturate-quant
# last call runs 20min
- trywith 300 --finite-model-find --fmf-inst-engine --quant-cf --sort-inference --uf-ss-fair
- trywith 300 --no-inst-no-entail --full-saturate-quant
+ trywith 20 --finite-model-find --fmf-inst-engine --quant-cf --sort-inference --uf-ss-fair
+ trywith 20 --no-inst-no-entail --full-saturate-quant
finishwith --full-saturate-quant
;;
LIA|LRA|NIA|NRA)
- trywith 60 --cbqi --no-cbqi-sat --full-saturate-quant
- trywith 60 --full-saturate-quant
- trywith 60 --cbqi --no-cbqi-sat --cbqi-recurse --full-saturate-quant
- trywith 180 --qcf-tconstraint --full-saturate-quant
- trywith 240 --cbqi --no-cbqi-sat --cbqi-recurse --full-saturate-quant
+ trywith 30 --cbqi --no-cbqi-sat --full-saturate-quant
+ trywith 30 --full-saturate-quant
+ trywith 30 --cbqi --no-cbqi-sat --cbqi-recurse --full-saturate-quant
+ trywith 30 --qcf-tconstraint --full-saturate-quant
+ trywith 30 --cbqi --no-cbqi-sat --cbqi-recurse --full-saturate-quant
finishwith --cbqi --no-cbqi-sat --cbqi-recurse --pre-skolem-quant --full-saturate-quant
;;
QF_AUFBV)
- trywith 600
+ trywith 30
finishwith --decision=justification-stoponly
;;
QF_ABV)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback