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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : PUZ029-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n021.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:11 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(piggy_is_a_pig,plain,
    pig(piggy),
    input ).

cnf(piggy_is_wise,plain,
    wise(piggy),
    input ).

cnf(prove_piggy_is_no_balloonist,negated_conjecture,
    balloonist(piggy),
    input ).

cnf(wise_ballonists_have_umbrellas,axiom,
    ( ~ wise(X7)
    | ~ balloonist(X7)
    | has_umbrella(X7) ),
    input ).

cnf(c2,plain,
    ( ~ wise(piggy)
    | has_umbrella(piggy) ),
    inference(resolution,status(thm),[wise_ballonists_have_umbrellas,prove_piggy_is_no_balloonist]) ).

cnf(c3,plain,
    has_umbrella(piggy),
    inference(resolution,status(thm),[c2,piggy_is_wise]) ).

cnf(pigs_look_ridiculous_with_umbrellas,axiom,
    ( ~ pig(X12)
    | ~ has_umbrella(X12)
    | looks_ridiculous(X12) ),
    input ).

cnf(c10,plain,
    ( ~ pig(piggy)
    | looks_ridiculous(piggy) ),
    inference(resolution,status(thm),[pigs_look_ridiculous_with_umbrellas,c3]) ).

cnf(c11,plain,
    looks_ridiculous(piggy),
    inference(resolution,status(thm),[c10,piggy_is_a_pig]) ).

cnf(piggy_is_young,plain,
    young(piggy),
    input ).

cnf(young_balloonists_get_giddy,axiom,
    ( ~ balloonist(X9)
    | ~ young(X9)
    | liable_to_giddiness(X9) ),
    input ).

cnf(c5,plain,
    ( ~ balloonist(piggy)
    | liable_to_giddiness(piggy) ),
    inference(resolution,status(thm),[young_balloonists_get_giddy,piggy_is_young]) ).

cnf(c6,plain,
    liable_to_giddiness(piggy),
    inference(resolution,status(thm),[c5,prove_piggy_is_no_balloonist]) ).

cnf(wise_giddy_dont_dance_on_tightrope,axiom,
    ( ~ liable_to_giddiness(X11)
    | ~ wise(X11)
    | ~ dances_on_tightropes(X11) ),
    input ).

cnf(boring_old_people,axiom,
    ( dances_on_tightropes(X3)
    | eats_pennybuns(X3)
    | old(X3) ),
    input ).

cnf(not_young_and_old,axiom,
    ( ~ young(X4)
    | ~ old(X4) ),
    input ).

cnf(c0,plain,
    ( ~ young(X14)
    | dances_on_tightropes(X14)
    | eats_pennybuns(X14) ),
    inference(resolution,status(thm),[not_young_and_old,boring_old_people]) ).

cnf(c16,plain,
    ( dances_on_tightropes(piggy)
    | eats_pennybuns(piggy) ),
    inference(resolution,status(thm),[c0,piggy_is_young]) ).

cnf(c17,plain,
    ( eats_pennybuns(piggy)
    | ~ liable_to_giddiness(piggy)
    | ~ wise(piggy) ),
    inference(resolution,status(thm),[c16,wise_giddy_dont_dance_on_tightrope]) ).

cnf(c25,plain,
    ( eats_pennybuns(piggy)
    | ~ liable_to_giddiness(piggy) ),
    inference(resolution,status(thm),[c17,piggy_is_wise]) ).

cnf(c26,plain,
    eats_pennybuns(piggy),
    inference(resolution,status(thm),[c25,c6]) ).

cnf(dont_look_ridiculous_eating_buns_in_public,axiom,
    ( ~ looks_ridiculous(X8)
    | ~ eats_pennybuns(X8)
    | ~ eats_lunch_in_public(X8) ),
    input ).

cnf(giddy_pigs_reated_with_respect,axiom,
    ( ~ pig(X6)
    | ~ liable_to_giddiness(X6)
    | treated_with_respect(X6) ),
    input ).

cnf(c7,plain,
    ( ~ pig(piggy)
    | treated_with_respect(piggy) ),
    inference(resolution,status(thm),[c6,giddy_pigs_reated_with_respect]) ).

cnf(c8,plain,
    treated_with_respect(piggy),
    inference(resolution,status(thm),[c7,piggy_is_a_pig]) ).

cnf(non_dancers_who_are_respected_are_fat,axiom,
    ( dances_on_tightropes(X13)
    | ~ treated_with_respect(X13)
    | fat(X13) ),
    input ).

cnf(c13,plain,
    ( dances_on_tightropes(piggy)
    | fat(piggy) ),
    inference(resolution,status(thm),[non_dancers_who_are_respected_are_fat,c8]) ).

cnf(fat_ridiculous_off_tightrope_eat_in_public,axiom,
    ( ~ fat(X10)
    | ~ looks_ridiculous(X10)
    | dances_on_tightropes(X10)
    | eats_lunch_in_public(X10) ),
    input ).

cnf(c12,plain,
    ( ~ fat(piggy)
    | dances_on_tightropes(piggy)
    | eats_lunch_in_public(piggy) ),
    inference(resolution,status(thm),[c11,fat_ridiculous_off_tightrope_eat_in_public]) ).

cnf(c20,plain,
    ( dances_on_tightropes(piggy)
    | eats_lunch_in_public(piggy) ),
    inference(resolution,status(thm),[c12,c13]) ).

cnf(c21,plain,
    ( eats_lunch_in_public(piggy)
    | ~ liable_to_giddiness(piggy)
    | ~ wise(piggy) ),
    inference(resolution,status(thm),[c20,wise_giddy_dont_dance_on_tightrope]) ).

cnf(c27,plain,
    ( eats_lunch_in_public(piggy)
    | ~ liable_to_giddiness(piggy) ),
    inference(resolution,status(thm),[c21,piggy_is_wise]) ).

cnf(c30,plain,
    eats_lunch_in_public(piggy),
    inference(resolution,status(thm),[c27,c6]) ).

cnf(c31,plain,
    ( ~ looks_ridiculous(piggy)
    | ~ eats_pennybuns(piggy) ),
    inference(resolution,status(thm),[c30,dont_look_ridiculous_eating_buns_in_public]) ).

cnf(c34,plain,
    ~ looks_ridiculous(piggy),
    inference(resolution,status(thm),[c31,c26]) ).

cnf(c36,plain,
    $false,
    inference(resolution,status(thm),[c34,c11]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : PUZ029-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n021.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat May 28 20:21:12 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.37/0.53  # Version:  1.3
% 0.37/0.53  # SZS status Unsatisfiable
% 0.37/0.53  # SZS output start CNFRefutation
% See solution above
% 0.37/0.53  
% 0.37/0.53  # Initial clauses    : 15
% 0.37/0.53  # Processed clauses  : 44
% 0.37/0.53  # Factors computed   : 0
% 0.37/0.53  # Resolvents computed: 37
% 0.37/0.53  # Tautologies deleted: 1
% 0.37/0.53  # Forward subsumed   : 4
% 0.37/0.53  # Backward subsumed  : 17
% 0.37/0.53  # -------- CPU Time ---------
% 0.37/0.53  # User time          : 0.163 s
% 0.37/0.53  # System time        : 0.018 s
% 0.37/0.53  # Total time         : 0.181 s
%------------------------------------------------------------------------------