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

View Problem - Process Solution

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

% Computer : n024.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 : Wed Jul 20 21:15:30 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_1,negated_conjecture,
    ~ less_than(n,k),
    input ).

cnf(clause_2,negated_conjecture,
    ~ less_than(k,l),
    input ).

cnf(clause_5,negated_conjecture,
    less_than(one,l),
    input ).

cnf(clause_6,negated_conjecture,
    less_than(a(k),a(predecessor(l))),
    input ).

cnf(clause_8,negated_conjecture,
    ( less_than(X52,l)
    | less_than(n,X52)
    | ~ less_than(one,l)
    | ~ less_than(a(X52),a(predecessor(l))) ),
    input ).

cnf(c141,plain,
    ( less_than(k,l)
    | less_than(n,k)
    | ~ less_than(one,l) ),
    inference(resolution,status(thm),[clause_8,clause_6]) ).

cnf(c2405,plain,
    ( less_than(k,l)
    | less_than(n,k) ),
    inference(resolution,status(thm),[c141,clause_5]) ).

cnf(c8801,plain,
    less_than(n,k),
    inference(resolution,status(thm),[c2405,clause_2]) ).

cnf(c8831,plain,
    $false,
    inference(resolution,status(thm),[c8801,clause_1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : SWV005-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n024.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 : Thu Jun 16 06:16:18 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 4.16/4.38  # Version:  1.3
% 4.16/4.38  # SZS status Unsatisfiable
% 4.16/4.38  # SZS output start CNFRefutation
% See solution above
% 4.16/4.38  
% 4.16/4.38  # Initial clauses    : 28
% 4.16/4.38  # Processed clauses  : 495
% 4.16/4.38  # Factors computed   : 7
% 4.16/4.38  # Resolvents computed: 8830
% 4.16/4.38  # Tautologies deleted: 3
% 4.16/4.38  # Forward subsumed   : 753
% 4.16/4.38  # Backward subsumed  : 10
% 4.16/4.38  # -------- CPU Time ---------
% 4.16/4.38  # User time          : 4.017 s
% 4.16/4.38  # System time        : 0.028 s
% 4.16/4.38  # Total time         : 4.045 s
%------------------------------------------------------------------------------