TSTP Solution File: SWV996_1 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : SWV996_1 : TPTP v8.1.0. Released v5.0.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n017.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Sep 29 15:25:11 EDT 2022

% Result   : CounterSatisfiable 0.20s 0.40s
% Output   : Model 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
tff(z3_type,type,
    z3: $int ).

tff(z1_type,type,
    z1: $int ).

tff(z2_type,type,
    z2: $int ).

tff(a_type,type,
    a: $int > $int ).

tff(b_type,type,
    b: $int > $int ).

tff(formula1,axiom,
    z3 = 1 ).

tff(formula2,axiom,
    z1 = 0 ).

tff(formula3,axiom,
    z2 = -1 ).

tff(formula4,axiom,
    a(-1) = 10 ).

tff(formula5,axiom,
    ! [X0: $int] :
      ( ( -1 != X0 )
     => ( a(X0) = 9 ) ) ).

tff(formula6,axiom,
    ! [X0: $int] : ( b(X0) = 1 ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : SWV996_1 : TPTP v8.1.0. Released v5.0.0.
% 0.04/0.14  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.13/0.35  % Computer : n017.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sun Sep  4 10:37:10 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.13/0.36  Usage: tptp [options] [-file:]file
% 0.13/0.36    -h, -?       prints this message.
% 0.13/0.36    -smt2        print SMT-LIB2 benchmark.
% 0.13/0.36    -m, -model   generate model.
% 0.13/0.36    -p, -proof   generate proof.
% 0.13/0.36    -c, -core    generate unsat core of named formulas.
% 0.13/0.36    -st, -statistics display statistics.
% 0.13/0.36    -t:timeout   set timeout (in second).
% 0.13/0.36    -smt2status  display status in smt2 format instead of SZS.
% 0.13/0.36    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.13/0.36    -<param>:<value> configuration parameter and value.
% 0.13/0.36    -o:<output-file> file to place output in.
% 0.20/0.40  % SZS status CounterSatisfiable
% 0.20/0.40  % SZS output start Model
% See solution above
%------------------------------------------------------------------------------