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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ132+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.ALHcD27Wpy true

% Computer : n016.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:16 EDT 2023

% Result   : Theorem 0.20s 0.75s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   31 (   8 unt;   8 typ;   0 def)
%            Number of atoms       :   41 (   9 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   79 (  22   ~;  13   |;   2   &;  39   @)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   3 con; 0-2 aty)
%            Number of variables   :   10 (   0   ^;  10   !;   0   ?;  10   :)

% Comments : 
%------------------------------------------------------------------------------
thf(capital_type,type,
    capital: $i > $o ).

thf(country_type,type,
    country: $i > $o ).

thf(washington_type,type,
    washington: $i ).

thf(city_type,type,
    city: $i > $o ).

thf(has_crime_type,type,
    has_crime: $i > $o ).

thf(usa_type,type,
    usa: $i ).

thf(capital_city_type,type,
    capital_city: $i > $i ).

thf(beautiful_type,type,
    beautiful: $i > $o ).

thf(usa_capital_axiom,axiom,
    ( ( capital_city @ usa )
    = washington ) ).

thf(zip_derived_cl8,plain,
    ( ( capital_city @ usa )
    = washington ),
    inference(cnf,[status(esa)],[usa_capital_axiom]) ).

thf(washington_type_001,axiom,
    capital @ washington ).

thf(zip_derived_cl4,plain,
    capital @ washington,
    inference(cnf,[status(esa)],[washington_type]) ).

thf(capital_city_type_002,axiom,
    ! [A: $i] :
      ( ( capital @ A )
     => ( city @ A ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( city @ X0 )
      | ~ ( capital @ X0 ) ),
    inference(cnf,[status(esa)],[capital_city_type]) ).

thf(beautiful_capital_axiom,axiom,
    ! [X: $i] :
      ( ( country @ X )
     => ( beautiful @ ( capital_city @ X ) ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ( beautiful @ ( capital_city @ X0 ) )
      | ~ ( country @ X0 ) ),
    inference(cnf,[status(esa)],[beautiful_capital_axiom]) ).

thf(crime_axiom,axiom,
    ! [X: $i] :
      ( ( city @ X )
     => ( has_crime @ X ) ) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i] :
      ( ( has_crime @ X0 )
      | ~ ( city @ X0 ) ),
    inference(cnf,[status(esa)],[crime_axiom]) ).

thf(washington_conjecture,conjecture,
    ( ( beautiful @ washington )
    & ( has_crime @ washington ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( beautiful @ washington )
      & ( has_crime @ washington ) ),
    inference('cnf.neg',[status(esa)],[washington_conjecture]) ).

thf(zip_derived_cl10,plain,
    ( ~ ( beautiful @ washington )
    | ~ ( has_crime @ washington ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl41,plain,
    ( ~ ( city @ washington )
    | ~ ( beautiful @ washington ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl10]) ).

thf(zip_derived_cl44,plain,
    ! [X0: $i] :
      ( ( ( capital_city @ X0 )
       != washington )
      | ~ ( country @ X0 )
      | ~ ( city @ washington ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl9,zip_derived_cl41]) ).

thf(zip_derived_cl48,plain,
    ! [X0: $i] :
      ( ~ ( capital @ washington )
      | ~ ( country @ X0 )
      | ( ( capital_city @ X0 )
       != washington ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl2,zip_derived_cl44]) ).

thf(zip_derived_cl54,plain,
    ! [X0: $i] :
      ( ( washington != washington )
      | ( ( capital_city @ X0 )
       != washington )
      | ~ ( country @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl48]) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i] :
      ( ~ ( country @ X0 )
      | ( ( capital_city @ X0 )
       != washington ) ),
    inference(simplify,[status(thm)],[zip_derived_cl54]) ).

thf(zip_derived_cl59,plain,
    ( ~ ( country @ usa )
    | ( washington != washington ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl58]) ).

thf(usa_type_003,axiom,
    country @ usa ).

thf(zip_derived_cl5,plain,
    country @ usa,
    inference(cnf,[status(esa)],[usa_type]) ).

thf(zip_derived_cl60,plain,
    washington != washington,
    inference(demod,[status(thm)],[zip_derived_cl59,zip_derived_cl5]) ).

thf(zip_derived_cl61,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl60]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ132+1 : TPTP v8.1.2. Released v4.1.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.ALHcD27Wpy true
% 0.13/0.35  % Computer : n016.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 23:16:27 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.20/0.65  % Total configuration time : 435
% 0.20/0.65  % Estimated wc time : 1092
% 0.20/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.75  % Solved by fo/fo6_bce.sh.
% 0.20/0.75  % BCE start: 11
% 0.20/0.75  % BCE eliminated: 0
% 0.20/0.75  % PE start: 11
% 0.20/0.75  logic: eq
% 0.20/0.75  % PE eliminated: 4
% 0.20/0.75  % done 4 iterations in 0.006s
% 0.20/0.75  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.75  % SZS output start Refutation
% See solution above
% 0.20/0.75  
% 0.20/0.75  
% 0.20/0.75  % Terminating...
% 0.20/0.87  % Runner terminated.
% 0.20/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------