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

View Problem - Process Solution

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

% Computer : n026.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:31:27 EDT 2022

% Result   : Theorem 0.14s 0.40s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    9 (   2 unt;   0 def)
%            Number of atoms       :   20 (   0 equ)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   28 (  17   ~;   3   |;   4   &)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   6 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-1 aty)
%            Number of functors    :    2 (   2 usr;   0 con; 1-3 aty)
%            Number of variables   :   21 (   0 sgn  18   !;   3   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(l24_l34,lemma,
    ! [U,V,W] :
      ( ~ check_cpq(triple(U,V,W))
     => ~ check_cpq(findmin_cpq_eff(triple(U,V,W))) ) ).

fof(l24_co,conjecture,
    ! [U,V,W] :
      ( ~ check_cpq(triple(U,V,W))
     => ( ~ check_cpq(findmin_cpq_eff(triple(U,V,W)))
        | ~ ok(findmin_cpq_eff(triple(U,V,W))) ) ) ).

fof(subgoal_0,plain,
    ! [U,V,W] :
      ( ( ~ check_cpq(triple(U,V,W))
        & ~ ~ check_cpq(findmin_cpq_eff(triple(U,V,W))) )
     => ~ ok(findmin_cpq_eff(triple(U,V,W))) ),
    inference(strip,[],[l24_co]) ).

fof(negate_0_0,plain,
    ~ ! [U,V,W] :
        ( ( ~ check_cpq(triple(U,V,W))
          & ~ ~ check_cpq(findmin_cpq_eff(triple(U,V,W))) )
       => ~ ok(findmin_cpq_eff(triple(U,V,W))) ),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    ? [U,V,W] :
      ( ~ check_cpq(triple(U,V,W))
      & check_cpq(findmin_cpq_eff(triple(U,V,W)))
      & ok(findmin_cpq_eff(triple(U,V,W))) ),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    ! [U,V,W] :
      ( ~ check_cpq(findmin_cpq_eff(triple(U,V,W)))
      | check_cpq(triple(U,V,W)) ),
    inference(canonicalize,[],[l24_l34]) ).

fof(normalize_0_2,plain,
    ! [U,V,W] :
      ( ~ check_cpq(findmin_cpq_eff(triple(U,V,W)))
      | check_cpq(triple(U,V,W)) ),
    inference(specialize,[],[normalize_0_1]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SWV388+1 : TPTP v8.1.0. Released v3.3.0.
% 0.11/0.13  % Command  : metis --show proof --show saturation %s
% 0.14/0.34  % Computer : n026.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Tue Jun 14 20:13:37 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.35  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.14/0.40  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.40  
% 0.14/0.40  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.14/0.40  
%------------------------------------------------------------------------------