TSTP Solution File: PUZ130+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ130+1 : TPTP v8.1.2. Released v4.1.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3keNgdTs3P true

% Computer : n023.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 Aug 31 13:31:15 EDT 2023

% Result   : Theorem 0.99s 0.71s
% Output   : Refutation 0.99s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   48 (  23 unt;  11 typ;   0 def)
%            Number of atoms       :   66 (  11 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  140 (  25   ~;  21   |;   2   &;  86   @)
%                                         (   1 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  11 usr;   4 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^;  14   !;   0   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
thf(odie_type,type,
    odie: $i ).

thf(jon_type,type,
    jon: $i ).

thf(hates_type,type,
    hates: $i > $i > $o ).

thf(cat_type,type,
    cat: $i > $o ).

thf(chased_type,type,
    chased: $i > $i > $o ).

thf(dog_type,type,
    dog: $i > $o ).

thf(pet_type,type,
    pet: $i > $o ).

thf(garfield_type,type,
    garfield: $i ).

thf(owner_of_type,type,
    owner_of: $i > $i ).

thf(human_type,type,
    human: $i > $o ).

thf(owner_type,type,
    owner: $i > $i > $o ).

thf(odie_chase_axiom,axiom,
    chased @ odie @ garfield ).

thf(zip_derived_cl21,plain,
    chased @ odie @ garfield,
    inference(cnf,[status(esa)],[odie_chase_axiom]) ).

thf(cat_chase_axiom,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( cat @ X )
        & ( dog @ Y ) )
     => ( ( chased @ Y @ X )
       => ( hates @ ( owner_of @ X ) @ ( owner_of @ Y ) ) ) ) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( cat @ X0 )
      | ~ ( dog @ X1 )
      | ( hates @ ( owner_of @ X0 ) @ ( owner_of @ X1 ) )
      | ~ ( chased @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[cat_chase_axiom]) ).

thf(zip_derived_cl93,plain,
    ( ( hates @ ( owner_of @ garfield ) @ ( owner_of @ odie ) )
    | ~ ( dog @ odie )
    | ~ ( cat @ garfield ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl21,zip_derived_cl18]) ).

thf(jon_conjecture,conjecture,
    hates @ jon @ jon ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( hates @ jon @ jon ),
    inference('cnf.neg',[status(esa)],[jon_conjecture]) ).

thf(zip_derived_cl22,plain,
    ~ ( hates @ jon @ jon ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl96,plain,
    ( ( ( owner_of @ garfield )
     != jon )
    | ( ( owner_of @ odie )
     != jon )
    | ~ ( cat @ garfield )
    | ~ ( dog @ odie ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl93,zip_derived_cl22]) ).

thf(jon_g_owner_axiom,axiom,
    owner @ jon @ garfield ).

thf(zip_derived_cl13,plain,
    owner @ jon @ garfield,
    inference(cnf,[status(esa)],[jon_g_owner_axiom]) ).

thf(owner_def,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( human @ X )
        & ( pet @ Y ) )
     => ( ( owner @ X @ Y )
      <=> ( X
          = ( owner_of @ Y ) ) ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( human @ X0 )
      | ~ ( pet @ X1 )
      | ( X0
        = ( owner_of @ X1 ) )
      | ~ ( owner @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[owner_def]) ).

thf(zip_derived_cl199,plain,
    ( ~ ( human @ jon )
    | ~ ( pet @ garfield )
    | ( jon
      = ( owner_of @ garfield ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl13,zip_derived_cl19]) ).

thf(jon_type_001,axiom,
    human @ jon ).

thf(zip_derived_cl8,plain,
    human @ jon,
    inference(cnf,[status(esa)],[jon_type]) ).

thf(cat_pet_type,axiom,
    ! [A: $i] :
      ( ( cat @ A )
     => ( pet @ A ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ( pet @ X0 )
      | ~ ( cat @ X0 ) ),
    inference(cnf,[status(esa)],[cat_pet_type]) ).

thf(garfield_type_002,axiom,
    cat @ garfield ).

thf(zip_derived_cl1,plain,
    cat @ garfield,
    inference(cnf,[status(esa)],[garfield_type]) ).

thf(zip_derived_cl172,plain,
    pet @ garfield,
    inference('s_sup+',[status(thm)],[zip_derived_cl6,zip_derived_cl1]) ).

thf(zip_derived_cl201,plain,
    ( jon
    = ( owner_of @ garfield ) ),
    inference(demod,[status(thm)],[zip_derived_cl199,zip_derived_cl8,zip_derived_cl172]) ).

thf(jon_o_owner_axiom,axiom,
    owner @ jon @ odie ).

thf(zip_derived_cl12,plain,
    owner @ jon @ odie,
    inference(cnf,[status(esa)],[jon_o_owner_axiom]) ).

thf(zip_derived_cl19_003,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( human @ X0 )
      | ~ ( pet @ X1 )
      | ( X0
        = ( owner_of @ X1 ) )
      | ~ ( owner @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[owner_def]) ).

thf(zip_derived_cl200,plain,
    ( ~ ( human @ jon )
    | ~ ( pet @ odie )
    | ( jon
      = ( owner_of @ odie ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl19]) ).

thf(zip_derived_cl8_004,plain,
    human @ jon,
    inference(cnf,[status(esa)],[jon_type]) ).

thf(dog_pet_type,axiom,
    ! [A: $i] :
      ( ( dog @ A )
     => ( pet @ A ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ( pet @ X0 )
      | ~ ( dog @ X0 ) ),
    inference(cnf,[status(esa)],[dog_pet_type]) ).

thf(odie_type_005,axiom,
    dog @ odie ).

thf(zip_derived_cl3,plain,
    dog @ odie,
    inference(cnf,[status(esa)],[odie_type]) ).

thf(zip_derived_cl168,plain,
    pet @ odie,
    inference('s_sup+',[status(thm)],[zip_derived_cl5,zip_derived_cl3]) ).

thf(zip_derived_cl202,plain,
    ( jon
    = ( owner_of @ odie ) ),
    inference(demod,[status(thm)],[zip_derived_cl200,zip_derived_cl8,zip_derived_cl168]) ).

thf(zip_derived_cl1_006,plain,
    cat @ garfield,
    inference(cnf,[status(esa)],[garfield_type]) ).

thf(zip_derived_cl3_007,plain,
    dog @ odie,
    inference(cnf,[status(esa)],[odie_type]) ).

thf(zip_derived_cl235,plain,
    ( ( jon != jon )
    | ( jon != jon ) ),
    inference(demod,[status(thm)],[zip_derived_cl96,zip_derived_cl201,zip_derived_cl202,zip_derived_cl1,zip_derived_cl3]) ).

thf(zip_derived_cl236,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl235]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : PUZ130+1 : TPTP v8.1.2. Released v4.1.0.
% 0.00/0.11  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.3keNgdTs3P true
% 0.10/0.31  % Computer : n023.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Sat Aug 26 22:36:41 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.10/0.31  % Running portfolio for 300 s
% 0.10/0.31  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.10/0.31  % Number of cores: 8
% 0.10/0.31  % Python version: Python 3.6.8
% 0.16/0.31  % Running in FO mode
% 0.16/0.59  % Total configuration time : 435
% 0.16/0.59  % Estimated wc time : 1092
% 0.16/0.59  % Estimated cpu time (7 cpus) : 156.0
% 0.99/0.66  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.99/0.66  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.99/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.99/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.99/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.99/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.99/0.68  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 0.99/0.71  % Solved by fo/fo6_bce.sh.
% 0.99/0.71  % BCE start: 23
% 0.99/0.71  % BCE eliminated: 0
% 0.99/0.71  % PE start: 23
% 0.99/0.71  logic: eq
% 0.99/0.71  % PE eliminated: 2
% 0.99/0.71  % done 35 iterations in 0.027s
% 0.99/0.71  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.99/0.71  % SZS output start Refutation
% See solution above
% 0.99/0.71  
% 0.99/0.71  
% 0.99/0.71  % Terminating...
% 1.24/0.78  % Runner terminated.
% 1.24/0.80  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------