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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ035-1 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %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:26:12 EDT 2022

% Result   : Unsatisfiable 0.16s 0.32s
% Output   : Proof 0.16s
% 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,
    ( ~ person(asked)
    | isa(asked,knight)
    | isa(asked,knave) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',everyone_a_knight_or_knave)]) ).

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

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

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

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

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

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

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

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

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

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

cnf(g12,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.03/0.11  % Problem  : PUZ035-1 : TPTP v8.1.0. Released v2.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.11/0.31  % Computer : n022.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 600
% 0.11/0.31  % DateTime : Sat May 28 22:08:23 EDT 2022
% 0.16/0.31  % CPUTime  : 
% 0.16/0.32  % symbols: 13
% 0.16/0.32  % clauses: 15
% 0.16/0.32  % start clauses: 1
% 0.16/0.32  % iterative deepening steps: 58
% 0.16/0.32  % maximum path limit: 2
% 0.16/0.32  % literal attempts: 854
% 0.16/0.32  % depth failures: 534
% 0.16/0.32  % regularity failures: 38
% 0.16/0.32  % tautology failures: 0
% 0.16/0.32  % reductions: 3
% 0.16/0.32  % extensions: 817
% 0.16/0.32  % SAT variables: 116
% 0.16/0.32  % SAT clauses: 296
% 0.16/0.32  % WalkSAT solutions: 288
% 0.16/0.32  % CDCL solutions: 0
% 0.16/0.32  % SZS status Unsatisfiable for theBenchmark
% 0.16/0.32  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------