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

View Problem - Process Solution

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

% Computer : n026.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 : Sun Jul 17 22:56:50 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_q_is_total,negated_conjecture,
    ~ q(c,d),
    input ).

cnf(q_symmetry,plain,
    ( ~ q(X3,X2)
    | q(X2,X3) ),
    input ).

cnf(p_is_not_total,plain,
    ~ p(a,b),
    input ).

cnf(all_related,plain,
    ( p(X5,X4)
    | q(X5,X4) ),
    input ).

cnf(c0,plain,
    q(a,b),
    inference(resolution,status(thm),[all_related,p_is_not_total]) ).

cnf(c3,plain,
    q(b,a),
    inference(resolution,status(thm),[c0,q_symmetry]) ).

cnf(q_transitivity,plain,
    ( ~ q(X13,X12)
    | ~ q(X12,X11)
    | q(X13,X11) ),
    input ).

cnf(c11,plain,
    ( ~ q(X17,b)
    | q(X17,a) ),
    inference(resolution,status(thm),[q_transitivity,c3]) ).

cnf(c2,plain,
    ( p(X9,X10)
    | q(X10,X9) ),
    inference(resolution,status(thm),[all_related,q_symmetry]) ).

cnf(p_transitivity,plain,
    ( ~ p(X8,X7)
    | ~ p(X7,X6)
    | p(X8,X6) ),
    input ).

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

cnf(c26,plain,
    ( p(X47,X46)
    | q(X48,X46)
    | q(X48,X47) ),
    inference(resolution,status(thm),[c4,c2]) ).

cnf(c157,plain,
    ( q(X120,b)
    | q(X120,a) ),
    inference(resolution,status(thm),[c26,p_is_not_total]) ).

cnf(c502,plain,
    q(X121,a),
    inference(resolution,status(thm),[c157,c11]) ).

cnf(c514,plain,
    q(a,X125),
    inference(resolution,status(thm),[c502,q_symmetry]) ).

cnf(c540,plain,
    ( ~ q(X153,a)
    | q(X153,X152) ),
    inference(resolution,status(thm),[c514,q_transitivity]) ).

cnf(c763,plain,
    q(X154,X155),
    inference(resolution,status(thm),[c540,c502]) ).

cnf(c768,plain,
    $false,
    inference(resolution,status(thm),[c763,prove_q_is_total]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MSC006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n026.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 : Fri Jul  1 16:31:19 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.49/0.70  # Version:  1.3
% 0.49/0.70  # SZS status Unsatisfiable
% 0.49/0.70  # SZS output start CNFRefutation
% See solution above
% 0.49/0.70  
% 0.49/0.70  # Initial clauses    : 6
% 0.49/0.70  # Processed clauses  : 75
% 0.49/0.70  # Factors computed   : 8
% 0.49/0.70  # Resolvents computed: 761
% 0.49/0.70  # Tautologies deleted: 4
% 0.49/0.70  # Forward subsumed   : 62
% 0.49/0.70  # Backward subsumed  : 59
% 0.49/0.70  # -------- CPU Time ---------
% 0.49/0.70  # User time          : 0.335 s
% 0.49/0.70  # System time        : 0.014 s
% 0.49/0.70  # Total time         : 0.349 s
%------------------------------------------------------------------------------