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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN729-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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  : 600s
% DateTime : Thu Jul 21 11:30:37 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(thm72_3,negated_conjecture,
    ( p(g(X3))
    | ~ p(X3) ),
    input ).

cnf(thm72_5,negated_conjecture,
    p(sk2),
    input ).

cnf(thm72_2,negated_conjecture,
    ( p(sk1(X2))
    | ~ p(X2) ),
    input ).

cnf(c0,plain,
    p(sk1(sk2)),
    inference(resolution,status(thm),[thm72_2,thm72_5]) ).

cnf(thm72_4,negated_conjecture,
    ( p(h(X5))
    | ~ p(X5) ),
    input ).

cnf(c11,plain,
    p(h(sk1(sk2))),
    inference(resolution,status(thm),[thm72_4,c0]) ).

cnf(c36,plain,
    p(g(h(sk1(sk2)))),
    inference(resolution,status(thm),[c11,thm72_3]) ).

cnf(thm72_6,negated_conjecture,
    ( ~ p(X6)
    | ~ l(sk2,X6) ),
    input ).

cnf(thm72_1,negated_conjecture,
    ( l(X4,g(h(sk1(X4))))
    | ~ p(X4) ),
    input ).

cnf(c6,plain,
    l(sk2,g(h(sk1(sk2)))),
    inference(resolution,status(thm),[thm72_1,thm72_5]) ).

cnf(c48,plain,
    ~ p(g(h(sk1(sk2)))),
    inference(resolution,status(thm),[c6,thm72_6]) ).

cnf(c149,plain,
    $false,
    inference(resolution,status(thm),[c48,c36]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN729-1 : TPTP v8.1.0. Released v2.5.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jul 12 04:47:29 EDT 2022
% 0.20/0.34  % CPUTime  : 
% 0.42/0.63  # Version:  1.3
% 0.42/0.63  # SZS status Unsatisfiable
% 0.42/0.63  # SZS output start CNFRefutation
% See solution above
% 0.42/0.63  
% 0.42/0.63  # Initial clauses    : 6
% 0.42/0.63  # Processed clauses  : 49
% 0.42/0.63  # Factors computed   : 0
% 0.42/0.63  # Resolvents computed: 150
% 0.42/0.63  # Tautologies deleted: 0
% 0.42/0.63  # Forward subsumed   : 0
% 0.42/0.63  # Backward subsumed  : 0
% 0.42/0.63  # -------- CPU Time ---------
% 0.42/0.63  # User time          : 0.249 s
% 0.42/0.63  # System time        : 0.015 s
% 0.42/0.63  # Total time         : 0.264 s
%------------------------------------------------------------------------------