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

View Problem - Process Solution

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

% Computer : n032.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:09:07 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ between(v,x,w),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_x_between_v_and_w)]) ).

cnf(g1,plain,
    ( ~ between(u,v,x)
    | ~ between(u,x,w)
    | between(v,x,w) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b5)]) ).

cnf(g2,plain,
    between(u,v,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_x)]) ).

cnf(g3,plain,
    ( ~ between(u,v,w)
    | ~ between(u,v,x)
    | sPE(u,v)
    | between(u,w,x)
    | between(u,x,w) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b12)]) ).

cnf(g4,plain,
    ~ sPE(u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_not_v)]) ).

cnf(g5,plain,
    between(u,v,w),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_w)]) ).

cnf(g6,plain,
    ( ~ between(u,v,w)
    | ~ between(u,w,x)
    | between(v,w,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b5)]) ).

cnf(g7,plain,
    ~ between(v,w,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',w_not_between_v_and_x)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : GEO051-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.00/0.10  % Command  : satcop --statistics %s
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit : 300
% 0.10/0.29  % WCLimit  : 600
% 0.10/0.29  % DateTime : Sat Jun 18 10:04:17 EDT 2022
% 0.10/0.29  % CPUTime  : 
% 0.14/0.44  % symbols: 18
% 0.14/0.44  % clauses: 93
% 0.14/0.44  % start clauses: 1
% 0.14/0.44  % iterative deepening steps: 343
% 0.14/0.44  % maximum path limit: 3
% 0.14/0.44  % literal attempts: 162322
% 0.14/0.44  % depth failures: 144870
% 0.14/0.44  % regularity failures: 1114
% 0.14/0.44  % tautology failures: 6417
% 0.14/0.44  % reductions: 4453
% 0.14/0.44  % extensions: 157616
% 0.14/0.44  % SAT variables: 36306
% 0.14/0.44  % SAT clauses: 54567
% 0.14/0.44  % WalkSAT solutions: 54563
% 0.14/0.44  % CDCL solutions: 0
% 0.14/0.44  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.44  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------