TSTP Solution File: PUZ006-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ006-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n028.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:26:08 EDT 2022

% Result   : Unsatisfiable 0.12s 0.33s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ female(bog),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_bog_is_female)]) ).

cnf(g1,plain,
    ( male(bog)
    | female(bog) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',male_or_female)]) ).

cnf(g2,plain,
    ( ~ male(bog)
    | a_truth(bog_is_male) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bog_is_male2)]) ).

cnf(g3,plain,
    ( ~ a_truth(ork_is_female)
    | female(ork) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ork_is_female1)]) ).

cnf(g4,plain,
    ( ~ truthteller(bog)
    | ~ says(bog,ork_is_female)
    | a_truth(ork_is_female) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',truthtellers_make_true_statements)]) ).

cnf(g5,plain,
    ( ~ female(ork)
    | a_truth(ork_is_female) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ork_is_female2)]) ).

cnf(g6,plain,
    ( truthteller(bog)
    | liar(bog) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',truthteller_or_liar)]) ).

cnf(g7,plain,
    ( ~ liar(bog)
    | ~ says(bog,ork_is_from_mars)
    | ~ a_truth(ork_is_from_mars) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',liars_make_false_statements)]) ).

cnf(g8,plain,
    ( ~ from_mars(ork)
    | a_truth(ork_is_from_mars) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ork_is_from_mars2)]) ).

cnf(g9,plain,
    ( ~ a_truth(ork_is_from_mars)
    | from_mars(ork) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ork_is_from_mars1)]) ).

cnf(g10,plain,
    ( ~ liar(ork)
    | ~ says(ork,bog_is_male)
    | ~ a_truth(bog_is_male) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',liars_make_false_statements)]) ).

cnf(g11,plain,
    says(ork,bog_is_male),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ork_says_bog_is_male)]) ).

cnf(g12,plain,
    ( ~ from_venus(ork)
    | ~ male(ork)
    | liar(ork) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',venusian_males_are_liars)]) ).

cnf(g13,plain,
    ( ~ from_mars(ork)
    | ~ female(ork)
    | liar(ork) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',marsian_females_are_liars)]) ).

cnf(g14,plain,
    says(bog,ork_is_female),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bog_says_ork_is_female)]) ).

cnf(g15,plain,
    says(bog,ork_is_from_mars),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bog_says_ork_is_from_mar)]) ).

cnf(g16,plain,
    ( male(ork)
    | female(ork) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',male_or_female)]) ).

cnf(g17,plain,
    ( ~ truthteller(bog)
    | ~ says(bog,ork_is_from_mars)
    | a_truth(ork_is_from_mars) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',truthtellers_make_true_statements)]) ).

cnf(g18,plain,
    ( ~ liar(bog)
    | ~ says(bog,ork_is_female)
    | ~ a_truth(ork_is_female) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',liars_make_false_statements)]) ).

cnf(g19,plain,
    ( from_mars(ork)
    | from_venus(ork) ),
    inference(ground_cnf,[],[file('Axioms/PUZ001-0.ax',from_mars_or_venus)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : PUZ006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.32  % Computer : n028.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Sat May 28 23:55:48 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  % symbols: 17
% 0.12/0.33  % clauses: 40
% 0.12/0.33  % start clauses: 1
% 0.12/0.33  % iterative deepening steps: 116
% 0.12/0.33  % maximum path limit: 5
% 0.12/0.33  % literal attempts: 6099
% 0.12/0.33  % depth failures: 3359
% 0.12/0.33  % regularity failures: 664
% 0.12/0.33  % tautology failures: 654
% 0.12/0.33  % reductions: 0
% 0.12/0.33  % extensions: 5996
% 0.12/0.33  % SAT variables: 562
% 0.12/0.33  % SAT clauses: 1109
% 0.12/0.33  % WalkSAT solutions: 1102
% 0.12/0.33  % CDCL solutions: 0
% 0.12/0.33  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------