TSTP Solution File: SYN029-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : SYN029-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n025.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 : Thu Jul 21 12:17:21 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( q
    | p ),
    file('SYN029-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ p
    | q ),
    file('SYN029-1.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ r
    | ~ q
    | p ),
    file('SYN029-1.p',unknown),
    [] ).

cnf(4,axiom,
    r,
    file('SYN029-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ p
    | ~ q ),
    file('SYN029-1.p',unknown),
    [] ).

cnf(6,plain,
    q,
    inference(mrr,[status(thm)],[2,1]),
    [iquote('0:MRR:2.0,1.1')] ).

cnf(7,plain,
    ~ p,
    inference(mrr,[status(thm)],[5,6]),
    [iquote('0:MRR:5.1,6.0')] ).

cnf(8,plain,
    $false,
    inference(mrr,[status(thm)],[3,4,6,7]),
    [iquote('0:MRR:3.0,3.1,3.2,4.0,6.0,7.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SYN029-1 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : run_spass %d %s
% 0.12/0.33  % Computer : n025.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jul 11 23:24:02 EDT 2022
% 0.18/0.34  % CPUTime  : 
% 0.18/0.41  
% 0.18/0.41  SPASS V 3.9 
% 0.18/0.41  SPASS beiseite: Proof found.
% 0.18/0.41  % SZS status Theorem
% 0.18/0.41  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.18/0.41  SPASS derived 0 clauses, backtracked 0 clauses, performed 0 splits and kept 5 clauses.
% 0.18/0.41  SPASS allocated 63073 KBytes.
% 0.18/0.41  SPASS spent	0:00:00.06 on the problem.
% 0.18/0.41  		0:00:00.04 for the input.
% 0.18/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.18/0.41  		0:00:00.00 for inferences.
% 0.18/0.41  		0:00:00.00 for the backtracking.
% 0.18/0.41  		0:00:00.00 for the reduction.
% 0.18/0.41  
% 0.18/0.41  
% 0.18/0.41  Here is a proof with depth 0, length 8 :
% 0.18/0.41  % SZS output start Refutation
% See solution above
% 0.18/0.41  Formulae used in the proof : clause1 clause2 clause3 clause4 prove_something
% 0.18/0.41  
%------------------------------------------------------------------------------