TSTP Solution File: GEO039-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n028.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:01 EDT 2022

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

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

cnf(g1,plain,
    ( ~ between(x,w,x)
    | sPE(x,w) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_betweeness)]) ).

cnf(g2,plain,
    sPE(w,w),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    sPE(v,v),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    sPE(u,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',u_is_x)]) ).

cnf(g5,plain,
    sPE(x,x),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    between(u,w,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',w_between_u_and_x)]) ).

cnf(g7,plain,
    ( ~ sPE(v,v)
    | ~ sPE(w,w)
    | ~ sPE(extension(v,w,x,x),x)
    | ~ between(v,w,extension(v,w,x,x))
    | between(v,w,x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    between(v,w,extension(v,w,x,x)),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction1)]) ).

cnf(g9,plain,
    ( ~ sPE(x,extension(v,w,x,x))
    | sPE(extension(v,w,x,x),x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ sPE(x,w)
    | sPE(w,x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g11,plain,
    equidistant(w,extension(v,w,x,x),x,x),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction2)]) ).

cnf(g12,plain,
    ( ~ equidistant(x,extension(v,w,x,x),x,x)
    | sPE(x,extension(v,w,x,x)) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_equidistance)]) ).

cnf(g13,plain,
    sPE(extension(v,w,x,x),extension(v,w,x,x)),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g14,plain,
    ( ~ sPE(w,x)
    | ~ sPE(extension(v,w,x,x),extension(v,w,x,x))
    | ~ sPE(x,x)
    | ~ sPE(x,x)
    | ~ equidistant(w,extension(v,w,x,x),x,x)
    | equidistant(x,extension(v,w,x,x),x,x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g15,plain,
    ( ~ sPE(u,x)
    | ~ sPE(w,w)
    | ~ sPE(x,x)
    | ~ between(u,w,x)
    | between(x,w,x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GEO039-2 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.11/0.32  % Computer : n028.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Sat Jun 18 05:42:13 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.17/0.40  % symbols: 16
% 0.17/0.40  % clauses: 31
% 0.17/0.40  % start clauses: 1
% 0.17/0.40  % iterative deepening steps: 190
% 0.17/0.40  % maximum path limit: 3
% 0.17/0.40  % literal attempts: 33794
% 0.17/0.40  % depth failures: 24174
% 0.17/0.40  % regularity failures: 96
% 0.17/0.40  % tautology failures: 557
% 0.17/0.40  % reductions: 4318
% 0.17/0.40  % extensions: 29350
% 0.17/0.40  % SAT variables: 18274
% 0.17/0.40  % SAT clauses: 17959
% 0.17/0.40  % WalkSAT solutions: 17955
% 0.17/0.40  % CDCL solutions: 0
% 0.17/0.40  % SZS status Unsatisfiable for theBenchmark
% 0.17/0.40  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------