TSTP Solution File: SWW019_1 by Z3---4.8.9.0

View Problem - Process Solution

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

% Computer : n007.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 20:55:29 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
tff(z4_type,type,
    z4: $int ).

tff(z3_type,type,
    z3: $int ).

tff(z5_type,type,
    z5: $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,
    z4 = 0 ).

tff(formula2,axiom,
    z3 = 1 ).

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

tff(formula4,axiom,
    z1 = 3 ).

tff(formula5,axiom,
    z2 = 2 ).

tff(formula6,axiom,
    ! [X0: $int] :
      ( a(X0)
      = ite_t(
          ( ( X0 != 2 )
          & ( X0 != 3 )
          & ( X0 != 1 ) ),
          11,
          ite_t(
            ( ( X0 != 2 )
            & ( X0 != 3 )
            & ( X0 = 1 ) ),
            4,
            ite_t(X0 = 2,10,
              ite_t(
                ( ( X0 != 2 )
                & ( X0 = 3 ) ),
                1,17)))) ) ).

tff(formula7,axiom,
    ! [X0: $int] :
      ( b(X0)
      = ite_t(
          ( ( X0 != 2 )
          & ( X0 = 3 ) ),
          3,
          ite_t(
            ( ( X0 != 2 )
            & ( X0 != 3 )
            & ( X0 != 1 ) ),
            5,
            ite_t(
              ( ( X0 != 2 )
              & ( X0 != 3 )
              & ( X0 = 1 ) ),
              1,ite_t(X0 = 2,1,18)))) ) ).

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