TSTP Solution File: GEO077-4 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n020.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:20 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    collinear(point1,point2,point3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_points_noncollinear)]) ).

cnf(g1,plain,
    ( ~ point(point1)
    | ~ point(point2)
    | ~ point(point3)
    | ~ collinear(point1,point2,point3)
    | sPE(point1,point2)
    | sPE(point1,point3)
    | sPE(point2,point3)
    | line(line_through_3_points(point1,point2,point3)) ),
    inference(ground_cnf,[],[file('Axioms/GEO003-0.ax',axiom_G10D)]) ).

cnf(g2,plain,
    ( ~ point(point1)
    | ~ point(point2)
    | ~ point(point3)
    | ~ collinear(point1,point2,point3)
    | sPE(point1,point2)
    | sPE(point1,point3)
    | sPE(point2,point3)
    | on(point1,line_through_3_points(point1,point2,point3)) ),
    inference(ground_cnf,[],[file('Axioms/GEO003-0.ax',axiom_G10A)]) ).

cnf(g3,plain,
    ( ~ point(point1)
    | ~ point(point2)
    | ~ point(point3)
    | ~ collinear(point1,point2,point3)
    | sPE(point1,point2)
    | sPE(point1,point3)
    | sPE(point2,point3)
    | on(point2,line_through_3_points(point1,point2,point3)) ),
    inference(ground_cnf,[],[file('Axioms/GEO003-0.ax',axiom_G10B)]) ).

cnf(g4,plain,
    ( ~ point(point1)
    | ~ point(point2)
    | ~ point(point3)
    | ~ collinear(point1,point2,point3)
    | sPE(point1,point2)
    | sPE(point1,point3)
    | sPE(point2,point3)
    | on(point3,line_through_3_points(point1,point2,point3)) ),
    inference(ground_cnf,[],[file('Axioms/GEO003-0.ax',axiom_G10C)]) ).

cnf(g5,plain,
    point(point2),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point2)]) ).

cnf(g6,plain,
    point(point3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point3)]) ).

cnf(g7,plain,
    point(point1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point1)]) ).

cnf(g8,plain,
    ( ~ sPE(point2,point1)
    | sPE(point1,point2) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    on(point2,a_line),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point2_on_line)]) ).

cnf(g10,plain,
    line(a_line),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',line)]) ).

cnf(g11,plain,
    on(point1,a_line),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point1_on_line)]) ).

cnf(g12,plain,
    ~ on(point3,a_line),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point3_not_on_line)]) ).

cnf(g13,plain,
    ~ sPE(point1,point2),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point1_not_point2)]) ).

cnf(g14,plain,
    ~ sPE(point2,point3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point2_not_point3)]) ).

cnf(g15,plain,
    ~ sPE(point1,point3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',point1_not_point3)]) ).

cnf(g16,plain,
    ( ~ on(point2,line_through_3_points(point1,point2,point3))
    | ~ on(point2,a_line)
    | ~ on(point1,line_through_3_points(point1,point2,point3))
    | ~ on(point1,a_line)
    | ~ point(point2)
    | ~ point(point1)
    | ~ line(line_through_3_points(point1,point2,point3))
    | ~ line(a_line)
    | sPE(point2,point1)
    | sPE(line_through_3_points(point1,point2,point3),a_line) ),
    inference(ground_cnf,[],[file('Axioms/GEO003-0.ax',axiom_G1D)]) ).

cnf(g17,plain,
    ( ~ sPE(point3,point3)
    | ~ sPE(line_through_3_points(point1,point2,point3),a_line)
    | ~ on(point3,line_through_3_points(point1,point2,point3))
    | on(point3,a_line) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g18,plain,
    sPE(point3,point3),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO077-4 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n020.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 12:48:33 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  % symbols: 21
% 0.12/0.36  % clauses: 59
% 0.12/0.36  % start clauses: 1
% 0.12/0.36  % iterative deepening steps: 79
% 0.12/0.36  % maximum path limit: 3
% 0.12/0.36  % literal attempts: 15829
% 0.12/0.36  % depth failures: 13636
% 0.12/0.36  % regularity failures: 19
% 0.12/0.36  % tautology failures: 2855
% 0.12/0.36  % reductions: 796
% 0.12/0.36  % extensions: 15011
% 0.12/0.36  % SAT variables: 5244
% 0.12/0.36  % SAT clauses: 6565
% 0.12/0.36  % WalkSAT solutions: 6564
% 0.12/0.36  % CDCL solutions: 0
% 0.12/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------