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

View Problem - Process Solution

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

% Computer : n014.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:42 EDT 2022

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

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

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

cnf(g2,plain,
    ~ sPE(a,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_c)]) ).

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

cnf(g4,plain,
    ~ between(d,e,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',e_not_between_d_and_a)]) ).

cnf(g5,plain,
    between(d,a,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_between_a_and_c)]) ).

cnf(g6,plain,
    ( ~ sPE(c,a)
    | sPE(a,c) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g8,plain,
    between(e,a,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_between_a_and_e)]) ).

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

cnf(g10,plain,
    ( ~ between(c,a,d)
    | ~ between(c,a,e)
    | sPE(c,a)
    | between(a,d,e)
    | between(a,e,d) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b13)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO007-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n014.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 : Sat Jun 18 04:18:49 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 21.84/3.21  % symbols: 18
% 21.84/3.21  % clauses: 94
% 21.84/3.21  % start clauses: 1
% 21.84/3.21  % iterative deepening steps: 2581
% 21.84/3.21  % maximum path limit: 4
% 21.84/3.21  % literal attempts: 3555363
% 21.84/3.21  % depth failures: 3137533
% 21.84/3.21  % regularity failures: 30774
% 21.84/3.21  % tautology failures: 170371
% 21.84/3.21  % reductions: 160984
% 21.84/3.21  % extensions: 3394204
% 21.84/3.21  % SAT variables: 639104
% 21.84/3.21  % SAT clauses: 1044667
% 21.84/3.21  % WalkSAT solutions: 1044660
% 21.84/3.21  % CDCL solutions: 7
% 21.84/3.21  % SZS status Unsatisfiable for theBenchmark
% 21.84/3.21  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------