]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/matitaprover/run_on_a_list.sh
...
[helm.git] / helm / software / components / binaries / matitaprover / run_on_a_list.sh
index dbcd6563130c303541a19f83ad062a348bd107e3..b62aa8974b19661618a6a1fe76c99bfd8c1de914 100755 (executable)
@@ -10,9 +10,9 @@ for PROBLEM in `cat $2`; do
   echo running on $PROBLEM
   ./matitaprover.native --timeout $1 --tptppath TPTP-v3.7.0/ $PROBLEM \
     >> log 2>&1
-  echo So far `grep Unsatisfiable log|wc -l` solved
+  echo So far `grep 'SZS status Unsatisfiable' log|wc -l` solved
 done
 echo Solved:
-grep 'Unsatisfiable' log | wc -l
+grep 'SZS status Unsatisfiable' log | wc -l
 echo Failed:
 grep 'Timeout' log | wc -l