TSTP Solution File: PUZ006-1 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : PUZ006-1 : TPTP v8.2.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n012.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 : Tue May 21 02:25:23 EDT 2024

% Result   : Unsatisfiable 0.15s 0.41s
% Output   : CNFRefutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   16
% Syntax   : Number of clauses     :   60 (  21 unt;   7 nHn;  54 RR)
%            Number of literals    :  108 (   0 equ;  57 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    9 (   8 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   6 con; 0-0 aty)
%            Number of variables   :   21 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(liars_make_false_statements,axiom,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',liars_make_false_statements) ).

cnf(bog_is_male2,hypothesis,
    ( a_truth(bog_is_male)
    | ~ male(bog) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bog_is_male2) ).

cnf(prove_bog_is_female,negated_conjecture,
    ~ female(bog),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_bog_is_female) ).

cnf(ork_says_bog_is_male,hypothesis,
    says(ork,bog_is_male),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ork_says_bog_is_male) ).

cnf(male_or_female,axiom,
    ( male(X1)
    | female(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',male_or_female) ).

cnf(venusian_males_are_liars,axiom,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',venusian_males_are_liars) ).

cnf(bog_is_male1,hypothesis,
    ( male(bog)
    | ~ a_truth(bog_is_male) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bog_is_male1) ).

cnf(truthtellers_make_true_statements,axiom,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',truthtellers_make_true_statements) ).

cnf(truthteller_or_liar,axiom,
    ( truthteller(X1)
    | liar(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',truthteller_or_liar) ).

cnf(bog_says_ork_is_from_mar,hypothesis,
    says(bog,ork_is_from_mars),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bog_says_ork_is_from_mar) ).

cnf(bog_is_from_venus1,hypothesis,
    ( from_venus(bog)
    | ~ a_truth(bog_is_from_venus) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bog_is_from_venus1) ).

cnf(ork_says_bog_is_from_venus,hypothesis,
    says(ork,bog_is_from_venus),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ork_says_bog_is_from_venus) ).

cnf(bog_says_ork_is_female,hypothesis,
    says(bog,ork_is_female),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bog_says_ork_is_female) ).

cnf(ork_is_from_mars2,hypothesis,
    ( a_truth(ork_is_from_mars)
    | ~ from_mars(ork) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ork_is_from_mars2) ).

cnf(from_mars_or_venus,axiom,
    ( from_mars(X1)
    | from_venus(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/PUZ001-0.ax',from_mars_or_venus) ).

cnf(ork_is_female2,hypothesis,
    ( a_truth(ork_is_female)
    | ~ female(ork) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ork_is_female2) ).

cnf(c_0_16,plain,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    inference(fof_simplification,[status(thm)],[liars_make_false_statements]) ).

cnf(c_0_17,hypothesis,
    ( a_truth(bog_is_male)
    | ~ male(bog) ),
    inference(fof_simplification,[status(thm)],[bog_is_male2]) ).

cnf(c_0_18,negated_conjecture,
    ~ female(bog),
    inference(fof_simplification,[status(thm)],[prove_bog_is_female]) ).

cnf(c_0_19,plain,
    ( ~ liar(X1)
    | ~ says(X1,X2)
    | ~ a_truth(X2) ),
    c_0_16 ).

cnf(c_0_20,hypothesis,
    says(ork,bog_is_male),
    ork_says_bog_is_male ).

cnf(c_0_21,hypothesis,
    ( a_truth(bog_is_male)
    | ~ male(bog) ),
    c_0_17 ).

cnf(c_0_22,axiom,
    ( male(X1)
    | female(X1) ),
    male_or_female ).

cnf(c_0_23,negated_conjecture,
    ~ female(bog),
    c_0_18 ).

cnf(c_0_24,hypothesis,
    ( ~ a_truth(bog_is_male)
    | ~ liar(ork) ),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_25,hypothesis,
    a_truth(bog_is_male),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_23]) ).

cnf(c_0_26,plain,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    inference(fof_simplification,[status(thm)],[venusian_males_are_liars]) ).

cnf(c_0_27,hypothesis,
    ( male(bog)
    | ~ a_truth(bog_is_male) ),
    inference(fof_simplification,[status(thm)],[bog_is_male1]) ).

cnf(c_0_28,plain,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    inference(fof_simplification,[status(thm)],[truthtellers_make_true_statements]) ).

cnf(c_0_29,hypothesis,
    ~ liar(ork),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_24,c_0_25])]) ).

cnf(c_0_30,axiom,
    ( truthteller(X1)
    | liar(X1) ),
    truthteller_or_liar ).

cnf(c_0_31,plain,
    ( liar(X1)
    | ~ from_venus(X1)
    | ~ male(X1) ),
    c_0_26 ).

cnf(c_0_32,hypothesis,
    says(bog,ork_is_from_mars),
    bog_says_ork_is_from_mar ).

cnf(c_0_33,hypothesis,
    ( male(bog)
    | ~ a_truth(bog_is_male) ),
    c_0_27 ).

cnf(c_0_34,hypothesis,
    ( from_venus(bog)
    | ~ a_truth(bog_is_from_venus) ),
    inference(fof_simplification,[status(thm)],[bog_is_from_venus1]) ).

cnf(c_0_35,plain,
    ( a_truth(X2)
    | ~ truthteller(X1)
    | ~ says(X1,X2) ),
    c_0_28 ).

cnf(c_0_36,hypothesis,
    says(ork,bog_is_from_venus),
    ork_says_bog_is_from_venus ).

cnf(c_0_37,hypothesis,
    truthteller(ork),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_38,hypothesis,
    says(bog,ork_is_female),
    bog_says_ork_is_female ).

cnf(c_0_39,hypothesis,
    ( ~ male(ork)
    | ~ from_venus(ork) ),
    inference(spm,[status(thm)],[c_0_29,c_0_31]) ).

cnf(c_0_40,hypothesis,
    ( ~ a_truth(ork_is_from_mars)
    | ~ liar(bog) ),
    inference(spm,[status(thm)],[c_0_19,c_0_32]) ).

cnf(c_0_41,hypothesis,
    male(bog),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_33,c_0_25])]) ).

cnf(c_0_42,hypothesis,
    ( from_venus(bog)
    | ~ a_truth(bog_is_from_venus) ),
    c_0_34 ).

cnf(c_0_43,hypothesis,
    a_truth(bog_is_from_venus),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_36]),c_0_37])]) ).

cnf(c_0_44,hypothesis,
    ( ~ a_truth(ork_is_female)
    | ~ liar(bog) ),
    inference(spm,[status(thm)],[c_0_19,c_0_38]) ).

cnf(c_0_45,hypothesis,
    ( a_truth(ork_is_from_mars)
    | ~ from_mars(ork) ),
    inference(fof_simplification,[status(thm)],[ork_is_from_mars2]) ).

cnf(c_0_46,hypothesis,
    ( female(ork)
    | ~ from_venus(ork) ),
    inference(spm,[status(thm)],[c_0_39,c_0_22]) ).

cnf(c_0_47,axiom,
    ( from_mars(X1)
    | from_venus(X1) ),
    from_mars_or_venus ).

cnf(c_0_48,hypothesis,
    ( ~ a_truth(ork_is_from_mars)
    | ~ from_venus(bog) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_31]),c_0_41])]) ).

cnf(c_0_49,hypothesis,
    from_venus(bog),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_42,c_0_43])]) ).

cnf(c_0_50,hypothesis,
    ( ~ a_truth(ork_is_female)
    | ~ from_venus(bog) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_31]),c_0_41])]) ).

cnf(c_0_51,hypothesis,
    ( a_truth(ork_is_female)
    | ~ female(ork) ),
    inference(fof_simplification,[status(thm)],[ork_is_female2]) ).

cnf(c_0_52,hypothesis,
    ( a_truth(ork_is_from_mars)
    | ~ from_mars(ork) ),
    c_0_45 ).

cnf(c_0_53,hypothesis,
    ( female(ork)
    | from_mars(ork) ),
    inference(spm,[status(thm)],[c_0_46,c_0_47]) ).

cnf(c_0_54,hypothesis,
    ~ a_truth(ork_is_from_mars),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_48,c_0_49])]) ).

cnf(c_0_55,hypothesis,
    ( ~ a_truth(ork_is_female)
    | ~ a_truth(bog_is_from_venus) ),
    inference(spm,[status(thm)],[c_0_50,c_0_42]) ).

cnf(c_0_56,hypothesis,
    ( a_truth(ork_is_female)
    | ~ female(ork) ),
    c_0_51 ).

cnf(c_0_57,hypothesis,
    female(ork),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_53]),c_0_54]) ).

cnf(c_0_58,hypothesis,
    ~ a_truth(ork_is_female),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_55,c_0_43])]) ).

cnf(c_0_59,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_56,c_0_57])]),c_0_58]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.10  % Problem    : PUZ006-1 : TPTP v8.2.0. Released v1.0.0.
% 0.05/0.11  % Command    : run_E %s %d THM
% 0.10/0.31  % Computer : n012.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.31  % CPULimit   : 300
% 0.15/0.31  % WCLimit    : 300
% 0.15/0.31  % DateTime   : Sat May 18 10:46:52 EDT 2024
% 0.15/0.31  % CPUTime    : 
% 0.15/0.39  Running first-order model finding
% 0.15/0.39  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.15/0.41  # Version: 3.1.0
% 0.15/0.41  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.15/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.15/0.41  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.15/0.41  # Starting new_bool_3 with 300s (1) cores
% 0.15/0.41  # Starting new_bool_1 with 300s (1) cores
% 0.15/0.41  # Starting sh5l with 300s (1) cores
% 0.15/0.41  # new_bool_3 with pid 29700 completed with status 0
% 0.15/0.41  # Result found by new_bool_3
% 0.15/0.41  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.15/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.15/0.41  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.15/0.41  # Starting new_bool_3 with 300s (1) cores
% 0.15/0.41  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.15/0.41  # Search class: FGHNF-FFSS00-SFFFFFNN
% 0.15/0.41  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.15/0.41  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.15/0.41  # SAT001_MinMin_p005000_rr_RG with pid 29705 completed with status 0
% 0.15/0.41  # Result found by SAT001_MinMin_p005000_rr_RG
% 0.15/0.41  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.15/0.41  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.15/0.41  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.15/0.41  # Starting new_bool_3 with 300s (1) cores
% 0.15/0.41  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.15/0.41  # Search class: FGHNF-FFSS00-SFFFFFNN
% 0.15/0.41  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.15/0.41  # Starting SAT001_MinMin_p005000_rr_RG with 181s (1) cores
% 0.15/0.41  # Preprocessing time       : 0.001 s
% 0.15/0.41  # Presaturation interreduction done
% 0.15/0.41  
% 0.15/0.41  # Proof found!
% 0.15/0.41  # SZS status Unsatisfiable
% 0.15/0.41  # SZS output start CNFRefutation
% See solution above
% 0.15/0.41  # Parsed axioms                        : 29
% 0.15/0.41  # Removed by relevancy pruning/SinE    : 3
% 0.15/0.41  # Initial clauses                      : 26
% 0.15/0.41  # Removed in clause preprocessing      : 1
% 0.15/0.41  # Initial clauses in saturation        : 25
% 0.15/0.41  # Processed clauses                    : 93
% 0.15/0.41  # ...of these trivial                  : 0
% 0.15/0.41  # ...subsumed                          : 14
% 0.15/0.41  # ...remaining for further processing  : 79
% 0.15/0.41  # Other redundant clauses eliminated   : 0
% 0.15/0.41  # Clauses deleted for lack of memory   : 0
% 0.15/0.41  # Backward-subsumed                    : 9
% 0.15/0.41  # Backward-rewritten                   : 14
% 0.15/0.41  # Generated clauses                    : 51
% 0.15/0.41  # ...of the previous two non-redundant : 49
% 0.15/0.41  # ...aggressively subsumed             : 0
% 0.15/0.41  # Contextual simplify-reflections      : 0
% 0.15/0.41  # Paramodulations                      : 51
% 0.15/0.41  # Factorizations                       : 0
% 0.15/0.41  # NegExts                              : 0
% 0.15/0.41  # Equation resolutions                 : 0
% 0.15/0.41  # Disequality decompositions           : 0
% 0.15/0.41  # Total rewrite steps                  : 21
% 0.15/0.41  # ...of those cached                   : 15
% 0.15/0.41  # Propositional unsat checks           : 0
% 0.15/0.41  #    Propositional check models        : 0
% 0.15/0.41  #    Propositional check unsatisfiable : 0
% 0.15/0.41  #    Propositional clauses             : 0
% 0.15/0.41  #    Propositional clauses after purity: 0
% 0.15/0.41  #    Propositional unsat core size     : 0
% 0.15/0.41  #    Propositional preprocessing time  : 0.000
% 0.15/0.41  #    Propositional encoding time       : 0.000
% 0.15/0.41  #    Propositional solver time         : 0.000
% 0.15/0.41  #    Success case prop preproc time    : 0.000
% 0.15/0.41  #    Success case prop encoding time   : 0.000
% 0.15/0.41  #    Success case prop solver time     : 0.000
% 0.15/0.41  # Current number of processed clauses  : 31
% 0.15/0.41  #    Positive orientable unit clauses  : 10
% 0.15/0.41  #    Positive unorientable unit clauses: 0
% 0.15/0.41  #    Negative unit clauses             : 6
% 0.15/0.41  #    Non-unit-clauses                  : 15
% 0.15/0.41  # Current number of unprocessed clauses: 1
% 0.15/0.41  # ...number of literals in the above   : 3
% 0.15/0.41  # Current number of archived formulas  : 0
% 0.15/0.41  # Current number of archived clauses   : 48
% 0.15/0.41  # Clause-clause subsumption calls (NU) : 184
% 0.15/0.41  # Rec. Clause-clause subsumption calls : 160
% 0.15/0.41  # Non-unit clause-clause subsumptions  : 3
% 0.15/0.41  # Unit Clause-clause subsumption calls : 39
% 0.15/0.41  # Rewrite failures with RHS unbound    : 0
% 0.15/0.41  # BW rewrite match attempts            : 4
% 0.15/0.41  # BW rewrite match successes           : 4
% 0.15/0.41  # Condensation attempts                : 0
% 0.15/0.41  # Condensation successes               : 0
% 0.15/0.41  # Termbank termtop insertions          : 967
% 0.15/0.41  # Search garbage collected termcells   : 52
% 0.15/0.41  
% 0.15/0.41  # -------------------------------------------------
% 0.15/0.41  # User time                : 0.004 s
% 0.15/0.41  # System time              : 0.001 s
% 0.15/0.41  # Total time               : 0.006 s
% 0.15/0.41  # Maximum resident set size: 1756 pages
% 0.15/0.41  
% 0.15/0.41  # -------------------------------------------------
% 0.15/0.41  # User time                : 0.006 s
% 0.15/0.41  # System time              : 0.003 s
% 0.15/0.41  # Total time               : 0.009 s
% 0.15/0.41  # Maximum resident set size: 1712 pages
% 0.15/0.41  % E---3.1 exiting
%------------------------------------------------------------------------------