TSTP Solution File: SYN028-1 by Etableau---0.67

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Etableau---0.67
% Problem  : SYN028-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : etableau --auto --tsmdo --quicksat=10000 --tableau=1 --tableau-saturation=1 -s -p --tableau-cores=8 --cpu-limit=%d %s

% Computer : n026.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 06:07:17 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause1,axiom,
    ( q
    | p ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause1) ).

cnf(prove_something,negated_conjecture,
    ~ p,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_something) ).

cnf(clause2,axiom,
    ( r
    | ~ q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause2) ).

cnf(clause3,axiom,
    ( s
    | ~ r ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause3) ).

cnf(clause5,axiom,
    ( p
    | ~ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause5) ).

cnf(clause4,axiom,
    ( t
    | ~ s
    | ~ r ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause4) ).

cnf(c_0_6,axiom,
    ( q
    | p ),
    clause1 ).

cnf(c_0_7,negated_conjecture,
    ~ p,
    prove_something ).

cnf(c_0_8,axiom,
    ( r
    | ~ q ),
    clause2 ).

cnf(c_0_9,plain,
    q,
    inference(sr,[status(thm)],[c_0_6,c_0_7]) ).

cnf(c_0_10,axiom,
    ( s
    | ~ r ),
    clause3 ).

cnf(c_0_11,plain,
    r,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_8,c_0_9])]) ).

cnf(c_0_12,axiom,
    ( p
    | ~ t ),
    clause5 ).

cnf(c_0_13,axiom,
    ( t
    | ~ s
    | ~ r ),
    clause4 ).

cnf(c_0_14,plain,
    s,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_10,c_0_11])]) ).

cnf(c_0_15,plain,
    ~ t,
    inference(sr,[status(thm)],[c_0_12,c_0_7]) ).

cnf(c_0_16,plain,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_13,c_0_11]),c_0_14])]),c_0_15]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : SYN028-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : etableau --auto --tsmdo --quicksat=10000 --tableau=1 --tableau-saturation=1 -s -p --tableau-cores=8 --cpu-limit=%d %s
% 0.12/0.33  % Computer : n026.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 : Tue Jul 12 04:48:57 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.36  # No SInE strategy applied
% 0.12/0.36  # Auto-Mode selected heuristic G_E___208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AN
% 0.12/0.36  # and selection function SelectComplexExceptUniqMaxHorn.
% 0.12/0.36  #
% 0.12/0.36  # Presaturation interreduction done
% 0.12/0.36  
% 0.12/0.36  # Proof found!
% 0.12/0.36  # SZS status Unsatisfiable
% 0.12/0.36  # SZS output start CNFRefutation
% See solution above
% 0.12/0.36  # Training examples: 0 positive, 0 negative
%------------------------------------------------------------------------------