TSTP Solution File: PUZ134_1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : PUZ134_1 : TPTP v8.1.2. Released v5.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% 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  : 300s
% DateTime : Thu Aug 31 13:20:24 EDT 2023

% Result   : Theorem 5.87s 1.63s
% Output   : CNFRefutation 5.87s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   18
%            Number of leaves      :   35
% Syntax   : Number of formulae    :  258 (  68 unt;   0 typ;   0 def)
%            Number of atoms       :  886 ( 462 equ)
%            Maximal formula atoms :    8 (   3 avg)
%            Number of connectives :  758 ( 379   ~; 354   |;  16   &)
%                                         (   1 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :  249 ( 249 fml;   0 var)
%            Number of types       :    0 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :   19 (  17 usr;  15 prp; 0-2 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :  226 (   2 sgn;  69   !;   3   ?;  72   :)

% Comments : 
%------------------------------------------------------------------------------
tff(f1,axiom,
    a != b,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_b) ).

tff(f2,axiom,
    a != c,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_c) ).

tff(f3,axiom,
    a != d,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_d) ).

tff(f4,axiom,
    a != e,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_e) ).

tff(f5,axiom,
    b != c,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_not_c) ).

tff(f6,axiom,
    b != d,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_not_d) ).

tff(f7,axiom,
    b != e,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_not_e) ).

tff(f8,axiom,
    c != d,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_not_d) ).

tff(f9,axiom,
    c != e,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_not_e) ).

tff(f10,axiom,
    d != e,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_not_e) ).

tff(f21,axiom,
    ! [X0: knowheyan] :
      ( ( e = X0 )
      | ( d = X0 )
      | ( c = X0 )
      | ( b = X0 )
      | ( a = X0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',only_knowheyans) ).

tff(f22,axiom,
    ! [X0: job] :
      ( ( synthetic_food_nutitionist = X0 )
      | ( lunar_energy_engineer = X0 )
      | ( space_planner = X0 )
      | ( communications_consultant = X0 )
      | ( airfoil_technician = X0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',only_jobs) ).

tff(f23,axiom,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( X0 != X1 )
     => ( age_of(X0) != age_of(X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unique_ages) ).

tff(f24,axiom,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( X0 != X1 )
     => ( job_of(X0) != job_of(X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unique_jobs) ).

tff(f25,axiom,
    ! [X0: age,X1: age,X2: age] :
      ( ( greater(X1,X2)
        & greater(X0,X1) )
     => greater(X0,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_transitive) ).

tff(f26,axiom,
    ! [X0: age,X1: age] :
      ~ ( greater(X1,X0)
        & greater(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_irreflexive) ).

tff(f27,axiom,
    ! [X0: age,X1: age] :
      ( ( X0 != X1 )
    <=> ( greater(X1,X0)
        | greater(X0,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_greater) ).

tff(f28,axiom,
    ! [X0: knowheyan] :
      ( ( communications_consultant = job_of(X0) )
     => ~ ? [X1: knowheyan] : greater(age_of(X1),age_of(X0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',communications_consultant_not_younger) ).

tff(f29,axiom,
    greater(age_of(a),age_of(d)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_info1) ).

tff(f30,axiom,
    greater(age_of(d),age_of(b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_info2) ).

tff(f31,axiom,
    ! [X0: knowheyan] :
      ( ( lunar_energy_engineer = job_of(X0) )
     => greater(age_of(X0),age_of(b)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_info3) ).

tff(f32,axiom,
    greater(age_of(b),age_of(c)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_info4) ).

tff(f33,axiom,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( space_planner = job_of(X1) )
        & ( airfoil_technician = job_of(X0) ) )
     => greater(age_of(X0),age_of(X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_job1) ).

tff(f34,axiom,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( synthetic_food_nutitionist = job_of(X1) )
        & ( space_planner = job_of(X0) ) )
     => greater(age_of(X0),age_of(X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',age_job2) ).

tff(f35,axiom,
    ? [X0: knowheyan] : greater(age_of(c),age_of(X0)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_not_youngest) ).

tff(f36,conjecture,
    ( ( synthetic_food_nutitionist = job_of(e) )
    & ( space_planner = job_of(c) )
    & ( airfoil_technician = job_of(b) )
    & ( lunar_energy_engineer = job_of(d) )
    & ( communications_consultant = job_of(a) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',known_jobs) ).

tff(f37,negated_conjecture,
    ~ ( ( synthetic_food_nutitionist = job_of(e) )
      & ( space_planner = job_of(c) )
      & ( airfoil_technician = job_of(b) )
      & ( lunar_energy_engineer = job_of(d) )
      & ( communications_consultant = job_of(a) ) ),
    inference(negated_conjecture,[],[f36]) ).

tff(f38,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( age_of(X0) != age_of(X1) )
      | ( X0 = X1 ) ),
    inference(ennf_transformation,[],[f23]) ).

tff(f39,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( job_of(X0) != job_of(X1) )
      | ( X0 = X1 ) ),
    inference(ennf_transformation,[],[f24]) ).

tff(f40,plain,
    ! [X0: age,X1: age,X2: age] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f25]) ).

tff(f41,plain,
    ! [X0: age,X1: age,X2: age] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(flattening,[],[f40]) ).

tff(f42,plain,
    ! [X0: age,X1: age] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f26]) ).

tff(f43,plain,
    ! [X0: knowheyan] :
      ( ! [X1: knowheyan] : ~ greater(age_of(X1),age_of(X0))
      | ( communications_consultant != job_of(X0) ) ),
    inference(ennf_transformation,[],[f28]) ).

tff(f44,plain,
    ! [X0: knowheyan] :
      ( greater(age_of(X0),age_of(b))
      | ( lunar_energy_engineer != job_of(X0) ) ),
    inference(ennf_transformation,[],[f31]) ).

tff(f45,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( space_planner != job_of(X1) )
      | ( airfoil_technician != job_of(X0) ) ),
    inference(ennf_transformation,[],[f33]) ).

tff(f46,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( space_planner != job_of(X1) )
      | ( airfoil_technician != job_of(X0) ) ),
    inference(flattening,[],[f45]) ).

tff(f47,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( synthetic_food_nutitionist != job_of(X1) )
      | ( space_planner != job_of(X0) ) ),
    inference(ennf_transformation,[],[f34]) ).

tff(f48,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( synthetic_food_nutitionist != job_of(X1) )
      | ( space_planner != job_of(X0) ) ),
    inference(flattening,[],[f47]) ).

tff(f49,plain,
    ( ( synthetic_food_nutitionist != job_of(e) )
    | ( space_planner != job_of(c) )
    | ( airfoil_technician != job_of(b) )
    | ( lunar_energy_engineer != job_of(d) )
    | ( communications_consultant != job_of(a) ) ),
    inference(ennf_transformation,[],[f37]) ).

tff(f50,plain,
    ! [X0: age,X1: age] :
      ( ( ( X0 != X1 )
        | ( ~ greater(X1,X0)
          & ~ greater(X0,X1) ) )
      & ( greater(X1,X0)
        | greater(X0,X1)
        | ( X0 = X1 ) ) ),
    inference(nnf_transformation,[],[f27]) ).

tff(f51,plain,
    ! [X0: age,X1: age] :
      ( ( ( X0 != X1 )
        | ( ~ greater(X1,X0)
          & ~ greater(X0,X1) ) )
      & ( greater(X1,X0)
        | greater(X0,X1)
        | ( X0 = X1 ) ) ),
    inference(flattening,[],[f50]) ).

tff(f52,plain,
    ( ? [X0: knowheyan] : greater(age_of(c),age_of(X0))
   => greater(age_of(c),age_of(sK0)) ),
    introduced(choice_axiom,[]) ).

tff(f53,plain,
    greater(age_of(c),age_of(sK0)),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f35,f52]) ).

tff(f54,plain,
    a != b,
    inference(cnf_transformation,[],[f1]) ).

tff(f55,plain,
    a != c,
    inference(cnf_transformation,[],[f2]) ).

tff(f56,plain,
    a != d,
    inference(cnf_transformation,[],[f3]) ).

tff(f57,plain,
    a != e,
    inference(cnf_transformation,[],[f4]) ).

tff(f58,plain,
    b != c,
    inference(cnf_transformation,[],[f5]) ).

tff(f59,plain,
    b != d,
    inference(cnf_transformation,[],[f6]) ).

tff(f60,plain,
    b != e,
    inference(cnf_transformation,[],[f7]) ).

tff(f61,plain,
    c != d,
    inference(cnf_transformation,[],[f8]) ).

tff(f62,plain,
    c != e,
    inference(cnf_transformation,[],[f9]) ).

tff(f63,plain,
    d != e,
    inference(cnf_transformation,[],[f10]) ).

tff(f74,plain,
    ! [X0: knowheyan] :
      ( ( e = X0 )
      | ( d = X0 )
      | ( c = X0 )
      | ( b = X0 )
      | ( a = X0 ) ),
    inference(cnf_transformation,[],[f21]) ).

tff(f75,plain,
    ! [X0: job] :
      ( ( synthetic_food_nutitionist = X0 )
      | ( lunar_energy_engineer = X0 )
      | ( space_planner = X0 )
      | ( communications_consultant = X0 )
      | ( airfoil_technician = X0 ) ),
    inference(cnf_transformation,[],[f22]) ).

tff(f76,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( age_of(X0) != age_of(X1) )
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f38]) ).

tff(f77,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( job_of(X0) != job_of(X1) )
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f39]) ).

tff(f78,plain,
    ! [X2: age,X0: age,X1: age] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f41]) ).

tff(f79,plain,
    ! [X0: age,X1: age] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f42]) ).

tff(f80,plain,
    ! [X0: age,X1: age] :
      ( greater(X1,X0)
      | greater(X0,X1)
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f51]) ).

tff(f81,plain,
    ! [X0: age,X1: age] :
      ( ( X0 != X1 )
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f51]) ).

tff(f83,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ~ greater(age_of(X1),age_of(X0))
      | ( communications_consultant != job_of(X0) ) ),
    inference(cnf_transformation,[],[f43]) ).

tff(f84,plain,
    greater(age_of(a),age_of(d)),
    inference(cnf_transformation,[],[f29]) ).

tff(f85,plain,
    greater(age_of(d),age_of(b)),
    inference(cnf_transformation,[],[f30]) ).

tff(f86,plain,
    ! [X0: knowheyan] :
      ( greater(age_of(X0),age_of(b))
      | ( lunar_energy_engineer != job_of(X0) ) ),
    inference(cnf_transformation,[],[f44]) ).

tff(f87,plain,
    greater(age_of(b),age_of(c)),
    inference(cnf_transformation,[],[f32]) ).

tff(f88,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( space_planner != job_of(X1) )
      | ( airfoil_technician != job_of(X0) ) ),
    inference(cnf_transformation,[],[f46]) ).

tff(f89,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( greater(age_of(X0),age_of(X1))
      | ( synthetic_food_nutitionist != job_of(X1) )
      | ( space_planner != job_of(X0) ) ),
    inference(cnf_transformation,[],[f48]) ).

tff(f90,plain,
    greater(age_of(c),age_of(sK0)),
    inference(cnf_transformation,[],[f53]) ).

tff(f91,plain,
    ( ( synthetic_food_nutitionist != job_of(e) )
    | ( space_planner != job_of(c) )
    | ( airfoil_technician != job_of(b) )
    | ( lunar_energy_engineer != job_of(d) )
    | ( communications_consultant != job_of(a) ) ),
    inference(cnf_transformation,[],[f49]) ).

tff(f93,plain,
    ! [X1: age] : ~ greater(X1,X1),
    inference(equality_resolution,[],[f81]) ).

cnf(c_49,plain,
    a != b,
    inference(cnf_transformation,[],[f54]) ).

cnf(c_50,plain,
    a != c,
    inference(cnf_transformation,[],[f55]) ).

cnf(c_51,plain,
    a != d,
    inference(cnf_transformation,[],[f56]) ).

cnf(c_52,plain,
    a != e,
    inference(cnf_transformation,[],[f57]) ).

cnf(c_53,plain,
    b != c,
    inference(cnf_transformation,[],[f58]) ).

cnf(c_54,plain,
    b != d,
    inference(cnf_transformation,[],[f59]) ).

cnf(c_55,plain,
    b != e,
    inference(cnf_transformation,[],[f60]) ).

cnf(c_56,plain,
    c != d,
    inference(cnf_transformation,[],[f61]) ).

cnf(c_57,plain,
    c != e,
    inference(cnf_transformation,[],[f62]) ).

cnf(c_58,plain,
    d != e,
    inference(cnf_transformation,[],[f63]) ).

cnf(c_69,plain,
    ( X0_13 = a
    | X0_13 = b
    | X0_13 = c
    | X0_13 = d
    | X0_13 = e ),
    inference(cnf_transformation,[],[f74]) ).

cnf(c_70,plain,
    ( X0_14 = airfoil_technician
    | X0_14 = communications_consultant
    | X0_14 = space_planner
    | X0_14 = lunar_energy_engineer
    | X0_14 = synthetic_food_nutitionist ),
    inference(cnf_transformation,[],[f75]) ).

cnf(c_71,plain,
    ( age_of(X0_13) != age_of(X1_13)
    | X0_13 = X1_13 ),
    inference(cnf_transformation,[],[f76]) ).

cnf(c_72,plain,
    ( job_of(X0_13) != job_of(X1_13)
    | X0_13 = X1_13 ),
    inference(cnf_transformation,[],[f77]) ).

cnf(c_73,plain,
    ( ~ greater(X0_15,X1_15)
    | ~ greater(X1_15,X2_15)
    | greater(X0_15,X2_15) ),
    inference(cnf_transformation,[],[f78]) ).

cnf(c_74,plain,
    ( ~ greater(X0_15,X1_15)
    | ~ greater(X1_15,X0_15) ),
    inference(cnf_transformation,[],[f79]) ).

cnf(c_76,plain,
    ~ greater(X0_15,X0_15),
    inference(cnf_transformation,[],[f93]) ).

cnf(c_77,plain,
    ( X0_15 = X1_15
    | greater(X0_15,X1_15)
    | greater(X1_15,X0_15) ),
    inference(cnf_transformation,[],[f80]) ).

cnf(c_78,plain,
    ( job_of(X0_13) != communications_consultant
    | ~ greater(age_of(X1_13),age_of(X0_13)) ),
    inference(cnf_transformation,[],[f83]) ).

cnf(c_79,plain,
    greater(age_of(a),age_of(d)),
    inference(cnf_transformation,[],[f84]) ).

cnf(c_80,plain,
    greater(age_of(d),age_of(b)),
    inference(cnf_transformation,[],[f85]) ).

cnf(c_81,plain,
    ( job_of(X0_13) != lunar_energy_engineer
    | greater(age_of(X0_13),age_of(b)) ),
    inference(cnf_transformation,[],[f86]) ).

cnf(c_82,plain,
    greater(age_of(b),age_of(c)),
    inference(cnf_transformation,[],[f87]) ).

cnf(c_83,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(X1_13) != space_planner
    | greater(age_of(X0_13),age_of(X1_13)) ),
    inference(cnf_transformation,[],[f88]) ).

cnf(c_84,plain,
    ( job_of(X0_13) != space_planner
    | job_of(X1_13) != synthetic_food_nutitionist
    | greater(age_of(X0_13),age_of(X1_13)) ),
    inference(cnf_transformation,[],[f89]) ).

cnf(c_85,plain,
    greater(age_of(c),age_of(sK0)),
    inference(cnf_transformation,[],[f90]) ).

cnf(c_86,negated_conjecture,
    ( job_of(a) != communications_consultant
    | job_of(b) != airfoil_technician
    | job_of(c) != space_planner
    | job_of(d) != lunar_energy_engineer
    | job_of(e) != synthetic_food_nutitionist ),
    inference(cnf_transformation,[],[f91]) ).

cnf(c_366,plain,
    X0_13 = X0_13,
    theory(equality) ).

cnf(c_367,plain,
    X0_14 = X0_14,
    theory(equality) ).

cnf(c_368,plain,
    X0_15 = X0_15,
    theory(equality) ).

cnf(c_369,plain,
    ( X0_13 != X1_13
    | X2_13 != X1_13
    | X2_13 = X0_13 ),
    theory(equality) ).

cnf(c_370,plain,
    ( X0_14 != X1_14
    | X2_14 != X1_14
    | X2_14 = X0_14 ),
    theory(equality) ).

cnf(c_372,plain,
    ( X0_13 != X1_13
    | age_of(X0_13) = age_of(X1_13) ),
    theory(equality) ).

cnf(c_373,plain,
    ( X0_13 != X1_13
    | job_of(X0_13) = job_of(X1_13) ),
    theory(equality) ).

cnf(c_374,plain,
    ( X0_15 != X1_15
    | X2_15 != X3_15
    | ~ greater(X1_15,X3_15)
    | greater(X0_15,X2_15) ),
    theory(equality) ).

cnf(c_375,plain,
    ( b != b
    | age_of(b) = age_of(b) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_378,plain,
    b = b,
    inference(instantiation,[status(thm)],[c_366]) ).

cnf(c_932,plain,
    ( ~ greater(X0_15,X1_15)
    | ~ greater(X1_15,X2_15)
    | ~ greater(X2_15,X0_15) ),
    inference(resolution,[status(thm)],[c_73,c_74]) ).

cnf(c_941,plain,
    ~ greater(age_of(d),age_of(a)),
    inference(resolution,[status(thm)],[c_79,c_74]) ).

cnf(c_944,plain,
    ~ greater(age_of(b),age_of(d)),
    inference(resolution,[status(thm)],[c_80,c_74]) ).

cnf(c_947,plain,
    ~ greater(age_of(c),age_of(b)),
    inference(resolution,[status(thm)],[c_82,c_74]) ).

cnf(c_956,plain,
    ( ~ greater(age_of(d),X0_15)
    | ~ greater(X0_15,age_of(a)) ),
    inference(resolution,[status(thm)],[c_941,c_73]) ).

cnf(c_959,plain,
    ( ~ greater(age_of(b),X0_15)
    | ~ greater(X0_15,age_of(d)) ),
    inference(resolution,[status(thm)],[c_944,c_73]) ).

cnf(c_962,plain,
    ( ~ greater(age_of(c),X0_15)
    | ~ greater(X0_15,age_of(b)) ),
    inference(resolution,[status(thm)],[c_947,c_73]) ).

cnf(c_974,plain,
    ( ~ greater(age_of(sK0),X0_15)
    | ~ greater(X0_15,age_of(c)) ),
    inference(resolution,[status(thm)],[c_932,c_85]) ).

cnf(c_1086,plain,
    ( job_of(a) != job_of(b)
    | a = b ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1087,plain,
    ( job_of(a) != job_of(c)
    | a = c ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1088,plain,
    ( job_of(a) != job_of(d)
    | a = d ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1089,plain,
    ( job_of(a) != job_of(e)
    | a = e ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1090,plain,
    ( job_of(b) != job_of(c)
    | b = c ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1091,plain,
    ( job_of(b) != job_of(d)
    | b = d ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1092,plain,
    ( job_of(b) != job_of(e)
    | b = e ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1093,plain,
    ( job_of(c) != job_of(d)
    | c = d ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1094,plain,
    ( job_of(c) != job_of(e)
    | c = e ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1095,plain,
    ( job_of(d) != job_of(e)
    | d = e ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1114,plain,
    job_of(b) != job_of(e),
    inference(resolution,[status(thm)],[c_72,c_55]) ).

cnf(c_1141,plain,
    ( ~ greater(X0_15,age_of(d))
    | greater(X0_15,age_of(b)) ),
    inference(superposition,[status(thm)],[c_80,c_73]) ).

cnf(c_1142,plain,
    ( ~ greater(X0_15,age_of(b))
    | greater(X0_15,age_of(c)) ),
    inference(superposition,[status(thm)],[c_82,c_73]) ).

cnf(c_1211,plain,
    ( a = a
    | a = b
    | a = c
    | a = d
    | a = e ),
    inference(instantiation,[status(thm)],[c_69]) ).

cnf(c_1213,plain,
    ( a != X0_13
    | c != X0_13
    | a = c ),
    inference(instantiation,[status(thm)],[c_369]) ).

cnf(c_1216,plain,
    ( b != X0_13
    | c != X0_13
    | b = c ),
    inference(instantiation,[status(thm)],[c_369]) ).

cnf(c_1217,plain,
    ( b != b
    | c != b
    | b = c ),
    inference(instantiation,[status(thm)],[c_1216]) ).

cnf(c_1233,plain,
    greater(age_of(a),age_of(b)),
    inference(superposition,[status(thm)],[c_79,c_1141]) ).

cnf(c_1268,plain,
    job_of(b) != lunar_energy_engineer,
    inference(resolution,[status(thm)],[c_81,c_76]) ).

cnf(c_1269,plain,
    job_of(c) != lunar_energy_engineer,
    inference(resolution,[status(thm)],[c_81,c_947]) ).

cnf(c_1334,plain,
    ~ greater(age_of(b),age_of(a)),
    inference(resolution,[status(thm)],[c_956,c_80]) ).

cnf(c_1431,plain,
    greater(age_of(d),age_of(c)),
    inference(superposition,[status(thm)],[c_80,c_1142]) ).

cnf(c_1432,plain,
    greater(age_of(a),age_of(c)),
    inference(superposition,[status(thm)],[c_1233,c_1142]) ).

cnf(c_1454,plain,
    ( X0_15 != age_of(b)
    | X1_15 != age_of(c)
    | ~ greater(age_of(b),age_of(c))
    | greater(X0_15,X1_15) ),
    inference(instantiation,[status(thm)],[c_374]) ).

cnf(c_1462,plain,
    ( ~ greater(age_of(b),X0_15)
    | ~ greater(X0_15,age_of(a)) ),
    inference(resolution,[status(thm)],[c_1334,c_73]) ).

cnf(c_1470,plain,
    ~ greater(age_of(c),age_of(d)),
    inference(resolution,[status(thm)],[c_959,c_82]) ).

cnf(c_1482,plain,
    ( job_of(X0_13) != lunar_energy_engineer
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_962,c_81]) ).

cnf(c_1514,plain,
    ~ greater(age_of(c),age_of(a)),
    inference(resolution,[status(thm)],[c_1462,c_82]) ).

cnf(c_1516,plain,
    ( ~ greater(age_of(c),X0_15)
    | ~ greater(X0_15,age_of(a)) ),
    inference(resolution,[status(thm)],[c_1514,c_73]) ).

cnf(c_1787,plain,
    ( job_of(a) != X0_14
    | job_of(b) != X0_14
    | job_of(a) = job_of(b) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1790,plain,
    ( job_of(a) != X0_14
    | job_of(c) != X0_14
    | job_of(a) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1791,plain,
    ( job_of(a) != space_planner
    | job_of(c) != space_planner
    | job_of(a) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_1790]) ).

cnf(c_1838,plain,
    ( job_of(a) != X0_14
    | job_of(d) != X0_14
    | job_of(a) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1841,plain,
    ( job_of(a) != X0_14
    | job_of(e) != X0_14
    | job_of(a) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1844,plain,
    ( job_of(b) != X0_14
    | job_of(c) != X0_14
    | job_of(b) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1845,plain,
    ( job_of(b) != space_planner
    | job_of(c) != space_planner
    | job_of(b) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_1844]) ).

cnf(c_1847,plain,
    ( job_of(b) != X0_14
    | job_of(d) != X0_14
    | job_of(b) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1880,plain,
    ( job_of(b) != X0_14
    | job_of(e) != X0_14
    | job_of(b) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1883,plain,
    ( job_of(c) != X0_14
    | job_of(d) != X0_14
    | job_of(c) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1884,plain,
    ( job_of(c) != space_planner
    | job_of(d) != space_planner
    | job_of(c) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_1883]) ).

cnf(c_1886,plain,
    ( job_of(c) != X0_14
    | job_of(e) != X0_14
    | job_of(c) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1887,plain,
    ( job_of(c) != space_planner
    | job_of(e) != space_planner
    | job_of(c) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1886]) ).

cnf(c_1889,plain,
    ( job_of(d) != X0_14
    | job_of(e) != X0_14
    | job_of(d) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_1949,plain,
    ( job_of(c) != job_of(X0_13)
    | c = X0_13 ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_1954,plain,
    ( X0_13 != X1_13
    | c != X1_13
    | c = X0_13 ),
    inference(instantiation,[status(thm)],[c_369]) ).

cnf(c_2030,plain,
    ( job_of(e) != job_of(X0_13)
    | e = X0_13 ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_2035,plain,
    ( X0_13 != X1_13
    | e != X1_13
    | e = X0_13 ),
    inference(instantiation,[status(thm)],[c_369]) ).

cnf(c_2055,plain,
    ( c = a
    | c = b
    | c = c
    | c = d
    | c = e ),
    inference(instantiation,[status(thm)],[c_69]) ).

cnf(c_2301,plain,
    ( ~ greater(age_of(c),X0_15)
    | ~ greater(X0_15,age_of(c)) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_2304,plain,
    ( X0_15 != X1_15
    | X2_15 != age_of(c)
    | ~ greater(X1_15,age_of(c))
    | greater(X0_15,X2_15) ),
    inference(instantiation,[status(thm)],[c_374]) ).

cnf(c_2355,plain,
    ( job_of(X0_13) = airfoil_technician
    | job_of(X0_13) = communications_consultant
    | job_of(X0_13) = space_planner
    | job_of(X0_13) = lunar_energy_engineer
    | job_of(X0_13) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_70]) ).

cnf(c_2357,plain,
    ( job_of(b) = airfoil_technician
    | job_of(b) = communications_consultant
    | job_of(b) = space_planner
    | job_of(b) = lunar_energy_engineer
    | job_of(b) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_2355]) ).

cnf(c_2361,plain,
    ( job_of(X0_13) != X0_14
    | X1_14 != X0_14
    | job_of(X0_13) = X1_14 ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_2411,plain,
    ( X0_13 != d
    | age_of(X0_13) = age_of(d) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_2422,plain,
    ( X0_13 != b
    | age_of(X0_13) = age_of(b) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_2446,plain,
    ( age_of(X0_13) != age_of(c)
    | X0_15 != age_of(b)
    | ~ greater(age_of(b),age_of(c))
    | greater(X0_15,age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_1454]) ).

cnf(c_2447,plain,
    ( X0_13 != c
    | age_of(X0_13) = age_of(c) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_2502,plain,
    ( job_of(b) != space_planner
    | job_of(c) != airfoil_technician ),
    inference(resolution,[status(thm)],[c_83,c_947]) ).

cnf(c_2518,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(b) != space_planner
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_83,c_962]) ).

cnf(c_2527,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(c) != space_planner
    | ~ greater(age_of(sK0),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_83,c_974]) ).

cnf(c_2663,plain,
    ( a != a
    | c != a
    | a = c ),
    inference(instantiation,[status(thm)],[c_1213]) ).

cnf(c_3471,plain,
    ( job_of(b) != synthetic_food_nutitionist
    | job_of(c) != space_planner ),
    inference(resolution,[status(thm)],[c_84,c_947]) ).

cnf(c_3474,plain,
    ( job_of(X0_13) != space_planner
    | job_of(a) != synthetic_food_nutitionist
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_84,c_1516]) ).

cnf(c_3486,plain,
    ( job_of(X0_13) != space_planner
    | job_of(b) != synthetic_food_nutitionist
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_84,c_962]) ).

cnf(c_3513,plain,
    ( job_of(c) != space_planner
    | job_of(d) != synthetic_food_nutitionist ),
    inference(resolution,[status(thm)],[c_84,c_1470]) ).

cnf(c_3514,plain,
    ( job_of(a) != synthetic_food_nutitionist
    | job_of(c) != space_planner ),
    inference(resolution,[status(thm)],[c_84,c_1514]) ).

cnf(c_3535,plain,
    ( c != X0_13
    | age_of(c) = age_of(X0_13) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_3855,plain,
    age_of(c) = age_of(c),
    inference(instantiation,[status(thm)],[c_368]) ).

cnf(c_4085,plain,
    ( job_of(e) != job_of(e)
    | e = e ),
    inference(instantiation,[status(thm)],[c_2030]) ).

cnf(c_4086,plain,
    job_of(e) = job_of(e),
    inference(instantiation,[status(thm)],[c_367]) ).

cnf(c_4458,plain,
    ( X0_15 != age_of(b)
    | X1_15 != X2_15
    | ~ greater(age_of(b),X2_15)
    | greater(X0_15,X1_15) ),
    inference(instantiation,[status(thm)],[c_374]) ).

cnf(c_4468,plain,
    ( X0_15 != age_of(c)
    | X1_15 != X2_15
    | ~ greater(age_of(c),X2_15)
    | greater(X0_15,X1_15) ),
    inference(instantiation,[status(thm)],[c_374]) ).

cnf(c_4493,plain,
    ( X0_13 != c
    | c != c
    | c = X0_13 ),
    inference(instantiation,[status(thm)],[c_1954]) ).

cnf(c_4606,plain,
    ( X0_13 != e
    | e != e
    | e = X0_13 ),
    inference(instantiation,[status(thm)],[c_2035]) ).

cnf(c_4764,plain,
    ( b != X0_13
    | c != X0_13 ),
    inference(resolution,[status(thm)],[c_369,c_53]) ).

cnf(c_4786,plain,
    ( X0_13 != a
    | age_of(X0_13) = age_of(a) ),
    inference(instantiation,[status(thm)],[c_372]) ).

cnf(c_4912,plain,
    ( job_of(e) = airfoil_technician
    | job_of(e) = communications_consultant
    | job_of(e) = space_planner
    | job_of(e) = lunar_energy_engineer
    | job_of(e) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_2355]) ).

cnf(c_4916,plain,
    ( job_of(a) != communications_consultant
    | job_of(e) != communications_consultant
    | job_of(a) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1841]) ).

cnf(c_4919,plain,
    ( job_of(c) = airfoil_technician
    | job_of(c) = communications_consultant
    | job_of(c) = space_planner
    | job_of(c) = lunar_energy_engineer
    | job_of(c) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_2355]) ).

cnf(c_4922,plain,
    ( job_of(d) = airfoil_technician
    | job_of(d) = communications_consultant
    | job_of(d) = space_planner
    | job_of(d) = lunar_energy_engineer
    | job_of(d) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_2355]) ).

cnf(c_4939,plain,
    ( X0_13 != X1_13
    | b != X0_13
    | c != X1_13 ),
    inference(resolution,[status(thm)],[c_4764,c_369]) ).

cnf(c_5004,plain,
    ( job_of(d) != communications_consultant
    | ~ greater(age_of(a),age_of(d)) ),
    inference(instantiation,[status(thm)],[c_78]) ).

cnf(c_5005,plain,
    ( job_of(b) != communications_consultant
    | ~ greater(age_of(d),age_of(b)) ),
    inference(instantiation,[status(thm)],[c_78]) ).

cnf(c_5006,plain,
    ( job_of(c) != communications_consultant
    | ~ greater(age_of(b),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_78]) ).

cnf(c_5012,plain,
    ( job_of(X0_13) != communications_consultant
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_78]) ).

cnf(c_5227,plain,
    ( job_of(b) != X0_14
    | job_of(e) != X0_14 ),
    inference(resolution,[status(thm)],[c_370,c_1114]) ).

cnf(c_5436,plain,
    ( age_of(c) != age_of(c)
    | X0_15 != X1_15
    | ~ greater(X1_15,age_of(c))
    | greater(X0_15,age_of(c)) ),
    inference(instantiation,[status(thm)],[c_2304]) ).

cnf(c_5437,plain,
    ( age_of(c) != age_of(c)
    | X0_15 != age_of(b)
    | ~ greater(age_of(b),age_of(c))
    | greater(X0_15,age_of(c)) ),
    inference(instantiation,[status(thm)],[c_2446]) ).

cnf(c_5630,plain,
    ( job_of(c) != synthetic_food_nutitionist
    | job_of(e) != synthetic_food_nutitionist
    | job_of(c) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1886]) ).

cnf(c_5631,plain,
    ( job_of(b) != synthetic_food_nutitionist
    | job_of(e) != synthetic_food_nutitionist
    | job_of(b) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1880]) ).

cnf(c_5654,plain,
    ( job_of(b) != airfoil_technician
    | X0_14 != airfoil_technician
    | job_of(b) = X0_14 ),
    inference(instantiation,[status(thm)],[c_2361]) ).

cnf(c_5656,plain,
    ( job_of(a) != airfoil_technician
    | job_of(b) != airfoil_technician
    | job_of(a) = job_of(b) ),
    inference(instantiation,[status(thm)],[c_1787]) ).

cnf(c_5729,plain,
    ( job_of(a) != lunar_energy_engineer
    | job_of(d) != lunar_energy_engineer
    | job_of(a) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_1838]) ).

cnf(c_5921,plain,
    ( job_of(b) != airfoil_technician
    | job_of(c) != airfoil_technician
    | job_of(b) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_1844]) ).

cnf(c_5937,plain,
    ( job_of(X0_13) != airfoil_technician
    | X0_14 != airfoil_technician
    | job_of(X0_13) = X0_14 ),
    inference(instantiation,[status(thm)],[c_2361]) ).

cnf(c_5941,plain,
    ( job_of(a) = airfoil_technician
    | job_of(a) = communications_consultant
    | job_of(a) = space_planner
    | job_of(a) = lunar_energy_engineer
    | job_of(a) = synthetic_food_nutitionist ),
    inference(instantiation,[status(thm)],[c_2355]) ).

cnf(c_6465,plain,
    ( job_of(b) != job_of(X0_13)
    | e != X0_13 ),
    inference(resolution,[status(thm)],[c_5227,c_373]) ).

cnf(c_7203,negated_conjecture,
    ( job_of(c) != space_planner
    | job_of(d) != lunar_energy_engineer
    | job_of(e) != synthetic_food_nutitionist ),
    inference(global_subsumption_just,[status(thm)],[c_86,c_80,c_53,c_51,c_50,c_49,c_86,c_1086,c_1087,c_1088,c_1090,c_1268,c_1791,c_1845,c_2357,c_3471,c_3514,c_5005,c_5656,c_5729,c_5941]) ).

cnf(c_9430,plain,
    ( ~ greater(age_of(X0_13),age_of(c))
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_2301]) ).

cnf(c_10154,plain,
    ( age_of(b) != age_of(b)
    | X0_15 != X1_15
    | ~ greater(age_of(b),X1_15)
    | greater(age_of(b),X0_15) ),
    inference(instantiation,[status(thm)],[c_4458]) ).

cnf(c_10170,plain,
    ( age_of(c) != age_of(c)
    | X0_15 != X1_15
    | ~ greater(age_of(c),X1_15)
    | greater(age_of(c),X0_15) ),
    inference(instantiation,[status(thm)],[c_4468]) ).

cnf(c_10390,plain,
    ( job_of(X0_13) != X0_14
    | X1_14 != X0_14
    | X1_14 = job_of(X0_13) ),
    inference(instantiation,[status(thm)],[c_370]) ).

cnf(c_10440,plain,
    ( job_of(X0_13) != space_planner
    | job_of(c) != synthetic_food_nutitionist
    | greater(age_of(X0_13),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_84]) ).

cnf(c_10464,plain,
    ( job_of(b) != airfoil_technician
    | job_of(e) != airfoil_technician
    | job_of(b) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1880]) ).

cnf(c_10813,plain,
    ( job_of(b) != airfoil_technician
    | job_of(d) != airfoil_technician
    | job_of(b) = job_of(d) ),
    inference(instantiation,[status(thm)],[c_1847]) ).

cnf(c_10826,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(X1_13) != airfoil_technician
    | job_of(X0_13) = job_of(X1_13) ),
    inference(instantiation,[status(thm)],[c_5937]) ).

cnf(c_10922,plain,
    ( age_of(X0_13) != age_of(b)
    | age_of(c) != age_of(c)
    | ~ greater(age_of(b),age_of(c))
    | greater(age_of(X0_13),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_5437]) ).

cnf(c_10945,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(b) != airfoil_technician
    | job_of(b) = job_of(X0_13) ),
    inference(instantiation,[status(thm)],[c_5654]) ).

cnf(c_11615,plain,
    ( age_of(c) != age_of(c)
    | X0_15 != age_of(d)
    | ~ greater(age_of(d),age_of(c))
    | greater(X0_15,age_of(c)) ),
    inference(instantiation,[status(thm)],[c_5436]) ).

cnf(c_11617,plain,
    ( age_of(c) != age_of(c)
    | X0_15 != age_of(a)
    | ~ greater(age_of(a),age_of(c))
    | greater(X0_15,age_of(c)) ),
    inference(instantiation,[status(thm)],[c_5436]) ).

cnf(c_12092,plain,
    ( age_of(c) != age_of(c)
    | age_of(c) != X0_15
    | ~ greater(age_of(c),X0_15)
    | greater(age_of(c),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_10170]) ).

cnf(c_12093,plain,
    ~ greater(age_of(c),age_of(c)),
    inference(instantiation,[status(thm)],[c_76]) ).

cnf(c_12618,plain,
    ( job_of(c) != synthetic_food_nutitionist
    | X0_14 != synthetic_food_nutitionist
    | X0_14 = job_of(c) ),
    inference(instantiation,[status(thm)],[c_10390]) ).

cnf(c_13309,plain,
    ( job_of(d) != lunar_energy_engineer
    | job_of(e) != lunar_energy_engineer
    | job_of(d) = job_of(e) ),
    inference(instantiation,[status(thm)],[c_1889]) ).

cnf(c_13601,plain,
    ( job_of(X0_13) != airfoil_technician
    | job_of(c) != airfoil_technician
    | job_of(c) = job_of(X0_13) ),
    inference(instantiation,[status(thm)],[c_10826]) ).

cnf(c_14232,plain,
    ( age_of(X0_13) != X0_15
    | age_of(b) != age_of(b)
    | ~ greater(age_of(b),X0_15)
    | greater(age_of(b),age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_10154]) ).

cnf(c_14897,plain,
    ( job_of(X0_13) != X0_14
    | job_of(c) != space_planner
    | airfoil_technician != X0_14
    | ~ greater(age_of(sK0),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_2527,c_370]) ).

cnf(c_14898,plain,
    job_of(c) != space_planner,
    inference(global_subsumption_just,[status(thm)],[c_14897,c_80,c_79,c_58,c_57,c_56,c_55,c_54,c_53,c_52,c_51,c_50,c_49,c_1086,c_1087,c_1088,c_1089,c_1090,c_1091,c_1092,c_1093,c_1094,c_1095,c_1268,c_1791,c_1845,c_1884,c_1887,c_2357,c_3471,c_3513,c_3514,c_4912,c_4916,c_4922,c_5004,c_5005,c_5656,c_5729,c_5941,c_7203,c_10464,c_10813,c_13309]) ).

cnf(c_14979,plain,
    ( job_of(X0_13) != space_planner
    | job_of(a) != X0_14
    | synthetic_food_nutitionist != X0_14
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_3474,c_370]) ).

cnf(c_14980,plain,
    ( job_of(X0_13) != space_planner
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(global_subsumption_just,[status(thm)],[c_14979,c_82,c_80,c_79,c_58,c_57,c_56,c_55,c_54,c_53,c_52,c_51,c_50,c_49,c_1086,c_1087,c_1088,c_1089,c_1090,c_1091,c_1092,c_1093,c_1094,c_1095,c_1268,c_1269,c_1791,c_1845,c_1884,c_1887,c_2357,c_2502,c_3471,c_3486,c_3513,c_3514,c_4912,c_4916,c_4919,c_4922,c_5004,c_5005,c_5006,c_5656,c_5729,c_5921,c_5941,c_7203,c_9430,c_10440,c_10464,c_10813,c_13309]) ).

cnf(c_19497,plain,
    ( age_of(X0_13) != age_of(X1_13)
    | age_of(b) != age_of(b)
    | ~ greater(age_of(b),age_of(X1_13))
    | greater(age_of(b),age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_14232]) ).

cnf(c_20348,negated_conjecture,
    job_of(e) != synthetic_food_nutitionist,
    inference(global_subsumption_just,[status(thm)],[c_86,c_82,c_80,c_79,c_58,c_57,c_56,c_55,c_54,c_53,c_52,c_51,c_50,c_49,c_1086,c_1087,c_1088,c_1089,c_1090,c_1091,c_1092,c_1093,c_1094,c_1095,c_1268,c_1269,c_1791,c_1845,c_1884,c_1887,c_2357,c_2502,c_3471,c_3513,c_3514,c_4912,c_4916,c_4919,c_4922,c_5004,c_5005,c_5006,c_5631,c_5630,c_5656,c_5729,c_5921,c_5941,c_7203,c_10464,c_10813,c_13309]) ).

cnf(c_20646,plain,
    ( job_of(X0_13) != synthetic_food_nutitionist
    | X0_13 = a
    | X0_13 = b
    | X0_13 = c
    | X0_13 = d ),
    inference(superposition,[status(thm)],[c_69,c_20348]) ).

cnf(c_20697,plain,
    ( job_of(X0_13) = airfoil_technician
    | job_of(X0_13) = communications_consultant
    | job_of(X0_13) = space_planner
    | job_of(X0_13) = lunar_energy_engineer
    | X0_13 = a
    | X0_13 = b
    | X0_13 = c
    | X0_13 = d ),
    inference(superposition,[status(thm)],[c_70,c_20646]) ).

cnf(c_23114,plain,
    ( age_of(X0_13) != age_of(c)
    | age_of(b) != age_of(b)
    | ~ greater(age_of(b),age_of(c))
    | greater(age_of(b),age_of(X0_13)) ),
    inference(instantiation,[status(thm)],[c_19497]) ).

cnf(c_23283,plain,
    ( age_of(c) != age_of(X0_13)
    | age_of(c) != age_of(c)
    | ~ greater(age_of(c),age_of(X0_13))
    | greater(age_of(c),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_12092]) ).

cnf(c_23290,plain,
    ( age_of(X0_13) != age_of(a)
    | age_of(c) != age_of(c)
    | ~ greater(age_of(a),age_of(c))
    | greater(age_of(X0_13),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_11617]) ).

cnf(c_23301,plain,
    ( age_of(X0_13) != age_of(d)
    | age_of(c) != age_of(c)
    | ~ greater(age_of(d),age_of(c))
    | greater(age_of(X0_13),age_of(c)) ),
    inference(instantiation,[status(thm)],[c_11615]) ).

cnf(c_23417,plain,
    ( X0_13 != c
    | b != X0_13 ),
    inference(resolution,[status(thm)],[c_4939,c_366]) ).

cnf(c_23430,plain,
    ( age_of(b) != age_of(X0_13)
    | X0_13 != c ),
    inference(resolution,[status(thm)],[c_23417,c_71]) ).

cnf(c_23445,plain,
    ( X0_13 != c
    | greater(age_of(X0_13),age_of(b))
    | greater(age_of(b),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_23430,c_77]) ).

cnf(c_23446,plain,
    ( X0_13 != c
    | greater(age_of(b),age_of(X0_13)) ),
    inference(global_subsumption_just,[status(thm)],[c_23445,c_82,c_375,c_378,c_2447,c_23114]) ).

cnf(c_23515,plain,
    ( X0_13 != c
    | ~ greater(age_of(X0_13),age_of(b)) ),
    inference(resolution,[status(thm)],[c_23446,c_74]) ).

cnf(c_23679,plain,
    ( age_of(X0_13) != age_of(c)
    | ~ greater(age_of(X0_13),age_of(b)) ),
    inference(resolution,[status(thm)],[c_23515,c_71]) ).

cnf(c_23723,plain,
    ( job_of(X0_13) != synthetic_food_nutitionist
    | job_of(c) != synthetic_food_nutitionist
    | job_of(X0_13) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_12618]) ).

cnf(c_23728,plain,
    ( job_of(b) != synthetic_food_nutitionist
    | job_of(c) != synthetic_food_nutitionist
    | job_of(b) = job_of(c) ),
    inference(instantiation,[status(thm)],[c_23723]) ).

cnf(c_23771,plain,
    ( ~ greater(age_of(X0_13),age_of(b))
    | greater(age_of(X0_13),age_of(c))
    | greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_23679,c_77]) ).

cnf(c_23772,plain,
    ( greater(age_of(X0_13),age_of(c))
    | ~ greater(age_of(X0_13),age_of(b)) ),
    inference(global_subsumption_just,[status(thm)],[c_23771,c_82,c_80,c_57,c_56,c_53,c_52,c_51,c_50,c_49,c_69,c_378,c_1090,c_1211,c_1217,c_1268,c_1269,c_1432,c_1431,c_1482,c_1949,c_2055,c_2357,c_2411,c_2422,c_2518,c_2663,c_3535,c_3855,c_4085,c_4086,c_4493,c_4606,c_4786,c_4919,c_5005,c_5006,c_5012,c_6465,c_9430,c_10922,c_10945,c_12093,c_13601,c_14898,c_14980,c_20697,c_23283,c_23290,c_23301,c_23728,c_23771]) ).

cnf(c_23773,plain,
    ( ~ greater(age_of(X0_13),age_of(b))
    | greater(age_of(X0_13),age_of(c)) ),
    inference(renaming,[status(thm)],[c_23772]) ).

cnf(c_23888,plain,
    ( ~ greater(age_of(X0_13),age_of(b))
    | ~ greater(age_of(c),age_of(X0_13)) ),
    inference(resolution,[status(thm)],[c_23773,c_74]) ).

cnf(c_23889,plain,
    ~ greater(age_of(c),age_of(X0_13)),
    inference(global_subsumption_just,[status(thm)],[c_23888,c_82,c_80,c_57,c_56,c_53,c_52,c_51,c_50,c_49,c_69,c_378,c_1090,c_1211,c_1217,c_1268,c_1269,c_1432,c_1431,c_1482,c_1949,c_2055,c_2357,c_2411,c_2422,c_2518,c_2663,c_3535,c_3855,c_4085,c_4086,c_4493,c_4606,c_4786,c_4919,c_5005,c_5006,c_5012,c_6465,c_9430,c_10922,c_10945,c_12093,c_13601,c_14898,c_14980,c_20697,c_23283,c_23290,c_23301,c_23728]) ).

cnf(c_24065,plain,
    $false,
    inference(resolution,[status(thm)],[c_23889,c_85]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ134_1 : TPTP v8.1.2. Released v5.1.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.14/0.34  % Computer : n029.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sat Aug 26 23:05:40 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.46  Running first-order theorem proving
% 0.20/0.46  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 5.87/1.63  % SZS status Started for theBenchmark.p
% 5.87/1.63  % SZS status Theorem for theBenchmark.p
% 5.87/1.63  
% 5.87/1.63  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 5.87/1.63  
% 5.87/1.63  ------  iProver source info
% 5.87/1.63  
% 5.87/1.63  git: date: 2023-05-31 18:12:56 +0000
% 5.87/1.63  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 5.87/1.63  git: non_committed_changes: false
% 5.87/1.63  git: last_make_outside_of_git: false
% 5.87/1.63  
% 5.87/1.63  ------ Parsing...
% 5.87/1.63  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 5.87/1.63  
% 5.87/1.63  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e  sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 5.87/1.63  
% 5.87/1.63  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 5.87/1.63  
% 5.87/1.63  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 5.87/1.63  ------ Proving...
% 5.87/1.63  ------ Problem Properties 
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  clauses                                 37
% 5.87/1.63  conjectures                             1
% 5.87/1.63  EPR                                     26
% 5.87/1.63  Horn                                    34
% 5.87/1.63  unary                                   25
% 5.87/1.63  binary                                  5
% 5.87/1.63  lits                                    62
% 5.87/1.63  lits eq                                 46
% 5.87/1.63  fd_pure                                 2
% 5.87/1.63  fd_pseudo                               0
% 5.87/1.63  fd_cond                                 0
% 5.87/1.63  fd_pseudo_cond                          3
% 5.87/1.63  AC symbols                              0
% 5.87/1.63  
% 5.87/1.63  ------ Input Options Time Limit: Unbounded
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  ------ 
% 5.87/1.63  Current options:
% 5.87/1.63  ------ 
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  ------ Proving...
% 5.87/1.63  
% 5.87/1.63  
% 5.87/1.63  % SZS status Theorem for theBenchmark.p
% 5.87/1.63  
% 5.87/1.63  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 5.87/1.63  
% 5.87/1.63  
%------------------------------------------------------------------------------