TSTP Solution File: GEO008-3 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : GEO008-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n005.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 : Sat Jul 16 06:08:43 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ between(a,b,e),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_betweenness)]) ).

cnf(g1,plain,
    ( ~ between(e,b,a)
    | between(a,b,e) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1)]) ).

cnf(g2,plain,
    between(a,d,e),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d_between_a_and_e)]) ).

cnf(g3,plain,
    between(a,c,e),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_between_a_and_e)]) ).

cnf(g4,plain,
    between(c,b,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_between_c_and_d)]) ).

cnf(g5,plain,
    ( ~ between(c,b,d)
    | ~ between(c,d,e)
    | between(c,b,e) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b9)]) ).

cnf(g6,plain,
    ( ~ between(e,d,c)
    | between(c,d,e) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1)]) ).

cnf(g7,plain,
    ( ~ between(a,c,e)
    | between(e,c,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1)]) ).

cnf(g8,plain,
    ( ~ between(a,c,e)
    | ~ between(c,b,e)
    | between(a,b,e) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b8)]) ).

cnf(g9,plain,
    ( ~ between(a,d,e)
    | between(e,d,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1)]) ).

cnf(g10,plain,
    ( ~ between(e,b,d)
    | ~ between(e,d,a)
    | between(e,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b9)]) ).

cnf(g11,plain,
    ( ~ between(e,c,d)
    | ~ between(c,b,d)
    | between(e,b,d) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b8)]) ).

cnf(g12,plain,
    ( ~ between(e,d,a)
    | ~ between(e,c,a)
    | between(e,d,c)
    | between(e,c,d) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t9)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO008-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n005.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jun 18 04:08:38 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 22.21/3.14  % symbols: 19
% 22.21/3.14  % clauses: 96
% 22.21/3.14  % start clauses: 1
% 22.21/3.14  % iterative deepening steps: 1777
% 22.21/3.14  % maximum path limit: 4
% 22.21/3.14  % literal attempts: 4169826
% 22.21/3.14  % depth failures: 3742747
% 22.21/3.14  % regularity failures: 33535
% 22.21/3.14  % tautology failures: 235087
% 22.21/3.14  % reductions: 168132
% 22.21/3.14  % extensions: 4001471
% 22.21/3.14  % SAT variables: 610559
% 22.21/3.14  % SAT clauses: 1085272
% 22.21/3.14  % WalkSAT solutions: 1085223
% 22.21/3.14  % CDCL solutions: 44
% 22.21/3.14  % SZS status Unsatisfiable for theBenchmark
% 22.21/3.14  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------