TSTP Solution File: GEO265+3 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : GEO265+3 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n009.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:24:04 EDT 2022

% Result   : Theorem 0.21s 0.46s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    5
% Syntax   : Number of clauses     :    9 (   6 unt;   1 nHn;   9 RR)
%            Number of literals    :   12 (   0 equ;   6 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    equally_directed_lines(skc2,reverse_line(skc3)),
    file('GEO265+3.p',unknown),
    [] ).

cnf(3,axiom,
    ~ equally_directed_opposite_lines(skc2,skc3),
    file('GEO265+3.p',unknown),
    [] ).

cnf(11,axiom,
    ( equally_directed_opposite_lines(u,v)
    | unequally_directed_opposite_lines(u,v) ),
    file('GEO265+3.p',unknown),
    [] ).

cnf(20,axiom,
    ( ~ unequally_directed_opposite_lines(u,v)
    | unequally_directed_lines(u,reverse_line(v)) ),
    file('GEO265+3.p',unknown),
    [] ).

cnf(26,axiom,
    ( ~ unequally_directed_lines(u,v)
    | ~ equally_directed_lines(u,v) ),
    file('GEO265+3.p',unknown),
    [] ).

cnf(73,plain,
    unequally_directed_opposite_lines(skc2,skc3),
    inference(res,[status(thm),theory(equality)],[11,3]),
    [iquote('0:Res:11.1,3.0')] ).

cnf(74,plain,
    ~ unequally_directed_lines(skc2,reverse_line(skc3)),
    inference(res,[status(thm),theory(equality)],[2,26]),
    [iquote('0:Res:2.0,26.0')] ).

cnf(81,plain,
    ~ unequally_directed_opposite_lines(skc2,skc3),
    inference(res,[status(thm),theory(equality)],[20,74]),
    [iquote('0:Res:20.1,74.0')] ).

cnf(82,plain,
    $false,
    inference(mrr,[status(thm)],[81,73]),
    [iquote('0:MRR:81.0,73.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : GEO265+3 : TPTP v8.1.0. Released v4.0.0.
% 0.04/0.14  % Command  : run_spass %d %s
% 0.14/0.36  % Computer : n009.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Fri Jun 17 22:13:38 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.21/0.46  
% 0.21/0.46  SPASS V 3.9 
% 0.21/0.46  SPASS beiseite: Proof found.
% 0.21/0.46  % SZS status Theorem
% 0.21/0.46  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.21/0.46  SPASS derived 6 clauses, backtracked 0 clauses, performed 0 splits and kept 56 clauses.
% 0.21/0.46  SPASS allocated 97777 KBytes.
% 0.21/0.46  SPASS spent	0:00:00.09 on the problem.
% 0.21/0.46  		0:00:00.04 for the input.
% 0.21/0.46  		0:00:00.03 for the FLOTTER CNF translation.
% 0.21/0.46  		0:00:00.00 for inferences.
% 0.21/0.46  		0:00:00.00 for the backtracking.
% 0.21/0.46  		0:00:00.00 for the reduction.
% 0.21/0.46  
% 0.21/0.46  
% 0.21/0.46  Here is a proof with depth 2, length 9 :
% 0.21/0.46  % SZS output start Refutation
% See solution above
% 0.21/0.46  Formulae used in the proof : con a5_defns a1_defns a4_defns
% 0.21/0.46  
%------------------------------------------------------------------------------