TSTP Solution File: SYN321-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : SYN321-1 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n013.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  : 300s
% DateTime : Fri Sep  1 01:51:05 EDT 2023

% Result   : Unsatisfiable 0.20s 0.57s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   17 (   3 unt;   5 typ;   0 def)
%            Number of atoms       :   21 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   18 (   9   ~;   9   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   2   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   3 con; 0-0 aty)
%            Number of variables   :   11 (   9 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    a: $i ).

tff(decl_23,type,
    f: ( $i * $i ) > $o ).

tff(decl_24,type,
    g: ( $i * $i ) > $o ).

tff(decl_25,type,
    b: $i ).

tff(decl_26,type,
    d: $i ).

cnf(clause1,negated_conjecture,
    ( g(a,X2)
    | ~ f(a,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause1) ).

cnf(clause3,negated_conjecture,
    ( f(a,b)
    | g(a,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause3) ).

cnf(clause4,negated_conjecture,
    ( ~ f(a,b)
    | ~ g(a,d) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause4) ).

cnf(clause2,negated_conjecture,
    ( f(X1,b)
    | ~ g(X1,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause2) ).

cnf(c_0_4,negated_conjecture,
    ( g(a,X2)
    | ~ f(a,X1) ),
    clause1 ).

cnf(c_0_5,negated_conjecture,
    ( f(a,b)
    | g(a,X1) ),
    clause3 ).

cnf(c_0_6,negated_conjecture,
    ( g(a,X1)
    | g(a,X2) ),
    inference(spm,[status(thm)],[c_0_4,c_0_5]) ).

cnf(c_0_7,negated_conjecture,
    ( ~ f(a,b)
    | ~ g(a,d) ),
    clause4 ).

cnf(c_0_8,negated_conjecture,
    g(a,X1),
    inference(ef,[status(thm)],[c_0_6]) ).

cnf(c_0_9,negated_conjecture,
    ( f(X1,b)
    | ~ g(X1,X1) ),
    clause2 ).

cnf(c_0_10,negated_conjecture,
    ~ f(a,b),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_7,c_0_8])]) ).

cnf(c_0_11,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_8]),c_0_10]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : SYN321-1 : TPTP v8.1.2. Released v1.2.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.35  % Computer : n013.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Sat Aug 26 17:32:47 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.56  start to proof: theBenchmark
% 0.20/0.57  % Version  : CSE_E---1.5
% 0.20/0.57  % Problem  : theBenchmark.p
% 0.20/0.57  % Proof found
% 0.20/0.57  % SZS status Theorem for theBenchmark.p
% 0.20/0.57  % SZS output start Proof
% See solution above
% 0.20/0.57  % Total time : 0.003000 s
% 0.20/0.57  % SZS output end Proof
% 0.20/0.57  % Total time : 0.005000 s
%------------------------------------------------------------------------------