From d38ad982be4717eee4fa102533e12c338b2d1b37 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 28 May 2014 23:32:59 +0200 Subject: Minor changes to script. Disable cbqi sat. --- contrib/run-script-cascj7-fnt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/run-script-cascj7-fnt') diff --git a/contrib/run-script-cascj7-fnt b/contrib/run-script-cascj7-fnt index ce54fe5ae..0d8642e67 100755 --- a/contrib/run-script-cascj7-fnt +++ b/contrib/run-script-cascj7-fnt @@ -15,7 +15,7 @@ echo "------- cvc4-fnt casc j7 : $bench at $2..." function trywith { limit=$1; shift; echo "--- Run $@ at $limit..."; - (ulimit -t "$limit";$cvc4 --no-checking --no-interactive --dump-models --produce-models --force-no-limit-cpu-while-dump "$@" $bench) 2>/dev/null | + (ulimit -S -t "$limit";$cvc4 --no-checking --no-interactive --dump-models --produce-models --force-no-limit-cpu-while-dump "$@" $bench) 2>/dev/null | (read w1 w2 w3 result w4 w5; case "$result" in Satisfiable) echo "$w1 $w2 $w3 $result $w4 $w5";cat;exit 0;; -- cgit v1.2.3