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

View Problem - Process Solution

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

% Computer : n022.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:15 EDT 2022

% Result   : Satisfiable 0.37s 0.57s
% Output   : Saturation 0.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(not_from_mars_and_venus,axiom,
    ( ~ from_mars(X4)
    | ~ from_venus(X4) ),
    input ).

cnf(not_truthteller_and_liar,axiom,
    ( ~ truthteller(X8)
    | ~ liar(X8) ),
    input ).

cnf(false_statements_made_by_liars,axiom,
    ( a_truth(statement_by(X15))
    | liar(X15) ),
    input ).

cnf(c13,plain,
    ( a_truth(statement_by(X20))
    | ~ truthteller(X20) ),
    inference(resolution,status(thm),[false_statements_made_by_liars,not_truthteller_and_liar]) ).

cnf(from_mars_or_venus,axiom,
    ( from_mars(X3)
    | from_venus(X3) ),
    input ).

cnf(male_or_female,axiom,
    ( male(X5)
    | female(X5) ),
    input ).

cnf(marsian_males_are_truthtellers,axiom,
    ( ~ from_mars(X26)
    | ~ male(X26)
    | truthteller(X26) ),
    input ).

cnf(c18,plain,
    ( ~ from_mars(X32)
    | truthteller(X32)
    | female(X32) ),
    inference(resolution,status(thm),[marsian_males_are_truthtellers,male_or_female]) ).

cnf(c22,plain,
    ( truthteller(X38)
    | female(X38)
    | from_venus(X38) ),
    inference(resolution,status(thm),[c18,from_mars_or_venus]) ).

cnf(c35,plain,
    ( female(X105)
    | from_venus(X105)
    | a_truth(statement_by(X105)) ),
    inference(resolution,status(thm),[c22,c13]) ).

cnf(c79,plain,
    ( female(X111)
    | a_truth(statement_by(X111))
    | ~ from_mars(X111) ),
    inference(resolution,status(thm),[c35,not_from_mars_and_venus]) ).

cnf(not_male_and_female,axiom,
    ( ~ male(X6)
    | ~ female(X6) ),
    input ).

cnf(c76,plain,
    ( from_venus(X109)
    | a_truth(statement_by(X109))
    | ~ male(X109) ),
    inference(resolution,status(thm),[c35,not_male_and_female]) ).

cnf(c7,plain,
    ( X102 != X104
    | X101 != X103
    | ~ says(X102,X101)
    | says(X104,X103) ),
    eq_axiom ).

cnf(venusian_female_are_truthtellers,axiom,
    ( ~ from_venus(X24)
    | ~ female(X24)
    | truthteller(X24) ),
    input ).

cnf(c16,plain,
    ( ~ from_venus(X30)
    | truthteller(X30)
    | male(X30) ),
    inference(resolution,status(thm),[venusian_female_are_truthtellers,male_or_female]) ).

cnf(c20,plain,
    ( truthteller(X34)
    | male(X34)
    | from_mars(X34) ),
    inference(resolution,status(thm),[c16,from_mars_or_venus]) ).

cnf(c24,plain,
    ( male(X99)
    | from_mars(X99)
    | a_truth(statement_by(X99)) ),
    inference(resolution,status(thm),[c20,c13]) ).

cnf(c8,plain,
    ( X96 != X97
    | ~ a_truth(X96)
    | a_truth(X97) ),
    eq_axiom ).

cnf(c6,plain,
    ( X93 != X94
    | ~ liar(X93)
    | liar(X94) ),
    eq_axiom ).

cnf(c5,plain,
    ( X86 != X87
    | ~ truthteller(X86)
    | truthteller(X87) ),
    eq_axiom ).

cnf(c4,plain,
    ( X79 != X80
    | ~ female(X79)
    | female(X80) ),
    eq_axiom ).

cnf(c3,plain,
    ( X72 != X73
    | ~ male(X72)
    | male(X73) ),
    eq_axiom ).

cnf(c2,plain,
    ( X65 != X66
    | ~ from_venus(X65)
    | from_venus(X66) ),
    eq_axiom ).

cnf(marsian_females_are_liars,axiom,
    ( ~ from_mars(X27)
    | ~ female(X27)
    | liar(X27) ),
    input ).

cnf(c19,plain,
    ( ~ from_mars(X33)
    | liar(X33)
    | male(X33) ),
    inference(resolution,status(thm),[marsian_females_are_liars,male_or_female]) ).

cnf(c23,plain,
    ( liar(X39)
    | male(X39)
    | from_venus(X39) ),
    inference(resolution,status(thm),[c19,from_mars_or_venus]) ).

cnf(c42,plain,
    ( male(X64)
    | from_venus(X64)
    | ~ truthteller(X64) ),
    inference(resolution,status(thm),[c23,not_truthteller_and_liar]) ).

cnf(c1,plain,
    ( X58 != X59
    | ~ from_mars(X58)
    | from_mars(X59) ),
    eq_axiom ).

cnf(c36,plain,
    ( truthteller(X56)
    | from_venus(X56)
    | ~ male(X56) ),
    inference(resolution,status(thm),[c22,not_male_and_female]) ).

cnf(c0,plain,
    ( X51 != X52
    | statement_by(X51) = statement_by(X52) ),
    eq_axiom ).

cnf(venusian_males_are_liars,axiom,
    ( ~ from_venus(X25)
    | ~ male(X25)
    | liar(X25) ),
    input ).

cnf(c17,plain,
    ( ~ from_venus(X31)
    | liar(X31)
    | female(X31) ),
    inference(resolution,status(thm),[venusian_males_are_liars,male_or_female]) ).

cnf(c21,plain,
    ( liar(X37)
    | female(X37)
    | from_mars(X37) ),
    inference(resolution,status(thm),[c17,from_mars_or_venus]) ).

cnf(c30,plain,
    ( liar(X49)
    | from_mars(X49)
    | ~ male(X49) ),
    inference(resolution,status(thm),[c21,not_male_and_female]) ).

cnf(c29,plain,
    ( female(X48)
    | from_mars(X48)
    | ~ truthteller(X48) ),
    inference(resolution,status(thm),[c21,not_truthteller_and_liar]) ).

cnf(transitivity,axiom,
    ( X43 != X42
    | X42 != X44
    | X43 = X44 ),
    eq_axiom ).

cnf(liars_make_false_statements,axiom,
    ( ~ liar(X36)
    | ~ says(X36,X35)
    | ~ a_truth(X35) ),
    input ).

cnf(truthtellers_make_true_statements,axiom,
    ( ~ truthteller(X29)
    | ~ says(X29,X28)
    | a_truth(X28) ),
    input ).

cnf(people_say_their_statements,axiom,
    ( ~ says(X22,X21)
    | X21 = statement_by(X22) ),
    input ).

cnf(symmetry,axiom,
    ( X18 != X17
    | X17 = X18 ),
    eq_axiom ).

cnf(true_statements_made_by_truthtellers,axiom,
    ( ~ a_truth(statement_by(X12))
    | truthteller(X12) ),
    input ).

cnf(truthteller_or_liar,axiom,
    ( truthteller(X7)
    | liar(X7) ),
    input ).

cnf(reflexivity,axiom,
    X2 = X2,
    eq_axiom ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : PUZ043-1 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.33  % Computer : n022.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Sat May 28 23:28:23 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.37/0.57  # Version:  1.3
% 0.37/0.57  # SZS status Satisfiable
% 0.37/0.57  # SZS output start Saturation
% See solution above
% 0.37/0.57  
% 0.37/0.57  # Initial clauses    : 28
% 0.37/0.57  # Processed clauses  : 44
% 0.37/0.57  # Factors computed   : 0
% 0.37/0.57  # Resolvents computed: 82
% 0.37/0.57  # Tautologies deleted: 18
% 0.37/0.57  # Forward subsumed   : 48
% 0.37/0.57  # Backward subsumed  : 0
% 0.37/0.57  # -------- CPU Time ---------
% 0.37/0.57  # User time          : 0.218 s
% 0.37/0.57  # System time        : 0.017 s
% 0.37/0.57  # Total time         : 0.235 s
%------------------------------------------------------------------------------