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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN310-1 : TPTP v8.1.0. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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 11:26:58 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause5,negated_conjecture,
    ~ p(a,b,c),
    input ).

cnf(clause2,negated_conjecture,
    ( ~ p(X5,X7,X6)
    | p(X7,X5,X6) ),
    input ).

cnf(clause1,negated_conjecture,
    ( ~ p(X3,X2,X4)
    | p(X4,X2,X3) ),
    input ).

cnf(clause3,negated_conjecture,
    ( ~ p(X10,X8,g(X9))
    | p(X10,X8,X9) ),
    input ).

cnf(clause4,negated_conjecture,
    ( ~ p(f(X13),X11,X12)
    | p(X13,X11,X12) ),
    input ).

cnf(clause6,negated_conjecture,
    p(f(g(a)),f(g(b)),f(g(c))),
    input ).

cnf(c0,plain,
    p(g(a),f(g(b)),f(g(c))),
    inference(resolution,status(thm),[clause6,clause4]) ).

cnf(c3,plain,
    p(f(g(c)),f(g(b)),g(a)),
    inference(resolution,status(thm),[c0,clause1]) ).

cnf(c5,plain,
    p(g(c),f(g(b)),g(a)),
    inference(resolution,status(thm),[c3,clause4]) ).

cnf(c11,plain,
    p(g(c),f(g(b)),a),
    inference(resolution,status(thm),[c5,clause3]) ).

cnf(c12,plain,
    p(a,f(g(b)),g(c)),
    inference(resolution,status(thm),[c11,clause1]) ).

cnf(c16,plain,
    p(a,f(g(b)),c),
    inference(resolution,status(thm),[c12,clause3]) ).

cnf(c21,plain,
    p(f(g(b)),a,c),
    inference(resolution,status(thm),[c16,clause2]) ).

cnf(c24,plain,
    p(g(b),a,c),
    inference(resolution,status(thm),[c21,clause4]) ).

cnf(c27,plain,
    p(c,a,g(b)),
    inference(resolution,status(thm),[c24,clause1]) ).

cnf(c31,plain,
    p(c,a,b),
    inference(resolution,status(thm),[c27,clause3]) ).

cnf(c35,plain,
    p(b,a,c),
    inference(resolution,status(thm),[c31,clause1]) ).

cnf(c38,plain,
    p(a,b,c),
    inference(resolution,status(thm),[c35,clause2]) ).

cnf(c41,plain,
    $false,
    inference(resolution,status(thm),[c38,clause5]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN310-1 : TPTP v8.1.0. Released v1.2.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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 : Tue Jul 12 03:03:48 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.51  # Version:  1.3
% 0.18/0.51  # SZS status Unsatisfiable
% 0.18/0.51  # SZS output start CNFRefutation
% See solution above
% 0.18/0.51  
% 0.18/0.51  # Initial clauses    : 6
% 0.18/0.51  # Processed clauses  : 23
% 0.18/0.51  # Factors computed   : 0
% 0.18/0.51  # Resolvents computed: 47
% 0.18/0.51  # Tautologies deleted: 0
% 0.18/0.51  # Forward subsumed   : 1
% 0.18/0.51  # Backward subsumed  : 0
% 0.18/0.51  # -------- CPU Time ---------
% 0.18/0.51  # User time          : 0.155 s
% 0.18/0.51  # System time        : 0.019 s
% 0.18/0.51  # Total time         : 0.174 s
%------------------------------------------------------------------------------