TSTP Solution File: PUZ005+1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ005+1 : TPTP v8.1.0. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n020.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:08 EDT 2022

% Result   : Theorem 0.12s 0.34s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ day(a_thursday)
    | ~ lies_on_one_of(a_lion,a_thursday,yesterday(a_thursday))
    | ~ lies_on_one_of(a_unicorn,a_thursday,yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_there_are_close_lying_days)]) ).

cnf(g1,plain,
    ( ~ unicorn_lies(a_thursday)
    | day(a_thursday) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',unicorn_lies_on_a_day)]) ).

cnf(g2,plain,
    ( ~ thursday(a_thursday)
    | unicorn_lies(a_thursday) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',unicorn_lies_thursday)]) ).

cnf(g3,plain,
    thursday(a_thursday),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',thursday)]) ).

cnf(g4,plain,
    ( ~ day(a_thursday)
    | ~ day(yesterday(a_thursday))
    | ~ unicorn_lies(a_thursday)
    | unicorn_lies(yesterday(a_thursday))
    | lies_on_one_of(a_unicorn,a_thursday,yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',unicorn_lies_on_both)]) ).

cnf(g5,plain,
    ( ~ wednesday(yesterday(a_thursday))
    | lion_lies(yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',lion_lies_wednesday)]) ).

cnf(g6,plain,
    ( ~ wednesday(yesterday(a_thursday))
    | day(yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',wednesday_is_a_day)]) ).

cnf(g7,plain,
    ( ~ thursday(a_thursday)
    | wednesday(yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',thursday_follows_wednesday)]) ).

cnf(g8,plain,
    ( ~ wednesday(yesterday(a_thursday))
    | ~ unicorn_lies(yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',unicorn_does_not_lie_wednesday)]) ).

cnf(g9,plain,
    ( ~ day(a_thursday)
    | ~ day(yesterday(a_thursday))
    | ~ lion_lies(yesterday(a_thursday))
    | lion_lies(a_thursday)
    | lies_on_one_of(a_lion,a_thursday,yesterday(a_thursday)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',lion_lies_on_neither)]) ).

cnf(g10,plain,
    ( ~ thursday(a_thursday)
    | ~ lion_lies(a_thursday) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',lion_does_not_lie_thursday)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ005+1 : TPTP v8.1.0. Released v2.2.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n020.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 : Sat May 28 22:06:09 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 23
% 0.12/0.34  % clauses: 46
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 119
% 0.12/0.34  % maximum path limit: 4
% 0.12/0.34  % literal attempts: 7560
% 0.12/0.34  % depth failures: 5160
% 0.12/0.34  % regularity failures: 281
% 0.12/0.34  % tautology failures: 414
% 0.12/0.34  % reductions: 212
% 0.12/0.34  % extensions: 7301
% 0.12/0.34  % SAT variables: 1481
% 0.12/0.34  % SAT clauses: 2566
% 0.12/0.34  % WalkSAT solutions: 2562
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Theorem for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------