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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ035-6 : 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.12s 0.34s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,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(g1,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(g2,plain,
    ( ~ truth(isa(asked,knight))
    | ~ truth(isa(other,knave)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',query)]) ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ035-6 : TPTP v8.1.0. Released v2.0.0.
% 0.00/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n017.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sun May 29 00:02:08 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 11
% 0.12/0.34  % clauses: 11
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 28
% 0.12/0.34  % maximum path limit: 1
% 0.12/0.34  % literal attempts: 209
% 0.12/0.34  % depth failures: 153
% 0.12/0.34  % regularity failures: 0
% 0.12/0.34  % tautology failures: 0
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 199
% 0.12/0.34  % SAT variables: 129
% 0.12/0.34  % SAT clauses: 158
% 0.12/0.34  % WalkSAT solutions: 150
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------