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

View Problem - Process Solution

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

% Computer : n008.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 : Mon Jul 18 05:10:22 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause52,axiom,
    ( ~ male(X106,X105)
    | ~ unisex(X106,X105) ),
    input ).

cnf(clause35,axiom,
    ( ~ object(X72,X71)
    | unisex(X72,X71) ),
    input ).

cnf(clause31,axiom,
    ( ~ artifact(X64,X63)
    | object(X64,X63) ),
    input ).

cnf(clause30,axiom,
    ( ~ instrumentality(X62,X61)
    | artifact(X62,X61) ),
    input ).

cnf(clause50,axiom,
    ( ~ furniture(X102,X101)
    | instrumentality(X102,X101) ),
    input ).

cnf(clause49,axiom,
    ( ~ seat(X100,X99)
    | furniture(X100,X99) ),
    input ).

cnf(clause48,axiom,
    ( ~ frontseat(X98,X97)
    | seat(X98,X97) ),
    input ).

cnf(clause75,negated_conjecture,
    two(skc6,skc7),
    input ).

cnf(clause60,axiom,
    ( ~ two(X127,X126)
    | member(X127,skf10(X126,X127),X126) ),
    input ).

cnf(c127,plain,
    member(skc6,skf10(skc7,skc6),skc7),
    inference(resolution,status(thm),[clause60,clause75]) ).

cnf(clause89,negated_conjecture,
    ( ~ member(skc6,X173,skc7)
    | frontseat(skc6,skf5(X172)) ),
    input ).

cnf(c162,plain,
    frontseat(skc6,skf5(X174)),
    inference(resolution,status(thm),[clause89,c127]) ).

cnf(c164,plain,
    seat(skc6,skf5(X176)),
    inference(resolution,status(thm),[c162,clause48]) ).

cnf(c165,plain,
    furniture(skc6,skf5(X177)),
    inference(resolution,status(thm),[c164,clause49]) ).

cnf(c166,plain,
    instrumentality(skc6,skf5(X178)),
    inference(resolution,status(thm),[c165,clause50]) ).

cnf(c167,plain,
    artifact(skc6,skf5(X181)),
    inference(resolution,status(thm),[c166,clause30]) ).

cnf(c170,plain,
    object(skc6,skf5(X184)),
    inference(resolution,status(thm),[c167,clause31]) ).

cnf(c176,plain,
    unisex(skc6,skf5(X192)),
    inference(resolution,status(thm),[c170,clause35]) ).

cnf(c188,plain,
    ~ male(skc6,skf5(X207)),
    inference(resolution,status(thm),[c176,clause52]) ).

cnf(clause14,axiom,
    ( ~ man(X30,X29)
    | male(X30,X29) ),
    input ).

cnf(reflexivity,axiom,
    X2 = X2,
    eq_axiom ).

cnf(clause2,axiom,
    ( ~ fellow(X6,X5)
    | man(X6,X5) ),
    input ).

cnf(clause88,negated_conjecture,
    ( ~ member(skc6,X134,skc7)
    | fellow(skc6,X134) ),
    input ).

cnf(c134,plain,
    fellow(skc6,skf10(skc7,skc6)),
    inference(resolution,status(thm),[c127,clause88]) ).

cnf(c136,plain,
    man(skc6,skf10(skc7,skc6)),
    inference(resolution,status(thm),[c134,clause2]) ).

cnf(c7,plain,
    ( X243 != X242
    | X241 != X240
    | ~ man(X243,X241)
    | man(X242,X240) ),
    eq_axiom ).

cnf(c218,plain,
    ( skc6 != X787
    | skf10(skc7,skc6) != X786
    | man(X787,X786) ),
    inference(resolution,status(thm),[c7,c136]) ).

cnf(clause59,axiom,
    ( ~ be(X122,X120,X119,X121)
    | X119 = X121 ),
    input ).

cnf(clause92,negated_conjecture,
    ( ~ member(skc6,X193,skc7)
    | be(skc6,skf6(X193),X193,skf5(X193)) ),
    input ).

cnf(c189,plain,
    be(skc6,skf6(skf10(skc7,skc6)),skf10(skc7,skc6),skf5(skf10(skc7,skc6))),
    inference(resolution,status(thm),[clause92,c127]) ).

cnf(c521,plain,
    skf10(skc7,skc6) = skf5(skf10(skc7,skc6)),
    inference(resolution,status(thm),[c189,clause59]) ).

cnf(c523,plain,
    ( skc6 != X831
    | man(X831,skf5(skf10(skc7,skc6))) ),
    inference(resolution,status(thm),[c521,c218]) ).

cnf(c539,plain,
    man(skc6,skf5(skf10(skc7,skc6))),
    inference(resolution,status(thm),[c523,reflexivity]) ).

cnf(c542,plain,
    male(skc6,skf5(skf10(skc7,skc6))),
    inference(resolution,status(thm),[c539,clause14]) ).

cnf(c549,plain,
    $false,
    inference(resolution,status(thm),[c542,c188]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : NLP141-1 : TPTP v8.1.0. Released v2.4.0.
% 0.11/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n008.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 04:10:38 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.76/0.93  # Version:  1.3
% 0.76/0.93  # SZS status Unsatisfiable
% 0.76/0.93  # SZS output start CNFRefutation
% See solution above
% 0.76/0.93  
% 0.76/0.93  # Initial clauses    : 159
% 0.76/0.93  # Processed clauses  : 484
% 0.76/0.93  # Factors computed   : 0
% 0.76/0.93  # Resolvents computed: 487
% 0.76/0.93  # Tautologies deleted: 2
% 0.76/0.93  # Forward subsumed   : 109
% 0.76/0.93  # Backward subsumed  : 3
% 0.76/0.93  # -------- CPU Time ---------
% 0.76/0.93  # User time          : 0.572 s
% 0.76/0.93  # System time        : 0.014 s
% 0.76/0.93  # Total time         : 0.586 s
%------------------------------------------------------------------------------