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

View Problem - Process Solution

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

% Computer : n017.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:10 EDT 2022

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

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

cnf(g1,plain,
    ( ~ person(husband)
    | ~ a_truth(statement_by(husband))
    | knight(husband) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',knights_make_true_statements)]) ).

cnf(g2,plain,
    person(husband),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',husband)]) ).

cnf(g3,plain,
    ( ~ knight(wife)
    | a_truth(statement_by(husband)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',knight_wife_means_truthful_husband)]) ).

cnf(g4,plain,
    ( knight(wife)
    | a_truth(statement_by(husband)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',knight_wife_or_truthful_husband)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : PUZ020-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : satcop --statistics %s
% 0.11/0.33  % Computer : n017.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 : Sun May 29 00:44:23 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.11/0.33  % symbols: 10
% 0.11/0.33  % clauses: 27
% 0.11/0.33  % start clauses: 1
% 0.11/0.33  % iterative deepening steps: 26
% 0.11/0.33  % maximum path limit: 2
% 0.11/0.33  % literal attempts: 170
% 0.11/0.33  % depth failures: 103
% 0.11/0.33  % regularity failures: 12
% 0.11/0.33  % tautology failures: 3
% 0.11/0.33  % reductions: 0
% 0.11/0.33  % extensions: 153
% 0.11/0.33  % SAT variables: 73
% 0.11/0.33  % SAT clauses: 113
% 0.11/0.33  % WalkSAT solutions: 105
% 0.11/0.33  % CDCL solutions: 0
% 0.11/0.33  % SZS status Unsatisfiable for theBenchmark
% 0.11/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------