TSTP Solution File: PUZ033-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : PUZ033-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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 : Mon Jul 18 18:24:13 EDT 2022

% Result   : Unsatisfiable 0.19s 0.52s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(c2,axiom,
    ( ~ cold
    | ~ foggy
    | neighbor_practices_flute ),
    input ).

cnf(c12,plain,
    wind_in_east,
    input ).

cnf(c1,axiom,
    ( ~ wind_in_east
    | sunshine ),
    input ).

cnf(c0,plain,
    sunshine,
    inference(resolution,status(thm),[c1,c12]) ).

cnf(c9,axiom,
    ( ~ sunshine
    | foggy ),
    input ).

cnf(c1_001,plain,
    foggy,
    inference(resolution,status(thm),[c9,c0]) ).

cnf(c2_002,plain,
    ( ~ cold
    | neighbor_practices_flute ),
    inference(resolution,status(thm),[c1,c2]) ).

cnf(prove_window_is_shut,negated_conjecture,
    ~ window_is_shut,
    input ).

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

cnf(c6,plain,
    ( ~ sunshine
    | cold
    | window_is_shut ),
    inference(resolution,status(thm),[c7,c1]) ).

cnf(c7_003,plain,
    ( cold
    | window_is_shut ),
    inference(resolution,status(thm),[c6,c0]) ).

cnf(c10,plain,
    cold,
    inference(resolution,status(thm),[c7,prove_window_is_shut]) ).

cnf(c12_004,plain,
    neighbor_practices_flute,
    inference(resolution,status(thm),[c10,c2]) ).

cnf(c10_005,axiom,
    ( ~ neighbor_practices_flute
    | ~ door_is_open ),
    input ).

cnf(c3,axiom,
    ( ~ fire_smokes
    | door_is_open ),
    input ).

cnf(c5,axiom,
    ( ~ wind_in_east
    | ~ wind_in_gusts
    | fire_smokes ),
    input ).

cnf(c4,axiom,
    ( ~ cold
    | ~ i_feel_rheumatic
    | fire_is_lit ),
    input ).

cnf(c11,axiom,
    ( ~ foggy
    | ~ wind_in_east
    | i_feel_rheumatic ),
    input ).

cnf(c3_006,plain,
    ( ~ foggy
    | i_feel_rheumatic ),
    inference(resolution,status(thm),[c11,c12]) ).

cnf(c4_007,plain,
    i_feel_rheumatic,
    inference(resolution,status(thm),[c3,c1]) ).

cnf(c5_008,plain,
    ( ~ cold
    | fire_is_lit ),
    inference(resolution,status(thm),[c4,c4]) ).

cnf(c11_009,plain,
    fire_is_lit,
    inference(resolution,status(thm),[c10,c5]) ).

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

cnf(c13,plain,
    ( wind_in_gusts
    | ~ fire_is_lit
    | door_is_open ),
    inference(resolution,status(thm),[c8,c4]) ).

cnf(c14,plain,
    ( wind_in_gusts
    | door_is_open ),
    inference(resolution,status(thm),[c13,c11]) ).

cnf(c15,plain,
    ( door_is_open
    | ~ wind_in_east
    | fire_smokes ),
    inference(resolution,status(thm),[c14,c5]) ).

cnf(c18,plain,
    ( door_is_open
    | fire_smokes ),
    inference(resolution,status(thm),[c15,c12]) ).

cnf(c21,plain,
    door_is_open,
    inference(resolution,status(thm),[c18,c3]) ).

cnf(c22,plain,
    ~ neighbor_practices_flute,
    inference(resolution,status(thm),[c21,c10]) ).

cnf(c23,plain,
    $false,
    inference(resolution,status(thm),[c22,c12]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ033-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n018.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat May 28 23:56:10 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.52  # Version:  1.3
% 0.19/0.52  # SZS status Unsatisfiable
% 0.19/0.52  # SZS output start CNFRefutation
% See solution above
% 0.19/0.52  
% 0.19/0.52  # Initial clauses    : 13
% 0.19/0.52  # Processed clauses  : 32
% 0.19/0.52  # Factors computed   : 0
% 0.19/0.52  # Resolvents computed: 24
% 0.19/0.52  # Tautologies deleted: 0
% 0.19/0.52  # Forward subsumed   : 2
% 0.19/0.52  # Backward subsumed  : 19
% 0.19/0.52  # -------- CPU Time ---------
% 0.19/0.52  # User time          : 0.170 s
% 0.19/0.52  # System time        : 0.010 s
% 0.19/0.52  # Total time         : 0.181 s
%------------------------------------------------------------------------------