TSTP Solution File: PUZ017-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : PUZ017-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n009.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:11:58 EDT 2023

% Result   : Unsatisfiable 247.05s 247.04s
% Output   : CNFRefutation 247.05s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats ran out of CPU time)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    samehouse: ( $i * $i ) > $o ).

tff(decl_23,type,
    n1: $i ).

tff(decl_24,type,
    n2: $i ).

tff(decl_25,type,
    n3: $i ).

tff(decl_26,type,
    n4: $i ).

tff(decl_27,type,
    n5: $i ).

tff(decl_28,type,
    sameperson: ( $i * $i ) > $o ).

tff(decl_29,type,
    englishman: $i ).

tff(decl_30,type,
    italian: $i ).

tff(decl_31,type,
    swede: $i ).

tff(decl_32,type,
    russian: $i ).

tff(decl_33,type,
    american: $i ).

tff(decl_34,type,
    samecolor: ( $i * $i ) > $o ).

tff(decl_35,type,
    red: $i ).

tff(decl_36,type,
    white: $i ).

tff(decl_37,type,
    green: $i ).

tff(decl_38,type,
    yellow: $i ).

tff(decl_39,type,
    blue: $i ).

tff(decl_40,type,
    samedrink: ( $i * $i ) > $o ).

tff(decl_41,type,
    lemonade: $i ).

tff(decl_42,type,
    coffee: $i ).

tff(decl_43,type,
    milk: $i ).

tff(decl_44,type,
    vodka: $i ).

tff(decl_45,type,
    unknown_drink: $i ).

tff(decl_46,type,
    samegame: ( $i * $i ) > $o ).

tff(decl_47,type,
    backgammon: $i ).

tff(decl_48,type,
    racquetball: $i ).

tff(decl_49,type,
    quoits: $i ).

tff(decl_50,type,
    solitaire: $i ).

tff(decl_51,type,
    charades: $i ).

tff(decl_52,type,
    samepet: ( $i * $i ) > $o ).

tff(decl_53,type,
    guppy: $i ).

tff(decl_54,type,
    toad: $i ).

tff(decl_55,type,
    camel: $i ).

tff(decl_56,type,
    rat: $i ).

tff(decl_57,type,
    no_pet: $i ).

tff(decl_58,type,
    nextto: ( $i * $i ) > $o ).

tff(decl_59,type,
    left: ( $i * $i ) > $o ).

tff(decl_60,type,
    hasperson: ( $i * $i ) > $o ).

tff(decl_61,type,
    hascolor: ( $i * $i ) > $o ).

tff(decl_62,type,
    hasdrink: ( $i * $i ) > $o ).

tff(decl_63,type,
    hasgame: ( $i * $i ) > $o ).

tff(decl_64,type,
    haspet: ( $i * $i ) > $o ).

cnf(find_out_house_details,negated_conjecture,
    ( ~ hasperson(n1,X1)
    | ~ hasperson(n2,X2)
    | ~ hasperson(n3,X3)
    | ~ hasperson(n4,X4)
    | ~ hasperson(n5,X5)
    | ~ hascolor(n1,X6)
    | ~ hascolor(n2,X7)
    | ~ hascolor(n3,X8)
    | ~ hascolor(n4,X9)
    | ~ hascolor(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hasgame(n1,X16)
    | ~ hasgame(n2,X17)
    | ~ hasgame(n3,X18)
    | ~ hasgame(n4,X19)
    | ~ hasgame(n5,X20)
    | ~ haspet(n1,X21)
    | ~ haspet(n2,X22)
    | ~ haspet(n3,X23)
    | ~ haspet(n4,X24)
    | ~ haspet(n5,X25) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',find_out_house_details) ).

cnf(every_house_has_color,axiom,
    ( hascolor(X1,red)
    | hascolor(X1,white)
    | hascolor(X1,green)
    | hascolor(X1,yellow)
    | hascolor(X1,blue) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_house_has_color) ).

cnf(every_house_has_a_drink,axiom,
    ( hasdrink(X1,lemonade)
    | hasdrink(X1,coffee)
    | hasdrink(X1,milk)
    | hasdrink(X1,vodka)
    | hasdrink(X1,unknown_drink) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_house_has_a_drink) ).

cnf(house_3_has_milk,hypothesis,
    hasdrink(n3,milk),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_3_has_milk) ).

cnf(every_house_has_a_game,axiom,
    ( hasgame(X1,backgammon)
    | hasgame(X1,racquetball)
    | hasgame(X1,quoits)
    | hasgame(X1,solitaire)
    | hasgame(X1,charades) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_house_has_a_game) ).

cnf(house_1_has_russian,hypothesis,
    hasperson(n1,russian),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_1_has_russian) ).

cnf(every_house_has_a_national,axiom,
    ( hasperson(X1,englishman)
    | hasperson(X1,italian)
    | hasperson(X1,swede)
    | hasperson(X1,russian)
    | hasperson(X1,american) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_house_has_a_national) ).

cnf(every_house_has_a_pet,axiom,
    ( haspet(X1,guppy)
    | haspet(X1,toad)
    | haspet(X1,camel)
    | haspet(X1,rat)
    | haspet(X1,no_pet) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_house_has_a_pet) ).

cnf(c_0_8,negated_conjecture,
    ( ~ hasperson(n1,X1)
    | ~ hasperson(n2,X2)
    | ~ hasperson(n3,X3)
    | ~ hasperson(n4,X4)
    | ~ hasperson(n5,X5)
    | ~ hascolor(n1,X6)
    | ~ hascolor(n2,X7)
    | ~ hascolor(n3,X8)
    | ~ hascolor(n4,X9)
    | ~ hascolor(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hasgame(n1,X16)
    | ~ hasgame(n2,X17)
    | ~ hasgame(n3,X18)
    | ~ hasgame(n4,X19)
    | ~ hasgame(n5,X20)
    | ~ haspet(n1,X21)
    | ~ haspet(n2,X22)
    | ~ haspet(n3,X23)
    | ~ haspet(n4,X24)
    | ~ haspet(n5,X25) ),
    find_out_house_details ).

cnf(c_0_9,axiom,
    ( hascolor(X1,red)
    | hascolor(X1,white)
    | hascolor(X1,green)
    | hascolor(X1,yellow)
    | hascolor(X1,blue) ),
    every_house_has_color ).

cnf(c_0_10,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hascolor(n2,X16)
    | ~ hascolor(n3,X17)
    | ~ hascolor(n4,X18)
    | ~ hascolor(n5,X19)
    | ~ hasperson(n1,X20)
    | ~ hasperson(n2,X21)
    | ~ hasperson(n3,X22)
    | ~ hasperson(n4,X23)
    | ~ hasperson(n5,X24) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_8,c_0_9]),c_0_8]),c_0_8]),c_0_8]),c_0_8]) ).

cnf(c_0_11,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hascolor(n3,X16)
    | ~ hascolor(n4,X17)
    | ~ hascolor(n5,X18)
    | ~ hasperson(n1,X19)
    | ~ hasperson(n2,X20)
    | ~ hasperson(n3,X21)
    | ~ hasperson(n4,X22)
    | ~ hasperson(n5,X23) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_9]),c_0_10]),c_0_10]),c_0_10]),c_0_10]) ).

cnf(c_0_12,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hascolor(n4,X16)
    | ~ hascolor(n5,X17)
    | ~ hasperson(n1,X18)
    | ~ hasperson(n2,X19)
    | ~ hasperson(n3,X20)
    | ~ hasperson(n4,X21)
    | ~ hasperson(n5,X22) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_11,c_0_9]),c_0_11]),c_0_11]),c_0_11]),c_0_11]) ).

cnf(c_0_13,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hascolor(n5,X16)
    | ~ hasperson(n1,X17)
    | ~ hasperson(n2,X18)
    | ~ hasperson(n3,X19)
    | ~ hasperson(n4,X20)
    | ~ hasperson(n5,X21) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_9]),c_0_12]),c_0_12]),c_0_12]),c_0_12]) ).

cnf(c_0_14,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n1,X11)
    | ~ hasdrink(n2,X12)
    | ~ hasdrink(n3,X13)
    | ~ hasdrink(n4,X14)
    | ~ hasdrink(n5,X15)
    | ~ hasperson(n1,X16)
    | ~ hasperson(n2,X17)
    | ~ hasperson(n3,X18)
    | ~ hasperson(n4,X19)
    | ~ hasperson(n5,X20) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_13,c_0_9]),c_0_13]),c_0_13]),c_0_13]),c_0_13]) ).

cnf(c_0_15,axiom,
    ( hasdrink(X1,lemonade)
    | hasdrink(X1,coffee)
    | hasdrink(X1,milk)
    | hasdrink(X1,vodka)
    | hasdrink(X1,unknown_drink) ),
    every_house_has_a_drink ).

cnf(c_0_16,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n2,X11)
    | ~ hasdrink(n3,X12)
    | ~ hasdrink(n4,X13)
    | ~ hasdrink(n5,X14)
    | ~ hasperson(n1,X15)
    | ~ hasperson(n2,X16)
    | ~ hasperson(n3,X17)
    | ~ hasperson(n4,X18)
    | ~ hasperson(n5,X19) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_15]),c_0_14]),c_0_14]),c_0_14]),c_0_14]) ).

cnf(c_0_17,negated_conjecture,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n3,X11)
    | ~ hasdrink(n4,X12)
    | ~ hasdrink(n5,X13)
    | ~ hasperson(n1,X14)
    | ~ hasperson(n2,X15)
    | ~ hasperson(n3,X16)
    | ~ hasperson(n4,X17)
    | ~ hasperson(n5,X18) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_15]),c_0_16]),c_0_16]),c_0_16]),c_0_16]) ).

cnf(c_0_18,hypothesis,
    hasdrink(n3,milk),
    house_3_has_milk ).

cnf(c_0_19,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n4,X11)
    | ~ hasdrink(n5,X12)
    | ~ hasperson(n1,X13)
    | ~ hasperson(n2,X14)
    | ~ hasperson(n3,X15)
    | ~ hasperson(n4,X16)
    | ~ hasperson(n5,X17) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_20,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasdrink(n5,X11)
    | ~ hasperson(n1,X12)
    | ~ hasperson(n2,X13)
    | ~ hasperson(n3,X14)
    | ~ hasperson(n4,X15)
    | ~ hasperson(n5,X16) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_15]),c_0_19]),c_0_19]),c_0_19]),c_0_19]) ).

cnf(c_0_21,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n1,X6)
    | ~ hasgame(n2,X7)
    | ~ hasgame(n3,X8)
    | ~ hasgame(n4,X9)
    | ~ hasgame(n5,X10)
    | ~ hasperson(n1,X11)
    | ~ hasperson(n2,X12)
    | ~ hasperson(n3,X13)
    | ~ hasperson(n4,X14)
    | ~ hasperson(n5,X15) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_15]),c_0_20]),c_0_20]),c_0_20]),c_0_20]) ).

cnf(c_0_22,axiom,
    ( hasgame(X1,backgammon)
    | hasgame(X1,racquetball)
    | hasgame(X1,quoits)
    | hasgame(X1,solitaire)
    | hasgame(X1,charades) ),
    every_house_has_a_game ).

cnf(c_0_23,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n2,X6)
    | ~ hasgame(n3,X7)
    | ~ hasgame(n4,X8)
    | ~ hasgame(n5,X9)
    | ~ hasperson(n1,X10)
    | ~ hasperson(n2,X11)
    | ~ hasperson(n3,X12)
    | ~ hasperson(n4,X13)
    | ~ hasperson(n5,X14) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_21]),c_0_21]),c_0_21]),c_0_21]) ).

cnf(c_0_24,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n3,X6)
    | ~ hasgame(n4,X7)
    | ~ hasgame(n5,X8)
    | ~ hasperson(n1,X9)
    | ~ hasperson(n2,X10)
    | ~ hasperson(n3,X11)
    | ~ hasperson(n4,X12)
    | ~ hasperson(n5,X13) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_22]),c_0_23]),c_0_23]),c_0_23]),c_0_23]) ).

cnf(c_0_25,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n4,X6)
    | ~ hasgame(n5,X7)
    | ~ hasperson(n1,X8)
    | ~ hasperson(n2,X9)
    | ~ hasperson(n3,X10)
    | ~ hasperson(n4,X11)
    | ~ hasperson(n5,X12) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_22]),c_0_24]),c_0_24]),c_0_24]),c_0_24]) ).

cnf(c_0_26,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasgame(n5,X6)
    | ~ hasperson(n1,X7)
    | ~ hasperson(n2,X8)
    | ~ hasperson(n3,X9)
    | ~ hasperson(n4,X10)
    | ~ hasperson(n5,X11) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_22]),c_0_25]),c_0_25]),c_0_25]),c_0_25]) ).

cnf(c_0_27,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasperson(n1,X6)
    | ~ hasperson(n2,X7)
    | ~ hasperson(n3,X8)
    | ~ hasperson(n4,X9)
    | ~ hasperson(n5,X10) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_22]),c_0_26]),c_0_26]),c_0_26]),c_0_26]) ).

cnf(c_0_28,hypothesis,
    hasperson(n1,russian),
    house_1_has_russian ).

cnf(c_0_29,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasperson(n2,X6)
    | ~ hasperson(n3,X7)
    | ~ hasperson(n4,X8)
    | ~ hasperson(n5,X9) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_30,axiom,
    ( hasperson(X1,englishman)
    | hasperson(X1,italian)
    | hasperson(X1,swede)
    | hasperson(X1,russian)
    | hasperson(X1,american) ),
    every_house_has_a_national ).

cnf(c_0_31,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasperson(n3,X6)
    | ~ hasperson(n4,X7)
    | ~ hasperson(n5,X8) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_29]),c_0_29]),c_0_29]),c_0_29]) ).

cnf(c_0_32,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasperson(n4,X6)
    | ~ hasperson(n5,X7) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_30]),c_0_31]),c_0_31]),c_0_31]),c_0_31]) ).

cnf(c_0_33,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5)
    | ~ hasperson(n5,X6) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_30]),c_0_32]),c_0_32]),c_0_32]),c_0_32]) ).

cnf(c_0_34,hypothesis,
    ( ~ haspet(n1,X1)
    | ~ haspet(n2,X2)
    | ~ haspet(n3,X3)
    | ~ haspet(n4,X4)
    | ~ haspet(n5,X5) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_30]),c_0_33]),c_0_33]),c_0_33]),c_0_33]) ).

cnf(c_0_35,axiom,
    ( haspet(X1,guppy)
    | haspet(X1,toad)
    | haspet(X1,camel)
    | haspet(X1,rat)
    | haspet(X1,no_pet) ),
    every_house_has_a_pet ).

cnf(c_0_36,hypothesis,
    ( ~ haspet(n2,X1)
    | ~ haspet(n3,X2)
    | ~ haspet(n4,X3)
    | ~ haspet(n5,X4) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_34]),c_0_34]),c_0_34]),c_0_34]) ).

cnf(c_0_37,hypothesis,
    ( ~ haspet(n3,X1)
    | ~ haspet(n4,X2)
    | ~ haspet(n5,X3) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_35]),c_0_36]),c_0_36]),c_0_36]),c_0_36]) ).

cnf(c_0_38,hypothesis,
    ( ~ haspet(n4,X1)
    | ~ haspet(n5,X2) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_35]),c_0_37]),c_0_37]),c_0_37]),c_0_37]) ).

cnf(c_0_39,hypothesis,
    ~ haspet(n5,X1),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_35]),c_0_38]),c_0_38]),c_0_38]),c_0_38]) ).

cnf(c_0_40,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_35]),c_0_39]),c_0_39]),c_0_39]),c_0_39]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : PUZ017-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.12/0.34  % Computer : n009.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Sat Aug 26 22:24:20 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.57  start to proof: theBenchmark
% 247.05/247.04  % Version  : CSE_E---1.5
% 247.05/247.04  % Problem  : theBenchmark.p
% 247.05/247.04  % Proof found
% 247.05/247.04  % SZS status Theorem for theBenchmark.p
% 247.05/247.04  % SZS output start Proof
% See solution above
% 247.05/247.05  % Total time : 246.478000 s
% 247.05/247.05  % SZS output end Proof
% 247.05/247.05  % Total time : 246.494000 s
%------------------------------------------------------------------------------