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

View Problem - Process Solution

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

% Computer : n016.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   : Satisfiable 0.39s 0.57s
% Output   : Saturation 0.39s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause5,negated_conjecture,
    ( ~ f(a,a)
    | ~ f(z(X32,X31),z(X32,X31)) ),
    input ).

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

cnf(clause1,negated_conjecture,
    ( f(a,z(X14,X13))
    | f(a,a) ),
    input ).

cnf(c6,plain,
    ( f(a,z(X20,X21))
    | f(X22,X19) ),
    inference(resolution,status(thm),[clause1,clause4]) ).

cnf(c7,plain,
    f(a,z(X23,X24)),
    inference(factor,status(thm),[c6]) ).

cnf(clause2,negated_conjecture,
    ( f(X6,z(X6,X5))
    | f(a,a) ),
    input ).

cnf(c1,plain,
    ( f(X10,z(X10,X8))
    | f(X9,X7) ),
    inference(resolution,status(thm),[clause2,clause4]) ).

cnf(c2,plain,
    f(X11,z(X11,X12)),
    inference(factor,status(thm),[c1]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : SYN344-1 : TPTP v8.1.0. Released v1.2.0.
% 0.08/0.15  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.37  % Computer : n016.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 600
% 0.15/0.37  % DateTime : Tue Jul 12 03:57:29 EDT 2022
% 0.15/0.37  % CPUTime  : 
% 0.39/0.57  # Version:  1.3
% 0.39/0.57  # SZS status Satisfiable
% 0.39/0.57  # SZS output start Saturation
% See solution above
% 0.39/0.57  
% 0.39/0.57  # Initial clauses    : 5
% 0.39/0.57  # Processed clauses  : 9
% 0.39/0.57  # Factors computed   : 2
% 0.39/0.57  # Resolvents computed: 8
% 0.39/0.57  # Tautologies deleted: 0
% 0.39/0.57  # Forward subsumed   : 6
% 0.39/0.57  # Backward subsumed  : 4
% 0.39/0.57  # -------- CPU Time ---------
% 0.39/0.57  # User time          : 0.177 s
% 0.39/0.57  # System time        : 0.016 s
% 0.39/0.57  # Total time         : 0.193 s
%------------------------------------------------------------------------------