TSTP Solution File: PUZ035-2 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ035-2 : TPTP v8.1.0. Released v2.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:12 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ person(other)
    | isa(other,knight)
    | isa(other,knave) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',everyone_a_knight_or_knave)]) ).

cnf(g1,plain,
    ( ~ lies(asked)
    | ~ response(no)
    | isa(asked,knight)
    | isa(other,knight) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',lie_one_is_a_knight)]) ).

cnf(g2,plain,
    ( ~ person(asked)
    | isa(asked,knight)
    | isa(asked,knave) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',everyone_a_knight_or_knave)]) ).

cnf(g3,plain,
    ( ~ isa(asked,knight)
    | ~ tell_the_truth(asked)
    | response(yes) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',knight_answers3)]) ).

cnf(g4,plain,
    ( response(yes)
    | response(no) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',two_answers)]) ).

cnf(g5,plain,
    person(asked),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',asked_person)]) ).

cnf(g6,plain,
    ( ~ isa(asked,knight)
    | ~ isa(other,knight)
    | ~ response(yes) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_answer)]) ).

cnf(g7,plain,
    ( ~ isa(asked,knight)
    | tell_the_truth(asked) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',knights_make_true_statements)]) ).

cnf(g8,plain,
    ( ~ isa(asked,knight)
    | ~ isa(other,knave)
    | ~ response(yes) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_answer)]) ).

cnf(g9,plain,
    person(other),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',other_person)]) ).

cnf(g10,plain,
    ( ~ isa(asked,knave)
    | lies(asked) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',knaves_make_false_statements)]) ).

cnf(g11,plain,
    ( ~ isa(asked,knave)
    | ~ isa(other,knave)
    | ~ response(yes) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_answer)]) ).

cnf(g12,plain,
    ( ~ isa(other,knight)
    | ~ lies(asked)
    | ~ response(yes) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',knight_answers1)]) ).

cnf(g13,plain,
    ( ~ isa(asked,knave)
    | ~ isa(other,knight)
    | ~ response(no) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_answer)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : PUZ035-2 : TPTP v8.1.0. Released v2.0.0.
% 0.10/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 01:38:53 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.11/0.33  % symbols: 13
% 0.11/0.33  % clauses: 16
% 0.11/0.33  % start clauses: 1
% 0.11/0.33  % iterative deepening steps: 56
% 0.11/0.33  % maximum path limit: 2
% 0.11/0.33  % literal attempts: 959
% 0.11/0.33  % depth failures: 617
% 0.11/0.33  % regularity failures: 52
% 0.11/0.33  % tautology failures: 0
% 0.11/0.33  % reductions: 1
% 0.11/0.33  % extensions: 921
% 0.11/0.33  % SAT variables: 119
% 0.11/0.33  % SAT clauses: 315
% 0.11/0.33  % WalkSAT solutions: 307
% 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
%------------------------------------------------------------------------------