TSTP Solution File: AGT004+2 by Metis---2.4

View Problem - Process Solution

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

% Computer : n018.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 : Thu Jul 14 12:02:02 EDT 2022

% Result   : Theorem 0.60s 0.81s
% Output   : CNFRefutation 0.60s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   17 (  10 unt;   0 def)
%            Number of atoms       :   38 (   0 equ)
%            Maximal formula atoms :   10 (   2 avg)
%            Number of connectives :   45 (  24   ~;  13   |;   5   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-4 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   24 (   2 sgn  20   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(a1_1,axiom,
    ! [A,C,N,L] :
      ( accept_team(A,L,C,N)
    <=> ( accept_city(A,C)
        & accept_leader(A,L)
        & accept_number(A,N) ) ) ).

fof(deduced_13,axiom,
    ~ accept_city(countryamedicalorganization,coastvillage) ).

fof(query_4,conjecture,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5) ).

fof(subgoal_0,plain,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(strip,[],[query_4]) ).

fof(negate_0_0,plain,
    ~ ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    ! [A,C,L,N] :
      ( ~ accept_team(A,L,C,N)
    <=> ( ~ accept_city(A,C)
        | ~ accept_leader(A,L)
        | ~ accept_number(A,N) ) ),
    inference(canonicalize,[],[a1_1]) ).

fof(normalize_0_2,plain,
    ! [A,C,L,N] :
      ( ~ accept_team(A,L,C,N)
    <=> ( ~ accept_city(A,C)
        | ~ accept_leader(A,L)
        | ~ accept_number(A,N) ) ),
    inference(specialize,[],[normalize_0_1]) ).

fof(normalize_0_3,plain,
    ! [A,C,L,N] :
      ( ( ~ accept_team(A,L,C,N)
        | accept_city(A,C) )
      & ( ~ accept_team(A,L,C,N)
        | accept_leader(A,L) )
      & ( ~ accept_team(A,L,C,N)
        | accept_number(A,N) )
      & ( ~ accept_city(A,C)
        | ~ accept_leader(A,L)
        | ~ accept_number(A,N)
        | accept_team(A,L,C,N) ) ),
    inference(clausify,[],[normalize_0_2]) ).

fof(normalize_0_4,plain,
    ! [A,C,L,N] :
      ( ~ accept_team(A,L,C,N)
      | accept_city(A,C) ),
    inference(conjunct,[],[normalize_0_3]) ).

fof(normalize_0_5,plain,
    ~ accept_city(countryamedicalorganization,coastvillage),
    inference(canonicalize,[],[deduced_13]) ).

cnf(refute_0_0,plain,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(canonicalize,[],[normalize_0_0]) ).

cnf(refute_0_1,plain,
    ( ~ accept_team(A,L,C,N)
    | accept_city(A,C) ),
    inference(canonicalize,[],[normalize_0_4]) ).

cnf(refute_0_2,plain,
    ( ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5)
    | accept_city(countryamedicalorganization,coastvillage) ),
    inference(subst,[],[refute_0_1:[bind(A,$fot(countryamedicalorganization)),bind(C,$fot(coastvillage)),bind(L,$fot(countryahumanitarianorganization)),bind(N,$fot(n5))]]) ).

cnf(refute_0_3,plain,
    accept_city(countryamedicalorganization,coastvillage),
    inference(resolve,[$cnf( accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n5) )],[refute_0_0,refute_0_2]) ).

cnf(refute_0_4,plain,
    ~ accept_city(countryamedicalorganization,coastvillage),
    inference(canonicalize,[],[normalize_0_5]) ).

cnf(refute_0_5,plain,
    $false,
    inference(resolve,[$cnf( accept_city(countryamedicalorganization,coastvillage) )],[refute_0_3,refute_0_4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.13  % Problem  : AGT004+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.13/0.14  % Command  : metis --show proof --show saturation %s
% 0.14/0.36  % Computer : n018.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Sat Jun  4 04:53:32 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.60/0.81  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.60/0.81  
% 0.60/0.81  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.60/0.82  
%------------------------------------------------------------------------------