TSTP Solution File: PUZ033-1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ033-1 : TPTP v8.1.2. Released v1.0.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.lvRzZOBsTd true

% Computer : n011.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:30:44 EDT 2023

% Result   : Unsatisfiable 0.57s 0.74s
% Output   : Refutation 0.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   23
% Syntax   : Number of formulae    :   59 (  14 unt;  11 typ;   0 def)
%            Number of atoms       :  120 (   0 equ;   0 cnn)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  146 (  74   ~;  72   |;   0   &;   0   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  11 usr;  12 con; 0-0 aty)
%            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(door_is_open_type,type,
    door_is_open: $o ).

thf(window_is_shut_type,type,
    window_is_shut: $o ).

thf(fire_smokes_type,type,
    fire_smokes: $o ).

thf(i_feel_rheumatic_type,type,
    i_feel_rheumatic: $o ).

thf(neighbor_practices_flute_type,type,
    neighbor_practices_flute: $o ).

thf(wind_in_gusts_type,type,
    wind_in_gusts: $o ).

thf(foggy_type,type,
    foggy: $o ).

thf(cold_type,type,
    cold: $o ).

thf(sunshine_type,type,
    sunshine: $o ).

thf(wind_in_east_type,type,
    wind_in_east: $o ).

thf(fire_is_lit_type,type,
    fire_is_lit: $o ).

thf(c1,axiom,
    ( ~ wind_in_east
    | sunshine ) ).

thf(zip_derived_cl0,plain,
    ( ~ wind_in_east
    | sunshine ),
    inference(cnf,[status(esa)],[c1]) ).

thf(c7,axiom,
    ( ~ sunshine
    | cold
    | ~ foggy
    | window_is_shut ) ).

thf(zip_derived_cl6,plain,
    ( ~ sunshine
    | cold
    | ~ foggy
    | window_is_shut ),
    inference(cnf,[status(esa)],[c7]) ).

thf(prove_window_is_shut,conjecture,
    window_is_shut ).

thf(zf_stmt_0,negated_conjecture,
    ~ window_is_shut,
    inference('cnf.neg',[status(esa)],[prove_window_is_shut]) ).

thf(zip_derived_cl12,plain,
    ~ window_is_shut,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl15,plain,
    ( ~ foggy
    | cold
    | ~ sunshine ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl6,zip_derived_cl12]) ).

thf(zip_derived_cl19,plain,
    ( ~ wind_in_east
    | cold
    | ~ foggy ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl15]) ).

thf(c4,axiom,
    ( ~ cold
    | ~ i_feel_rheumatic
    | fire_is_lit ) ).

thf(zip_derived_cl3,plain,
    ( ~ cold
    | ~ i_feel_rheumatic
    | fire_is_lit ),
    inference(cnf,[status(esa)],[c4]) ).

thf(c8,axiom,
    ( wind_in_gusts
    | ~ fire_is_lit
    | door_is_open
    | ~ i_feel_rheumatic ) ).

thf(zip_derived_cl7,plain,
    ( wind_in_gusts
    | ~ fire_is_lit
    | door_is_open
    | ~ i_feel_rheumatic ),
    inference(cnf,[status(esa)],[c8]) ).

thf(zip_derived_cl16,plain,
    ( ~ i_feel_rheumatic
    | ~ cold
    | ~ i_feel_rheumatic
    | door_is_open
    | wind_in_gusts ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl3,zip_derived_cl7]) ).

thf(c5,axiom,
    ( ~ wind_in_east
    | ~ wind_in_gusts
    | fire_smokes ) ).

thf(zip_derived_cl4,plain,
    ( ~ wind_in_east
    | ~ wind_in_gusts
    | fire_smokes ),
    inference(cnf,[status(esa)],[c5]) ).

thf(c3,axiom,
    ( ~ fire_smokes
    | door_is_open ) ).

thf(zip_derived_cl2,plain,
    ( ~ fire_smokes
    | door_is_open ),
    inference(cnf,[status(esa)],[c3]) ).

thf(zip_derived_cl14,plain,
    ( ~ wind_in_gusts
    | ~ wind_in_east
    | door_is_open ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl2]) ).

thf(zip_derived_cl17,plain,
    ( door_is_open
    | ~ i_feel_rheumatic
    | ~ cold
    | ~ i_feel_rheumatic
    | door_is_open
    | ~ wind_in_east ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl16,zip_derived_cl14]) ).

thf(zip_derived_cl21,plain,
    ( ~ foggy
    | ~ wind_in_east
    | ~ wind_in_east
    | door_is_open
    | ~ i_feel_rheumatic
    | ~ i_feel_rheumatic
    | door_is_open ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl19,zip_derived_cl17]) ).

thf(zip_derived_cl27,plain,
    ( ~ i_feel_rheumatic
    | door_is_open
    | ~ wind_in_east
    | ~ foggy ),
    inference(simplify,[status(thm)],[zip_derived_cl21]) ).

thf(c11,axiom,
    ( ~ foggy
    | ~ wind_in_east
    | i_feel_rheumatic ) ).

thf(zip_derived_cl10,plain,
    ( ~ foggy
    | ~ wind_in_east
    | i_feel_rheumatic ),
    inference(cnf,[status(esa)],[c11]) ).

thf(zip_derived_cl0_001,plain,
    ( ~ wind_in_east
    | sunshine ),
    inference(cnf,[status(esa)],[c1]) ).

thf(c9,axiom,
    ( ~ sunshine
    | foggy ) ).

thf(zip_derived_cl8,plain,
    ( ~ sunshine
    | foggy ),
    inference(cnf,[status(esa)],[c9]) ).

thf(zip_derived_cl18,plain,
    ( ~ wind_in_east
    | foggy ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl8]) ).

thf(c12,axiom,
    wind_in_east ).

thf(zip_derived_cl11,plain,
    wind_in_east,
    inference(cnf,[status(esa)],[c12]) ).

thf(zip_derived_cl24,plain,
    foggy,
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl11]) ).

thf(zip_derived_cl11_002,plain,
    wind_in_east,
    inference(cnf,[status(esa)],[c12]) ).

thf(zip_derived_cl26,plain,
    i_feel_rheumatic,
    inference(demod,[status(thm)],[zip_derived_cl10,zip_derived_cl24,zip_derived_cl11]) ).

thf(zip_derived_cl19_003,plain,
    ( ~ wind_in_east
    | cold
    | ~ foggy ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl15]) ).

thf(c2,axiom,
    ( ~ cold
    | ~ foggy
    | neighbor_practices_flute ) ).

thf(zip_derived_cl1,plain,
    ( ~ cold
    | ~ foggy
    | neighbor_practices_flute ),
    inference(cnf,[status(esa)],[c2]) ).

thf(c10,axiom,
    ( ~ neighbor_practices_flute
    | ~ door_is_open ) ).

thf(zip_derived_cl9,plain,
    ( ~ neighbor_practices_flute
    | ~ door_is_open ),
    inference(cnf,[status(esa)],[c10]) ).

thf(zip_derived_cl13,plain,
    ( ~ foggy
    | ~ cold
    | ~ door_is_open ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl9]) ).

thf(zip_derived_cl20,plain,
    ( ~ foggy
    | ~ wind_in_east
    | ~ door_is_open
    | ~ foggy ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl19,zip_derived_cl13]) ).

thf(zip_derived_cl22,plain,
    ( ~ door_is_open
    | ~ wind_in_east
    | ~ foggy ),
    inference(simplify,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl11_004,plain,
    wind_in_east,
    inference(cnf,[status(esa)],[c12]) ).

thf(zip_derived_cl23,plain,
    ( ~ door_is_open
    | ~ foggy ),
    inference(demod,[status(thm)],[zip_derived_cl22,zip_derived_cl11]) ).

thf(zip_derived_cl24_005,plain,
    foggy,
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl11]) ).

thf(zip_derived_cl25,plain,
    ~ door_is_open,
    inference(demod,[status(thm)],[zip_derived_cl23,zip_derived_cl24]) ).

thf(zip_derived_cl11_006,plain,
    wind_in_east,
    inference(cnf,[status(esa)],[c12]) ).

thf(zip_derived_cl24_007,plain,
    foggy,
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl11]) ).

thf(zip_derived_cl28,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl27,zip_derived_cl26,zip_derived_cl25,zip_derived_cl11,zip_derived_cl24]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem  : PUZ033-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.lvRzZOBsTd true
% 0.14/0.36  % Computer : n011.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  : 300
% 0.14/0.36  % DateTime : Sat Aug 26 22:27:24 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.36  % Running in FO mode
% 0.22/0.67  % Total configuration time : 435
% 0.22/0.67  % Estimated wc time : 1092
% 0.22/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.57/0.74  % Solved by fo/fo6_bce.sh.
% 0.57/0.74  % BCE start: 13
% 0.57/0.74  % BCE eliminated: 1
% 0.57/0.74  % PE start: 12
% 0.57/0.74  logic: neq
% 0.57/0.74  % PE eliminated: 7
% 0.57/0.74  % done 5 iterations in 0.007s
% 0.57/0.74  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.57/0.74  % SZS output start Refutation
% See solution above
% 0.57/0.74  
% 0.57/0.74  
% 0.57/0.74  % Terminating...
% 1.06/0.78  % Runner terminated.
% 1.06/0.79  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------