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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ035-7 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n024.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.32s
% Output   : Proof 0.11s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

cnf(g2,plain,
    ( reply(asked,or(isa(asked,knight),isa(other,knight)),yes)
    | reply(asked,or(isa(asked,knight),isa(other,knight)),no) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',yes_or_no)]) ).

cnf(g3,plain,
    ( ~ truth(isa(asked,knight))
    | ~ truth(isa(other,knight))
    | ~ reply(asked,or(isa(asked,knight),isa(other,knight)),no) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_answer)]) ).

cnf(g4,plain,
    ( truth(isa(other,knight))
    | truth(isa(other,knave)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',everyone_a_knight_or_knave)]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : PUZ035-7 : TPTP v8.1.0. Released v2.0.0.
% 0.06/0.11  % Command  : satcop --statistics %s
% 0.11/0.31  % Computer : n024.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 20:24:21 EDT 2022
% 0.11/0.31  % CPUTime  : 
% 0.11/0.32  % symbols: 13
% 0.11/0.32  % clauses: 14
% 0.11/0.32  % start clauses: 1
% 0.11/0.32  % iterative deepening steps: 52
% 0.11/0.32  % maximum path limit: 1
% 0.11/0.32  % literal attempts: 631
% 0.11/0.32  % depth failures: 408
% 0.11/0.32  % regularity failures: 0
% 0.11/0.32  % tautology failures: 0
% 0.11/0.32  % reductions: 67
% 0.11/0.32  % extensions: 551
% 0.11/0.32  % SAT variables: 192
% 0.11/0.32  % SAT clauses: 349
% 0.11/0.32  % WalkSAT solutions: 341
% 0.11/0.32  % CDCL solutions: 0
% 0.11/0.32  % SZS status Unsatisfiable for theBenchmark
% 0.11/0.32  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------