TSTP Solution File: SYN345-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN345-1 : TPTP v8.1.0. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n007.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 11:27:22 EDT 2022

% Result   : Unsatisfiable 0.39s 0.56s
% Output   : Refutation 0.39s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause8,negated_conjecture,
    ( ~ f(b,b,X6)
    | ~ f(a,a,b)
    | ~ f(a,b,b) ),
    input ).

cnf(clause1,negated_conjecture,
    ( f(a,b,X4)
    | ~ f(a,a,b)
    | f(a,b,b) ),
    input ).

cnf(clause7,negated_conjecture,
    ( ~ f(b,b,X5)
    | f(a,a,b)
    | f(a,b,b) ),
    input ).

cnf(clause5,negated_conjecture,
    ( f(X11,X12,z(X11,X12))
    | f(a,a,b)
    | f(a,b,b) ),
    input ).

cnf(c1,plain,
    ( f(a,a,b)
    | f(a,b,b) ),
    inference(resolution,status(thm),[clause5,clause7]) ).

cnf(c5,plain,
    ( f(a,b,b)
    | f(a,b,X15) ),
    inference(resolution,status(thm),[c1,clause1]) ).

cnf(c11,plain,
    f(a,b,b),
    inference(factor,status(thm),[c5]) ).

cnf(c15,plain,
    ( ~ f(b,b,X18)
    | ~ f(a,a,b) ),
    inference(resolution,status(thm),[c11,clause8]) ).

cnf(clause4,negated_conjecture,
    ( ~ f(X9,z(X9,X10),z(X9,X10))
    | f(a,a,b)
    | ~ f(a,b,b) ),
    input ).

cnf(clause3,negated_conjecture,
    ( f(b,X2,X3)
    | f(a,a,b)
    | ~ f(a,b,b) ),
    input ).

cnf(c7,plain,
    ( f(a,a,b)
    | f(b,X13,X14) ),
    inference(resolution,status(thm),[c1,clause3]) ).

cnf(c10,plain,
    ( f(a,a,b)
    | ~ f(a,b,b) ),
    inference(resolution,status(thm),[c7,clause4]) ).

cnf(c19,plain,
    f(a,a,b),
    inference(resolution,status(thm),[c10,c11]) ).

cnf(c20,plain,
    ~ f(b,b,X24),
    inference(resolution,status(thm),[c19,c15]) ).

cnf(clause6,negated_conjecture,
    ( f(X16,X17,z(X16,X17))
    | ~ f(a,a,b)
    | ~ f(a,b,b) ),
    input ).

cnf(c16,plain,
    ( f(X26,X25,z(X26,X25))
    | ~ f(a,a,b) ),
    inference(resolution,status(thm),[clause6,c11]) ).

cnf(c21,plain,
    f(X28,X27,z(X28,X27)),
    inference(resolution,status(thm),[c16,c19]) ).

cnf(c22,plain,
    $false,
    inference(resolution,status(thm),[c21,c20]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.11  % Problem  : SYN345-1 : TPTP v8.1.0. Released v1.2.0.
% 0.02/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.32  % Computer : n007.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Mon Jul 11 19:17:48 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.39/0.56  # Version:  1.3
% 0.39/0.56  # SZS status Unsatisfiable
% 0.39/0.56  # SZS output start CNFRefutation
% See solution above
% 0.39/0.56  
% 0.39/0.56  # Initial clauses    : 8
% 0.39/0.56  # Processed clauses  : 19
% 0.39/0.56  # Factors computed   : 1
% 0.39/0.56  # Resolvents computed: 22
% 0.39/0.56  # Tautologies deleted: 1
% 0.39/0.56  # Forward subsumed   : 2
% 0.39/0.56  # Backward subsumed  : 15
% 0.39/0.56  # -------- CPU Time ---------
% 0.39/0.56  # User time          : 0.207 s
% 0.39/0.56  # System time        : 0.023 s
% 0.39/0.56  # Total time         : 0.230 s
%------------------------------------------------------------------------------