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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : COM002-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n027.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 : Fri Jul 15 01:41:17 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ succeeds(p3,p3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_there_is_a_loop_through_p3)]) ).

cnf(g1,plain,
    labels(loop,p3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',label_state_3)]) ).

cnf(g2,plain,
    ( ~ has(p8,goto(loop))
    | ~ labels(loop,p3)
    | succeeds(p3,p8) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goto_success)]) ).

cnf(g3,plain,
    has(p8,goto(loop)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',state_8)]) ).

cnf(g4,plain,
    ( ~ succeeds(p3,p7)
    | ~ succeeds(p7,p3)
    | succeeds(p3,p3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_success)]) ).

cnf(g5,plain,
    ( ~ succeeds(p3,p8)
    | ~ succeeds(p8,p7)
    | succeeds(p3,p7) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_success)]) ).

cnf(g6,plain,
    ( ~ follows(p8,p7)
    | succeeds(p8,p7) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',direct_success)]) ).

cnf(g7,plain,
    follows(p8,p7),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transition_7_to_8)]) ).

cnf(g8,plain,
    ( ~ succeeds(p7,p6)
    | ~ succeeds(p6,p3)
    | succeeds(p7,p3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_success)]) ).

cnf(g9,plain,
    ( ~ follows(p6,p3)
    | succeeds(p6,p3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',direct_success)]) ).

cnf(g10,plain,
    follows(p6,p3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transition_3_to_6)]) ).

cnf(g11,plain,
    ( ~ follows(p7,p6)
    | succeeds(p7,p6) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',direct_success)]) ).

cnf(g12,plain,
    follows(p7,p6),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transition_6_to_7)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : COM002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n027.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun 16 18:20:21 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % symbols: 28
% 0.13/0.35  % clauses: 19
% 0.13/0.35  % start clauses: 1
% 0.13/0.35  % iterative deepening steps: 104
% 0.13/0.35  % maximum path limit: 5
% 0.13/0.35  % literal attempts: 2059
% 0.13/0.35  % depth failures: 572
% 0.13/0.35  % regularity failures: 0
% 0.13/0.35  % tautology failures: 26
% 0.13/0.35  % reductions: 0
% 0.13/0.35  % extensions: 1957
% 0.13/0.35  % SAT variables: 490
% 0.13/0.35  % SAT clauses: 595
% 0.13/0.35  % WalkSAT solutions: 587
% 0.13/0.35  % CDCL solutions: 0
% 0.13/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------