Certifying Safety and Termination Proofs for Integer Transition Systems

General

This site provides supporting material for the paper Certifying Safety and Termination Proofs for Integer Transition Systems by Marc Brockschmidt, Sebastiaan Joosten, René Thiemann and Akihisa Yamada.

Abstract

Modern program analyzers translate imperative programs to an intermediate formal language like integer transition systems (ITSs), and then analyze properties of ITSs. Because of the high complexity of the task, a number of incorrect proofs are revealed annually in the Software Verification Competitions.

In this paper, we establish the trustworthiness of termination and safety proofs for ITSs. To this end we extend our Isabelle/HOL formalization IsaFoR by formalizing several verification techniques for ITSs, such as invariant checking, ranking functions, etc. Consequently the extracted certifier CeTA can now (in)validate safety and termination proofs for ITSs. We also adapted the program analyzers Ttwo and AProVE to produce machine-readable proof certificates, and as a result, most termination proofs generated by these tools on a standard benchmark set are now certified.


Formalization

The CeTA checker and the IsaFoR formalisation can be downloaded from the IsaFoR/CeTA website. The paper refers to IsaFoR/CeTA version 2.30 which compiles with Isabelle 2016-1 and a corresponding archive of formal proofs.

Example Certificates

Theorem 1 (Invariants via Unwindings)
Theorem 2 (Invariant Assertion for Safety Proofs)
Theorem 3 (Safety by Assertions)
Theorem 4 (Initial Cooperation Program)
Theorem 5 (Invariant Assertion for Termination Proofs)
Theorem 6 (SCC Decomposition)
Theorem 7(Cutpoint Decomposition)
Theorem 8 (Transition Removal)

The lemma is not immediately visible as such in the formalization, as there is a hierarchy of locales. Below we provide links to a related theorem in the most abstract setting and in the most concrete setting.

Theorem 9 (Location Addition)
Theorem 10 (Variable Addition)
Corollary 1 (Safety and Termination Checker)

Experimental results

We performed experiments of our implementation on an Intel Xeon E5-1620 (clocked at 3.6GHz) with 16GB RAM on the 1222 examples from the “Integer Transition System” category from the Termination Competition 2016. Below the summary, we give detailed results in which each line is a single benchmark.

The tools have been configured in the following mode.


Experimental results for Certified Termination Analysis
Result overview
YES (CERTIFIED) YES (REJECTED) YES (CeTA Error) YES (CeTA Timeout) YES NO MAYBE TIMEOUT
T2Cert 560 (avg. 2.62s prover, avg. 1.22s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 2 (avg. 17.23s prover, avg. 6.18s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover) 0 (avg. 0.00s prover) 570 (avg. 5.01s prover) 90 (avg. 60.00s prover)
T2CertHinting 539 (avg. 3.21s prover, avg. 0.54s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 1 (avg. 12.26s prover, avg. 0.49s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover) 0 (avg. 0.00s prover) 587 (avg. 4.70s prover) 95 (avg. 60.00s prover)
AProVECert 535 (avg. 3.09s prover, avg. 0.74s CeTA) 2 (avg. 1.27s prover, avg. 0.08s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 6 (avg. 43.38s prover, avg. 60.00s CeTA) 0 (avg. 0.00s prover) 0 (avg. 0.00s prover) 467 (avg. 6.64s prover) 212 (avg. 60.00s prover)
T2Full 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 615 (avg. 2.20s prover) 420 (avg. 3.68s prover) 81 (avg. 15.54s prover) 106 (avg. 60.00s prover)
AProVEFull 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 0 (avg. 0.00s prover, avg. 0.00s CeTA) 512 (avg. 6.87s prover) 369 (avg. 5.88s prover) 5 (avg. 9.94s prover) 336 (avg. 60.00s prover)
Detailed results
Example Name T2Cert T2CertHinting T2Full AProVECert AProVEFull
From_AProVE_2014/AG313.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.32s)
From_AProVE_2014/AProVE12-cyclic-Iterate.jar-obl-9.smt2 YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.99s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.43s)
MAYBE (2.57s)
YES (2.03s)
From_AProVE_2014/AProVE12-cyclic-Length.jar-obl-9.smt2 YES (1.81s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.83s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.35s)
MAYBE (2.45s)
YES (1.78s)
From_AProVE_2014/AProVE12-cyclic-Visit.jar-obl-9.smt2 MAYBE (1.16s)
MAYBE (1.12s)
NO (1.38s)
MAYBE (2.90s)
NO (1.64s)
From_AProVE_2014/AProVEMath.jar-obl-8.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.96s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.98s)
From_AProVE_2014/AProVEMathRecursive.jar-obl-8.smt2 YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.05s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (2.80s)
From_AProVE_2014/AckR.jar-obl-8.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.89s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.85s)
From_AProVE_2014/Ackermann.jar-obl-8.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.03s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.89s)
From_AProVE_2014/Alternate.jar-obl-10.smt2 YES (1.84s) (certificate CPF HTML)
CERTIFIED (0.64s)
YES (3.17s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (1.39s)
YES (2.04s) (certificate CPF HTML)
CERTIFIED (0.38s)
TIMEOUT (60.00s)
From_AProVE_2014/AlternatingGrowReduce.jar-obl-9.smt2 MAYBE (2.13s)
MAYBE (2.18s)
MAYBE (27.02s)
MAYBE (2.59s)
YES (1.93s)
From_AProVE_2014/AlternatingGrowReduce2.jar-obl-9.smt2 MAYBE (1.62s)
MAYBE (1.42s)
MAYBE (22.33s)
MAYBE (2.57s)
NO (5.30s)
From_AProVE_2014/AlternatingGrowReduceRec.jar-obl-9.smt2 MAYBE (4.20s)
MAYBE (1.51s)
MAYBE (45.84s)
MAYBE (2.54s)
YES (1.93s)
From_AProVE_2014/AlternatingGrowReduceRec2.jar-obl-9.smt2 MAYBE (1.52s)
MAYBE (1.84s)
MAYBE (30.00s)
MAYBE (2.57s)
NO (4.96s)
From_AProVE_2014/AppE.jar-obl-9.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.04s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.94s)
From_AProVE_2014/Avg.jar-obl-8.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.95s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.49s)
From_AProVE_2014/BMOG_CAV_12_MarkingGraphVisitor.jar-obl-11.smt2 MAYBE (3.13s)
MAYBE (3.30s)
NO (8.12s)
MAYBE (2.88s)
NO (11.40s)
From_AProVE_2014/BTree.jar-obl-9.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.40s)
From_AProVE_2014/BTreeR.jar-obl-9.smt2 YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (0.93s)
YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (3.40s)
From_AProVE_2014/BinTreeChanger.jar-obl-10.smt2 MAYBE (1.85s)
MAYBE (1.92s)
MAYBE (22.52s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/BinarySearch.jar-obl-9.smt2 YES (21.39s) (certificate CPF HTML)
CERTIFIED (21.34s)
YES (24.48s) (certificate CPF HTML)
CERTIFIED (12.82s)
YES (15.16s)
YES (2.30s) (certificate CPF HTML)
CERTIFIED (0.39s)
YES (19.86s)
From_AProVE_2014/BinarySearchTree.jar-obl-8.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.05s)
YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.47s)
From_AProVE_2014/Binomial.jar-obl-9.smt2 YES (6.39s) (certificate CPF HTML)
CERTIFIED (2.43s)
YES (9.23s) (certificate CPF HTML)
CERTIFIED (0.96s)
YES (5.37s)
YES (1.94s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (16.88s)
From_AProVE_2014/Break.jar-obl-8.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.98s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.36s)
From_AProVE_2014/BubbleSort.jar-obl-8.smt2 YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.17s)
YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.37s)
From_AProVE_2014/BubbleSortR.jar-obl-10.smt2 YES (1.61s) (certificate CPF HTML)
CERTIFIED (0.40s)
YES (1.97s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (1.06s)
YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (4.79s)
From_AProVE_2014/CAppE.jar-obl-9.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.98s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.60s)
From_AProVE_2014/Carre.jar-obl-9.smt2 YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (2.02s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.28s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.91s)
From_AProVE_2014/Choose.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.26s)
NO (1.08s)
MAYBE (2.49s)
NO (1.66s)
From_AProVE_2014/ChooseLife.jar-obl-8.smt2 MAYBE (1.08s)
MAYBE (0.94s)
NO (1.71s)
MAYBE (2.55s)
NO (1.49s)
From_AProVE_2014/ClassAnalysis.jar-obl-8.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.08s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.49s)
From_AProVE_2014/ClassAnalysisRec.jar-obl-8.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.01s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.56s)
From_AProVE_2014/Collatz.jar-obl-8.smt2 MAYBE (1.25s)
MAYBE (1.03s)
MAYBE (4.50s)
MAYBE (2.33s)
TIMEOUT (60.00s)
From_AProVE_2014/Continue.jar-obl-8.smt2 MAYBE (0.98s)
MAYBE (0.96s)
NO (1.12s)
MAYBE (2.43s)
NO (1.48s)
From_AProVE_2014/Continue1.jar-obl-8.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.58s)
From_AProVE_2014/Convert.jar-obl-9.smt2 MAYBE (1.27s)
MAYBE (0.99s)
NO (1.24s)
TIMEOUT (60.00s)
NO (2.05s)
From_AProVE_2014/ConvertRec.jar-obl-9.smt2 MAYBE (1.57s)
MAYBE (1.40s)
NO (1.69s)
TIMEOUT (60.00s)
NO (7.87s)
From_AProVE_2014/Count.jar-obl-10-2.smt2 MAYBE (1.67s)
MAYBE (1.71s)
NO (1.48s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/Count.jar-obl-10.smt2 MAYBE (1.47s)
MAYBE (1.21s)
NO (1.29s)
TIMEOUT (60.00s)
NO (5.66s)
From_AProVE_2014/CountMetaList.jar-obl-9.smt2 MAYBE (1.15s)
MAYBE (1.19s)
NO (1.32s)
TIMEOUT (60.00s)
NO (2.41s)
From_AProVE_2014/CountMetaListRec.jar-obl-9.smt2 MAYBE (1.41s)
MAYBE (1.38s)
NO (1.67s)
TIMEOUT (60.00s)
NO (5.46s)
From_AProVE_2014/CountUpRound.jar-obl-8.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.10s)
YES (1.96s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.82s)
From_AProVE_2014/CyclicAnalysis.jar-obl-10.smt2 YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.18s)
YES (1.42s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.91s)
From_AProVE_2014/CyclicAnalysisRec.jar-obl-9.smt2 YES (1.78s) (certificate CPF HTML)
CERTIFIED (0.84s)
YES (2.29s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.31s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.66s)
From_AProVE_2014/CyclicList.jar-obl-9.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.00s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.61s)
From_AProVE_2014/CyclicPair2.jar-obl-8.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.33s)
From_AProVE_2014/CyclicalListDuplicate.jar-obl-9.smt2 MAYBE (1.96s)
MAYBE (2.06s)
MAYBE (51.62s)
MAYBE (3.50s)
NO (15.10s)
From_AProVE_2014/Diff.jar-obl-8.smt2 YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.36s)
YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (2.24s)
From_AProVE_2014/Distances.jar-obl-19.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (4.40s) (certificate CPF HTML)
CERTIFIED (1.56s)
TIMEOUT (60.00s)
From_AProVE_2014/DivMinus.jar-obl-11.smt2 MAYBE (1.86s)
MAYBE (1.84s)
NO (1.74s)
TIMEOUT (60.00s)
NO (6.61s)
From_AProVE_2014/DivMinus.jar-obl-8.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.51s)
From_AProVE_2014/DivMinus2.jar-obl-8.smt2 YES (1.95s) (certificate CPF HTML)
CERTIFIED (0.17s)
MAYBE (2.04s)
YES (1.54s)
MAYBE (3.48s)
YES (2.05s)
From_AProVE_2014/DivTernary.jar-obl-10.smt2 MAYBE (2.15s)
MAYBE (1.99s)
NO (2.46s)
MAYBE (43.14s)
TIMEOUT (60.00s)
From_AProVE_2014/DivTernary2.jar-obl-9.smt2 MAYBE (1.44s)
MAYBE (1.35s)
NO (1.26s)
TIMEOUT (60.00s)
NO (2.55s)
From_AProVE_2014/DivWithoutMinus.jar-obl-8.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.99s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.56s)
From_AProVE_2014/Domino.jar-obl-27.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/Double.jar-obl-8.smt2 YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.99s)
YES (1.94s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.75s)
From_AProVE_2014/Double2.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.78s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.34s)
From_AProVE_2014/Double3.jar-obl-8.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.10s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.30s)
From_AProVE_2014/DupTreeRec.jar-obl-9.smt2 YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.19s)
YES (1.51s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (3.79s)
From_AProVE_2014/Duplicate.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.39s)
From_AProVE_2014/DuplicateNodes.jar-obl-9.smt2 YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (0.89s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.96s)
From_AProVE_2014/DuplicateTreePath.jar-obl-9.smt2 YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (1.87s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.08s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (5.43s)
From_AProVE_2014/EqUserDefRec.jar-obl-8.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.02s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.40s)
From_AProVE_2014/Et1-rec.jar-obl-8.smt2 MAYBE (1.18s)
MAYBE (1.16s)
YES (1.38s)
MAYBE (2.47s)
YES (1.80s)
From_AProVE_2014/Et1.jar-obl-8.smt2 MAYBE (1.26s)
MAYBE (1.14s)
YES (1.23s)
MAYBE (2.19s)
YES (1.64s)
From_AProVE_2014/Et2-rec.jar-obl-8.smt2 MAYBE (1.23s)
MAYBE (1.08s)
YES (1.48s)
MAYBE (2.93s)
YES (1.93s)
From_AProVE_2014/Et2.jar-obl-8.smt2 MAYBE (1.47s)
MAYBE (1.34s)
YES (2.63s)
MAYBE (4.55s)
YES (5.52s)
From_AProVE_2014/Et3-rec.jar-obl-8.smt2 MAYBE (1.14s)
MAYBE (1.05s)
YES (1.34s)
MAYBE (2.25s)
YES (1.98s)
From_AProVE_2014/Et3.jar-obl-9.smt2 MAYBE (1.18s)
MAYBE (1.08s)
YES (1.57s)
MAYBE (2.33s)
YES (2.32s)
From_AProVE_2014/Et4-rec.jar-obl-8.smt2 MAYBE (1.47s)
MAYBE (1.15s)
YES (2.00s)
MAYBE (3.33s)
YES (3.79s)
From_AProVE_2014/Et4.jar-obl-8.smt2 MAYBE (1.44s)
MAYBE (1.47s)
YES (2.39s)
MAYBE (6.07s)
YES (10.10s)
From_AProVE_2014/Et5-rec.jar-obl-8.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.00s)
YES (1.55s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.86s)
From_AProVE_2014/Et5.jar-obl-8.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (0.89s)
YES (1.67s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (3.09s)
From_AProVE_2014/Et6-rec.jar-obl-8.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.15s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (2.91s)
From_AProVE_2014/Et6.jar-obl-8.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.09s)
YES (1.51s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (2.91s)
From_AProVE_2014/EvenOdd.jar-obl-8.smt2 MAYBE (1.15s)
MAYBE (1.14s)
NO (1.26s)
MAYBE (2.30s)
NO (1.73s)
From_AProVE_2014/Exc.jar-obl-8.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.48s)
From_AProVE_2014/Exc1.jar-obl-8.smt2 MAYBE (2.03s)
MAYBE (1.99s)
NO (1.31s)
MAYBE (2.17s)
NO (1.50s)
From_AProVE_2014/Exc2.jar-obl-8.smt2 MAYBE (2.02s)
MAYBE (1.99s)
NO (1.23s)
MAYBE (2.28s)
NO (1.51s)
From_AProVE_2014/Exc3.jar-obl-8.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.84s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.11s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.58s)
From_AProVE_2014/Exc4.jar-obl-8.smt2 MAYBE (2.36s)
MAYBE (2.39s)
NO (1.32s)
MAYBE (2.30s)
NO (1.62s)
From_AProVE_2014/Exc5.jar-obl-8.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.06s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.50s)
From_AProVE_2014/FactSLR.jar-obl-8.smt2 MAYBE (1.34s)
MAYBE (1.10s)
YES (2.02s)
MAYBE (2.78s)
YES (1.90s)
From_AProVE_2014/FactSum.jar-obl-9.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.53s)
From_AProVE_2014/FactSumList.jar-obl-8.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.13s)
YES (1.52s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.13s)
From_AProVE_2014/Factorial.jar-obl-8.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.93s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.38s)
From_AProVE_2014/FibSLR.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (1.23s)
YES (2.01s)
MAYBE (2.86s)
YES (2.04s)
From_AProVE_2014/Fibonacci.jar-obl-8.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.92s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.64s)
From_AProVE_2014/Flatten.jar-obl-10.smt2 MAYBE (1.52s)
MAYBE (1.59s)
NO (1.20s)
TIMEOUT (60.00s)
NO (5.54s)
From_AProVE_2014/FlattenRTA.jar-obl-10.smt2 MAYBE (1.82s)
MAYBE (1.69s)
NO (1.20s)
TIMEOUT (60.00s)
NO (7.01s)
From_AProVE_2014/FlattenTree.jar-obl-9.smt2 MAYBE (1.33s)
MAYBE (1.19s)
NO (1.34s)
TIMEOUT (60.00s)
NO (4.43s)
From_AProVE_2014/FlattenTreeListRec.jar-obl-10.smt2 MAYBE (1.57s)
MAYBE (1.43s)
NO (1.43s)
TIMEOUT (60.00s)
NO (5.58s)
From_AProVE_2014/FlattenTreeRec.jar-obl-9.smt2 MAYBE (1.36s)
MAYBE (1.27s)
NO (1.08s)
TIMEOUT (60.00s)
NO (4.32s)
From_AProVE_2014/Fractale1.jar-obl-8.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.12s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (3.29s)
From_AProVE_2014/GCD.jar-obl-8.smt2 YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.97s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.17s)
From_AProVE_2014/GCD2.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.97s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.95s)
From_AProVE_2014/GCD3.jar-obl-8.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.12s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.63s)
From_AProVE_2014/GCD4.jar-obl-8.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.94s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.70s)
From_AProVE_2014/GCD5.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.10s)
MAYBE (1.22s)
YES (1.31s) (certificate CPF HTML)
REJECTED (0.10s)
YES (1.41s)
From_AProVE_2014/Gopher.jar-obl-10.smt2 YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.06s)
YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.89s)
From_AProVE_2014/Graph.jar-obl-17.smt2 MAYBE (19.43s)
MAYBE (18.16s)
TIMEOUT (60.00s)
MAYBE (4.29s)
TIMEOUT (60.00s)
From_AProVE_2014/GrowTreeR.jar-obl-9.smt2 YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.71s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.06s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (4.02s)
From_AProVE_2014/HanR.jar-obl-8.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.07s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.51s)
From_AProVE_2014/Hanoi.jar-obl-8.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.99s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.27s)
From_AProVE_2014/Infix2Postfix.jar-obl-11.smt2 YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.60s)
YES (2.10s) (certificate CPF HTML)
CERTIFIED (0.41s)
YES (1.86s)
YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (16.94s)
From_AProVE_2014/Init.jar-obl-8.smt2 MAYBE (1.10s)
MAYBE (1.06s)
NO (1.08s)
MAYBE (2.19s)
NO (1.31s)
From_AProVE_2014/IntListDupRec.jar-obl-9.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (0.95s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.20s)
From_AProVE_2014/IntListSumRec.jar-obl-9.smt2 YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.98s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.77s)
From_AProVE_2014/IntRTA.jar-obl-8.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.83s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.40s)
From_AProVE_2014/Iterations.jar-obl-8.smt2 YES (2.71s) (certificate CPF HTML)
CERTIFIED (0.37s)
YES (3.73s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (2.33s)
YES (1.91s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (4.69s)
From_AProVE_2014/Kernel68.jar-obl-9.smt2 YES (3.69s) (certificate CPF HTML)
CERTIFIED (1.81s)
YES (4.50s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (2.38s)
YES (1.73s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (11.27s)
From_AProVE_2014/Kernel88.jar-obl-9.smt2 YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.36s)
YES (1.71s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.16s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (3.13s)
From_AProVE_2014/Kernel93.jar-obl-9.smt2 MAYBE (1.63s)
MAYBE (1.78s)
NO (1.54s)
MAYBE (2.71s)
NO (3.57s)
From_AProVE_2014/Kernel95.jar-obl-9.smt2 YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (1.93s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.14s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (3.27s)
From_AProVE_2014/KnapsackDP.jar-obl-11.smt2 MAYBE (41.76s)
TIMEOUT (60.00s)
MAYBE (23.14s)
MAYBE (3.67s)
TIMEOUT (60.00s)
From_AProVE_2014/LeUserDefRec.jar-obl-8.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.89s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.35s)
From_AProVE_2014/LessLeaves.jar-obl-10.smt2 MAYBE (1.47s)
MAYBE (1.23s)
NO (1.57s)
TIMEOUT (60.00s)
NO (10.04s)
From_AProVE_2014/LessLeavesRec.jar-obl-10.smt2 MAYBE (4.67s)
MAYBE (4.91s)
NO (3.32s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/LinkedList.jar-obl-10.smt2 MAYBE (1.29s)
MAYBE (1.24s)
NO (1.18s)
TIMEOUT (60.00s)
NO (1.80s)
From_AProVE_2014/List.jar-obl-12.smt2 MAYBE (1.30s)
MAYBE (1.41s)
NO (1.42s)
TIMEOUT (60.00s)
NO (3.13s)
From_AProVE_2014/ListContent.jar-obl-9.smt2 MAYBE (1.14s)
MAYBE (1.08s)
NO (1.11s)
TIMEOUT (60.00s)
NO (1.55s)
From_AProVE_2014/ListContentArbitrary.jar-obl-10.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.01s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.74s)
From_AProVE_2014/ListContentTail.jar-obl-10.smt2 YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.51s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.15s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.69s)
From_AProVE_2014/ListDuplicate.jar-obl-9.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.04s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.75s)
From_AProVE_2014/ListInt.jar-obl-12.smt2 MAYBE (1.60s)
MAYBE (1.55s)
NO (1.57s)
MAYBE (5.23s)
NO (10.89s)
From_AProVE_2014/ListReverseAcyclicList.jar-obl-9.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.97s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.51s)
From_AProVE_2014/ListReverseCyclicList.jar-obl-10.smt2 YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.06s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.82s)
From_AProVE_2014/ListReversePanhandleList.jar-obl-11.smt2 YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.17s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (3.42s)
From_AProVE_2014/Log.jar-obl-8.smt2 MAYBE (2.86s)
MAYBE (2.74s)
TIMEOUT (60.00s)
MAYBE (2.28s)
YES (1.98s)
From_AProVE_2014/LogAG.jar-obl-8.smt2 MAYBE (2.52s)
MAYBE (2.32s)
TIMEOUT (60.00s)
MAYBE (2.33s)
YES (2.03s)
From_AProVE_2014/LogBuiltIn.jar-obl-8.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.41s)
From_AProVE_2014/LogIterative.jar-obl-8.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.90s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.43s)
From_AProVE_2014/LogMult.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (0.86s)
MAYBE (1.11s)
YES (1.22s) (certificate CPF HTML)
REJECTED (0.07s)
YES (1.31s)
From_AProVE_2014/LogRecursive.jar-obl-8.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.93s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.90s)
From_AProVE_2014/Loop.jar-obl-8.smt2 MAYBE (1.14s)
MAYBE (1.02s)
NO (0.98s)
MAYBE (2.19s)
NO (1.30s)
From_AProVE_2014/Loop1.jar-obl-8.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.39s)
From_AProVE_2014/LoopingNonterm.jar-obl-8.smt2 MAYBE (1.32s)
MAYBE (1.15s)
NO (1.19s)
MAYBE (2.48s)
NO (1.43s)
From_AProVE_2014/Main.jar-obl-11.smt2 YES (3.12s) (certificate CPF HTML)
CERTIFIED (1.03s)
YES (5.03s) (certificate CPF HTML)
CERTIFIED (0.46s)
YES (2.24s)
YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.26s)
TIMEOUT (60.00s)
From_AProVE_2014/MainCopy.jar-obl-10.smt2 MAYBE (1.66s)
MAYBE (1.46s)
NO (1.37s)
TIMEOUT (60.00s)
NO (4.80s)
From_AProVE_2014/MainDelete.jar-obl-10.smt2 MAYBE (2.44s)
MAYBE (2.19s)
NO (1.62s)
MAYBE (3.01s)
NO (50.64s)
From_AProVE_2014/MainFind.jar-obl-10.smt2 MAYBE (1.75s)
MAYBE (1.48s)
NO (1.54s)
MAYBE (3.37s)
NO (9.30s)
From_AProVE_2014/MainGet.jar-obl-10.smt2 MAYBE (1.42s)
MAYBE (1.51s)
NO (1.61s)
TIMEOUT (60.00s)
NO (6.99s)
From_AProVE_2014/MainMove.jar-obl-11.smt2 MAYBE (2.89s)
MAYBE (2.96s)
NO (2.01s)
MAYBE (4.08s)
TIMEOUT (60.00s)
From_AProVE_2014/Matrix.jar-obl-16.smt2 MAYBE (22.06s)
MAYBE (22.32s)
MAYBE (31.00s)
MAYBE (5.38s)
TIMEOUT (60.00s)
From_AProVE_2014/McCarthyIterative.jar-obl-8.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.90s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.14s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.65s)
From_AProVE_2014/MergeSort.jar-obl-12.smt2 YES (2.30s) (certificate CPF HTML)
CERTIFIED (1.14s)
YES (3.29s) (certificate CPF HTML)
CERTIFIED (0.56s)
YES (2.02s)
YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (15.02s)
From_AProVE_2014/MinusBuiltIn.jar-obl-8.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.90s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.41s)
From_AProVE_2014/MinusMin.jar-obl-8.smt2 YES (1.52s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.89s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.13s)
MAYBE (2.38s)
YES (1.81s)
From_AProVE_2014/MinusUserDefined.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (3.49s)
MAYBE (11.61s)
From_AProVE_2014/MirrorBinTreeRec.jar-obl-9.smt2 YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (2.07s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (1.02s)
YES (1.83s) (certificate CPF HTML)
CERTIFIED (0.32s)
YES (44.92s)
From_AProVE_2014/MirrorMultiTreeRec.jar-obl-9.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (1.64s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.21s)
YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (4.70s)
From_AProVE_2014/MirrorTree.jar-obl-9.smt2 YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.00s)
YES (1.42s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.38s)
From_AProVE_2014/Mod.jar-obl-8.smt2 YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.21s)
MAYBE (1.96s)
YES (1.56s)
MAYBE (2.88s)
YES (2.00s)
From_AProVE_2014/MultiLasso.jar-obl-8.smt2 MAYBE (30.93s)
MAYBE (3.56s)
TIMEOUT (60.00s)
MAYBE (2.58s)
MAYBE (7.41s)
From_AProVE_2014/MysteriousProgram.jar-obl-12.smt2 MAYBE (3.22s)
MAYBE (3.35s)
MAYBE (53.73s)
MAYBE (27.84s)
TIMEOUT (60.00s)
From_AProVE_2014/NO_00.jar-obl-8.smt2 MAYBE (1.08s)
MAYBE (1.01s)
NO (0.93s)
MAYBE (2.26s)
NO (1.39s)
From_AProVE_2014/NO_01.jar-obl-8.smt2 MAYBE (1.01s)
MAYBE (1.07s)
NO (0.87s)
MAYBE (2.25s)
NO (1.39s)
From_AProVE_2014/NO_02.jar-obl-8.smt2 MAYBE (1.15s)
MAYBE (1.06s)
NO (1.07s)
MAYBE (2.29s)
NO (1.29s)
From_AProVE_2014/NO_03.jar-obl-8.smt2 MAYBE (1.27s)
MAYBE (1.29s)
MAYBE (3.80s)
MAYBE (2.29s)
TIMEOUT (60.00s)
From_AProVE_2014/NO_04.jar-obl-8.smt2 MAYBE (0.91s)
MAYBE (1.11s)
NO (1.01s)
MAYBE (2.26s)
NO (1.32s)
From_AProVE_2014/NO_05.jar-obl-9.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (9.64s)
MAYBE (2.48s)
NO (1.95s)
From_AProVE_2014/NO_06.jar-obl-8.smt2 MAYBE (1.02s)
MAYBE (1.06s)
NO (1.08s)
MAYBE (2.33s)
NO (1.30s)
From_AProVE_2014/NO_10.jar-obl-8.smt2 MAYBE (1.11s)
MAYBE (1.06s)
NO (1.19s)
MAYBE (2.26s)
NO (1.36s)
From_AProVE_2014/NO_11.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (1.50s)
MAYBE (2.45s)
NO (2.65s)
From_AProVE_2014/NO_12.jar-obl-8.smt2 MAYBE (1.47s)
MAYBE (1.36s)
TIMEOUT (60.00s)
MAYBE (2.40s)
NO (1.62s)
From_AProVE_2014/NO_13.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
NO (1.40s)
MAYBE (2.43s)
NO (1.58s)
From_AProVE_2014/NO_20.jar-obl-8.smt2 MAYBE (0.99s)
MAYBE (1.08s)
NO (1.08s)
MAYBE (2.27s)
NO (1.32s)
From_AProVE_2014/NO_21.jar-obl-8.smt2 MAYBE (0.98s)
MAYBE (0.97s)
NO (1.00s)
MAYBE (2.17s)
NO (1.31s)
From_AProVE_2014/NO_22.jar-obl-8.smt2 MAYBE (33.89s)
MAYBE (17.05s)
NO (1.32s)
MAYBE (2.28s)
NO (1.55s)
From_AProVE_2014/NO_23.jar-obl-8.smt2 MAYBE (1.36s)
MAYBE (1.26s)
MAYBE (2.58s)
MAYBE (2.14s)
NO (1.45s)
From_AProVE_2014/NO_24.jar-obl-8.smt2 MAYBE (1.31s)
MAYBE (1.17s)
NO (0.98s)
MAYBE (2.16s)
NO (1.35s)
From_AProVE_2014/Nest.jar-obl-8.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.90s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.05s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.52s)
From_AProVE_2014/Nested.jar-obl-8.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.89s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.57s)
From_AProVE_2014/NestedLoop.jar-obl-10.smt2 MAYBE (5.93s)
MAYBE (4.90s)
TIMEOUT (60.00s)
MAYBE (3.46s)
YES (3.37s)
From_AProVE_2014/NonPeriodicNonterm2.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.20s)
MAYBE (6.17s)
MAYBE (2.48s)
NO (1.65s)
From_AProVE_2014/Norm.jar-obl-9.smt2 MAYBE (2.10s)
MAYBE (2.33s)
NO (1.60s)
TIMEOUT (60.00s)
NO (9.56s)
From_AProVE_2014/Overflow.jar-obl-8.smt2 YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.84s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.14s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.29s)
From_AProVE_2014/PartitionList.jar-obl-16.smt2 YES (5.88s) (certificate CPF HTML)
CERTIFIED (4.08s)
YES (13.46s) (certificate CPF HTML)
CERTIFIED (1.56s)
YES (3.35s)
YES (3.35s) (certificate CPF HTML)
CERTIFIED (0.36s)
TIMEOUT (60.00s)
From_AProVE_2014/Parts.jar-obl-9.smt2 YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.23s)
YES (1.55s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (4.72s)
From_AProVE_2014/PastaA1.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.01s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.66s)
From_AProVE_2014/PastaA10.jar-obl-8.smt2 MAYBE (1.21s)
MAYBE (1.28s)
MAYBE (5.88s)
MAYBE (2.52s)
YES (1.54s)
From_AProVE_2014/PastaA4.jar-obl-8.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.33s)
From_AProVE_2014/PastaA5.jar-obl-8.smt2 YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.23s)
MAYBE (2.41s)
YES (1.73s)
From_AProVE_2014/PastaA6.jar-obl-8.smt2 YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.93s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.15s)
MAYBE (2.46s)
YES (1.90s)
From_AProVE_2014/PastaA7.jar-obl-8.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.08s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.37s)
From_AProVE_2014/PastaA8.jar-obl-8.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.99s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.29s)
From_AProVE_2014/PastaA9.jar-obl-8.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.10s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.38s)
From_AProVE_2014/PastaB1.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.97s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.31s)
From_AProVE_2014/PastaB10.jar-obl-8.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.97s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.76s)
From_AProVE_2014/PastaB11.jar-obl-8.smt2 YES (2.33s) (certificate CPF HTML)
CERTIFIED (0.50s)
MAYBE (2.36s)
YES (1.32s)
MAYBE (2.58s)
YES (1.87s)
From_AProVE_2014/PastaB12.jar-obl-8.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.91s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.54s)
From_AProVE_2014/PastaB13.jar-obl-8.smt2 YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.07s)
MAYBE (1.34s)
YES (0.95s)
MAYBE (2.82s)
YES (1.89s)
From_AProVE_2014/PastaB14.jar-obl-8.smt2 YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.06s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.51s)
From_AProVE_2014/PastaB15.jar-obl-8.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.97s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.61s)
From_AProVE_2014/PastaB16.jar-obl-8.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.82s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.45s)
From_AProVE_2014/PastaB17.jar-obl-8.smt2 YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.11s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.67s)
From_AProVE_2014/PastaB18.jar-obl-8.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.19s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.73s)
From_AProVE_2014/PastaB2.jar-obl-8.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.93s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.34s)
From_AProVE_2014/PastaB3.jar-obl-8.smt2 YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.82s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.26s)
From_AProVE_2014/PastaB4.jar-obl-8.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.96s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.21s)
From_AProVE_2014/PastaB5.jar-obl-8.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.27s)
From_AProVE_2014/PastaB6.jar-obl-8.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.99s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.37s)
From_AProVE_2014/PastaB7.jar-obl-8.smt2 YES (0.94s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.07s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.39s)
From_AProVE_2014/PastaB8.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.00s)
From_AProVE_2014/PastaC1.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.59s)
From_AProVE_2014/PastaC10.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (1.23s)
YES (1.31s)
TIMEOUT (60.00s)
YES (2.46s)
From_AProVE_2014/PastaC11.jar-obl-8.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.11s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.54s)
From_AProVE_2014/PastaC2.jar-obl-8.smt2 YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.92s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.60s)
From_AProVE_2014/PastaC3.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.85s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.74s)
From_AProVE_2014/PastaC5.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.11s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.58s)
From_AProVE_2014/PastaC7.jar-obl-8.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.40s)
From_AProVE_2014/PastaC9.jar-obl-8.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.92s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.72s)
From_AProVE_2014/PlusSwap.jar-obl-8.smt2 YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.60s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.02s)
MAYBE (2.24s)
YES (1.32s)
From_AProVE_2014/Power.jar-obl-10.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.03s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (3.83s)
From_AProVE_2014/Queen.jar-obl-10.smt2 MAYBE (1.75s)
MAYBE (1.94s)
NO (2.49s)
MAYBE (2.43s)
TIMEOUT (60.00s)
From_AProVE_2014/QuicksortRec.jar-obl-9.smt2 YES (1.65s) (certificate CPF HTML)
CERTIFIED (0.59s)
YES (2.58s) (certificate CPF HTML)
CERTIFIED (0.39s)
YES (1.45s)
YES (1.65s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (28.46s)
From_AProVE_2014/RSA.jar-obl-17.smt2 MAYBE (37.83s)
MAYBE (35.79s)
MAYBE (19.45s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/RandomHard.jar-obl-10.smt2 MAYBE (2.11s)
MAYBE (1.82s)
MAYBE (1.78s)
MAYBE (6.81s)
NO (6.71s)
From_AProVE_2014/Recursions.jar-obl-13.smt2 YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.14s)
YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (3.08s)
From_AProVE_2014/RetValRec.jar-obl-8.smt2 YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.09s)
MAYBE (1.35s)
YES (0.98s)
MAYBE (2.24s)
NO (1.73s)
From_AProVE_2014/RotateTree.jar-obl-10.smt2 YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (1.60s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (0.98s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (3.03s)
From_AProVE_2014/Round3.jar-obl-8.smt2 MAYBE (1.02s)
MAYBE (0.99s)
YES (2.09s)
MAYBE (2.40s)
YES (1.65s)
From_AProVE_2014/RunningPointers.jar-obl-9.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.03s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.59s)
From_AProVE_2014/Samefringe.jar-obl-10.smt2 MAYBE (1.60s)
MAYBE (1.57s)
NO (1.41s)
TIMEOUT (60.00s)
NO (7.59s)
From_AProVE_2014/SearchTreeR.jar-obl-9.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.21s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (2.36s)
From_AProVE_2014/Sequence.jar-obl-9.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.95s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.48s)
From_AProVE_2014/Sharing.jar-obl-8.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.30s)
From_AProVE_2014/SharingAnalysis.jar-obl-9.smt2 YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.03s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.78s)
From_AProVE_2014/SharingAnalysisRec.jar-obl-9.smt2 YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.12s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.91s)
From_AProVE_2014/SharingPair.jar-obl-8.smt2 MAYBE (1.19s)
MAYBE (1.24s)
NO (1.14s)
MAYBE (3.14s)
NO (1.75s)
From_AProVE_2014/Shuffle.jar-obl-10.smt2 MAYBE (1.27s)
MAYBE (1.14s)
NO (1.35s)
TIMEOUT (60.00s)
NO (2.09s)
From_AProVE_2014/SortCount.jar-obl-10.smt2 MAYBE (5.25s)
MAYBE (4.98s)
TIMEOUT (60.00s)
MAYBE (21.65s)
TIMEOUT (60.00s)
From_AProVE_2014/StupidArray.jar-obl-8.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.09s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.25s)
From_AProVE_2014/Sudoku.jar-obl-14.smt2 YES (38.41s) (certificate CPF HTML)
CERTIFIED (10.61s)
TIMEOUT (60.00s)
YES (17.75s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.52s)
TIMEOUT (60.00s)
From_AProVE_2014/Swingers.jar-obl-8.smt2 MAYBE (1.27s)
MAYBE (1.14s)
NO (1.17s)
MAYBE (2.59s)
NO (1.37s)
From_AProVE_2014/Take.jar-obl-8.smt2 YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.91s)
YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.42s)
From_AProVE_2014/TaylorSeriesIte.jar-obl-13.smt2 YES (6.39s) (certificate CPF HTML)
CERTIFIED (3.14s)
YES (10.84s) (certificate CPF HTML)
CERTIFIED (1.12s)
YES (3.71s)
YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (26.38s)
From_AProVE_2014/TaylorSeriesRec.jar-obl-13.smt2 YES (4.94s) (certificate CPF HTML)
CERTIFIED (2.18s)
YES (9.12s) (certificate CPF HTML)
CERTIFIED (0.92s)
YES (3.46s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (26.13s)
From_AProVE_2014/TermCreateCollect.jar-obl-9.smt2 YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.63s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.02s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.65s)
From_AProVE_2014/TerminatorRec01.jar-obl-8.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.82s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.88s)
From_AProVE_2014/TerminatorRec02.jar-obl-8.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.34s)
From_AProVE_2014/TerminatorRec03.jar-obl-8.smt2 MAYBE (1.39s)
MAYBE (1.04s)
MAYBE (5.28s)
MAYBE (2.21s)
TIMEOUT (60.00s)
From_AProVE_2014/TerminatorRec04.jar-obl-9.smt2 MAYBE (1.30s)
MAYBE (1.04s)
NO (1.16s)
MAYBE (2.16s)
NO (1.55s)
From_AProVE_2014/TermsCreateMatch.jar-obl-9.smt2 YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.46s)
YES (2.60s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (1.25s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (7.08s)
From_AProVE_2014/Test1.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (2.59s)
MAYBE (2.85s)
YES (4.90s)
From_AProVE_2014/Test10.jar-obl-9.smt2 YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.18s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.98s)
From_AProVE_2014/Test11.jar-obl-8.smt2 MAYBE (1.48s)
MAYBE (1.23s)
YES (3.09s)
MAYBE (21.12s)
YES (31.38s)
From_AProVE_2014/Test12.jar-obl-8.smt2 MAYBE (1.63s)
MAYBE (1.38s)
YES (1.56s)
MAYBE (2.81s)
YES (3.02s)
From_AProVE_2014/Test13Loops.jar-obl-10.smt2 MAYBE (1.95s)
MAYBE (2.02s)
MAYBE (4.61s)
MAYBE (2.78s)
NO (12.16s)
From_AProVE_2014/Test2.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (2.79s)
YES (3.93s)
From_AProVE_2014/Test3.jar-obl-10.smt2 MAYBE (4.17s)
MAYBE (4.76s)
YES (4.95s)
MAYBE (2.51s)
YES (11.12s)
From_AProVE_2014/Test4.jar-obl-10.smt2 MAYBE (6.83s)
MAYBE (6.91s)
TIMEOUT (60.00s)
MAYBE (40.49s)
TIMEOUT (60.00s)
From_AProVE_2014/Test5.jar-obl-11.smt2 YES (3.68s) (certificate CPF HTML)
CERTIFIED (3.73s)
YES (8.11s) (certificate CPF HTML)
CERTIFIED (1.45s)
YES (3.29s)
MAYBE (2.63s)
YES (14.29s)
From_AProVE_2014/Test6.jar-obl-13.smt2 MAYBE (11.11s)
MAYBE (11.30s)
TIMEOUT (60.00s)
MAYBE (5.55s)
TIMEOUT (60.00s)
From_AProVE_2014/Test7.jar-obl-11.smt2 MAYBE (1.47s)
MAYBE (1.41s)
NO (1.89s)
MAYBE (2.98s)
NO (3.03s)
From_AProVE_2014/Test8.jar-obl-12.smt2 TIMEOUT (60.00s)
MAYBE (17.15s)
YES (2.74s)
MAYBE (2.78s)
YES (2.75s)
From_AProVE_2014/Test9.jar-obl-20.smt2 YES (1.78s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.27s)
YES (1.61s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (6.59s)
From_AProVE_2014/TestJulia6.jar-obl-8.smt2 MAYBE (0.98s)
MAYBE (1.17s)
NO (0.83s)
MAYBE (2.20s)
NO (1.29s)
From_AProVE_2014/TestJulia7.jar-obl-8.smt2 MAYBE (1.12s)
MAYBE (1.10s)
NO (1.11s)
TIMEOUT (60.00s)
NO (1.32s)
From_AProVE_2014/TimesPlusUserDef.jar-obl-9.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.98s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.12s)
From_AProVE_2014/TreeLeftmostDepth.jar-obl-9.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.12s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (4.24s)
From_AProVE_2014/TreeLeftmostPath.jar-obl-9.smt2 YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.19s)
YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (4.23s)
From_AProVE_2014/TriTas.jar-obl-12.smt2 MAYBE (3.41s)
MAYBE (3.40s)
NO (7.85s)
MAYBE (2.87s)
TIMEOUT (60.00s)
From_AProVE_2014/TwoWay.jar-obl-8.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.99s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.36s)
From_AProVE_2014/TypeSwitch.jar-obl-8.smt2 MAYBE (1.07s)
MAYBE (1.02s)
NO (0.99s)
MAYBE (2.79s)
NO (1.50s)
From_AProVE_2014/Velroyen08-alternDiv.jar-obl-8.smt2 MAYBE (1.49s)
MAYBE (1.18s)
MAYBE (4.87s)
MAYBE (2.18s)
NO (1.54s)
From_AProVE_2014/Velroyen08-alternDivWide.jar-obl-8.smt2 MAYBE (1.83s)
MAYBE (1.66s)
NO (5.62s)
MAYBE (2.32s)
NO (2.07s)
From_AProVE_2014/Velroyen08-alternDivWidening.jar-obl-8.smt2 MAYBE (1.60s)
MAYBE (1.51s)
MAYBE (20.27s)
MAYBE (2.56s)
NO (4.95s)
From_AProVE_2014/Velroyen08-alternKonv.jar-obl-8.smt2 MAYBE (1.53s)
MAYBE (1.50s)
MAYBE (23.89s)
MAYBE (2.41s)
NO (2.00s)
From_AProVE_2014/Velroyen08-alternatingIncr.jar-obl-8.smt2 MAYBE (1.06s)
MAYBE (0.96s)
MAYBE (8.80s)
MAYBE (2.13s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-collatz.jar-obl-8.smt2 MAYBE (1.08s)
MAYBE (1.38s)
MAYBE (4.97s)
MAYBE (2.42s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-complInterv.jar-obl-8.smt2 MAYBE (1.24s)
MAYBE (1.22s)
MAYBE (1.64s)
MAYBE (2.53s)
NO (3.41s)
From_AProVE_2014/Velroyen08-complInterv2.jar-obl-8.smt2 MAYBE (1.18s)
MAYBE (1.18s)
NO (1.03s)
MAYBE (2.15s)
NO (1.56s)
From_AProVE_2014/Velroyen08-complInterv3.jar-obl-8.smt2 MAYBE (1.27s)
MAYBE (1.08s)
NO (1.14s)
MAYBE (2.41s)
NO (1.48s)
From_AProVE_2014/Velroyen08-complxStruc.jar-obl-8.smt2 MAYBE (2.38s)
MAYBE (3.38s)
MAYBE (54.78s)
MAYBE (2.99s)
NO (2.87s)
From_AProVE_2014/Velroyen08-convLower.jar-obl-8.smt2 MAYBE (1.21s)
MAYBE (1.12s)
NO (1.34s)
MAYBE (2.28s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-cousot.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.14s)
NO (1.22s)
MAYBE (2.33s)
NO (1.69s)
From_AProVE_2014/Velroyen08-even.jar-obl-9.smt2 MAYBE (1.12s)
MAYBE (1.29s)
NO (1.24s)
MAYBE (2.36s)
NO (1.84s)
From_AProVE_2014/Velroyen08-ex01.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (1.01s)
NO (1.30s)
MAYBE (2.16s)
NO (1.44s)
From_AProVE_2014/Velroyen08-ex02.jar-obl-8.smt2 MAYBE (1.32s)
MAYBE (1.06s)
NO (1.09s)
MAYBE (2.21s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-ex03.jar-obl-8.smt2 MAYBE (1.32s)
MAYBE (1.09s)
NO (1.30s)
MAYBE (2.27s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-ex04.jar-obl-8.smt2 MAYBE (1.19s)
MAYBE (1.17s)
MAYBE (1.71s)
MAYBE (2.34s)
NO (1.40s)
From_AProVE_2014/Velroyen08-ex05.jar-obl-8.smt2 MAYBE (1.18s)
MAYBE (1.05s)
NO (1.11s)
MAYBE (2.18s)
NO (1.36s)
From_AProVE_2014/Velroyen08-ex06.jar-obl-8.smt2 MAYBE (1.57s)
MAYBE (1.46s)
NO (1.35s)
MAYBE (2.25s)
MAYBE (2.76s)
From_AProVE_2014/Velroyen08-ex07.jar-obl-9.smt2 MAYBE (1.28s)
MAYBE (1.38s)
NO (1.35s)
MAYBE (2.14s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-ex08.jar-obl-8.smt2 MAYBE (1.75s)
MAYBE (1.59s)
MAYBE (49.62s)
MAYBE (2.93s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-ex09half.jar-obl-8.smt2 MAYBE (1.24s)
MAYBE (1.24s)
NO (1.17s)
MAYBE (2.89s)
NO (1.61s)
From_AProVE_2014/Velroyen08-factorial.jar-obl-8.smt2 MAYBE (1.29s)
MAYBE (1.21s)
MAYBE (2.33s)
MAYBE (10.66s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-fib.jar-obl-8.smt2 MAYBE (1.20s)
MAYBE (1.02s)
MAYBE (11.60s)
MAYBE (3.21s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-flip.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (1.27s)
NO (1.19s)
MAYBE (2.55s)
NO (1.47s)
From_AProVE_2014/Velroyen08-flip2.jar-obl-8.smt2 MAYBE (1.28s)
MAYBE (1.23s)
MAYBE (22.30s)
MAYBE (2.55s)
NO (2.12s)
From_AProVE_2014/Velroyen08-gauss.jar-obl-8.smt2 MAYBE (1.20s)
MAYBE (1.10s)
NO (1.12s)
MAYBE (2.38s)
NO (2.01s)
From_AProVE_2014/Velroyen08-lcm.jar-obl-10.smt2 MAYBE (2.35s)
MAYBE (2.60s)
NO (1.86s)
MAYBE (3.38s)
NO (4.69s)
From_AProVE_2014/Velroyen08-marbie1.jar-obl-8.smt2 MAYBE (1.14s)
MAYBE (1.06s)
NO (1.06s)
MAYBE (2.12s)
NO (1.36s)
From_AProVE_2014/Velroyen08-marbie2.jar-obl-8.smt2 MAYBE (1.12s)
MAYBE (1.20s)
MAYBE (1.73s)
MAYBE (2.38s)
NO (1.39s)
From_AProVE_2014/Velroyen08-middle.jar-obl-8.smt2 MAYBE (1.14s)
MAYBE (0.99s)
NO (1.29s)
MAYBE (2.31s)
NO (1.61s)
From_AProVE_2014/Velroyen08-mirrorInterv.jar-obl-8.smt2 MAYBE (4.41s)
MAYBE (3.69s)
NO (29.64s)
MAYBE (3.06s)
NO (2.73s)
From_AProVE_2014/Velroyen08-mirrorIntervSim.jar-obl-8.smt2 MAYBE (1.06s)
MAYBE (1.23s)
NO (0.97s)
MAYBE (2.28s)
NO (1.72s)
From_AProVE_2014/Velroyen08-moduloLower.jar-obl-8.smt2 MAYBE (1.25s)
MAYBE (1.23s)
MAYBE (1.30s)
MAYBE (2.40s)
NO (1.86s)
From_AProVE_2014/Velroyen08-moduloUp.jar-obl-8.smt2 MAYBE (1.03s)
MAYBE (1.15s)
MAYBE (1.10s)
MAYBE (2.37s)
NO (2.24s)
From_AProVE_2014/Velroyen08-narrowKonv.jar-obl-8.smt2 MAYBE (3.90s)
TIMEOUT (60.00s)
MAYBE (2.53s)
MAYBE (2.23s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-narrowing.jar-obl-8.smt2 MAYBE (1.80s)
MAYBE (1.84s)
TIMEOUT (60.00s)
MAYBE (4.72s)
MAYBE (11.23s)
From_AProVE_2014/Velroyen08-plait.jar-obl-8.smt2 MAYBE (4.33s)
MAYBE (7.45s)
TIMEOUT (60.00s)
MAYBE (7.22s)
NO (49.27s)
From_AProVE_2014/Velroyen08-sunset.jar-obl-8.smt2 MAYBE (1.30s)
MAYBE (1.29s)
NO (1.79s)
MAYBE (2.38s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-trueDiv.jar-obl-8.smt2 MAYBE (1.31s)
MAYBE (1.16s)
NO (1.03s)
MAYBE (2.23s)
NO (1.55s)
From_AProVE_2014/Velroyen08-twoFloatInterv.jar-obl-8.smt2 MAYBE (1.24s)
MAYBE (1.30s)
NO (1.24s)
MAYBE (2.48s)
NO (2.12s)
From_AProVE_2014/Velroyen08-upAndDown.jar-obl-8.smt2 MAYBE (1.42s)
MAYBE (1.10s)
MAYBE (8.31s)
MAYBE (2.80s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-upAndDownIneq.jar-obl-8.smt2 MAYBE (1.25s)
MAYBE (1.25s)
MAYBE (8.10s)
MAYBE (2.81s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-whileBreak.jar-obl-8.smt2 MAYBE (1.06s)
MAYBE (1.05s)
NO (1.42s)
MAYBE (2.25s)
NO (2.04s)
From_AProVE_2014/Velroyen08-whileDecr.jar-obl-8.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.00s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.32s)
From_AProVE_2014/Velroyen08-whileIncr.jar-obl-8.smt2 MAYBE (1.20s)
MAYBE (1.09s)
NO (1.03s)
MAYBE (2.10s)
NO (1.38s)
From_AProVE_2014/Velroyen08-whileIncrPart.jar-obl-8.smt2 MAYBE (1.26s)
MAYBE (1.15s)
NO (1.06s)
MAYBE (2.23s)
NO (1.54s)
From_AProVE_2014/Velroyen08-whileNested.jar-obl-8.smt2 MAYBE (1.38s)
MAYBE (1.29s)
NO (1.28s)
MAYBE (2.41s)
NO (1.54s)
From_AProVE_2014/Velroyen08-whileNestedOffset.jar-obl-8.smt2 MAYBE (1.42s)
MAYBE (1.27s)
NO (1.17s)
MAYBE (2.34s)
NO (1.66s)
From_AProVE_2014/Velroyen08-whilePart.jar-obl-8.smt2 MAYBE (1.29s)
MAYBE (1.04s)
NO (1.12s)
MAYBE (2.25s)
NO (1.54s)
From_AProVE_2014/Velroyen08-whileSingle.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.29s)
NO (1.08s)
MAYBE (2.18s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-whileSum.jar-obl-8.smt2 MAYBE (1.27s)
MAYBE (1.24s)
MAYBE (7.59s)
MAYBE (2.85s)
TIMEOUT (60.00s)
From_AProVE_2014/Velroyen08-whileTrue.jar-obl-8.smt2 MAYBE (1.22s)
MAYBE (1.12s)
MAYBE (1.85s)
MAYBE (2.43s)
NO (1.38s)
From_AProVE_2014/Virtual.jar-obl-9.smt2 YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.87s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.12s)
MAYBE (2.45s)
YES (1.61s)
From_AProVE_2014/alternDivWide_rec.jar-obl-8.smt2 MAYBE (1.43s)
MAYBE (1.22s)
MAYBE (30.51s)
MAYBE (2.33s)
NO (1.79s)
From_AProVE_2014/alternDivWidening_rec.jar-obl-8.smt2 MAYBE (2.76s)
MAYBE (3.14s)
MAYBE (13.62s)
MAYBE (3.99s)
NO (2.62s)
From_AProVE_2014/alternDiv_rec.jar-obl-8.smt2 MAYBE (1.35s)
MAYBE (1.25s)
MAYBE (6.01s)
MAYBE (2.29s)
NO (1.67s)
From_AProVE_2014/alternKonv_rec.jar-obl-8.smt2 MAYBE (1.38s)
MAYBE (1.26s)
MAYBE (6.17s)
MAYBE (2.45s)
NO (2.06s)
From_AProVE_2014/complInterv2_rec.jar-obl-8.smt2 MAYBE (1.11s)
MAYBE (1.15s)
NO (1.14s)
MAYBE (2.18s)
NO (1.51s)
From_AProVE_2014/complInterv3_rec.jar-obl-8.smt2 MAYBE (1.17s)
MAYBE (1.15s)
NO (1.24s)
MAYBE (2.26s)
NO (1.49s)
From_AProVE_2014/complxStruc_rec.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (4.56s)
NO (2.94s)
From_AProVE_2014/convLower_rec.jar-obl-8.smt2 MAYBE (1.22s)
MAYBE (0.94s)
NO (1.06s)
MAYBE (2.29s)
TIMEOUT (60.00s)
From_AProVE_2014/costa09-example_1.jar-obl-10.smt2 YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.96s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.84s)
From_AProVE_2014/costa09-example_2.jar-obl-8.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.04s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.49s)
From_AProVE_2014/costa09-example_3.jar-obl-8.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.02s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.39s)
From_AProVE_2014/costa09-example_4.jar-obl-8.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.81s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.43s)
From_AProVE_2014/costa09-example_5.jar-obl-8.smt2 MAYBE (1.07s)
MAYBE (0.90s)
NO (1.00s)
MAYBE (2.28s)
NO (1.37s)
From_AProVE_2014/cousot_rec.jar-obl-8.smt2 MAYBE (1.21s)
MAYBE (1.28s)
NO (1.29s)
MAYBE (3.10s)
NO (1.76s)
From_AProVE_2014/even_rec.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (0.93s)
NO (1.15s)
MAYBE (2.22s)
NO (1.37s)
From_AProVE_2014/ex01_rec.jar-obl-8.smt2 MAYBE (1.06s)
MAYBE (1.09s)
NO (1.20s)
MAYBE (2.17s)
NO (1.35s)
From_AProVE_2014/ex02_rec.jar-obl-8.smt2 MAYBE (1.00s)
MAYBE (1.20s)
NO (1.03s)
MAYBE (2.36s)
TIMEOUT (60.00s)
From_AProVE_2014/ex03_rec.jar-obl-8.smt2 MAYBE (1.11s)
MAYBE (1.25s)
NO (1.21s)
MAYBE (2.32s)
TIMEOUT (60.00s)
From_AProVE_2014/ex04_rec.jar-obl-8.smt2 MAYBE (1.19s)
MAYBE (1.18s)
NO (1.22s)
MAYBE (2.42s)
NO (1.42s)
From_AProVE_2014/ex05_rec.jar-obl-8.smt2 MAYBE (0.97s)
MAYBE (1.00s)
NO (1.14s)
MAYBE (2.30s)
NO (1.33s)
From_AProVE_2014/ex06_rec.jar-obl-8.smt2 MAYBE (1.20s)
MAYBE (0.95s)
NO (1.12s)
MAYBE (2.21s)
NO (1.34s)
From_AProVE_2014/ex07_rec.jar-obl-8.smt2 MAYBE (1.25s)
MAYBE (1.04s)
NO (1.07s)
MAYBE (2.20s)
NO (1.31s)
From_AProVE_2014/ex08_rec.jar-obl-8.smt2 MAYBE (1.15s)
MAYBE (1.24s)
MAYBE (7.07s)
MAYBE (3.82s)
NO (5.45s)
From_AProVE_2014/flip2_rec.jar-obl-8.smt2 MAYBE (1.42s)
MAYBE (1.33s)
MAYBE (22.48s)
MAYBE (2.58s)
NO (1.92s)
From_AProVE_2014/flip_rec.jar-obl-8.smt2 MAYBE (1.09s)
MAYBE (1.05s)
NO (1.14s)
MAYBE (2.19s)
NO (1.38s)
From_AProVE_2014/juHashMapCreate.jar-obl-10.smt2 YES (2.29s) (certificate CPF HTML)
CERTIFIED (1.01s)
YES (2.82s) (certificate CPF HTML)
CERTIFIED (0.59s)
YES (1.52s)
YES (1.83s) (certificate CPF HTML)
CERTIFIED (0.39s)
YES (12.17s)
From_AProVE_2014/juHashMapCreateClear.jar-obl-11.smt2 YES (2.35s) (certificate CPF HTML)
CERTIFIED (1.06s)
YES (3.59s) (certificate CPF HTML)
CERTIFIED (0.65s)
YES (1.78s)
YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.39s)
YES (16.58s)
From_AProVE_2014/juHashMapCreateContainsKey.jar-obl-11.smt2 YES (3.18s) (certificate CPF HTML)
CERTIFIED (1.54s)
YES (4.21s) (certificate CPF HTML)
CERTIFIED (0.97s)
YES (1.97s)
YES (1.95s) (certificate CPF HTML)
CERTIFIED (0.42s)
YES (54.67s)
From_AProVE_2014/juHashMapCreateContainsValue.jar-obl-11.smt2 YES (3.00s) (certificate CPF HTML)
CERTIFIED (1.75s)
YES (5.53s) (certificate CPF HTML)
CERTIFIED (1.06s)
YES (2.11s)
YES (1.99s) (certificate CPF HTML)
CERTIFIED (0.53s)
TIMEOUT (60.00s)
From_AProVE_2014/juHashMapCreateGet.jar-obl-11.smt2 YES (2.53s) (certificate CPF HTML)
CERTIFIED (1.58s)
YES (4.04s) (certificate CPF HTML)
CERTIFIED (0.97s)
YES (2.22s)
YES (1.92s) (certificate CPF HTML)
CERTIFIED (0.42s)
YES (54.83s)
From_AProVE_2014/juHashMapCreateIsEmpty.jar-obl-10.smt2 YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.98s)
YES (3.17s) (certificate CPF HTML)
CERTIFIED (0.63s)
YES (1.58s)
YES (1.75s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (15.10s)
From_AProVE_2014/juHashMapCreateIteratorEntryLoop.jar-obl-12.smt2 YES (2.66s) (certificate CPF HTML)
CERTIFIED (1.54s)
YES (4.22s) (certificate CPF HTML)
CERTIFIED (0.88s)
YES (2.21s)
YES (1.96s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (47.70s)
From_AProVE_2014/juHashMapCreateIteratorKeyLoop.jar-obl-12.smt2 YES (3.23s) (certificate CPF HTML)
CERTIFIED (1.49s)
YES (4.26s) (certificate CPF HTML)
CERTIFIED (0.87s)
YES (2.48s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (0.46s)
YES (46.35s)
From_AProVE_2014/juHashMapCreateIteratorValueLoop.jar-obl-12.smt2 YES (2.90s) (certificate CPF HTML)
CERTIFIED (1.49s)
YES (4.08s) (certificate CPF HTML)
CERTIFIED (0.91s)
YES (2.51s)
YES (2.01s) (certificate CPF HTML)
CERTIFIED (0.47s)
YES (47.53s)
From_AProVE_2014/juHashMapCreatePut.jar-obl-10.smt2 YES (2.36s) (certificate CPF HTML)
CERTIFIED (1.00s)
YES (3.13s) (certificate CPF HTML)
CERTIFIED (0.56s)
YES (1.47s)
YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.40s)
YES (19.34s)
From_AProVE_2014/juHashMapCreateRemove.jar-obl-11.smt2 YES (2.96s) (certificate CPF HTML)
CERTIFIED (1.79s)
YES (4.33s) (certificate CPF HTML)
CERTIFIED (1.13s)
YES (1.97s)
YES (2.03s) (certificate CPF HTML)
CERTIFIED (0.54s)
YES (55.69s)
From_AProVE_2014/juHashMapCreateSize.jar-obl-10.smt2 YES (1.90s) (certificate CPF HTML)
CERTIFIED (0.99s)
YES (3.12s) (certificate CPF HTML)
CERTIFIED (0.60s)
YES (2.08s)
YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (12.06s)
From_AProVE_2014/juLinkedListCreate.jar-obl-8.smt2 YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.38s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (1.22s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (2.03s)
From_AProVE_2014/juLinkedListCreateAdd.jar-obl-8.smt2 YES (1.45s) (certificate CPF HTML)
CERTIFIED (0.63s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (1.14s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (3.39s)
From_AProVE_2014/juLinkedListCreateAddAll.jar-obl-11.smt2 MAYBE (6.23s)
MAYBE (6.32s)
MAYBE (14.37s)
MAYBE (5.84s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateAddAllAt.jar-obl-17.smt2 MAYBE (31.78s)
MAYBE (28.73s)
MAYBE (56.89s)
MAYBE (49.19s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateAddAt.jar-obl-10.smt2 YES (4.09s) (certificate CPF HTML)
CERTIFIED (6.07s)
YES (7.29s) (certificate CPF HTML)
CERTIFIED (3.92s)
YES (1.59s)
YES (1.75s) (certificate CPF HTML)
CERTIFIED (0.65s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateAddFirst.jar-obl-8.smt2 YES (1.28s) (certificate CPF HTML)
CERTIFIED (0.66s)
YES (1.63s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.17s)
YES (1.45s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (3.35s)
From_AProVE_2014/juLinkedListCreateAddLast.jar-obl-8.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.62s)
YES (1.75s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (1.05s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (3.32s)
From_AProVE_2014/juLinkedListCreateClear.jar-obl-9.smt2 YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.87s)
YES (2.44s) (certificate CPF HTML)
CERTIFIED (0.63s)
YES (1.16s)
YES (1.42s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (5.94s)
From_AProVE_2014/juLinkedListCreateContains.jar-obl-16.smt2 YES (32.53s) (certificate CPF HTML)
CERTIFIED (21.97s)
YES (59.35s) (certificate CPF HTML)
CERTIFIED (2.97s)
YES (9.67s)
YES (4.53s) (certificate CPF HTML)
CERTIFIED (3.47s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateContainsAll.jar-obl-11.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (7.05s) (certificate CPF HTML)
CERTIFIED (7.68s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateDescendingIteratorLoop.jar-obl-13.smt2 YES (3.97s) (certificate CPF HTML)
CERTIFIED (3.31s)
YES (6.84s) (certificate CPF HTML)
CERTIFIED (2.15s)
YES (1.97s)
YES (1.92s) (certificate CPF HTML)
CERTIFIED (0.69s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateElement.jar-obl-8.smt2 YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.91s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (1.09s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (5.27s)
From_AProVE_2014/juLinkedListCreateEquals.jar-obl-13.smt2 YES (23.56s) (certificate CPF HTML)
CERTIFIED (19.67s)
YES (37.25s) (certificate CPF HTML)
CERTIFIED (2.10s)
YES (3.43s)
YES (3.93s) (certificate CPF HTML)
CERTIFIED (2.39s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateGet.jar-obl-10.smt2 YES (2.66s) (certificate CPF HTML)
CERTIFIED (1.22s)
YES (3.55s) (certificate CPF HTML)
CERTIFIED (0.72s)
YES (1.47s)
YES (1.42s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (9.02s)
From_AProVE_2014/juLinkedListCreateGetFirst.jar-obl-8.smt2 YES (1.51s) (certificate CPF HTML)
CERTIFIED (1.21s)
YES (1.85s) (certificate CPF HTML)
CERTIFIED (0.86s)
YES (1.07s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (12.13s)
From_AProVE_2014/juLinkedListCreateGetLast.jar-obl-8.smt2 YES (1.42s) (certificate CPF HTML)
CERTIFIED (0.92s)
YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (1.17s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (5.30s)
From_AProVE_2014/juLinkedListCreateIndexOf.jar-obl-16.smt2 YES (31.85s) (certificate CPF HTML)
CERTIFIED (22.30s)
TIMEOUT (60.00s)
YES (5.60s)
YES (4.36s) (certificate CPF HTML)
CERTIFIED (3.38s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateIsEmpty.jar-obl-8.smt2 YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.64s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (1.09s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (3.32s)
From_AProVE_2014/juLinkedListCreateIteratorLoop.jar-obl-10.smt2 YES (3.24s) (certificate CPF HTML)
CERTIFIED (2.80s)
YES (4.69s) (certificate CPF HTML)
CERTIFIED (1.68s)
YES (1.78s)
YES (1.85s) (certificate CPF HTML)
CERTIFIED (0.59s)
YES (46.28s)
From_AProVE_2014/juLinkedListCreateLastIndexOf.jar-obl-16.smt2 YES (48.79s) (certificate CPF HTML)
CERTIFIED (31.69s)
TIMEOUT (60.00s)
YES (6.80s)
YES (4.40s) (certificate CPF HTML)
CERTIFIED (3.54s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateListIteratorLoop.jar-obl-10.smt2 YES (3.20s) (certificate CPF HTML)
CERTIFIED (2.82s)
YES (4.19s) (certificate CPF HTML)
CERTIFIED (1.67s)
YES (1.72s)
YES (1.83s) (certificate CPF HTML)
CERTIFIED (0.65s)
YES (45.75s)
From_AProVE_2014/juLinkedListCreateOffer.jar-obl-8.smt2 YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.66s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (0.95s)
YES (1.45s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (3.28s)
From_AProVE_2014/juLinkedListCreateOfferFirst.jar-obl-8.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.67s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.13s)
YES (1.45s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (3.34s)
From_AProVE_2014/juLinkedListCreateOfferLast.jar-obl-8.smt2 YES (1.52s) (certificate CPF HTML)
CERTIFIED (0.65s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.53s)
YES (1.10s)
YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (3.40s)
From_AProVE_2014/juLinkedListCreatePeek.jar-obl-8.smt2 YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.96s)
YES (1.92s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (1.09s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (5.26s)
From_AProVE_2014/juLinkedListCreatePeekFirst.jar-obl-8.smt2 YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.93s)
YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.67s)
YES (1.31s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (5.31s)
From_AProVE_2014/juLinkedListCreatePeekLast.jar-obl-8.smt2 YES (1.60s) (certificate CPF HTML)
CERTIFIED (0.93s)
YES (1.90s) (certificate CPF HTML)
CERTIFIED (0.71s)
YES (0.99s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (5.10s)
From_AProVE_2014/juLinkedListCreatePoll.jar-obl-8.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (1.81s) (certificate CPF HTML)
CERTIFIED (1.12s)
YES (1.09s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (11.79s)
From_AProVE_2014/juLinkedListCreatePollFirst.jar-obl-8.smt2 YES (1.48s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (1.99s) (certificate CPF HTML)
CERTIFIED (1.16s)
YES (1.05s)
YES (1.59s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (11.85s)
From_AProVE_2014/juLinkedListCreatePollLast.jar-obl-8.smt2 YES (2.01s) (certificate CPF HTML)
CERTIFIED (4.04s)
YES (2.97s) (certificate CPF HTML)
CERTIFIED (3.02s)
YES (1.17s)
YES (1.73s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (45.67s)
From_AProVE_2014/juLinkedListCreatePop.jar-obl-8.smt2 YES (1.39s) (certificate CPF HTML)
CERTIFIED (1.52s)
YES (2.03s) (certificate CPF HTML)
CERTIFIED (1.15s)
YES (1.18s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (11.86s)
From_AProVE_2014/juLinkedListCreatePush.jar-obl-8.smt2 YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.66s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (0.91s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (3.26s)
From_AProVE_2014/juLinkedListCreateRemove.jar-obl-10.smt2 YES (7.04s) (certificate CPF HTML)
CERTIFIED (17.18s)
YES (10.53s) (certificate CPF HTML)
CERTIFIED (11.05s)
YES (2.69s)
YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.83s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveAll.jar-obl-11.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveAt.jar-obl-10.smt2 YES (5.87s) (certificate CPF HTML)
CERTIFIED (12.40s)
YES (8.91s) (certificate CPF HTML)
CERTIFIED (8.38s)
YES (1.55s)
YES (2.10s) (certificate CPF HTML)
CERTIFIED (1.07s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveElement.jar-obl-16.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (7.37s)
YES (5.76s) (certificate CPF HTML)
CERTIFIED (3.63s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveFirst.jar-obl-8.smt2 YES (1.35s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (1.15s)
YES (1.05s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (12.10s)
From_AProVE_2014/juLinkedListCreateRemoveFirstOccurrence.jar-obl-16.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (7.57s)
YES (5.69s) (certificate CPF HTML)
CERTIFIED (3.42s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveLast.jar-obl-8.smt2 YES (1.96s) (certificate CPF HTML)
CERTIFIED (3.90s)
YES (2.21s) (certificate CPF HTML)
CERTIFIED (3.04s)
YES (1.13s)
YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.36s)
YES (46.04s)
From_AProVE_2014/juLinkedListCreateRemoveLastOccurrence.jar-obl-16.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (9.99s)
YES (7.07s) (certificate CPF HTML)
CERTIFIED (4.25s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateRemoveRange.jar-obl-14.smt2 YES (10.35s) (certificate CPF HTML)
CERTIFIED (9.62s)
YES (16.42s) (certificate CPF HTML)
CERTIFIED (5.57s)
YES (3.83s)
YES (2.84s) (certificate CPF HTML)
CERTIFIED (1.94s)
TIMEOUT (60.00s)
From_AProVE_2014/juLinkedListCreateSet.jar-obl-10.smt2 YES (2.29s) (certificate CPF HTML)
CERTIFIED (1.52s)
YES (3.39s) (certificate CPF HTML)
CERTIFIED (1.04s)
YES (1.15s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.38s)
YES (12.66s)
From_AProVE_2014/juLinkedListCreateSize.jar-obl-8.smt2 YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.40s)
YES (1.61s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (1.37s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (2.13s)
From_AProVE_2014/juLinkedListCreateSubList.jar-obl-8.smt2 YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (1.51s) (certificate CPF HTML)
CERTIFIED (0.56s)
YES (1.02s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (3.26s)
From_AProVE_2014/juLinkedListCreateToArray.jar-obl-9.smt2 YES (1.79s) (certificate CPF HTML)
CERTIFIED (1.08s)
YES (2.42s) (certificate CPF HTML)
CERTIFIED (0.79s)
YES (1.23s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (6.23s)
From_AProVE_2014/mirrorIntervSim_rec.jar-obl-8.smt2 MAYBE (1.14s)
MAYBE (1.13s)
NO (1.24s)
MAYBE (2.69s)
NO (1.71s)
From_AProVE_2014/mirrorInterv_rec.jar-obl-8.smt2 MAYBE (1.41s)
MAYBE (1.30s)
NO (1.28s)
MAYBE (3.31s)
NO (2.64s)
From_AProVE_2014/narrowKonv_rec.jar-obl-8.smt2 MAYBE (48.13s)
MAYBE (17.17s)
MAYBE (2.25s)
MAYBE (2.26s)
TIMEOUT (60.00s)
From_AProVE_2014/narrowing_rec.jar-obl-8.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (6.60s)
MAYBE (16.68s)
From_AProVE_2014/sumGeneric2_rec.jar-obl-8.smt2 MAYBE (1.25s)
MAYBE (1.16s)
NO (1.23s)
MAYBE (2.30s)
NO (1.60s)
From_AProVE_2014/sumGeneric_rec.jar-obl-8.smt2 MAYBE (1.16s)
MAYBE (1.09s)
NO (1.06s)
MAYBE (2.52s)
NO (1.43s)
From_AProVE_2014/sum_rec.jar-obl-8.smt2 MAYBE (1.28s)
MAYBE (1.00s)
NO (1.24s)
MAYBE (2.27s)
NO (1.52s)
From_AProVE_2014/sunset_rec.jar-obl-8.smt2 MAYBE (1.21s)
MAYBE (1.35s)
NO (4.16s)
MAYBE (2.31s)
TIMEOUT (60.00s)
From_AProVE_2014/trueDiv_rec.jar-obl-8.smt2 MAYBE (1.13s)
MAYBE (1.26s)
NO (1.14s)
MAYBE (2.38s)
NO (1.58s)
From_AProVE_2014/upAndDownIneq_rec.jar-obl-8.smt2 MAYBE (1.51s)
MAYBE (1.46s)
MAYBE (11.55s)
MAYBE (4.44s)
TIMEOUT (60.00s)
From_AProVE_2014/upAndDown_rec.jar-obl-8.smt2 MAYBE (1.63s)
MAYBE (1.42s)
MAYBE (58.13s)
MAYBE (3.60s)
NO (33.16s)
From_AProVE_2014/whileNestedOffset_rec.jar-obl-9.smt2 MAYBE (1.30s)
MAYBE (1.01s)
NO (1.21s)
MAYBE (2.34s)
NO (1.54s)
From_AProVE_2014/whileNested_rec.jar-obl-9.smt2 MAYBE (1.27s)
MAYBE (1.05s)
NO (1.19s)
MAYBE (2.10s)
NO (1.46s)
From_AProVE_2014/whilePart_rec.jar-obl-8.smt2 MAYBE (1.15s)
MAYBE (0.99s)
NO (1.20s)
MAYBE (2.16s)
NO (1.54s)
From_AProVE_2014/whileSingle_rec.jar-obl-8.smt2 MAYBE (1.21s)
MAYBE (1.17s)
NO (1.35s)
MAYBE (2.22s)
TIMEOUT (60.00s)
From_T2/1.t2.smt2 MAYBE (1.53s)
MAYBE (1.46s)
NO (1.43s)
MAYBE (45.69s)
NO (7.00s)
From_T2/1394-fail.t2.smt2 MAYBE (24.91s)
MAYBE (24.70s)
NO (23.84s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/1394-succeed.t2.smt2 MAYBE (26.61s)
MAYBE (31.59s)
NO (23.71s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/1394complete-fail.t2.smt2 MAYBE (22.03s)
MAYBE (20.32s)
NO (21.78s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/1394complete-fail.t2_fixed.smt2 MAYBE (25.40s)
MAYBE (24.48s)
NO (24.13s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/1394complete-succeed.t2.smt2 MAYBE (24.64s)
MAYBE (24.67s)
NO (21.07s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/1394complete-succeed.t2_fixed.smt2 MAYBE (24.09s)
MAYBE (23.59s)
NO (21.57s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/2.t2.smt2 MAYBE (1.50s)
MAYBE (1.64s)
NO (3.70s)
MAYBE (33.98s)
NO (8.51s)
From_T2/232.t2.smt2 YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.96s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.67s)
From_T2/241.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.14s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.58s)
From_T2/3.t2.smt2 MAYBE (1.18s)
MAYBE (1.26s)
NO (1.09s)
MAYBE (2.19s)
NO (1.35s)
From_T2/5.t2.smt2 YES (0.60s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.69s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.67s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.17s)
From_T2/6.t2.smt2 MAYBE (1.18s)
MAYBE (1.10s)
NO (1.12s)
MAYBE (2.17s)
NO (1.45s)
From_T2/7.t2.smt2 MAYBE (1.20s)
MAYBE (1.10s)
NO (1.05s)
MAYBE (2.31s)
NO (1.49s)
From_T2/Prim_4.t2.smt2 MAYBE (14.38s)
MAYBE (18.30s)
NO (7.73s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/Prim_5.t2.smt2 MAYBE (17.30s)
MAYBE (17.71s)
NO (7.22s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/acqrel-fail.t2.smt2 MAYBE (1.54s)
MAYBE (1.40s)
NO (1.19s)
MAYBE (2.53s)
NO (2.08s)
From_T2/acqrel-succeed2.t2.smt2 MAYBE (1.40s)
MAYBE (1.57s)
NO (1.24s)
MAYBE (2.40s)
NO (1.74s)
From_T2/afagp-fail.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/afagp-fail.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/afagx1.t2.smt2 MAYBE (1.29s)
MAYBE (1.04s)
NO (1.28s)
MAYBE (2.29s)
NO (1.68s)
From_T2/agafp.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/agafp.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/andrey.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.89s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.36s)
From_T2/apchild-accepted-fail.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchild-accepted-fail.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchild-accepted.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchild-accepted.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchild-live.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchild-live.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchildlive-succeed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/apchildlive-succeed.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/arith.t2.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.89s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.59s)
From_T2/armc-difficult_defect.t2.smt2 MAYBE (1.14s)
MAYBE (1.07s)
YES (1.35s)
MAYBE (2.53s)
YES (1.65s)
From_T2/armc-difficult_foo2.t2.smt2 YES (0.63s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.65s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.68s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.07s)
From_T2/armc-difficult_foo3.t2.smt2 YES (44.79s) (certificate CPF HTML)
CERTIFIED (8.04s)
MAYBE (46.46s)
YES (20.91s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/armc-difficult_k.t2.smt2 YES (13.93s) (certificate CPF HTML)
CERTIFIED (5.30s)
YES (17.07s) (certificate CPF HTML)
CERTIFIED (0.86s)
YES (4.40s)
MAYBE (50.43s)
YES (8.88s)
From_T2/array.t2.smt2 YES (0.71s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.58s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.13s)
From_T2/array2.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.44s)
From_T2/array2.t2_fixed.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.00s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.43s)
From_T2/array3.t2.smt2 YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.92s)
YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.69s)
From_T2/array4.t2.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.13s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.62s)
From_T2/array_free.t2.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.09s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.53s)
From_T2/array_free2.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.04s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.50s)
From_T2/array_init.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.84s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.48s)
From_T2/array_init.t2_fixed.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.80s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.43s)
From_T2/array_init_assign.t2.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.91s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.63s)
From_T2/ase_example.t2.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.28s)
YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (2.28s)
From_T2/ase_example.t2_fixed.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.00s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.19s)
From_T2/ax_test.t2.smt2 MAYBE (1.02s)
MAYBE (1.05s)
NO (1.08s)
MAYBE (2.20s)
NO (1.36s)
From_T2/ax_test_2.t2.smt2 MAYBE (1.05s)
MAYBE (0.96s)
NO (0.94s)
MAYBE (2.17s)
NO (1.34s)
From_T2/ax_test_3.t2.smt2 MAYBE (1.08s)
MAYBE (0.92s)
NO (1.12s)
MAYBE (2.22s)
NO (1.40s)
From_T2/bakery.t2.smt2 MAYBE (2.11s)
MAYBE (1.96s)
NO (1.76s)
MAYBE (45.70s)
NO (4.85s)
From_T2/bakerybug.t2.smt2 MAYBE (2.02s)
MAYBE (1.96s)
NO (1.49s)
MAYBE (45.95s)
NO (4.91s)
From_T2/bf10.t2.smt2 YES (1.51s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.35s)
YES (1.81s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (14.68s)
From_T2/bf10.t2_fixed.smt2 YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (3.33s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.17s)
YES (1.73s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (10.37s)
From_T2/bf11.t2.smt2 YES (1.61s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (2.53s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (1.41s)
YES (1.81s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (14.88s)
From_T2/bf11.t2_fixed.smt2 YES (2.02s) (certificate CPF HTML)
CERTIFIED (0.70s)
YES (3.00s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.45s)
YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (10.43s)
From_T2/bf12.t2.smt2 YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.48s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.29s)
YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (15.02s)
From_T2/bf12.t2_fixed.smt2 YES (1.73s) (certificate CPF HTML)
CERTIFIED (0.67s)
YES (2.59s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.49s)
YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (10.03s)
From_T2/bf13.t2.smt2 YES (1.46s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.56s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (1.27s)
YES (1.84s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (14.56s)
From_T2/bf13.t2_fixed.smt2 YES (2.26s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.70s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.23s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (10.56s)
From_T2/bf14.t2.smt2 YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.41s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.52s)
YES (1.78s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (14.56s)
From_T2/bf14.t2_fixed.smt2 YES (1.85s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (2.62s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.34s)
YES (1.71s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (9.93s)
From_T2/bf15.t2.smt2 YES (1.96s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.68s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.36s)
YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (15.37s)
From_T2/bf15.t2_fixed.smt2 YES (2.16s) (certificate CPF HTML)
CERTIFIED (0.70s)
YES (3.23s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (1.50s)
YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (9.95s)
From_T2/bf16.t2.smt2 YES (1.94s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.50s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.27s)
YES (1.84s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (14.43s)
From_T2/bf16.t2_fixed.smt2 YES (2.44s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.32s)
YES (1.75s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (9.98s)
From_T2/bf17.t2.smt2 YES (2.04s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (2.70s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.31s)
YES (1.86s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (14.63s)
From_T2/bf17.t2_fixed.smt2 YES (1.90s) (certificate CPF HTML)
CERTIFIED (0.72s)
YES (2.69s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (1.45s)
YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (9.94s)
From_T2/bf18.t2.smt2 YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.40s)
YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (14.78s)
From_T2/bf18.t2_fixed.smt2 YES (1.97s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.80s) (certificate CPF HTML)
CERTIFIED (0.52s)
YES (1.40s)
YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (10.30s)
From_T2/bf19.t2.smt2 YES (2.07s) (certificate CPF HTML)
CERTIFIED (0.37s)
YES (2.35s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.38s)
YES (1.92s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (15.35s)
From_T2/bf19.t2_fixed.smt2 YES (1.90s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.73s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (1.34s)
YES (1.80s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (10.43s)
From_T2/bf20.t2.smt2 YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (2.70s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.53s)
YES (1.85s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (15.51s)
From_T2/bf20.t2_fixed.smt2 YES (1.93s) (certificate CPF HTML)
CERTIFIED (0.67s)
YES (2.73s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (1.66s)
YES (1.75s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (9.92s)
From_T2/bf5.t2.smt2 YES (1.80s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (2.49s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.37s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (12.19s)
From_T2/bf5.t2_fixed.smt2 YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.91s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (1.42s)
YES (1.79s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (10.20s)
From_T2/bf6.t2.smt2 YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.36s)
YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.23s)
YES (1.77s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (14.69s)
From_T2/bf6.t2_fixed.smt2 YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.67s)
YES (2.50s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.23s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (10.51s)
From_T2/bf7.t2.smt2 YES (1.69s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (2.45s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.47s)
YES (1.73s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (14.65s)
From_T2/bf7.t2_fixed.smt2 YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.59s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.36s)
YES (1.69s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (10.47s)
From_T2/bf8.t2.smt2 YES (1.91s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.70s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.35s)
YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (14.62s)
From_T2/bf8.t2_fixed.smt2 YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (2.72s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (1.27s)
YES (1.72s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (9.97s)
From_T2/bf9.t2.smt2 YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.36s)
YES (1.83s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (15.48s)
From_T2/bf9.t2_fixed.smt2 YES (2.19s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (2.65s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (1.45s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (10.57s)
From_T2/bio.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/bitcount16.t2.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.20s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (2.31s)
From_T2/bitcount16.t2_fixed.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.07s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.16s)
From_T2/bitcount32.t2.smt2 YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.60s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.94s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (2.30s)
From_T2/bitcount32.t2_fixed.smt2 YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.25s)
YES (1.52s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.09s)
From_T2/brockschmidt_1.t2.smt2 MAYBE (1.36s)
MAYBE (1.20s)
YES (3.03s)
MAYBE (2.64s)
YES (1.56s)
From_T2/broydn.c.i.broydn.pl.t2.fixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (41.08s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/broydn.c.i.broydn.pl.t2.fixed.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (39.14s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/broydn.c.i.broydn.pl.t2.nor.t2.rlgfixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (48.70s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/broydn.c.i.broydn.pl.t2.nor.t2.rlgfixed.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (46.77s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/broydn.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (42.99s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/broydn.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (41.57s) (certificate CPF HTML)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/brp_withassume.t2.smt2 MAYBE (35.11s)
MAYBE (41.44s)
YES (28.20s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/bs.t2.smt2 MAYBE (1.47s)
MAYBE (1.43s)
NO (1.42s)
MAYBE (7.42s)
NO (2.32s)
From_T2/bs.t2_fixed.smt2 MAYBE (1.47s)
MAYBE (1.50s)
NO (1.37s)
MAYBE (4.06s)
NO (2.10s)
From_T2/bsort100.t2.smt2 YES (2.17s) (certificate CPF HTML)
CERTIFIED (0.54s)
YES (3.00s) (certificate CPF HTML)
CERTIFIED (0.37s)
YES (1.43s)
YES (1.80s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (10.39s)
From_T2/bsort100.t2_fixed.smt2 YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.54s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (1.36s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (7.41s)
From_T2/bubbleSort.t2.smt2 YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.65s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.13s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (2.37s)
From_T2/bubblesort_inner_loop.t2.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.01s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.75s)
From_T2/byron-1.t2.smt2 YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.23s)
MAYBE (2.44s)
YES (1.98s)
From_T2/byron-2.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.95s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (2.42s)
From_T2/byron-2.t2_fixed.smt2 YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.63s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.12s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (2.51s)
From_T2/byron-3.t2.smt2 MAYBE (1.05s)
MAYBE (1.11s)
YES (1.26s)
MAYBE (2.62s)
YES (1.92s)
From_T2/byron-4.t2.smt2 MAYBE (1.27s)
MAYBE (1.21s)
NO (1.19s)
MAYBE (6.67s)
NO (2.98s)
From_T2/byron-4.t2_fixed.smt2 YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.16s)
MAYBE (2.31s)
YES (1.16s)
MAYBE (3.22s)
NO (3.36s)
From_T2/cfg.t2.smt2 MAYBE (1.25s)
MAYBE (1.22s)
NO (1.16s)
MAYBE (2.40s)
NO (1.62s)
From_T2/cnt.t2.smt2 YES (3.04s) (certificate CPF HTML)
CERTIFIED (0.59s)
YES (3.99s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (2.01s)
YES (2.07s) (certificate CPF HTML)
CERTIFIED (0.61s)
YES (16.02s)
From_T2/cnt.t2_fixed.smt2 YES (3.08s) (certificate CPF HTML)
CERTIFIED (0.79s)
YES (4.40s) (certificate CPF HTML)
CERTIFIED (0.43s)
YES (2.17s)
YES (1.92s) (certificate CPF HTML)
CERTIFIED (0.43s)
YES (12.26s)
From_T2/collatz.t2.smt2 MAYBE (1.14s)
MAYBE (0.93s)
MAYBE (1.47s)
MAYBE (3.25s)
NO (4.23s)
From_T2/collatz.t2_fixed.smt2 MAYBE (1.38s)
MAYBE (1.33s)
MAYBE (8.46s)
MAYBE (2.34s)
NO (12.56s)
From_T2/complex_guard.t2.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.97s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.58s)
From_T2/compress.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/compress.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/constants.t2.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.12s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.20s)
From_T2/constants.t2_fixed.smt2 YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.05s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.37s)
From_T2/consts1.t2.smt2 MAYBE (1.25s)
MAYBE (1.15s)
NO (1.05s)
MAYBE (2.33s)
NO (1.47s)
From_T2/consts1.t2_fixed.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.05s)
MAYBE (1.22s)
YES (0.93s)
MAYBE (2.29s)
NO (1.58s)
From_T2/consts1nt.t2.smt2 MAYBE (1.09s)
MAYBE (1.01s)
NO (1.04s)
MAYBE (2.36s)
NO (1.48s)
From_T2/consts1nt.t2_fixed.smt2 MAYBE (1.13s)
MAYBE (1.11s)
NO (1.15s)
MAYBE (2.33s)
NO (1.51s)
From_T2/consts2.t2.smt2 MAYBE (1.17s)
MAYBE (1.01s)
NO (1.12s)
MAYBE (2.23s)
NO (1.39s)
From_T2/consts2.t2_fixed.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.84s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.34s)
From_T2/consts2nt.t2.smt2 MAYBE (1.28s)
MAYBE (1.03s)
NO (1.14s)
MAYBE (2.11s)
NO (1.38s)
From_T2/consts2nt.t2_fixed.smt2 MAYBE (1.01s)
MAYBE (1.02s)
NO (1.23s)
MAYBE (2.31s)
NO (1.46s)
From_T2/consts3.t2.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.92s)
YES (1.33s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.39s)
From_T2/consts3.t2_fixed.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.92s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.33s)
From_T2/consts3nt.t2.smt2 MAYBE (1.16s)
MAYBE (1.13s)
NO (1.09s)
MAYBE (2.30s)
NO (1.42s)
From_T2/consts3nt.t2_fixed.smt2 MAYBE (1.16s)
MAYBE (0.97s)
NO (1.20s)
MAYBE (2.25s)
NO (1.37s)
From_T2/consts4.t2.smt2 MAYBE (1.22s)
MAYBE (1.01s)
NO (1.03s)
MAYBE (2.31s)
NO (1.39s)
From_T2/consts4.t2_fixed.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.94s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.36s)
From_T2/consts4nt.t2.smt2 MAYBE (1.17s)
MAYBE (1.04s)
NO (0.94s)
MAYBE (2.35s)
NO (1.45s)
From_T2/consts4nt.t2_fixed.smt2 MAYBE (1.09s)
MAYBE (0.98s)
NO (1.06s)
MAYBE (2.29s)
NO (1.38s)
From_T2/consts5.t2.smt2 MAYBE (1.14s)
MAYBE (0.96s)
NO (1.17s)
MAYBE (2.98s)
NO (1.51s)
From_T2/consts5.t2_fixed.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.02s)
MAYBE (2.31s)
NO (1.40s)
From_T2/consts5nt.t2.smt2 MAYBE (1.05s)
MAYBE (1.06s)
NO (1.05s)
MAYBE (2.78s)
NO (1.52s)
From_T2/consts5nt.t2_fixed.smt2 MAYBE (1.12s)
MAYBE (0.98s)
NO (1.18s)
MAYBE (2.33s)
NO (1.46s)
From_T2/cover.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/cover.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/crc.t2.smt2 YES (8.44s) (certificate CPF HTML)
CERTIFIED (3.21s)
YES (16.34s) (certificate CPF HTML)
CERTIFIED (0.95s)
YES (5.82s)
YES (4.23s) (certificate CPF HTML)
CERTIFIED (2.91s)
TIMEOUT (60.00s)
From_T2/crc.t2_fixed.smt2 YES (8.11s) (certificate CPF HTML)
CERTIFIED (2.90s)
YES (13.30s) (certificate CPF HTML)
CERTIFIED (0.95s)
YES (5.54s)
YES (3.98s) (certificate CPF HTML)
CERTIFIED (2.62s)
TIMEOUT (60.00s)
From_T2/create.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (0.98s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (2.86s)
From_T2/create_seg.t2.smt2 YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.18s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (3.24s)
From_T2/create_via_tmps.t2.smt2 YES (3.29s) (certificate CPF HTML)
CERTIFIED (3.05s)
YES (4.33s) (certificate CPF HTML)
CERTIFIED (2.15s)
YES (1.57s)
YES (2.73s) (certificate CPF HTML)
CERTIFIED (1.13s)
TIMEOUT (60.00s)
From_T2/create_via_tmps.t2_fixed.smt2 YES (2.81s) (certificate CPF HTML)
CERTIFIED (4.13s)
YES (5.24s) (certificate CPF HTML)
CERTIFIED (2.93s)
YES (2.59s)
YES (2.69s) (certificate CPF HTML)
CERTIFIED (0.81s)
TIMEOUT (60.00s)
From_T2/ctl.t2.smt2 MAYBE (1.41s)
MAYBE (1.31s)
NO (1.29s)
MAYBE (14.58s)
TIMEOUT (60.00s)
From_T2/ctl.t2_fixed.smt2 MAYBE (1.20s)
MAYBE (1.21s)
NO (1.20s)
MAYBE (2.98s)
TIMEOUT (60.00s)
From_T2/curious.t2.smt2 MAYBE (1.08s)
MAYBE (1.05s)
NO (1.18s)
MAYBE (2.14s)
NO (1.45s)
From_T2/curious.t2_fixed.smt2 MAYBE (1.04s)
MAYBE (1.18s)
NO (1.25s)
MAYBE (2.42s)
NO (1.47s)
From_T2/curious2.t2.smt2 YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.62s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.63s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.18s)
From_T2/curious2.t2_fixed.smt2 YES (0.82s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.61s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.70s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.16s)
From_T2/curious4.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/d.t2.smt2 MAYBE (1.18s)
MAYBE (1.29s)
NO (1.11s)
MAYBE (2.47s)
NO (1.44s)
From_T2/db.t2.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.06s)
YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.42s)
From_T2/db2.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/db2.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/db3.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/db3.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/dead.neg-st88b-succeed.t2.smt2 MAYBE (1.48s)
MAYBE (1.37s)
NO (1.79s)
MAYBE (3.19s)
NO (3.04s)
From_T2/defect.t2.smt2 MAYBE (1.16s)
MAYBE (1.13s)
NO (1.03s)
MAYBE (2.31s)
NO (1.33s)
From_T2/destroy.t2.smt2 YES (2.81s) (certificate CPF HTML)
CERTIFIED (3.69s)
YES (4.39s) (certificate CPF HTML)
CERTIFIED (2.78s)
YES (1.64s)
YES (2.76s) (certificate CPF HTML)
CERTIFIED (1.14s)
TIMEOUT (60.00s)
From_T2/destroy.t2_fixed.smt2 YES (3.79s) (certificate CPF HTML)
CERTIFIED (5.08s)
YES (5.55s) (certificate CPF HTML)
CERTIFIED (3.91s)
YES (2.20s)
YES (2.69s) (certificate CPF HTML)
CERTIFIED (0.86s)
TIMEOUT (60.00s)
From_T2/destroy_seg.t2.smt2 YES (3.25s) (certificate CPF HTML)
CERTIFIED (2.60s)
YES (4.83s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (1.56s)
YES (3.21s) (certificate CPF HTML)
CERTIFIED (1.51s)
TIMEOUT (60.00s)
From_T2/destroy_seg.t2_fixed.smt2 YES (3.57s) (certificate CPF HTML)
CERTIFIED (3.50s)
YES (6.04s) (certificate CPF HTML)
CERTIFIED (2.00s)
YES (2.23s)
YES (3.20s) (certificate CPF HTML)
CERTIFIED (1.22s)
TIMEOUT (60.00s)
From_T2/destroy_seg_leak.t2.smt2 MAYBE (3.61s)
MAYBE (3.88s)
NO (2.36s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/destroy_seg_leak.t2_fixed.smt2 MAYBE (4.00s)
MAYBE (4.22s)
NO (3.18s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/disj_nightmare.t2.smt2 MAYBE (1.22s)
MAYBE (1.14s)
NO (0.96s)
TIMEOUT (60.00s)
NO (16.68s)
From_T2/disj_nightmare.t2_fixed.smt2 MAYBE (2.17s)
MAYBE (1.96s)
YES (13.65s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/disj_nightmare_abi.t2.smt2 MAYBE (1.17s)
MAYBE (1.26s)
YES (2.26s)
MAYBE (2.69s)
YES (1.51s)
From_T2/dropbuf-live.t2.smt2 YES (0.75s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.77s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.71s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.18s)
From_T2/dropbuf.t2.smt2 MAYBE (5.17s)
MAYBE (4.48s)
NO (3.61s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/dsa_test1.t2.smt2 YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.77s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.74s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.13s)
From_T2/dsa_test10.t2.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.07s)
YES (1.44s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.78s)
From_T2/dsa_test10.t2_fixed.smt2 YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.91s)
YES (1.41s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.72s)
From_T2/dsa_test12.t2.smt2 YES (0.66s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.74s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.67s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.14s)
From_T2/dsa_test13.t2.smt2 YES (0.76s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.87s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.70s)
YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.14s)
From_T2/dsa_test15.t2.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.08s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.74s)
From_T2/dsa_test15.t2_fixed.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.14s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.60s)
From_T2/dsa_test6.t2.smt2 YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.87s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.83s)
YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.48s)
From_T2/dsa_test6.t2_fixed.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.87s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.38s)
From_T2/dsa_test8.t2.smt2 YES (0.56s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.60s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.74s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.17s)
From_T2/dsa_test9.t2.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.61s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.71s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.17s)
From_T2/dummy.t2.smt2 MAYBE (1.09s)
MAYBE (1.04s)
NO (1.16s)
MAYBE (2.29s)
NO (1.43s)
From_T2/dumper.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394-fail.t2.smt2 MAYBE (22.57s)
MAYBE (21.78s)
NO (20.34s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394-succeed.t2.smt2 MAYBE (21.49s)
MAYBE (22.16s)
NO (19.95s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394-succeed.t2_fixed.smt2 MAYBE (25.10s)
MAYBE (21.74s)
NO (19.67s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394complete-fail.t2.smt2 MAYBE (19.66s)
MAYBE (22.91s)
NO (17.47s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394complete-failA.t2.smt2 MAYBE (19.28s)
MAYBE (19.09s)
NO (17.64s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394complete-succeed.t2.smt2 MAYBE (19.61s)
MAYBE (19.38s)
NO (18.88s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-1394complete-succeed.t2_fixed.smt2 MAYBE (20.89s)
MAYBE (19.30s)
NO (19.17s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-acqrel-fail.t2.smt2 MAYBE (1.45s)
MAYBE (1.39s)
NO (1.31s)
MAYBE (2.79s)
NO (1.95s)
From_T2/e-acqrel-succeed.t2.smt2 MAYBE (1.42s)
MAYBE (1.51s)
NO (1.31s)
MAYBE (2.95s)
NO (2.07s)
From_T2/e-acqrel-succeed.t2_fixed.smt2 MAYBE (1.45s)
MAYBE (1.47s)
NO (1.34s)
MAYBE (2.92s)
NO (2.03s)
From_T2/e-pgarch-fail.t2.smt2 MAYBE (1.39s)
MAYBE (1.39s)
NO (1.16s)
MAYBE (21.86s)
NO (10.76s)
From_T2/e-pgarch-succeed.t2.smt2 MAYBE (1.54s)
MAYBE (1.32s)
NO (1.30s)
MAYBE (36.70s)
NO (13.34s)
From_T2/e-pgarch-succeed.t2_fixed.smt2 MAYBE (1.45s)
MAYBE (1.23s)
NO (1.27s)
MAYBE (30.29s)
NO (11.87s)
From_T2/e-popl07-fail.t2.smt2 MAYBE (2.23s)
MAYBE (2.03s)
NO (1.85s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-popl07-fail.t2_fixed.smt2 MAYBE (2.02s)
MAYBE (1.95s)
NO (1.66s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/e-popl07-succeed.t2.smt2 MAYBE (2.01s)
MAYBE (1.86s)
NO (1.96s)
TIMEOUT (60.00s)
NO (37.12s)
From_T2/e-smagill-fail.t2.smt2 MAYBE (1.32s)
MAYBE (1.54s)
NO (1.19s)
MAYBE (3.11s)
NO (2.60s)
From_T2/e-smagill-succeed.t2.smt2 MAYBE (1.85s)
MAYBE (1.72s)
NO (1.39s)
MAYBE (2.72s)
NO (2.04s)
From_T2/e-st88b-fail.t2.smt2 MAYBE (1.53s)
MAYBE (1.26s)
NO (1.27s)
MAYBE (2.87s)
NO (4.33s)
From_T2/edn.t2.smt2 MAYBE (45.80s)
MAYBE (45.33s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/edn.t2_fixed.smt2 YES (35.28s) (certificate CPF HTML)
CERTIFIED (19.22s)
YES (41.45s) (certificate CPF HTML)
CERTIFIED (13.05s)
YES (11.22s)
YES (3.96s) (certificate CPF HTML)
CERTIFIED (4.53s)
TIMEOUT (60.00s)
From_T2/efegp.t2.smt2 MAYBE (52.56s)
MAYBE (34.01s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/efegp.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
NO (49.82s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/elmhes.c.i.elmhes.pl.t2.fixed.t2.smt2 YES (7.63s) (certificate CPF HTML)
CERTIFIED (0.61s)
YES (8.62s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (5.17s)
YES (2.80s) (certificate CPF HTML)
CERTIFIED (0.85s)
YES (52.20s)
From_T2/elmhes.t2.smt2 YES (5.01s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (12.08s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (4.84s)
YES (2.72s) (certificate CPF HTML)
CERTIFIED (0.57s)
YES (51.28s)
From_T2/eric.t2.smt2 MAYBE (1.59s)
MAYBE (1.37s)
MAYBE (8.63s)
MAYBE (2.87s)
NO (1.93s)
From_T2/eric1.t2.smt2 MAYBE (3.92s)
MAYBE (4.15s)
TIMEOUT (60.00s)
MAYBE (2.69s)
YES (2.88s)
From_T2/eric2.t2.smt2 MAYBE (36.97s)
MAYBE (43.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/eric3.t2.smt2 MAYBE (1.37s)
MAYBE (1.28s)
NO (1.19s)
MAYBE (6.16s)
TIMEOUT (60.00s)
From_T2/ex1.t2.smt2 MAYBE (1.20s)
MAYBE (1.36s)
NO (1.25s)
MAYBE (3.29s)
NO (2.50s)
From_T2/ex10.t2.smt2 MAYBE (1.29s)
MAYBE (1.24s)
NO (1.33s)
MAYBE (14.44s)
NO (14.66s)
From_T2/ex11.t2.smt2 MAYBE (3.62s)
MAYBE (2.95s)
MAYBE (8.11s)
MAYBE (3.68s)
NO (3.22s)
From_T2/ex12.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.87s)
YES (2.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.50s)
From_T2/ex12.t2_fixed.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.10s)
YES (1.91s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.17s)
From_T2/ex13.t2.smt2 YES (0.76s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.85s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.76s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.83s)
From_T2/ex14.t2.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.86s)
YES (2.09s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.36s)
From_T2/ex14.t2_fixed.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.01s)
YES (2.04s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.28s)
From_T2/ex15.t2.smt2 YES (0.65s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.66s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.72s)
YES (1.68s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (1.84s)
From_T2/ex16.t2.smt2 MAYBE (5.41s)
MAYBE (5.27s)
NO (3.01s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ex16.t2_fixed.smt2 MAYBE (7.97s)
MAYBE (8.96s)
NO (3.86s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ex17.t2.smt2 YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.27s)
MAYBE (1.42s)
YES (1.23s)
MAYBE (10.57s)
NO (18.55s)
From_T2/ex17.t2_fixed.smt2 YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.22s)
YES (1.72s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.23s)
MAYBE (8.05s)
NO (15.36s)
From_T2/ex18.t2.smt2 YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.18s)
MAYBE (1.60s)
YES (1.06s)
MAYBE (5.85s)
NO (6.64s)
From_T2/ex18.t2_fixed.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.17s)
MAYBE (1.71s)
YES (1.28s)
MAYBE (4.85s)
NO (5.74s)
From_T2/ex19.t2.smt2 MAYBE (1.14s)
MAYBE (1.11s)
NO (1.22s)
MAYBE (4.26s)
NO (3.50s)
From_T2/ex2.t2.smt2 MAYBE (1.25s)
MAYBE (1.27s)
NO (1.19s)
MAYBE (4.09s)
NO (3.89s)
From_T2/ex2.t2_fixed.smt2 MAYBE (1.14s)
MAYBE (0.91s)
NO (1.25s)
MAYBE (4.02s)
NO (3.40s)
From_T2/ex20.t2.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.05s)
YES (2.12s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.90s)
From_T2/ex20.t2_fixed.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.07s)
YES (2.12s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.25s)
From_T2/ex21.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.05s)
YES (2.07s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.31s)
From_T2/ex21.t2_fixed.smt2 YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.82s)
YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.17s)
From_T2/ex22.t2.smt2 YES (2.89s) (certificate CPF HTML)
CERTIFIED (2.19s)
YES (4.98s) (certificate CPF HTML)
CERTIFIED (1.01s)
YES (2.60s)
YES (6.07s) (certificate CPF HTML)
CERTIFIED (0.82s)
TIMEOUT (60.00s)
From_T2/ex22.t2_fixed.smt2 YES (2.69s) (certificate CPF HTML)
CERTIFIED (1.89s)
YES (5.29s) (certificate CPF HTML)
CERTIFIED (0.90s)
YES (1.90s)
YES (5.58s) (certificate CPF HTML)
CERTIFIED (0.61s)
TIMEOUT (60.00s)
From_T2/ex23.t2.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.93s)
YES (2.01s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.81s)
From_T2/ex23.t2_fixed.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.99s)
YES (2.08s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.35s)
From_T2/ex26.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.05s)
YES (2.35s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (4.70s)
From_T2/ex26.t2_fixed.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.23s)
YES (2.22s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (3.85s)
From_T2/ex27.t2.smt2 YES (3.85s) (certificate CPF HTML)
CERTIFIED (3.75s)
YES (9.64s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (3.04s)
YES (9.43s) (certificate CPF HTML)
CERTIFIED (1.30s)
TIMEOUT (60.00s)
From_T2/ex27.t2_fixed.smt2 YES (3.57s) (certificate CPF HTML)
CERTIFIED (3.34s)
YES (7.83s) (certificate CPF HTML)
CERTIFIED (1.39s)
YES (2.59s)
YES (8.49s) (certificate CPF HTML)
CERTIFIED (1.01s)
TIMEOUT (60.00s)
From_T2/ex29.t2.smt2 YES (0.81s) (certificate CPF HTML)
CERTIFIED (0.62s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.47s)
YES (0.73s)
YES (1.96s) (certificate CPF HTML)
CERTIFIED (0.09s)
TIMEOUT (60.00s)
From_T2/ex29.t2_fixed.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (1.53s)
YES (1.18s) (certificate CPF HTML)
CERTIFIED (1.35s)
YES (0.77s)
YES (2.24s) (certificate CPF HTML)
CERTIFIED (0.10s)
TIMEOUT (60.00s)
From_T2/ex3.t2.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.05s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.03s)
From_T2/ex3.t2_fixed.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.00s)
YES (2.15s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (2.69s)
From_T2/ex30.t2.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.86s)
YES (2.14s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.50s)
From_T2/ex31.t2.smt2 MAYBE (1.17s)
MAYBE (1.00s)
NO (1.03s)
MAYBE (3.83s)
NO (2.45s)
From_T2/ex31.t2_fixed.smt2 MAYBE (1.13s)
MAYBE (1.02s)
NO (1.17s)
MAYBE (3.41s)
NO (2.45s)
From_T2/ex32.t2.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.99s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.53s)
From_T2/ex32.t2_fixed.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.17s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.12s)
YES (2.28s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.50s)
From_T2/ex33.t2.smt2 YES (0.76s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.71s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.59s)
YES (1.77s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.99s)
From_T2/ex33.t2_fixed.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.69s)
YES (1.80s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.87s)
From_T2/ex34.t2.smt2 YES (0.66s) (certificate CPF HTML)
CERTIFIED (1.00s)
YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.82s)
YES (0.67s)
YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.65s)
From_T2/ex36.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ex36.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ex4.t2.smt2 YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.12s)
YES (2.54s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (7.82s)
From_T2/ex4.t2_fixed.smt2 YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.23s)
YES (2.55s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (7.65s)
From_T2/ex40.t2.smt2 MAYBE (1.24s)
MAYBE (0.96s)
NO (1.09s)
MAYBE (3.62s)
NO (2.92s)
From_T2/ex6.t2.smt2 YES (0.81s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.77s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.74s)
YES (1.74s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.01s)
From_T2/ex7.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.98s)
YES (2.07s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.78s)
From_T2/ex7.t2_fixed.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.19s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.59s)
From_T2/ex8.t2.smt2 MAYBE (1.41s)
MAYBE (1.35s)
NO (1.03s)
MAYBE (4.46s)
NO (4.64s)
From_T2/ex9.t2.smt2 MAYBE (1.26s)
MAYBE (1.37s)
NO (1.46s)
MAYBE (5.94s)
NO (6.25s)
From_T2/example.t2.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.02s)
YES (1.99s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.04s)
From_T2/fake-succeed.t2.smt2 MAYBE (12.82s)
MAYBE (12.44s)
NO (10.24s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fake-succeed.t2_fixed.smt2 MAYBE (9.75s)
MAYBE (11.38s)
NO (10.75s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fast_poll.t2.smt2 MAYBE (15.27s)
MAYBE (14.66s)
NO (13.55s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fast_poll.t2_fixed.smt2 MAYBE (16.00s)
MAYBE (12.89s)
NO (12.26s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fdct.t2.smt2 YES (2.31s) (certificate CPF HTML)
CERTIFIED (0.72s)
YES (3.25s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (1.48s)
YES (2.92s) (certificate CPF HTML)
CERTIFIED (0.48s)
YES (8.35s)
From_T2/fdct.t2_fixed.smt2 YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.91s)
YES (2.94s) (certificate CPF HTML)
CERTIFIED (0.52s)
YES (1.83s)
YES (2.51s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (5.65s)
From_T2/fermat.t2.smt2 YES (1.82s) (certificate CPF HTML)
CERTIFIED (0.83s)
YES (2.95s) (certificate CPF HTML)
CERTIFIED (0.58s)
YES (1.33s)
YES (2.87s) (certificate CPF HTML)
CERTIFIED (0.32s)
YES (8.90s)
From_T2/fibcall.t2.smt2 YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.95s)
YES (2.18s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.05s)
From_T2/fibcall.t2_fixed.smt2 YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (0.89s)
YES (2.08s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.13s)
From_T2/fir.t2.smt2 YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (2.06s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.45s)
YES (2.99s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (9.16s)
From_T2/fir.t2_fixed.smt2 YES (2.87s) (certificate CPF HTML)
CERTIFIED (0.62s)
YES (3.13s) (certificate CPF HTML)
CERTIFIED (0.41s)
YES (1.23s)
YES (3.00s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (7.04s)
From_T2/firewire.t2.smt2 MAYBE (2.39s)
MAYBE (2.49s)
YES (47.47s)
MAYBE (33.94s)
TIMEOUT (60.00s)
From_T2/flipflop.t2.smt2 MAYBE (0.95s)
MAYBE (1.12s)
NO (0.93s)
MAYBE (3.45s)
NO (2.38s)
From_T2/florian.t2.smt2 YES (0.87s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.10s)
YES (1.99s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.14s)
From_T2/florian_new_ex.t2.smt2 MAYBE (9.03s)
MAYBE (4.74s)
YES (4.87s)
MAYBE (7.08s)
YES (16.76s)
From_T2/florian_pldi.t2.smt2 YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.22s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (5.22s)
From_T2/florian_sas1.t2.smt2 MAYBE (2.37s)
MAYBE (2.56s)
YES (2.79s)
MAYBE (5.60s)
YES (5.70s)
From_T2/florian_sas2.t2.smt2 MAYBE (23.65s)
MAYBE (3.26s)
MAYBE (57.19s)
MAYBE (18.96s)
NO (44.56s)
From_T2/florian_sumit.t2.smt2 MAYBE (1.34s)
MAYBE (1.38s)
MAYBE (9.38s)
MAYBE (5.31s)
NO (4.64s)
From_T2/foo.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fourn.c.i.fourn.pl.t2.fixed.t2.smt2 MAYBE (32.38s)
MAYBE (28.55s)
NO (26.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fourn.c.i.fourn.pl.t2.nor.t2.rlgfixed.t2.smt2 MAYBE (33.55s)
MAYBE (35.12s)
NO (25.26s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fourn.t2.smt2 MAYBE (33.15s)
MAYBE (28.38s)
NO (26.03s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fuhs-inflasso.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.03s)
YES (2.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.20s)
From_T2/fun1.t2.smt2 MAYBE (27.82s)
MAYBE (26.61s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun1.t2_fixed.smt2 MAYBE (22.55s)
MAYBE (32.29s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun10.t2.smt2 MAYBE (36.84s)
MAYBE (33.21s)
NO (14.95s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun10.t2_fixed.smt2 MAYBE (34.84s)
MAYBE (34.44s)
NO (15.59s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun10b.t2.smt2 MAYBE (26.23s)
MAYBE (27.72s)
NO (15.91s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun10b.t2_fixed.smt2 MAYBE (26.24s)
MAYBE (26.13s)
NO (12.12s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun11.t2.smt2 MAYBE (1.16s)
MAYBE (1.18s)
NO (1.31s)
MAYBE (9.84s)
NO (6.63s)
From_T2/fun11.t2_fixed.smt2 MAYBE (1.33s)
MAYBE (1.13s)
MAYBE (2.26s)
MAYBE (6.39s)
TIMEOUT (60.00s)
From_T2/fun1b.t2.smt2 MAYBE (24.06s)
MAYBE (31.23s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun1b.t2_fixed.smt2 MAYBE (34.81s)
MAYBE (22.65s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun2.t2.smt2 MAYBE (33.53s)
MAYBE (37.90s)
YES (15.47s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun2.t2_fixed.smt2 MAYBE (19.39s)
MAYBE (25.73s)
YES (11.11s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun2b.t2.smt2 MAYBE (20.25s)
MAYBE (19.98s)
YES (12.30s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun2b.t2_fixed.smt2 MAYBE (20.74s)
MAYBE (28.93s)
YES (9.54s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun3.t2.smt2 MAYBE (36.32s)
MAYBE (37.63s)
YES (16.39s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun4-alt.t2.smt2 MAYBE (1.47s)
MAYBE (1.39s)
YES (6.53s)
MAYBE (4.23s)
YES (4.92s)
From_T2/fun4.t2.smt2 MAYBE (1.60s)
MAYBE (1.46s)
NO (1.16s)
MAYBE (5.26s)
NO (3.75s)
From_T2/fun4.t2_fixed.smt2 MAYBE (1.44s)
MAYBE (1.50s)
YES (10.02s)
MAYBE (4.39s)
YES (9.25s)
From_T2/fun5.t2.smt2 MAYBE (4.45s)
TIMEOUT (60.00s)
NO (1.30s)
MAYBE (21.10s)
NO (8.58s)
From_T2/fun5.t2_fixed.smt2 MAYBE (10.18s)
MAYBE (3.91s)
TIMEOUT (60.00s)
MAYBE (11.93s)
TIMEOUT (60.00s)
From_T2/fun6.t2.smt2 MAYBE (6.22s)
MAYBE (5.12s)
NO (10.67s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun6.t2_fixed.smt2 MAYBE (5.45s)
MAYBE (5.55s)
NO (11.07s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun7.t2.smt2 MAYBE (2.46s)
MAYBE (2.31s)
NO (1.49s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun7.t2_fixed.smt2 MAYBE (2.35s)
MAYBE (2.18s)
NO (1.53s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/fun8.t2.smt2 YES (3.05s) (certificate CPF HTML)
CERTIFIED (3.90s)
YES (4.66s) (certificate CPF HTML)
CERTIFIED (3.06s)
YES (1.50s)
YES (4.79s) (certificate CPF HTML)
CERTIFIED (1.09s)
TIMEOUT (60.00s)
From_T2/fun8.t2_fixed.smt2 YES (3.45s) (certificate CPF HTML)
CERTIFIED (7.54s)
YES (5.19s) (certificate CPF HTML)
CERTIFIED (6.22s)
YES (2.12s)
YES (5.08s) (certificate CPF HTML)
CERTIFIED (0.97s)
TIMEOUT (60.00s)
From_T2/fun9.t2.smt2 MAYBE (2.98s)
MAYBE (2.85s)
NO (2.88s)
MAYBE (10.32s)
TIMEOUT (60.00s)
From_T2/graycode.t2.smt2 YES (3.14s) (certificate CPF HTML)
CERTIFIED (0.80s)
YES (5.44s) (certificate CPF HTML)
CERTIFIED (0.44s)
YES (2.62s)
YES (5.11s) (certificate CPF HTML)
CERTIFIED (1.04s)
TIMEOUT (60.00s)
From_T2/graycode.t2_fixed.smt2 YES (3.04s) (certificate CPF HTML)
CERTIFIED (0.75s)
YES (5.24s) (certificate CPF HTML)
CERTIFIED (0.43s)
YES (2.62s)
YES (5.22s) (certificate CPF HTML)
CERTIFIED (0.90s)
TIMEOUT (60.00s)
From_T2/hand7.t2.smt2 MAYBE (1.15s)
MAYBE (1.15s)
NO (1.22s)
MAYBE (3.95s)
NO (2.76s)
From_T2/heidy1.t2.smt2 MAYBE (1.11s)
MAYBE (1.16s)
NO (1.20s)
MAYBE (4.00s)
NO (2.90s)
From_T2/heidy10.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.13s)
YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.43s)
From_T2/heidy2.t2.smt2 MAYBE (1.21s)
MAYBE (1.03s)
MAYBE (1.64s)
MAYBE (3.88s)
NO (3.08s)
From_T2/heidy3.t2.smt2 MAYBE (1.29s)
MAYBE (1.14s)
NO (1.03s)
MAYBE (3.93s)
NO (2.98s)
From_T2/heidy5.t2.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.96s)
YES (2.44s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (3.11s)
From_T2/heidy6.t2.smt2 MAYBE (1.18s)
MAYBE (1.13s)
NO (1.17s)
MAYBE (4.93s)
NO (5.05s)
From_T2/heidy7.t2.smt2 MAYBE (1.15s)
MAYBE (1.13s)
NO (1.46s)
MAYBE (4.86s)
NO (4.90s)
From_T2/heidy8.t2.smt2 MAYBE (1.23s)
MAYBE (1.50s)
NO (1.15s)
MAYBE (5.52s)
NO (4.93s)
From_T2/heidy8.t2_fixed.smt2 MAYBE (1.30s)
MAYBE (1.30s)
NO (1.16s)
MAYBE (5.32s)
NO (4.61s)
From_T2/heidy9.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.88s)
YES (2.29s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.58s)
From_T2/hqr.c.i.hqr.pl.t2.fixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/hqr.c.i.hqr.pl.t2.fixed.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/hqr.c.i.hqr.pl.t2.nor.t2.rlgfixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/hqr.c.i.hqr.pl.t2.nor.t2.rlgfixed.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/hqr.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/hqr.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/huh.t2.smt2 YES (2.48s) (certificate CPF HTML)
CERTIFIED (1.83s)
YES (3.41s) (certificate CPF HTML)
CERTIFIED (1.40s)
YES (1.70s)
YES (3.15s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (9.96s)
From_T2/huh.t2_fixed.smt2 YES (2.40s) (certificate CPF HTML)
CERTIFIED (2.40s)
YES (3.40s) (certificate CPF HTML)
CERTIFIED (1.93s)
YES (1.59s)
YES (3.21s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (8.47s)
From_T2/iecs.t2.smt2 YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.31s)
MAYBE (4.43s)
YES (4.51s)
From_T2/insertsort.t2.smt2 MAYBE (1.51s)
MAYBE (1.33s)
NO (1.18s)
MAYBE (4.28s)
NO (3.69s)
From_T2/insertsort.t2_fixed.smt2 MAYBE (1.44s)
MAYBE (1.45s)
NO (1.24s)
MAYBE (4.02s)
NO (3.08s)
From_T2/intSqRoot.t2.smt2 MAYBE (1.17s)
MAYBE (1.23s)
NO (1.17s)
MAYBE (4.54s)
NO (3.40s)
From_T2/jacobi.c.i.jacobi.pl.t2.fixed.t2.smt2 YES (17.67s) (certificate CPF HTML)
ERROR (5.60s)
MAYBE (22.35s)
TIMEOUT (60.00s)
YES (18.33s) (certificate CPF HTML)
CERTIFIED (23.87s)
TIMEOUT (60.00s)
From_T2/jacobi.c.i.jacobi.pl.t2.fixed.t2_fixed.smt2 YES (34.50s) (certificate CPF HTML)
CERTIFIED (7.53s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (18.96s) (certificate CPF HTML)
CERTIFIED (9.45s)
TIMEOUT (60.00s)
From_T2/jacobi.c.i.jacobi.pl.t2.nor.t2.rlgfixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (18.69s) (certificate CPF HTML)
CERTIFIED (9.41s)
TIMEOUT (60.00s)
From_T2/jacobi.t2.smt2 YES (16.78s) (certificate CPF HTML)
ERROR (6.77s)
MAYBE (20.73s)
TIMEOUT (60.00s)
YES (18.73s) (certificate CPF HTML)
CERTIFIED (23.82s)
TIMEOUT (60.00s)
From_T2/jacobi.t2_fixed.smt2 TIMEOUT (60.00s)
MAYBE (21.31s)
TIMEOUT (60.00s)
YES (17.90s) (certificate CPF HTML)
CERTIFIED (9.45s)
TIMEOUT (60.00s)
From_T2/janne_complex.t2.smt2 MAYBE (7.22s)
MAYBE (3.88s)
NO (15.05s)
MAYBE (33.44s)
NO (8.52s)
From_T2/janne_complex.t2_fixed.smt2 MAYBE (39.28s)
MAYBE (19.17s)
NO (13.51s)
MAYBE (9.77s)
TIMEOUT (60.00s)
From_T2/java_AG313.c.t2.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.08s)
YES (2.47s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (8.36s)
From_T2/java_AProVEMath.c.t2.smt2 YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.42s)
YES (1.63s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (1.15s)
YES (3.13s) (certificate CPF HTML)
CERTIFIED (0.16s)
TIMEOUT (60.00s)
From_T2/java_AProVEMathRecursive.c.t2.smt2 YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.44s)
MAYBE (1.68s)
YES (1.51s)
MAYBE (14.86s)
YES (38.72s)
From_T2/java_Ackermann.c.t2.smt2 YES (2.05s) (certificate CPF HTML)
CERTIFIED (0.40s)
YES (2.31s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.47s)
MAYBE (8.57s)
YES (9.53s)
From_T2/java_Avg.c.t2.smt2 MAYBE (1.38s)
MAYBE (1.34s)
MAYBE (29.07s)
MAYBE (8.79s)
YES (8.43s)
From_T2/java_Break.c.t2.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.90s)
YES (2.26s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (4.19s)
From_T2/java_Break.c.t2_fixed.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.02s)
YES (2.29s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (3.94s)
From_T2/java_BubbleSort.c.t2.smt2 YES (1.54s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (2.17s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.31s)
YES (3.44s) (certificate CPF HTML)
CERTIFIED (0.24s)
YES (20.03s)
From_T2/java_Continue1.c.t2.smt2 YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.14s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.05s)
YES (2.34s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (4.22s)
From_T2/java_Continue1.c.t2_fixed.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.79s)
From_T2/java_Diff.c.t2.smt2 YES (8.02s) (certificate CPF HTML)
CERTIFIED (4.47s)
YES (12.26s) (certificate CPF HTML)
ERROR (0.49s)
YES (6.81s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/java_DivMinus1.c.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.02s)
YES (2.57s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (6.56s)
From_T2/java_DivMinus2.c.t2.smt2 MAYBE (2.62s)
MAYBE (2.65s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/java_DivWithoutMinus.c.t2.smt2 MAYBE (1.97s)
MAYBE (1.90s)
YES (2.08s)
TIMEOUT (60.00s)
YES (57.64s)
From_T2/java_Double1.c.t2.smt2 MAYBE (1.83s)
MAYBE (1.94s)
YES (3.38s)
MAYBE (6.84s)
YES (7.98s)
From_T2/java_Double2.c.t2.smt2 YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.03s)
YES (2.33s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (6.02s)
From_T2/java_Double3.c.t2.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.37s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.12s)
YES (2.57s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (7.95s)
From_T2/java_Duplicate.c.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.92s)
YES (2.31s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.72s)
From_T2/java_EqUserDefRec.c.t2.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.29s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (0.93s)
YES (2.51s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (7.79s)
From_T2/java_FactSum.c.t2.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (1.39s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (0.98s)
YES (2.72s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (26.96s)
From_T2/java_Factorial.c.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.86s)
YES (2.25s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.75s)
From_T2/java_FibRecursive.c.t2.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.90s)
YES (2.51s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (5.50s)
From_T2/java_Hanoi.c.t2.smt2 YES (1.31s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (1.66s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (0.86s)
YES (2.86s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (9.33s)
From_T2/java_LeUserDefRec.c.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.90s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (6.44s)
From_T2/java_LogBuiltIn.c.t2.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.83s)
YES (2.50s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (7.54s)
From_T2/java_MinusBuiltIn.c.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (0.87s)
YES (2.49s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (5.74s)
From_T2/java_MinusMin.c.t2.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (0.84s)
YES (2.58s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (7.81s)
From_T2/java_Nested.c.t2.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (0.90s)
YES (2.67s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (10.25s)
From_T2/java_Nested.c.t2_fixed.smt2 YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.07s)
YES (2.60s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (8.06s)
From_T2/java_NestedLoop.c.t2.smt2 YES (1.81s) (certificate CPF HTML)
CERTIFIED (0.65s)
YES (3.07s) (certificate CPF HTML)
CERTIFIED (0.29s)
YES (1.29s)
YES (4.07s) (certificate CPF HTML)
CERTIFIED (0.44s)
TIMEOUT (60.00s)
From_T2/java_PlusSwap.c.t2.smt2 MAYBE (1.00s)
MAYBE (0.98s)
YES (1.20s)
MAYBE (9.96s)
YES (5.56s)
From_T2/java_Recursions.c.t2.smt2 YES (2.03s) (certificate CPF HTML)
CERTIFIED (1.17s)
YES (4.21s) (certificate CPF HTML)
CERTIFIED (0.56s)
YES (1.52s)
YES (4.97s) (certificate CPF HTML)
CERTIFIED (0.48s)
TIMEOUT (60.00s)
From_T2/java_Sequence.c.t2.smt2 YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.86s)
YES (2.61s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (10.17s)
From_T2/java_Sequence.c.t2_fixed.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (0.81s)
YES (2.54s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (7.32s)
From_T2/java_TimesPlusUserDef.c.t2.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (1.58s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.12s)
YES (3.28s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (30.27s)
From_T2/jfdctint.c.t2.smt2 YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (1.57s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.11s)
YES (2.75s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (33.39s)
From_T2/jfdctint.c.t2_fixed.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.05s)
YES (2.68s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (20.46s)
From_T2/jfdctint.t2.smt2 YES (2.01s) (certificate CPF HTML)
CERTIFIED (0.53s)
YES (2.56s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.42s)
YES (3.24s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (10.50s)
From_T2/jfdctint.t2_fixed.smt2 YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.58s)
YES (2.53s) (certificate CPF HTML)
CERTIFIED (0.30s)
YES (1.54s)
YES (2.93s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (9.86s)
From_T2/l1.t2.smt2 MAYBE (1.09s)
MAYBE (1.12s)
NO (1.06s)
MAYBE (4.02s)
NO (3.30s)
From_T2/loop3.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/loop3.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
MAYBE (52.05s)
MAYBE (39.14s)
TIMEOUT (60.00s)
From_T2/loop_on_input.t2.smt2 YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.87s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.80s)
YES (2.30s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.12s)
From_T2/loop_on_input.t2_fixed.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.82s)
YES (2.37s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.94s)
From_T2/ludcmp.c.i.ludcmp.pl.t2.fixed.t2.smt2 YES (17.01s) (certificate CPF HTML)
CERTIFIED (1.47s)
YES (21.65s) (certificate CPF HTML)
CERTIFIED (0.47s)
YES (12.10s)
YES (7.97s) (certificate CPF HTML)
CERTIFIED (2.72s)
TIMEOUT (60.00s)
From_T2/ludcmp.t2.smt2 YES (20.43s) (certificate CPF HTML)
CERTIFIED (1.64s)
YES (26.20s) (certificate CPF HTML)
CERTIFIED (0.52s)
YES (13.13s)
YES (6.45s) (certificate CPF HTML)
CERTIFIED (2.07s)
TIMEOUT (60.00s)
From_T2/magic.t2.smt2 YES (8.77s) (certificate CPF HTML)
CERTIFIED (3.11s)
YES (16.56s) (certificate CPF HTML)
CERTIFIED (1.16s)
YES (6.46s)
YES (10.99s) (certificate CPF HTML)
CERTIFIED (3.70s)
TIMEOUT (60.00s)
From_T2/matmul.t2.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.62s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.98s)
YES (3.02s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (8.10s)
From_T2/matmul.t2_fixed.smt2 YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.70s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.17s)
YES (2.88s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (7.21s)
From_T2/matmult.t2.smt2 YES (2.43s) (certificate CPF HTML)
CERTIFIED (0.44s)
YES (3.46s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (2.19s)
YES (4.59s) (certificate CPF HTML)
CERTIFIED (0.55s)
YES (32.30s)
From_T2/matmult.t2_fixed.smt2 YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.50s)
YES (3.42s) (certificate CPF HTML)
CERTIFIED (0.26s)
YES (2.05s)
YES (3.94s) (certificate CPF HTML)
CERTIFIED (0.32s)
YES (26.67s)
From_T2/matrixsqrt.t2.smt2 YES (2.10s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (3.06s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (1.46s)
YES (3.58s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (34.67s)
From_T2/mc91.t2.smt2 MAYBE (1.23s)
MAYBE (1.29s)
MAYBE (6.12s)
MAYBE (6.12s)
NO (4.43s)
From_T2/mc91.t2_fixed.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.96s)
YES (2.33s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.17s)
From_T2/mc91test.t2.smt2 MAYBE (1.43s)
MAYBE (1.26s)
MAYBE (30.51s)
MAYBE (11.45s)
NO (7.37s)
From_T2/mc91test.t2_fixed.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (0.96s)
YES (2.73s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (7.37s)
From_T2/minmax.t2.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (1.42s)
YES (0.99s) (certificate CPF HTML)
CERTIFIED (1.19s)
YES (0.67s)
YES (2.33s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (59.27s)
From_T2/minmax.t2_fixed.smt2 YES (0.66s) (certificate CPF HTML)
CERTIFIED (1.36s)
YES (0.95s) (certificate CPF HTML)
CERTIFIED (1.18s)
YES (0.61s)
YES (2.24s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (54.20s)
From_T2/n-1.t2.smt2 MAYBE (1.14s)
MAYBE (0.99s)
NO (1.05s)
MAYBE (7.76s)
NO (4.44s)
From_T2/n-1.t2_fixed.smt2 MAYBE (1.04s)
MAYBE (0.97s)
NO (0.96s)
MAYBE (7.45s)
NO (4.72s)
From_T2/n-10.t2.smt2 MAYBE (1.16s)
MAYBE (1.19s)
NO (0.96s)
MAYBE (19.57s)
NO (5.55s)
From_T2/n-10.t2_fixed.smt2 MAYBE (1.19s)
MAYBE (1.03s)
NO (0.93s)
MAYBE (20.81s)
NO (5.72s)
From_T2/n-12.t2.smt2 MAYBE (1.19s)
MAYBE (1.01s)
NO (1.11s)
MAYBE (4.63s)
NO (3.54s)
From_T2/n-12.t2_fixed.smt2 MAYBE (1.14s)
MAYBE (1.08s)
NO (1.01s)
MAYBE (4.44s)
NO (4.10s)
From_T2/n-12a.t2.smt2 MAYBE (0.98s)
MAYBE (0.95s)
NO (0.93s)
MAYBE (3.98s)
NO (2.64s)
From_T2/n-13.t2.smt2 MAYBE (1.05s)
MAYBE (1.05s)
NO (0.95s)
MAYBE (3.87s)
NO (2.53s)
From_T2/n-14.t2.smt2 MAYBE (1.21s)
MAYBE (1.11s)
NO (1.02s)
MAYBE (5.56s)
NO (4.73s)
From_T2/n-14.t2_fixed.smt2 MAYBE (1.28s)
MAYBE (1.00s)
NO (0.98s)
MAYBE (4.61s)
NO (4.71s)
From_T2/n-15.t2.smt2 MAYBE (1.03s)
MAYBE (1.04s)
NO (1.00s)
MAYBE (4.06s)
NO (3.38s)
From_T2/n-15a.t2.smt2 MAYBE (0.98s)
MAYBE (1.14s)
NO (1.10s)
MAYBE (5.99s)
TIMEOUT (60.00s)
From_T2/n-15a.t2_fixed.smt2 MAYBE (1.05s)
MAYBE (0.98s)
NO (1.12s)
MAYBE (5.05s)
NO (5.22s)
From_T2/n-16a.t2.smt2 MAYBE (0.99s)
MAYBE (0.96s)
NO (1.12s)
MAYBE (4.85s)
NO (3.06s)
From_T2/n-17.t2.smt2 MAYBE (1.00s)
MAYBE (1.06s)
NO (1.11s)
MAYBE (4.79s)
NO (3.75s)
From_T2/n-18.t2.smt2 MAYBE (1.05s)
MAYBE (0.98s)
NO (1.03s)
MAYBE (4.52s)
NO (3.38s)
From_T2/n-18a.t2.smt2 MAYBE (1.11s)
MAYBE (1.00s)
NO (0.95s)
MAYBE (4.91s)
NO (3.08s)
From_T2/n-1c.t2.smt2 MAYBE (1.10s)
MAYBE (1.16s)
NO (1.13s)
MAYBE (12.87s)
NO (6.83s)
From_T2/n-1c.t2_fixed.smt2 MAYBE (1.24s)
MAYBE (1.11s)
NO (1.06s)
MAYBE (13.34s)
NO (6.78s)
From_T2/n-1d.t2.smt2 MAYBE (1.06s)
MAYBE (1.04s)
NO (0.99s)
MAYBE (5.86s)
NO (4.51s)
From_T2/n-1d.t2_fixed.smt2 MAYBE (1.10s)
MAYBE (1.08s)
NO (0.95s)
MAYBE (4.52s)
NO (4.45s)
From_T2/n-20.t2.smt2 MAYBE (1.08s)
MAYBE (0.99s)
NO (1.10s)
MAYBE (8.68s)
NO (4.61s)
From_T2/n-21.t2.smt2 MAYBE (1.02s)
MAYBE (1.10s)
NO (1.03s)
MAYBE (6.04s)
NO (4.48s)
From_T2/n-21.t2_fixed.smt2 MAYBE (1.10s)
MAYBE (0.96s)
NO (1.10s)
MAYBE (4.38s)
NO (3.73s)
From_T2/n-3.t2.smt2 MAYBE (1.02s)
MAYBE (0.99s)
NO (1.13s)
MAYBE (4.57s)
NO (3.93s)
From_T2/n-32.t2.smt2 MAYBE (1.10s)
MAYBE (1.10s)
NO (1.14s)
MAYBE (3.95s)
NO (2.85s)
From_T2/n-33.t2.smt2 MAYBE (1.13s)
MAYBE (0.98s)
NO (1.04s)
MAYBE (4.98s)
NO (9.55s)
From_T2/n-36.t2.smt2 MAYBE (1.41s)
MAYBE (1.46s)
NO (1.11s)
TIMEOUT (60.00s)
NO (50.82s)
From_T2/n-36.t2_fixed.smt2 MAYBE (1.32s)
MAYBE (1.36s)
NO (1.09s)
TIMEOUT (60.00s)
NO (59.71s)
From_T2/n-37.t2.smt2 MAYBE (1.09s)
MAYBE (1.07s)
NO (1.08s)
MAYBE (5.03s)
NO (5.01s)
From_T2/n-37.t2_fixed.smt2 MAYBE (1.14s)
MAYBE (1.13s)
NO (0.99s)
MAYBE (4.91s)
NO (4.46s)
From_T2/n-38.t2.smt2 YES (0.61s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.64s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.68s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.29s)
From_T2/n-3a.t2.smt2 MAYBE (1.27s)
MAYBE (1.16s)
NO (1.17s)
MAYBE (7.80s)
NO (8.39s)
From_T2/n-3a.t2_fixed.smt2 MAYBE (1.40s)
MAYBE (1.09s)
NO (1.10s)
MAYBE (5.20s)
NO (7.86s)
From_T2/n-4.t2.smt2 MAYBE (1.60s)
MAYBE (1.55s)
NO (1.31s)
MAYBE (9.07s)
NO (12.90s)
From_T2/n-4.t2_fixed.smt2 MAYBE (2.14s)
MAYBE (2.07s)
NO (1.53s)
MAYBE (6.52s)
NO (11.97s)
From_T2/n-40.t2.smt2 MAYBE (1.73s)
MAYBE (1.67s)
NO (1.37s)
MAYBE (24.22s)
NO (33.00s)
From_T2/n-40.t2_fixed.smt2 MAYBE (2.31s)
MAYBE (2.15s)
NO (1.82s)
MAYBE (7.58s)
NO (18.09s)
From_T2/n-46.t2.smt2 MAYBE (1.15s)
MAYBE (1.10s)
NO (1.11s)
MAYBE (4.41s)
NO (4.03s)
From_T2/n-48.t2.smt2 MAYBE (0.99s)
MAYBE (0.94s)
NO (1.00s)
MAYBE (5.80s)
NO (4.24s)
From_T2/n-48.t2_fixed.smt2 MAYBE (0.98s)
MAYBE (1.12s)
NO (1.06s)
MAYBE (6.20s)
NO (4.01s)
From_T2/n-5.t2.smt2 MAYBE (2.30s)
MAYBE (2.32s)
NO (1.91s)
MAYBE (13.95s)
NO (20.23s)
From_T2/n-5.t2_fixed.smt2 MAYBE (2.40s)
MAYBE (2.76s)
NO (2.47s)
MAYBE (11.14s)
NO (21.57s)
From_T2/n-6.t2.smt2 MAYBE (1.13s)
MAYBE (0.94s)
NO (1.11s)
MAYBE (5.64s)
TIMEOUT (60.00s)
From_T2/n-6.t2_fixed.smt2 MAYBE (1.02s)
MAYBE (1.04s)
NO (1.07s)
MAYBE (6.28s)
TIMEOUT (60.00s)
From_T2/n-6a.t2.smt2 MAYBE (1.20s)
MAYBE (1.04s)
NO (0.99s)
MAYBE (5.90s)
NO (4.70s)
From_T2/n-6a.t2_fixed.smt2 MAYBE (1.24s)
MAYBE (1.07s)
NO (1.14s)
MAYBE (5.05s)
NO (5.44s)
From_T2/n-7.t2.smt2 MAYBE (1.10s)
MAYBE (1.08s)
NO (0.91s)
MAYBE (6.00s)
NO (4.64s)
From_T2/n-7.t2_fixed.smt2 MAYBE (1.12s)
MAYBE (1.13s)
NO (1.10s)
MAYBE (5.44s)
NO (4.28s)
From_T2/n-8.t2.smt2 MAYBE (1.00s)
MAYBE (1.07s)
NO (0.92s)
MAYBE (10.71s)
NO (4.65s)
From_T2/n-8.t2_fixed.smt2 MAYBE (1.07s)
MAYBE (1.03s)
NO (1.06s)
MAYBE (10.33s)
NO (5.30s)
From_T2/n-8a.t2.smt2 MAYBE (1.12s)
MAYBE (0.92s)
NO (1.10s)
MAYBE (5.68s)
NO (3.45s)
From_T2/n-9.t2.smt2 MAYBE (1.15s)
MAYBE (1.20s)
NO (1.07s)
MAYBE (11.73s)
NO (4.88s)
From_T2/n-9.t2_fixed.smt2 MAYBE (1.08s)
MAYBE (0.92s)
NO (1.07s)
MAYBE (13.16s)
NO (5.04s)
From_T2/n_firewire_instrumented-PP.t2.smt2 TIMEOUT (60.00s)
MAYBE (17.05s)
TIMEOUT (60.00s)
MAYBE (24.08s)
TIMEOUT (60.00s)
From_T2/nakata.t2.smt2 MAYBE (16.33s)
MAYBE (15.52s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/nakata_withassume.t2.smt2 MAYBE (12.65s)
MAYBE (14.30s)
YES (25.16s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ndes.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ndes.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394-fail.t2.smt2 MAYBE (23.80s)
MAYBE (23.85s)
NO (20.02s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394-succeed.t2.smt2 MAYBE (24.93s)
MAYBE (21.82s)
NO (19.68s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394complete-fail.t2.smt2 MAYBE (24.69s)
MAYBE (21.86s)
NO (18.51s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394complete-fail.t2_fixed.smt2 MAYBE (20.89s)
MAYBE (21.52s)
NO (19.62s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394complete-succeed.t2.smt2 MAYBE (19.41s)
MAYBE (19.29s)
NO (19.50s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-1394complete-succeed.t2_fixed.smt2 MAYBE (19.73s)
MAYBE (19.61s)
NO (18.45s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-acqrel-fail.t2.smt2 MAYBE (1.32s)
MAYBE (1.21s)
NO (1.20s)
MAYBE (5.76s)
NO (4.94s)
From_T2/neg-acqrel-succeed.t2.smt2 MAYBE (1.48s)
MAYBE (1.30s)
NO (1.17s)
MAYBE (5.89s)
NO (4.72s)
From_T2/neg-e-1394-succeed.t2.smt2 MAYBE (22.44s)
MAYBE (19.17s)
NO (17.16s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-1394complete-fail.t2.smt2 MAYBE (16.72s)
MAYBE (15.91s)
NO (16.24s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-1394complete-fail.t2_fixed.smt2 MAYBE (16.50s)
MAYBE (16.39s)
NO (14.67s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-1394complete-succeed.t2.smt2 MAYBE (16.52s)
MAYBE (16.19s)
NO (15.94s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-1394complete-succeed.t2_fixed.smt2 MAYBE (19.07s)
MAYBE (15.51s)
NO (16.03s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-acqrel-fail.t2.smt2 MAYBE (1.40s)
MAYBE (1.24s)
NO (1.21s)
MAYBE (5.88s)
NO (5.01s)
From_T2/neg-e-acqrel-fail.t2_fixed.smt2 MAYBE (1.29s)
MAYBE (1.18s)
NO (1.15s)
MAYBE (5.99s)
NO (4.96s)
From_T2/neg-e-acqrel-succeed.t2.smt2 MAYBE (1.37s)
MAYBE (1.26s)
NO (1.28s)
MAYBE (5.67s)
NO (4.70s)
From_T2/neg-e-acqrel-succeed.t2_fixed.smt2 MAYBE (1.41s)
MAYBE (1.28s)
NO (1.33s)
MAYBE (5.96s)
NO (5.26s)
From_T2/neg-e-pgarch-fail.t2.smt2 MAYBE (1.28s)
MAYBE (1.29s)
NO (1.20s)
MAYBE (18.39s)
NO (15.74s)
From_T2/neg-e-pgarch-fail.t2_fixed.smt2 MAYBE (1.33s)
MAYBE (1.36s)
NO (1.21s)
MAYBE (15.54s)
NO (13.18s)
From_T2/neg-e-pgarch-succeed.t2.smt2 MAYBE (1.26s)
MAYBE (1.23s)
NO (1.08s)
MAYBE (12.43s)
NO (12.71s)
From_T2/neg-e-pgarch-succeed.t2_fixed.smt2 MAYBE (1.12s)
MAYBE (1.08s)
NO (1.00s)
MAYBE (9.68s)
NO (10.74s)
From_T2/neg-e-popl07-fail.t2.smt2 MAYBE (1.82s)
MAYBE (1.58s)
NO (1.56s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-popl07-succeed.t2.smt2 MAYBE (1.69s)
MAYBE (1.63s)
NO (1.45s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-popl07-succeed.t2_fixed.smt2 MAYBE (1.65s)
MAYBE (1.83s)
NO (1.53s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-e-smagill-succeed.t2.smt2 MAYBE (1.24s)
MAYBE (1.18s)
NO (1.12s)
MAYBE (5.70s)
NO (6.39s)
From_T2/neg-e-st88b-succeed.t2.smt2 MAYBE (1.23s)
MAYBE (1.18s)
NO (1.25s)
MAYBE (5.66s)
NO (6.92s)
From_T2/neg-pgarch-fail.t2.smt2 MAYBE (1.27s)
MAYBE (1.19s)
NO (1.13s)
MAYBE (42.23s)
NO (21.61s)
From_T2/neg-pgarch-succeed.t2.smt2 MAYBE (1.24s)
MAYBE (1.19s)
NO (1.11s)
MAYBE (36.43s)
NO (22.14s)
From_T2/neg-pgarch-succeed.t2_fixed.smt2 MAYBE (1.32s)
MAYBE (1.15s)
NO (1.11s)
MAYBE (31.69s)
NO (19.47s)
From_T2/neg-popl07-fail.t2.smt2 MAYBE (1.82s)
MAYBE (1.79s)
NO (1.49s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-popl07-fail.t2_fixed.smt2 MAYBE (1.87s)
MAYBE (1.75s)
NO (1.41s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-popl07-succeed.t2.smt2 MAYBE (2.06s)
MAYBE (2.07s)
NO (1.44s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-popl07-succeed.t2_fixed.smt2 MAYBE (2.03s)
MAYBE (1.81s)
NO (1.55s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/neg-smagilla-fail.t2.smt2 MAYBE (1.21s)
MAYBE (1.07s)
NO (1.10s)
MAYBE (5.24s)
NO (5.41s)
From_T2/neg-smagilla-succeed.t2.smt2 MAYBE (1.63s)
MAYBE (1.49s)
NO (1.26s)
MAYBE (5.62s)
NO (6.04s)
From_T2/neg-st88b-fail.t2.smt2 MAYBE (1.25s)
MAYBE (1.12s)
NO (2.08s)
MAYBE (5.84s)
NO (7.05s)
From_T2/neg.t2.smt2 YES (0.62s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.71s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.55s)
YES (1.97s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.03s)
From_T2/nested.t2.smt2 YES (1.25s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.01s)
YES (2.59s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (5.46s)
From_T2/nested2.t2.smt2 YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.02s)
YES (2.55s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (5.66s)
From_T2/nested2.t2_fixed.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.26s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.04s)
YES (2.64s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (5.14s)
From_T2/non_term.t2.smt2 MAYBE (1.08s)
MAYBE (0.93s)
NO (1.03s)
MAYBE (4.00s)
NO (2.70s)
From_T2/ns.t2.smt2 YES (1.88s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (2.30s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.51s)
YES (4.01s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (10.66s)
From_T2/ns.t2_fixed.smt2 YES (2.11s) (certificate CPF HTML)
CERTIFIED (0.28s)
YES (3.14s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (1.45s)
YES (3.85s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (8.26s)
From_T2/oct_vs_subpoly.t2.smt2 MAYBE (1.04s)
MAYBE (1.07s)
NO (1.02s)
MAYBE (3.99s)
NO (2.85s)
From_T2/opt-tree.c.t2.smt2 YES (8.10s) (certificate CPF HTML)
CERTIFIED (3.32s)
YES (12.77s) (certificate CPF HTML)
CERTIFIED (0.86s)
YES (3.33s)
YES (8.84s) (certificate CPF HTML)
CERTIFIED (2.53s)
TIMEOUT (60.00s)
From_T2/p-1.t2.smt2 MAYBE (0.99s)
MAYBE (0.86s)
NO (1.10s)
MAYBE (5.40s)
NO (3.55s)
From_T2/p-10.t2.smt2 MAYBE (1.32s)
MAYBE (0.96s)
NO (1.03s)
MAYBE (7.30s)
NO (3.64s)
From_T2/p-12.t2.smt2 YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.82s)
YES (2.41s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.65s)
From_T2/p-13.t2.smt2 YES (0.63s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.61s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.65s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.31s)
From_T2/p-14.t2.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s)
YES (2.36s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.71s)
From_T2/p-15.t2.smt2 YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.93s)
YES (2.31s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (2.51s)
From_T2/p-19.t2.smt2 MAYBE (1.04s)
MAYBE (0.96s)
NO (1.06s)
MAYBE (5.55s)
NO (3.42s)
From_T2/p-19a.t2.smt2 MAYBE (1.12s)
MAYBE (1.10s)
NO (1.24s)
MAYBE (5.63s)
NO (3.64s)
From_T2/p-1a.t2.smt2 MAYBE (1.05s)
MAYBE (1.06s)
NO (1.09s)
MAYBE (6.76s)
NO (3.38s)
From_T2/p-1b.t2.smt2 YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.87s)
YES (2.25s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (2.69s)
From_T2/p-1c.t2.smt2 MAYBE (1.08s)
MAYBE (1.03s)
NO (1.12s)
MAYBE (6.48s)
NO (3.40s)
From_T2/p-1d.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.03s)
YES (2.36s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (4.72s)
From_T2/p-20.t2.smt2 MAYBE (1.08s)
MAYBE (1.20s)
NO (1.00s)
MAYBE (7.60s)
NO (4.05s)
From_T2/p-21.t2.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.93s)
YES (2.49s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (4.57s)
From_T2/p-21.t2_fixed.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.92s)
YES (2.44s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (4.29s)
From_T2/p-22.t2.smt2 YES (0.99s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.85s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.85s)
YES (2.24s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.67s)
From_T2/p-3.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.89s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
YES (2.42s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.94s)
From_T2/p-3.t2_fixed.smt2 YES (0.90s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.84s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.77s)
From_T2/p-32.t2.smt2 MAYBE (0.93s)
MAYBE (1.05s)
NO (1.01s)
MAYBE (3.88s)
NO (3.00s)
From_T2/p-33.t2.smt2 MAYBE (1.03s)
MAYBE (1.05s)
NO (1.08s)
MAYBE (4.31s)
NO (6.55s)
From_T2/p-34.t2.smt2 MAYBE (1.51s)
MAYBE (1.45s)
NO (1.23s)
TIMEOUT (60.00s)
NO (24.94s)
From_T2/p-36.t2.smt2 MAYBE (1.17s)
MAYBE (1.24s)
NO (1.06s)
TIMEOUT (60.00s)
NO (8.63s)
From_T2/p-36.t2_fixed.smt2 MAYBE (1.23s)
MAYBE (1.27s)
NO (1.12s)
MAYBE (45.00s)
NO (9.47s)
From_T2/p-37.t2.smt2 YES (1.03s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (0.79s)
YES (2.30s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (5.05s)
From_T2/p-37.t2_fixed.smt2 YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.27s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.00s)
YES (2.37s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (5.90s)
From_T2/p-38.t2.smt2 YES (0.82s) (certificate CPF HTML)
CERTIFIED (0.51s)
YES (0.94s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (0.60s)
YES (2.12s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (9.57s)
From_T2/p-38.t2_fixed.smt2 YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.62s)
YES (1.05s) (certificate CPF HTML)
CERTIFIED (0.32s)
YES (0.74s)
YES (2.09s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (16.08s)
From_T2/p-4.t2.smt2 YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.30s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.88s)
YES (2.48s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.88s)
From_T2/p-40.t2.smt2 YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.81s)
YES (2.34s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.61s)
From_T2/p-40.t2_fixed.smt2 YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.92s)
YES (2.32s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.04s)
From_T2/p-41.t2.smt2 YES (0.66s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.70s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.61s)
YES (1.87s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.06s)
From_T2/p-42.t2.smt2 YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.81s)
YES (2.43s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.09s)
From_T2/p-43-terminate.t2.smt2 MAYBE (2.58s)
MAYBE (2.67s)
YES (12.58s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/p-43-terminate.t2_fixed.smt2 MAYBE (2.22s)
MAYBE (2.20s)
YES (15.16s)
MAYBE (53.00s)
TIMEOUT (60.00s)
From_T2/p-43.t2.smt2 MAYBE (1.05s)
MAYBE (1.05s)
YES (3.15s)
MAYBE (6.48s)
TIMEOUT (60.00s)
From_T2/p-43.t2_fixed.smt2 MAYBE (1.25s)
MAYBE (1.00s)
YES (3.41s)
MAYBE (5.69s)
TIMEOUT (60.00s)
From_T2/p-44.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.87s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (3.37s)
From_T2/p-45.t2.smt2 YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.84s)
YES (2.37s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (4.23s)
From_T2/p-46.t2.smt2 MAYBE (1.17s)
MAYBE (1.21s)
MAYBE (1.64s)
MAYBE (22.03s)
NO (8.97s)
From_T2/p-46.t2_fixed.smt2 MAYBE (1.26s)
MAYBE (1.26s)
MAYBE (9.73s)
MAYBE (13.83s)
NO (10.59s)
From_T2/p-49.t2.smt2 YES (0.83s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.84s)
YES (2.21s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.58s)
From_T2/p-5.t2.smt2 MAYBE (2.19s)
MAYBE (2.28s)
NO (2.27s)
MAYBE (13.26s)
NO (21.84s)
From_T2/p-5.t2_fixed.smt2 MAYBE (2.56s)
MAYBE (2.83s)
NO (2.54s)
MAYBE (11.83s)
NO (22.43s)
From_T2/p-50.t2.smt2 YES (0.60s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.61s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.57s)
YES (2.08s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.15s)
From_T2/p-52.t2.smt2 MAYBE (1.05s)
MAYBE (1.00s)
NO (1.00s)
MAYBE (7.07s)
NO (3.43s)
From_T2/p-53.t2.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.67s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.67s)
YES (2.22s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.36s)
From_T2/p-55.t2.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.83s)
YES (2.59s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (4.67s)
From_T2/p-55.t2_fixed.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.92s)
YES (2.35s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (4.65s)
From_T2/p-56.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.94s)
YES (2.46s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (4.24s)
From_T2/p-56.t2_fixed.smt2 YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.81s)
YES (2.44s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.56s)
From_T2/p-58.t2.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.06s)
MAYBE (0.99s)
YES (0.76s)
MAYBE (4.58s)
NO (3.77s)
From_T2/p-6.t2.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.13s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.93s)
YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (4.48s)
From_T2/p-60.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.96s)
YES (2.28s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (4.07s)
From_T2/p-60.t2_fixed.smt2 YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.87s)
YES (2.23s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.09s)
From_T2/p-61.t2.smt2 YES (0.92s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.86s)
YES (2.33s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (4.21s)
From_T2/p-61.t2_fixed.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.91s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (3.79s)
From_T2/p-62.t2.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.76s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.62s)
YES (2.00s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.18s)
From_T2/p-63.t2.smt2 YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.27s)
YES (1.48s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.05s)
MAYBE (6.05s)
NO (3.87s)
From_T2/p-63.t2_fixed.smt2 YES (1.23s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (1.47s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.02s)
MAYBE (6.00s)
NO (3.66s)
From_T2/p-7.t2.smt2 YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.85s)
YES (2.32s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.68s)
From_T2/p-7.t2_fixed.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.99s)
YES (2.39s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (3.68s)
From_T2/p-7b.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.86s)
YES (2.24s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (3.55s)
From_T2/p-8.t2.smt2 MAYBE (1.06s)
MAYBE (1.02s)
NO (1.07s)
MAYBE (5.09s)
NO (3.89s)
From_T2/p.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/p_armc.t2.smt2 MAYBE (2.17s)
MAYBE (2.11s)
TIMEOUT (60.00s)
MAYBE (9.68s)
NO (13.88s)
From_T2/pearl-necklace.t2.smt2 YES (1.19s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.32s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (0.96s)
YES (2.53s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (5.09s)
From_T2/peculiar.t2.smt2 MAYBE (1.61s)
MAYBE (1.67s)
NO (1.42s)
MAYBE (7.94s)
NO (10.76s)
From_T2/peculiar.t2_fixed.smt2 MAYBE (1.60s)
MAYBE (1.50s)
NO (1.37s)
MAYBE (7.77s)
NO (10.25s)
From_T2/pentagon.t2.smt2 MAYBE (1.33s)
MAYBE (1.14s)
TIMEOUT (60.00s)
MAYBE (8.48s)
NO (6.86s)
From_T2/pgarch-fail.t2.smt2 MAYBE (1.27s)
MAYBE (1.09s)
NO (1.09s)
MAYBE (31.53s)
NO (19.91s)
From_T2/pgarch-succeed.t2.smt2 MAYBE (1.24s)
MAYBE (1.12s)
NO (1.15s)
MAYBE (31.78s)
NO (19.30s)
From_T2/pgarch.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
NO (22.49s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/pgarch.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/polling.bug.t2.smt2 MAYBE (5.45s)
MAYBE (5.12s)
NO (5.69s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/polling.bug.t2_fixed.smt2 MAYBE (4.63s)
MAYBE (4.69s)
NO (5.55s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/polling.t2.smt2 MAYBE (3.95s)
MAYBE (3.69s)
NO (5.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/polling.t2_fixed.smt2 MAYBE (3.97s)
MAYBE (3.88s)
NO (4.43s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/polyrank1.t2.smt2 MAYBE (1.18s)
MAYBE (0.99s)
YES (1.11s)
MAYBE (4.31s)
YES (4.70s)
From_T2/polyrank2.t2.smt2 MAYBE (0.97s)
MAYBE (1.00s)
YES (1.13s)
MAYBE (3.99s)
YES (8.25s)
From_T2/polyrank3.t2.smt2 MAYBE (1.03s)
MAYBE (1.13s)
YES (1.37s)
MAYBE (4.57s)
YES (8.63s)
From_T2/polyrank4.t2.smt2 MAYBE (0.94s)
MAYBE (1.00s)
YES (1.72s)
MAYBE (4.41s)
YES (7.56s)
From_T2/polyrank5.t2.smt2 MAYBE (1.07s)
MAYBE (1.06s)
YES (2.68s)
MAYBE (4.83s)
YES (12.38s)
From_T2/polyrank6.t2.smt2 MAYBE (1.13s)
MAYBE (1.03s)
YES (1.28s)
MAYBE (4.52s)
YES (4.89s)
From_T2/polyrank7.t2.smt2 MAYBE (1.13s)
MAYBE (0.93s)
NO (1.06s)
MAYBE (4.46s)
NO (3.35s)
From_T2/popl07-fail.t2.smt2 MAYBE (1.61s)
MAYBE (1.70s)
NO (1.31s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/popl07-succeed.t2.smt2 MAYBE (1.82s)
MAYBE (1.77s)
NO (1.46s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ppblock.t2.smt2 MAYBE (1.26s)
MAYBE (1.34s)
NO (2.54s)
MAYBE (9.60s)
NO (7.05s)
From_T2/ppblockbug.t2.smt2 MAYBE (1.48s)
MAYBE (1.47s)
NO (2.27s)
MAYBE (9.09s)
NO (9.68s)
From_T2/ppblockterm.t2.smt2 MAYBE (1.76s)
MAYBE (1.55s)
MAYBE (5.04s)
MAYBE (17.16s)
NO (6.03s)
From_T2/ppblocktermbug.t2.smt2 MAYBE (2.23s)
MAYBE (1.89s)
MAYBE (5.09s)
MAYBE (21.92s)
NO (8.96s)
From_T2/prime.t2.smt2 MAYBE (2.10s)
MAYBE (2.05s)
MAYBE (14.92s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/prime.t2_fixed.smt2 MAYBE (4.99s)
MAYBE (4.97s)
MAYBE (37.33s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/print.t2.smt2 YES (9.07s) (certificate CPF HTML)
CERTIFIED (9.09s)
YES (17.35s) (certificate CPF HTML)
CERTIFIED (1.78s)
YES (3.39s)
YES (19.71s) (certificate CPF HTML)
CERTIFIED (8.28s)
TIMEOUT (60.00s)
From_T2/print.t2_fixed.smt2 YES (12.77s) (certificate CPF HTML)
CERTIFIED (12.67s)
YES (21.13s) (certificate CPF HTML)
CERTIFIED (2.61s)
YES (9.52s)
YES (17.57s) (certificate CPF HTML)
CERTIFIED (5.05s)
TIMEOUT (60.00s)
From_T2/qrdcmp.c.i.qrdcmp.pl.t2.fixed.t2.smt2 YES (22.57s) (certificate CPF HTML)
CERTIFIED (2.34s)
YES (33.53s) (certificate CPF HTML)
CERTIFIED (0.70s)
YES (15.20s)
YES (7.85s) (certificate CPF HTML)
CERTIFIED (2.25s)
TIMEOUT (60.00s)
From_T2/qrdcmp.t2.smt2 YES (25.08s) (certificate CPF HTML)
CERTIFIED (2.62s)
YES (36.97s) (certificate CPF HTML)
CERTIFIED (0.70s)
YES (18.55s)
YES (9.17s) (certificate CPF HTML)
CERTIFIED (3.50s)
TIMEOUT (60.00s)
From_T2/queens.t2.smt2 YES (3.90s) (certificate CPF HTML)
CERTIFIED (0.71s)
YES (5.88s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (3.28s)
YES (5.22s) (certificate CPF HTML)
CERTIFIED (0.67s)
TIMEOUT (60.00s)
From_T2/queens.t2_fixed.smt2 YES (3.85s) (certificate CPF HTML)
CERTIFIED (0.69s)
YES (6.42s) (certificate CPF HTML)
CERTIFIED (0.33s)
YES (3.18s)
YES (5.25s) (certificate CPF HTML)
CERTIFIED (0.74s)
TIMEOUT (60.00s)
From_T2/queue_1.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.36s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.07s)
YES (2.60s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (6.92s)
From_T2/queue_10.t2.smt2 YES (1.43s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.14s)
YES (1.11s)
YES (2.80s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (8.90s)
From_T2/queue_10.t2_fixed.smt2 YES (1.20s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.40s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.12s)
YES (2.92s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (6.70s)
From_T2/queue_100.t2.smt2 YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.04s)
YES (3.00s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (8.71s)
From_T2/queue_100.t2_fixed.smt2 YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.15s)
YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (1.02s)
YES (2.82s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (6.74s)
From_T2/queue_1000.t2.smt2 YES (1.35s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.49s) (certificate CPF HTML)
CERTIFIED (0.16s)
YES (1.12s)
YES (2.89s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (8.73s)
From_T2/queue_1000.t2_fixed.smt2 YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (1.34s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (1.08s)
YES (2.63s) (certificate CPF HTML)
CERTIFIED (0.10s)
YES (6.80s)
From_T2/randomwalk.t2.smt2 MAYBE (55.00s)
MAYBE (35.87s)
YES (6.01s)
MAYBE (13.38s)
TIMEOUT (60.00s)
From_T2/randomwalk_withassume.t2.smt2 MAYBE (58.78s)
TIMEOUT (60.00s)
YES (2.67s)
MAYBE (13.29s)
YES (8.90s)
From_T2/refine_disj_problem.t2.smt2 MAYBE (1.07s)
MAYBE (1.01s)
NO (1.03s)
MAYBE (4.70s)
NO (2.74s)
From_T2/refine_disj_problem.t2_fixed.smt2 MAYBE (1.03s)
MAYBE (1.03s)
NO (1.07s)
MAYBE (4.36s)
NO (4.30s)
From_T2/rev_nt2.t2.smt2 MAYBE (3.63s)
MAYBE (3.31s)
NO (2.07s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/rev_nt2.t2_fixed.smt2 MAYBE (3.78s)
MAYBE (3.87s)
NO (2.10s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/rev_nt3.t2.smt2 MAYBE (3.11s)
MAYBE (3.26s)
NO (1.60s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/rev_nt3.t2_fixed.smt2 MAYBE (3.47s)
MAYBE (3.09s)
NO (1.67s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/rev_nt4.t2.smt2 YES (0.64s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.66s)
YES (1.85s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (2.14s)
From_T2/rev_nt4.t2_fixed.smt2 YES (0.66s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.69s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.66s)
YES (1.94s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.15s)
From_T2/reverse.t2.smt2 YES (13.56s) (certificate CPF HTML)
CERTIFIED (10.68s)
YES (21.78s) (certificate CPF HTML)
CERTIFIED (1.86s)
YES (3.52s)
YES (38.65s) (certificate CPF HTML)
CERTIFIED (18.30s)
TIMEOUT (60.00s)
From_T2/reverse.t2_fixed.smt2 YES (18.36s) (certificate CPF HTML)
CERTIFIED (15.38s)
YES (29.05s) (certificate CPF HTML)
CERTIFIED (2.64s)
YES (14.72s)
YES (37.80s) (certificate CPF HTML)
CERTIFIED (10.35s)
TIMEOUT (60.00s)
From_T2/reverse_div4.t2.smt2 MAYBE (3.46s)
MAYBE (3.42s)
NO (2.59s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/reverse_div4.t2_fixed.smt2 MAYBE (4.05s)
MAYBE (3.77s)
NO (4.13s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/reverse_seg_cyclic.t2.smt2 YES (5.54s) (certificate CPF HTML)
CERTIFIED (6.20s)
YES (8.61s) (certificate CPF HTML)
CERTIFIED (3.04s)
YES (1.96s)
YES (14.70s) (certificate CPF HTML)
CERTIFIED (5.60s)
TIMEOUT (60.00s)
From_T2/reverse_seg_cyclic.t2_fixed.smt2 YES (7.58s) (certificate CPF HTML)
CERTIFIED (8.91s)
YES (11.62s) (certificate CPF HTML)
CERTIFIED (4.47s)
YES (4.81s)
YES (15.41s) (certificate CPF HTML)
CERTIFIED (4.26s)
TIMEOUT (60.00s)
From_T2/rewrite.t2.smt2 MAYBE (1.08s)
MAYBE (1.05s)
NO (0.94s)
MAYBE (4.04s)
NO (2.42s)
From_T2/rlft3.c.i.rlft3.pl.t2.fixed.t2.smt2 MAYBE (27.00s)
MAYBE (22.67s)
NO (15.11s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/rlft3.t2.smt2 MAYBE (20.67s)
MAYBE (22.86s)
NO (12.78s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/ruslan-benchmarks_misc_n-38.t2.smt2 MAYBE (1.20s)
MAYBE (1.18s)
MAYBE (10.88s)
MAYBE (12.29s)
NO (17.10s)
From_T2/s1-saved.t2.smt2 YES (5.68s) (certificate CPF HTML)
CERTIFIED (10.41s)
YES (9.27s) (certificate CPF HTML)
CERTIFIED (7.46s)
YES (2.19s)
YES (16.56s) (certificate CPF HTML)
CERTIFIED (6.14s)
TIMEOUT (60.00s)
From_T2/s1-saved.t2_fixed.smt2 YES (7.28s) (certificate CPF HTML)
CERTIFIED (5.35s)
YES (13.69s) (certificate CPF HTML)
CERTIFIED (1.42s)
YES (5.81s)
YES (13.76s) (certificate CPF HTML)
CERTIFIED (3.10s)
TIMEOUT (60.00s)
From_T2/s1-striped.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s1-striped.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s1.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s1.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s2.t2.smt2 YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.08s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.81s)
YES (2.37s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.13s)
From_T2/s2.t2_fixed.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.08s)
YES (2.25s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (3.42s)
From_T2/s3-work.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (12.73s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s3-work.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (53.73s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s3.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s3.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s4.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/s4.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/sas07.cex.t2.smt2 YES (3.43s) (certificate CPF HTML)
CERTIFIED (14.72s)
YES (4.78s) (certificate CPF HTML)
CERTIFIED (12.62s)
YES (2.27s)
YES (9.11s) (certificate CPF HTML)
CERTIFIED (3.20s)
TIMEOUT (60.00s)
From_T2/sas2.t2.smt2 MAYBE (3.00s)
MAYBE (10.76s)
MAYBE (57.34s)
MAYBE (14.60s)
NO (39.10s)
From_T2/select.t2.smt2 MAYBE (5.94s)
MAYBE (5.50s)
NO (4.78s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/select.t2_fixed.smt2 MAYBE (10.32s)
MAYBE (10.23s)
NO (4.70s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/selectSort.t2.smt2 YES (1.50s) (certificate CPF HTML)
CERTIFIED (0.18s)
YES (1.72s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (1.24s)
YES (3.51s) (certificate CPF HTML)
CERTIFIED (0.17s)
YES (9.36s)
From_T2/send-more-money.t2.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (2.18s)
YES (2.90s) (certificate CPF HTML)
CERTIFIED (1.20s)
YES (0.80s)
YES (10.92s) (certificate CPF HTML)
CERTIFIED (0.51s)
TIMEOUT (60.00s)
From_T2/send-more-money.t2_fixed.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (2.13s)
YES (2.77s) (certificate CPF HTML)
CERTIFIED (1.20s)
YES (0.88s)
YES (10.50s) (certificate CPF HTML)
CERTIFIED (0.48s)
TIMEOUT (60.00s)
From_T2/seq.t2.smt2 YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.84s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.84s)
YES (2.21s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.46s)
From_T2/sequential_swap.t2.smt2 YES (0.85s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.78s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.64s)
YES (1.93s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (2.22s)
From_T2/simple.t2.smt2 MAYBE (1.05s)
MAYBE (0.93s)
NO (1.19s)
MAYBE (4.01s)
NO (3.04s)
From_T2/simpleWhile.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.02s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.92s)
YES (2.50s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (5.35s)
From_T2/simple_array_inversion.t2.smt2 YES (0.94s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.83s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.65s)
From_T2/simple_control_on_input.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.85s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.90s)
YES (2.32s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.83s)
From_T2/simple_control_on_input.t2_fixed.smt2 YES (0.90s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.82s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.65s)
From_T2/simple_fail.t2.smt2 YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.71s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (0.73s)
YES (2.03s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.11s)
From_T2/simple_pre.t2.smt2 YES (0.68s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.81s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.69s)
YES (1.96s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.07s)
From_T2/simple_pre1.t2.smt2 YES (0.72s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.64s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.69s)
YES (1.95s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.15s)
From_T2/simple_pre2.t2.smt2 YES (0.67s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.63s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.64s)
YES (1.94s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.15s)
From_T2/simple_pre3.t2.smt2 YES (0.69s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.69s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (0.69s)
YES (2.01s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (3.51s)
From_T2/simple_swap_call.t2.smt2 YES (0.75s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.75s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.63s)
YES (1.95s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.24s)
From_T2/simple_test.t2.smt2 YES (1.07s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (1.18s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.97s)
YES (2.49s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (4.67s)
From_T2/simple_test2.t2.smt2 MAYBE (1.00s)
MAYBE (0.98s)
NO (1.01s)
MAYBE (4.02s)
NO (2.48s)
From_T2/slayer-1-filtered.t2.smt2 YES (4.39s) (certificate CPF HTML)
CERTIFIED (4.84s)
YES (6.05s) (certificate CPF HTML)
CERTIFIED (3.10s)
YES (2.52s)
YES (4.48s) (certificate CPF HTML)
CERTIFIED (0.76s)
TIMEOUT (60.00s)
From_T2/slayer-1-rf.t2.smt2 YES (5.95s) (certificate CPF HTML)
CERTIFIED (10.62s)
YES (7.74s) (certificate CPF HTML)
CERTIFIED (8.05s)
YES (2.96s)
YES (5.06s) (certificate CPF HTML)
CERTIFIED (1.40s)
TIMEOUT (60.00s)
From_T2/slayer-2-filtered.t2.smt2 YES (0.95s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.00s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
YES (2.37s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (4.33s)
From_T2/slayer-2-filtered.t2_fixed.smt2 YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.09s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.87s)
YES (2.27s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (3.86s)
From_T2/slayer-3-filtered.t2.smt2 MAYBE (52.19s)
MAYBE (53.77s)
NO (57.87s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-3-new.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
NO (21.19s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-3-new.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-3.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
NO (24.61s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-3.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-4-filtered.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-5-filtered.t2.smt2 MAYBE (15.08s)
MAYBE (15.54s)
NO (9.48s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-n1-filtered.t2.smt2 MAYBE (2.60s)
MAYBE (2.79s)
NO (1.84s)
TIMEOUT (60.00s)
NO (22.07s)
From_T2/slayer-n1.t2.smt2 MAYBE (2.86s)
MAYBE (2.85s)
NO (1.98s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-n1.t2_fixed.smt2 MAYBE (2.83s)
MAYBE (2.87s)
NO (10.90s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-n2-filtered.t2.smt2 MAYBE (1.03s)
MAYBE (1.12s)
NO (1.10s)
MAYBE (5.83s)
TIMEOUT (60.00s)
From_T2/slayer-n2.t2.smt2 MAYBE (0.98s)
MAYBE (1.05s)
NO (1.04s)
MAYBE (5.29s)
TIMEOUT (60.00s)
From_T2/slayer-n3-filtered.t2.smt2 YES (4.07s) (certificate CPF HTML)
CERTIFIED (8.32s)
MAYBE (6.25s)
YES (2.34s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-n3-filtered.t2_fixed.smt2 YES (4.21s) (certificate CPF HTML)
CERTIFIED (8.39s)
MAYBE (6.30s)
YES (2.17s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/slayer-n5-filtered.t2.smt2 MAYBE (15.65s)
MAYBE (16.83s)
NO (16.16s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/smagilla-fail.t2.smt2 MAYBE (1.74s)
MAYBE (1.60s)
NO (1.21s)
MAYBE (5.44s)
NO (5.77s)
From_T2/smagilla-succeed.t2.smt2 MAYBE (3.52s)
MAYBE (3.54s)
MAYBE (1.28s)
MAYBE (4.94s)
NO (5.19s)
From_T2/smagillb-succeed.t2.smt2 MAYBE (1.32s)
MAYBE (1.41s)
NO (1.22s)
MAYBE (6.34s)
NO (5.99s)
From_T2/smagillb-succeed.t2_fixed.smt2 MAYBE (1.24s)
MAYBE (1.25s)
NO (1.34s)
MAYBE (5.94s)
NO (6.24s)
From_T2/smagillc-fail.t2.smt2 MAYBE (1.35s)
MAYBE (1.48s)
NO (1.46s)
MAYBE (5.37s)
NO (5.34s)
From_T2/smagillc-fail.t2_fixed.smt2 MAYBE (1.33s)
MAYBE (1.37s)
NO (1.08s)
MAYBE (5.53s)
NO (5.48s)
From_T2/smagillc-succeed.t2.smt2 MAYBE (1.80s)
MAYBE (1.51s)
NO (1.45s)
MAYBE (5.34s)
NO (5.64s)
From_T2/small01.t2.smt2 MAYBE (0.96s)
MAYBE (0.98s)
NO (1.02s)
MAYBE (4.18s)
NO (2.93s)
From_T2/small01.t2_fixed.smt2 YES (1.12s) (certificate CPF HTML)
CERTIFIED (0.05s)
MAYBE (1.05s)
YES (0.94s)
MAYBE (4.06s)
NO (3.37s)
From_T2/small02.t2.smt2 MAYBE (1.11s)
MAYBE (0.95s)
NO (0.96s)
MAYBE (5.33s)
NO (3.78s)
From_T2/small03.t2.smt2 MAYBE (1.14s)
MAYBE (0.91s)
NO (1.13s)
MAYBE (4.19s)
NO (2.69s)
From_T2/small04.t2.smt2 MAYBE (1.09s)
MAYBE (0.99s)
NO (1.04s)
MAYBE (4.12s)
NO (2.80s)
From_T2/small05.t2.smt2 MAYBE (1.04s)
MAYBE (0.95s)
NO (0.90s)
MAYBE (3.90s)
NO (3.11s)
From_T2/small06.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.01s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.86s)
YES (2.38s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (3.88s)
From_T2/small07.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.12s)
YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.86s)
YES (2.41s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (6.38s)
From_T2/small08.t2.smt2 YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.16s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.97s)
YES (2.66s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (7.16s)
From_T2/small09.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.21s) (certificate CPF HTML)
CERTIFIED (0.08s)
YES (0.95s)
YES (2.51s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (6.07s)
From_T2/small10.t2.smt2 MAYBE (1.02s)
MAYBE (1.02s)
NO (1.20s)
MAYBE (4.75s)
NO (3.35s)
From_T2/small11.t2.smt2 MAYBE (0.91s)
MAYBE (0.87s)
NO (1.08s)
MAYBE (3.89s)
NO (2.58s)
From_T2/small12.t2.smt2 YES (0.96s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (0.86s)
YES (2.32s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (3.20s)
From_T2/small13.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.92s)
MAYBE (3.96s)
YES (3.83s)
From_T2/small14.t2.smt2 MAYBE (1.22s)
MAYBE (1.33s)
NO (1.18s)
MAYBE (21.38s)
NO (6.42s)
From_T2/small15.t2.smt2 MAYBE (1.19s)
MAYBE (1.16s)
NO (3.55s)
MAYBE (4.33s)
NO (3.02s)
From_T2/small16.t2.smt2 MAYBE (1.03s)
MAYBE (1.04s)
MAYBE (3.72s)
MAYBE (4.01s)
NO (2.66s)
From_T2/small17.t2.smt2 MAYBE (1.18s)
MAYBE (1.07s)
NO (1.03s)
MAYBE (3.81s)
NO (2.76s)
From_T2/small18.t2.smt2 MAYBE (1.10s)
MAYBE (1.01s)
NO (0.99s)
MAYBE (3.85s)
NO (2.80s)
From_T2/small19.t2.smt2 YES (0.91s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.96s)
MAYBE (4.83s)
YES (4.04s)
From_T2/small20.t2.smt2 YES (1.24s) (certificate CPF HTML)
CERTIFIED (0.07s)
YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.90s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (3.31s)
From_T2/small21.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (1.11s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.94s)
YES (2.40s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (3.74s)
From_T2/small22.t2.smt2 MAYBE (1.16s)
MAYBE (1.15s)
NO (1.20s)
MAYBE (4.18s)
NO (3.69s)
From_T2/small23.t2.smt2 MAYBE (1.69s)
MAYBE (1.70s)
NO (1.21s)
MAYBE (4.03s)
NO (3.59s)
From_T2/small24.t2.smt2 MAYBE (1.15s)
MAYBE (1.12s)
NO (1.08s)
MAYBE (3.82s)
NO (2.59s)
From_T2/small26.t2.smt2 YES (1.06s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (1.22s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.93s)
YES (2.35s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.81s)
From_T2/small27.t2.smt2 YES (0.98s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.88s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.90s)
YES (2.23s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.35s)
From_T2/small28.t2.smt2 YES (0.85s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.93s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.80s)
YES (2.23s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.26s)
From_T2/small29.t2.smt2 MAYBE (0.93s)
MAYBE (0.98s)
NO (0.87s)
MAYBE (3.86s)
NO (2.50s)
From_T2/small31.t2.smt2 YES (0.76s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.81s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.78s)
YES (2.09s) (certificate CPF HTML)
CERTIFIED (0.03s)
YES (2.13s)
From_T2/small32.t2.smt2 YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.04s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.89s)
YES (2.25s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.31s)
From_T2/small33.t2.smt2 YES (0.90s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.89s)
YES (2.19s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.19s)
From_T2/small34.t2.smt2 YES (0.94s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.97s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.85s)
YES (2.10s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (2.50s)
From_T2/small35.t2.smt2 MAYBE (1.01s)
MAYBE (1.15s)
NO (1.19s)
MAYBE (3.91s)
NO (3.13s)
From_T2/sort.t2.smt2 YES (3.04s) (certificate CPF HTML)
CERTIFIED (1.07s)
YES (5.32s) (certificate CPF HTML)
CERTIFIED (0.64s)
YES (2.71s)
YES (5.28s) (certificate CPF HTML)
CERTIFIED (0.99s)
TIMEOUT (60.00s)
From_T2/sort.t2_fixed.smt2 YES (4.49s) (certificate CPF HTML)
CERTIFIED (1.61s)
YES (6.30s) (certificate CPF HTML)
CERTIFIED (1.00s)
YES (2.40s)
YES (4.74s) (certificate CPF HTML)
CERTIFIED (0.58s)
TIMEOUT (60.00s)
From_T2/spctrm.c.i.spctrm.pl.t2.fixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (17.57s) (certificate CPF HTML)
CERTIFIED (9.24s)
TIMEOUT (60.00s)
From_T2/spctrm.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
YES (17.24s) (certificate CPF HTML)
CERTIFIED (9.23s)
TIMEOUT (60.00s)
From_T2/spiral.t2.smt2 MAYBE (1.22s)
MAYBE (1.27s)
MAYBE (27.97s)
MAYBE (6.28s)
TIMEOUT (60.00s)
From_T2/spiral.t2_fixed.smt2 MAYBE (1.24s)
MAYBE (1.34s)
MAYBE (6.50s)
MAYBE (4.97s)
TIMEOUT (60.00s)
From_T2/st88.bug.t2.smt2 MAYBE (1.59s)
MAYBE (1.58s)
NO (2.22s)
MAYBE (5.60s)
NO (7.19s)
From_T2/st88.bug.t2_fixed.smt2 MAYBE (2.25s)
MAYBE (2.16s)
NO (2.22s)
MAYBE (5.33s)
NO (5.99s)
From_T2/st88.t2.smt2 MAYBE (1.51s)
MAYBE (1.63s)
MAYBE (2.68s)
MAYBE (5.47s)
NO (7.19s)
From_T2/st88.t2_fixed.smt2 MAYBE (1.54s)
MAYBE (1.41s)
MAYBE (6.68s)
MAYBE (4.91s)
NO (5.39s)
From_T2/st88b-fail.t2.smt2 MAYBE (1.27s)
MAYBE (1.22s)
NO (1.71s)
MAYBE (5.72s)
NO (5.97s)
From_T2/st88b-succeed.t2.smt2 MAYBE (1.29s)
MAYBE (1.33s)
NO (1.80s)
MAYBE (5.49s)
NO (6.02s)
From_T2/statemate.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/statemate.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/stored.t2.smt2 MAYBE (1.09s)
MAYBE (0.98s)
NO (0.91s)
MAYBE (4.58s)
NO (5.12s)
From_T2/streamserver-succeed.t2.smt2 MAYBE (17.24s)
MAYBE (16.67s)
NO (10.17s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/streamserver-succeed.t2_fixed.smt2 MAYBE (12.03s)
MAYBE (12.24s)
NO (10.84s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/streamserver.bug.t2.smt2 MAYBE (7.05s)
MAYBE (7.21s)
NO (7.43s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/streamserver.bug.t2_fixed.smt2 MAYBE (7.13s)
MAYBE (6.97s)
NO (7.15s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/subpoly_crash.t2.smt2 MAYBE (1.02s)
MAYBE (0.93s)
NO (0.99s)
MAYBE (3.66s)
NO (2.66s)
From_T2/sudoku.t2.smt2 YES (29.59s) (certificate CPF HTML)
CERTIFIED (5.03s)
YES (54.52s) (certificate CPF HTML)
CERTIFIED (1.40s)
YES (21.50s)
YES (13.61s) (certificate CPF HTML)
CERTIFIED (7.13s)
TIMEOUT (60.00s)
From_T2/svdcmp.c.i.svdcmp.pl.t2.fixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/svdcmp.c.i.svdcmp.pl.t2.nor.t2.rlgfixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/svdcmp.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/svdcmp.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/test_byron_2.t2.smt2 MAYBE (1.01s)
MAYBE (1.02s)
NO (1.07s)
MAYBE (4.06s)
NO (2.74s)
From_T2/toeplz.c.i.toeplz.pl.t2.fixed.t2.smt2 YES (5.06s) (certificate CPF HTML)
CERTIFIED (0.97s)
YES (6.98s) (certificate CPF HTML)
CERTIFIED (0.35s)
YES (3.98s)
YES (5.28s) (certificate CPF HTML)
CERTIFIED (1.75s)
TIMEOUT (60.00s)
From_T2/toeplz.t2.smt2 YES (6.60s) (certificate CPF HTML)
CERTIFIED (1.11s)
YES (10.16s) (certificate CPF HTML)
CERTIFIED (0.36s)
YES (5.09s)
YES (5.27s) (certificate CPF HTML)
CERTIFIED (1.73s)
TIMEOUT (60.00s)
From_T2/tqli.c.i.tqli.pl.t2.fixed.t2.smt2 MAYBE (33.54s)
MAYBE (42.69s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/tqli.c.i.tqli.pl.t2.nor.t2.rlgfixed.t2.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/tqli.t2.smt2 MAYBE (42.33s)
MAYBE (47.02s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/tqli.t2_fixed.smt2 TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/traverse.t2.smt2 YES (6.15s) (certificate CPF HTML)
CERTIFIED (10.19s)
YES (9.22s) (certificate CPF HTML)
CERTIFIED (6.96s)
YES (2.33s)
YES (14.86s) (certificate CPF HTML)
CERTIFIED (6.35s)
TIMEOUT (60.00s)
From_T2/traverse.t2_fixed.smt2 YES (7.56s) (certificate CPF HTML)
CERTIFIED (5.80s)
YES (13.04s) (certificate CPF HTML)
CERTIFIED (1.49s)
YES (7.30s)
YES (12.53s) (certificate CPF HTML)
CERTIFIED (3.27s)
TIMEOUT (60.00s)
From_T2/traverse2.t2.smt2 YES (10.46s) (certificate CPF HTML)
CERTIFIED (8.27s)
YES (16.03s) (certificate CPF HTML)
CERTIFIED (1.64s)
YES (3.59s)
YES (21.35s) (certificate CPF HTML)
CERTIFIED (10.10s)
TIMEOUT (60.00s)
From_T2/traverse2.t2_fixed.smt2 YES (12.81s) (certificate CPF HTML)
CERTIFIED (11.57s)
YES (20.14s) (certificate CPF HTML)
CERTIFIED (2.19s)
YES (9.70s)
YES (20.71s) (certificate CPF HTML)
CERTIFIED (6.80s)
TIMEOUT (60.00s)
From_T2/traverse_seg.t2.smt2 YES (7.85s) (certificate CPF HTML)
CERTIFIED (9.98s)
YES (13.65s) (certificate CPF HTML)
CERTIFIED (5.20s)
YES (3.06s)
YES (18.94s) (certificate CPF HTML)
CERTIFIED (9.15s)
TIMEOUT (60.00s)
From_T2/traverse_seg.t2_fixed.smt2 YES (10.70s) (certificate CPF HTML)
CERTIFIED (8.71s)
YES (19.22s) (certificate CPF HTML)
CERTIFIED (1.80s)
YES (7.39s)
YES (16.75s) (certificate CPF HTML)
CERTIFIED (5.72s)
TIMEOUT (60.00s)
From_T2/traverse_seg2.t2.smt2 YES (5.93s) (certificate CPF HTML)
CERTIFIED (4.36s)
YES (9.50s) (certificate CPF HTML)
CERTIFIED (1.21s)
YES (2.62s)
YES (15.71s) (certificate CPF HTML)
CERTIFIED (6.62s)
TIMEOUT (60.00s)
From_T2/traverse_seg2.t2_fixed.smt2 YES (7.44s) (certificate CPF HTML)
CERTIFIED (6.09s)
YES (12.78s) (certificate CPF HTML)
CERTIFIED (1.61s)
YES (5.61s)
YES (13.47s) (certificate CPF HTML)
CERTIFIED (3.71s)
TIMEOUT (60.00s)
From_T2/traverse_twice.t2.smt2 YES (11.76s) (certificate CPF HTML)
CERTIFIED (8.39s)
YES (20.26s) (certificate CPF HTML)
CERTIFIED (1.78s)
YES (3.32s)
YES (33.38s) (certificate CPF HTML)
CERTIFIED (15.92s)
TIMEOUT (60.00s)
From_T2/traverse_twice.t2_fixed.smt2 YES (15.25s) (certificate CPF HTML)
CERTIFIED (11.79s)
YES (25.97s) (certificate CPF HTML)
CERTIFIED (2.52s)
YES (10.27s)
YES (25.54s) (certificate CPF HTML)
CERTIFIED (7.33s)
TIMEOUT (60.00s)
From_T2/two_arrays.t2.smt2 YES (1.53s) (certificate CPF HTML)
CERTIFIED (0.46s)
YES (2.16s) (certificate CPF HTML)
CERTIFIED (0.34s)
YES (1.11s)
YES (2.64s) (certificate CPF HTML)
CERTIFIED (0.21s)
YES (10.97s)
From_T2/two_arrays.t2_fixed.smt2 YES (1.64s) (certificate CPF HTML)
CERTIFIED (0.60s)
YES (2.21s) (certificate CPF HTML)
CERTIFIED (0.47s)
YES (1.18s)
YES (2.64s) (certificate CPF HTML)
CERTIFIED (0.11s)
YES (9.40s)
From_T2/two_arrays1.t2.smt2 YES (2.23s) (certificate CPF HTML)
CERTIFIED (0.91s)
YES (3.12s) (certificate CPF HTML)
CERTIFIED (0.68s)
YES (1.52s)
YES (3.09s) (certificate CPF HTML)
CERTIFIED (0.25s)
YES (34.42s)
From_T2/two_arrays1.t2_fixed.smt2 YES (1.99s) (certificate CPF HTML)
CERTIFIED (1.43s)
YES (3.08s) (certificate CPF HTML)
CERTIFIED (1.16s)
YES (1.46s)
YES (2.95s) (certificate CPF HTML)
CERTIFIED (0.19s)
YES (28.76s)
From_T2/two_arrays2.t2.smt2 YES (1.87s) (certificate CPF HTML)
CERTIFIED (0.91s)
YES (3.05s) (certificate CPF HTML)
CERTIFIED (0.73s)
YES (1.47s)
YES (3.11s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (35.52s)
From_T2/two_arrays6.t2.smt2 YES (2.02s) (certificate CPF HTML)
CERTIFIED (1.06s)
YES (3.13s) (certificate CPF HTML)
CERTIFIED (0.81s)
YES (1.52s)
YES (3.14s) (certificate CPF HTML)
CERTIFIED (0.23s)
YES (34.68s)
From_T2/ud.t2.smt2 YES (6.02s) (certificate CPF HTML)
CERTIFIED (1.17s)
YES (9.49s) (certificate CPF HTML)
CERTIFIED (0.49s)
YES (4.23s)
YES (6.26s) (certificate CPF HTML)
CERTIFIED (2.70s)
TIMEOUT (60.00s)
From_T2/ud.t2_fixed.smt2 YES (11.98s) (certificate CPF HTML)
CERTIFIED (2.74s)
YES (16.81s) (certificate CPF HTML)
CERTIFIED (1.66s)
YES (3.91s)
YES (6.03s) (certificate CPF HTML)
CERTIFIED (2.01s)
TIMEOUT (60.00s)
From_T2/vmcai_bytes.t2.smt2 YES (0.71s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (0.69s) (certificate CPF HTML)
CERTIFIED (0.05s)
YES (0.68s)
YES (1.76s) (certificate CPF HTML)
CERTIFIED (0.04s)
YES (1.91s)
From_T2/w1.t2.smt2 MAYBE (1.02s)
MAYBE (0.98s)
NO (1.40s)
MAYBE (3.61s)
NO (2.20s)
From_T2/w2_nt.t2.smt2 MAYBE (2.45s)
MAYBE (2.35s)
NO (1.74s)
TIMEOUT (60.00s)
NO (56.61s)
From_T2/w3_nt.t2.smt2 MAYBE (2.52s)
MAYBE (2.91s)
NO (1.77s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/walk.t2.smt2 MAYBE (2.20s)
MAYBE (2.21s)
MAYBE (4.96s)
MAYBE (40.86s)
TIMEOUT (60.00s)
From_T2/walk.t2_fixed.smt2 MAYBE (2.08s)
MAYBE (2.00s)
MAYBE (4.82s)
MAYBE (45.24s)
TIMEOUT (60.00s)
From_T2/weakness.t2.smt2 MAYBE (1.05s)
MAYBE (1.08s)
YES (1.22s)
MAYBE (3.81s)
YES (4.33s)
From_T2/whatwhat.t2.smt2 YES (1.38s) (certificate CPF HTML)
CERTIFIED (0.09s)
YES (1.56s) (certificate CPF HTML)
CERTIFIED (0.06s)
YES (0.96s)
MAYBE (3.31s)
NO (2.35s)
From_T2/wrap.c.t2.smt2 YES (2.48s) (certificate CPF HTML)
CERTIFIED (1.14s)
YES (3.36s) (certificate CPF HTML)
CERTIFIED (0.41s)
YES (1.33s)
YES (5.13s) (certificate CPF HTML)
CERTIFIED (0.85s)
TIMEOUT (60.00s)
From_T2/wrong_loop.t2.smt2 MAYBE (1.08s)
MAYBE (0.97s)
NO (1.05s)
MAYBE (4.71s)
NO (3.62s)
From_T2/wrong_loop.t2_fixed.smt2 MAYBE (3.58s)
MAYBE (2.62s)
NO (1.38s)
MAYBE (4.04s)
NO (3.21s)
From_T2/wtf.t2.smt2 MAYBE (23.21s)
MAYBE (21.28s)
YES (9.28s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/zeroconf.t2.smt2 MAYBE (7.83s)
MAYBE (20.04s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/zeroconf_withassume.t2.smt2 MAYBE (22.70s)
MAYBE (12.21s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/zlib-adler32.c.t2.smt2 MAYBE (2.98s)
MAYBE (3.12s)
NO (2.53s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/zlib-adler32.c.t2_fixed.smt2 YES (3.20s) (certificate CPF HTML)
CERTIFIED (1.98s)
YES (5.38s) (certificate CPF HTML)
CERTIFIED (0.75s)
YES (1.88s)
YES (4.99s) (certificate CPF HTML)
CERTIFIED (0.86s)
TIMEOUT (60.00s)
From_T2/zlib-crc32-BYFOUR.c.t2.smt2 MAYBE (3.56s)
MAYBE (3.40s)
NO (3.10s)
TIMEOUT (60.00s)
TIMEOUT (60.00s)
From_T2/zlib-crc32-BYFOUR.c.t2_fixed.smt2 YES (3.55s) (certificate CPF HTML)
CERTIFIED (2.00s)
YES (6.28s) (certificate CPF HTML)
CERTIFIED (0.81s)
YES (2.50s)
YES (5.49s) (certificate CPF HTML)
CERTIFIED (0.81s)
TIMEOUT (60.00s)
From_T2/zlib-crc32.c.t2.smt2 MAYBE (1.43s)
MAYBE (1.16s)
NO (1.20s)
MAYBE (17.85s)
NO (48.03s)
From_T2/zlib-crc32.c.t2_fixed.smt2 YES (1.15s) (certificate CPF HTML)
CERTIFIED (0.31s)
YES (1.80s) (certificate CPF HTML)
CERTIFIED (0.20s)
YES (1.05s)
YES (2.42s) (certificate CPF HTML)
CERTIFIED (0.13s)
YES (36.19s)