TSTP Solution File: SWV023+1 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : SWV023+1 : TPTP v8.1.0. Bugfixed v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %s

% Computer : n004.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  : 600s
% DateTime : Wed Jul 20 20:29:52 EDT 2022

% Result   : Theorem 0.19s 0.58s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    8 (   4 unt;   0 def)
%            Number of atoms       :   48 (  16 equ)
%            Maximal formula atoms :   11 (   6 avg)
%            Number of connectives :   48 (   8   ~;   6   |;  22   &)
%                                         (   0 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   2 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   8 con; 0-3 aty)
%            Number of variables   :   12 (   0 sgn  12   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(ttrue,axiom,
    true ).

fof(gauss_init_0005,conjecture,
    ( ( i0_init = init
      & sigma_init = init
      & ! [A] :
          ( ( leq(n0,A)
            & leq(A,n2) )
         => ! [B] :
              ( ( leq(n0,B)
                & leq(B,n3) )
             => a_select3(simplex7_init,B,A) = init ) )
      & ! [C] :
          ( ( leq(n0,C)
            & leq(C,n3) )
         => a_select2(s_values7_init,C) = init ) )
   => true ) ).

fof(subgoal_0,plain,
    ( ( i0_init = init
      & sigma_init = init
      & ! [A] :
          ( ( leq(n0,A)
            & leq(A,n2) )
         => ! [B] :
              ( ( leq(n0,B)
                & leq(B,n3) )
             => a_select3(simplex7_init,B,A) = init ) )
      & ! [C] :
          ( ( leq(n0,C)
            & leq(C,n3) )
         => a_select2(s_values7_init,C) = init ) )
   => true ),
    inference(strip,[],[gauss_init_0005]) ).

fof(negate_0_0,plain,
    ~ ( ( i0_init = init
        & sigma_init = init
        & ! [A] :
            ( ( leq(n0,A)
              & leq(A,n2) )
           => ! [B] :
                ( ( leq(n0,B)
                  & leq(B,n3) )
               => a_select3(simplex7_init,B,A) = init ) )
        & ! [C] :
            ( ( leq(n0,C)
              & leq(C,n3) )
           => a_select2(s_values7_init,C) = init ) )
     => true ),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    ( ~ true
    & i0_init = init
    & sigma_init = init
    & ! [A] :
        ( ~ leq(A,n2)
        | ~ leq(n0,A)
        | ! [B] :
            ( ~ leq(B,n3)
            | ~ leq(n0,B)
            | a_select3(simplex7_init,B,A) = init ) )
    & ! [C] :
        ( ~ leq(C,n3)
        | ~ leq(n0,C)
        | a_select2(s_values7_init,C) = init ) ),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    true,
    inference(canonicalize,[],[ttrue]) ).

fof(normalize_0_2,plain,
    $false,
    inference(simplify,[],[normalize_0_0,normalize_0_1]) ).

cnf(refute_0_0,plain,
    $false,
    inference(canonicalize,[],[normalize_0_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV023+1 : TPTP v8.1.0. Bugfixed v3.3.0.
% 0.07/0.13  % Command  : metis --show proof --show saturation %s
% 0.12/0.34  % Computer : n004.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  : 600
% 0.12/0.34  % DateTime : Wed Jun 15 02:44:24 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.19/0.58  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.58  
% 0.19/0.58  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.19/0.58  
%------------------------------------------------------------------------------