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

View Problem - Process Solution

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

% Computer : n029.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:53 EDT 2022

% Result   : Satisfiable 0.37s 0.53s
% Output   : Saturation 0.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(grandparent4,negated_conjecture,
    ( ~ parent(X37)
    | ~ child(X37,X36)
    | ~ parent(X36)
    | grandparent(X37) ),
    input ).

cnf(mother4,negated_conjecture,
    ( ~ parent(X35)
    | ~ sex(X35,X34)
    | ~ female(X34)
    | mother(X35) ),
    input ).

cnf(parent_with_sons_only3,negated_conjecture,
    ( ~ parent(X33)
    | child(X33,female_child_of(X33))
    | parent_with_sons_only(X33) ),
    input ).

cnf(parent_with_sons_only4,negated_conjecture,
    ( ~ parent(X32)
    | ~ child_with_parent(female_child_of(X32))
    | parent_with_sons_only(X32) ),
    input ).

cnf(parent_with_sons_only7,negated_conjecture,
    ( ~ sex(X31,X30)
    | ~ male(X30)
    | child_with_parent(X31) ),
    input ).

cnf(parent4,negated_conjecture,
    ( ~ person(X29)
    | ~ child(X29,X28)
    | ~ person(X28)
    | parent(X29) ),
    input ).

cnf(parent_with_sons_only2,negated_conjecture,
    ( ~ parent_with_sons_only(X27)
    | ~ child(X27,X26)
    | child_with_parent(X26) ),
    input ).

cnf(person4,negated_conjecture,
    ( ~ sex(X25,X24)
    | ~ female(X24)
    | person(X25) ),
    input ).

cnf(parent_with_sons_only5,negated_conjecture,
    ( ~ child_with_parent(X23)
    | sex(X23,sex_of3(X23)) ),
    input ).

cnf(grandparent2,negated_conjecture,
    ( ~ grandparent(X22)
    | child(X22,child_of2(X22)) ),
    input ).

cnf(father3,negated_conjecture,
    ( ~ parent(X21)
    | mother(X21)
    | father(X21) ),
    input ).

cnf(person3,negated_conjecture,
    ( ~ sex(X20,X19)
    | ~ male(X19)
    | person(X20) ),
    input ).

cnf(mother2,negated_conjecture,
    ( ~ mother(X18)
    | sex(X18,sex_of2(X18)) ),
    input ).

cnf(parent2,negated_conjecture,
    ( ~ parent(X17)
    | child(X17,child_of1(X17)) ),
    input ).

cnf(parent_with_sons_only6,negated_conjecture,
    ( ~ child_with_parent(X16)
    | male(sex_of3(X16)) ),
    input ).

cnf(grandparent3,negated_conjecture,
    ( ~ grandparent(X15)
    | parent(child_of2(X15)) ),
    input ).

cnf(mother3,negated_conjecture,
    ( ~ mother(X14)
    | female(sex_of2(X14)) ),
    input ).

cnf(parent3,negated_conjecture,
    ( ~ parent(X12)
    | person(child_of1(X12)) ),
    input ).

cnf(parent_with_sons_only1,negated_conjecture,
    ( ~ parent_with_sons_only(X10)
    | parent(X10) ),
    input ).

cnf(grandparent1,negated_conjecture,
    ( ~ grandparent(X9)
    | parent(X9) ),
    input ).

cnf(father2,negated_conjecture,
    ( ~ father(X8)
    | ~ mother(X8) ),
    input ).

cnf(person1,negated_conjecture,
    ( ~ person(X7)
    | sex(X7,sex_of1(X7)) ),
    input ).

cnf(father1,negated_conjecture,
    ( ~ father(X6)
    | parent(X6) ),
    input ).

cnf(mother1,negated_conjecture,
    ( ~ mother(X5)
    | parent(X5) ),
    input ).

cnf(parent1,negated_conjecture,
    ( ~ parent(X4)
    | person(X4) ),
    input ).

cnf(female2,negated_conjecture,
    ( male(X3)
    | female(X3) ),
    input ).

cnf(female1,negated_conjecture,
    ( ~ female(X2)
    | ~ male(X2) ),
    input ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MSC009-1 : TPTP v8.1.0. Released v1.2.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n029.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 : Fri Jul  1 16:13:39 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.37/0.53  # Version:  1.3
% 0.37/0.53  # SZS status Satisfiable
% 0.37/0.53  # SZS output start Saturation
% See solution above
% 0.37/0.53  
% 0.37/0.53  # Initial clauses    : 28
% 0.37/0.53  # Processed clauses  : 27
% 0.37/0.53  # Factors computed   : 0
% 0.37/0.53  # Resolvents computed: 1
% 0.37/0.53  # Tautologies deleted: 1
% 0.37/0.53  # Forward subsumed   : 1
% 0.37/0.53  # Backward subsumed  : 0
% 0.37/0.53  # -------- CPU Time ---------
% 0.37/0.53  # User time          : 0.177 s
% 0.37/0.53  # System time        : 0.016 s
% 0.37/0.53  # Total time         : 0.193 s
%------------------------------------------------------------------------------