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

View Problem - Process Solution

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

% Computer : n004.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:34 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(thm400_6,negated_conjecture,
    ~ q(sk3,sk4),
    input ).

cnf(thm400_3,negated_conjecture,
    ( q(X3,X2)
    | ~ q(X2,X3) ),
    input ).

cnf(thm400_5,negated_conjecture,
    ~ p(sk1,sk2),
    input ).

cnf(thm400_4,negated_conjecture,
    ( p(X4,X5)
    | q(X4,X5) ),
    input ).

cnf(c0,plain,
    q(sk1,sk2),
    inference(resolution,status(thm),[thm400_4,thm400_5]) ).

cnf(c3,plain,
    q(sk2,sk1),
    inference(resolution,status(thm),[c0,thm400_3]) ).

cnf(thm400_2,negated_conjecture,
    ( q(X11,X12)
    | ~ q(X11,X13)
    | ~ q(X13,X12) ),
    input ).

cnf(c11,plain,
    ( q(X17,sk1)
    | ~ q(X17,sk2) ),
    inference(resolution,status(thm),[thm400_2,c3]) ).

cnf(c1,plain,
    ( p(X10,X9)
    | q(X9,X10) ),
    inference(resolution,status(thm),[thm400_4,thm400_3]) ).

cnf(thm400_1,negated_conjecture,
    ( p(X6,X7)
    | ~ p(X6,X8)
    | ~ p(X8,X7) ),
    input ).

cnf(c4,plain,
    ( p(X19,X20)
    | ~ p(X19,X18)
    | q(X18,X20) ),
    inference(resolution,status(thm),[thm400_1,thm400_4]) ).

cnf(c25,plain,
    ( p(X44,X43)
    | q(X45,X43)
    | q(X45,X44) ),
    inference(resolution,status(thm),[c4,c1]) ).

cnf(c148,plain,
    ( q(X119,sk2)
    | q(X119,sk1) ),
    inference(resolution,status(thm),[c25,thm400_5]) ).

cnf(c487,plain,
    q(X120,sk1),
    inference(resolution,status(thm),[c148,c11]) ).

cnf(c494,plain,
    q(sk1,X122),
    inference(resolution,status(thm),[c487,thm400_3]) ).

cnf(c502,plain,
    ( q(X145,X146)
    | ~ q(X145,sk1) ),
    inference(resolution,status(thm),[c494,thm400_2]) ).

cnf(c633,plain,
    q(X149,X150),
    inference(resolution,status(thm),[c502,c487]) ).

cnf(c694,plain,
    $false,
    inference(resolution,status(thm),[c633,thm400_6]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN726-1 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 22:39:37 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.62/0.79  # Version:  1.3
% 0.62/0.79  # SZS status Unsatisfiable
% 0.62/0.79  # SZS output start CNFRefutation
% See solution above
% 0.62/0.79  
% 0.62/0.79  # Initial clauses    : 6
% 0.62/0.79  # Processed clauses  : 72
% 0.62/0.79  # Factors computed   : 9
% 0.62/0.79  # Resolvents computed: 686
% 0.62/0.79  # Tautologies deleted: 4
% 0.62/0.79  # Forward subsumed   : 63
% 0.62/0.79  # Backward subsumed  : 56
% 0.62/0.79  # -------- CPU Time ---------
% 0.62/0.79  # User time          : 0.425 s
% 0.62/0.79  # System time        : 0.015 s
% 0.62/0.79  # Total time         : 0.440 s
%------------------------------------------------------------------------------