TSTP Solution File: PUZ035-2 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : PUZ035-2 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n032.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 18:13:49 EDT 2022

% Result   : Unsatisfiable 0.12s 0.34s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
cnf(other_person,axiom,
    person(other),
    input ).

fof(other_person_0,plain,
    ( person(other)
    | $false ),
    inference(orientation,[status(thm)],[other_person]) ).

cnf(asked_person,axiom,
    person(asked),
    input ).

fof(asked_person_0,plain,
    ( person(asked)
    | $false ),
    inference(orientation,[status(thm)],[asked_person]) ).

fof(def_lhs_atom1,axiom,
    ( lhs_atom1
  <=> person(asked) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ( lhs_atom1
    | $false ),
    inference(fold_definition,[status(thm)],[asked_person_0,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ( lhs_atom2
  <=> person(other) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ( lhs_atom2
    | $false ),
    inference(fold_definition,[status(thm)],[other_person_0,def_lhs_atom2]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ( lhs_atom2
    | ~ $true ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_1,axiom,
    ( lhs_atom1
    | ~ $true ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_2,plain,
    lhs_atom2,
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_3,plain,
    lhs_atom1,
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_4,plain,
    lhs_atom2,
    c_0_2 ).

fof(c_0_5,plain,
    lhs_atom1,
    c_0_3 ).

cnf(c_0_6,plain,
    lhs_atom2,
    inference(split_conjunct,[status(thm)],[c_0_4]) ).

cnf(c_0_7,plain,
    lhs_atom1,
    inference(split_conjunct,[status(thm)],[c_0_5]) ).

cnf(c_0_8,plain,
    lhs_atom2,
    c_0_6,
    [final] ).

cnf(c_0_9,plain,
    lhs_atom1,
    c_0_7,
    [final] ).

% End CNF derivation
cnf(c_0_8_0,axiom,
    person(other),
    inference(unfold_definition,[status(thm)],[c_0_8,def_lhs_atom2]) ).

cnf(c_0_9_0,axiom,
    person(asked),
    inference(unfold_definition,[status(thm)],[c_0_9,def_lhs_atom1]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0_001,axiom,
    ! [X2] :
      ( ~ isa(X2,knight)
      | ~ isa(X2,knave) ),
    file('<stdin>',not_both_a_knight_and_knave) ).

fof(c_0_1_002,axiom,
    ! [X2] :
      ( ~ person(X2)
      | isa(X2,knight)
      | isa(X2,knave) ),
    file('<stdin>',everyone_a_knight_or_knave) ).

fof(c_0_2_003,axiom,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(yes)
    | ~ tell_the_truth(asked) ),
    file('<stdin>',true_one_is_a_knight) ).

fof(c_0_3_004,axiom,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(no)
    | ~ lies(asked) ),
    file('<stdin>',lie_one_is_a_knight) ).

fof(c_0_4_005,axiom,
    ( response(no)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ tell_the_truth(asked) ),
    file('<stdin>',truthful_answer) ).

fof(c_0_5_006,axiom,
    ! [X1] :
      ( ~ response(yes)
      | ~ lies(asked)
      | ~ isa(X1,knight) ),
    file('<stdin>',knight_answers1) ).

fof(c_0_6_007,axiom,
    ! [X1] :
      ( ~ response(no)
      | ~ tell_the_truth(asked)
      | ~ isa(X1,knight) ),
    file('<stdin>',knight_answers2) ).

fof(c_0_7_008,axiom,
    ! [X1] :
      ( response(yes)
      | ~ tell_the_truth(asked)
      | ~ isa(X1,knight) ),
    file('<stdin>',knight_answers3) ).

fof(c_0_8_009,axiom,
    ! [X2] :
      ( ~ isa(X2,knight)
      | tell_the_truth(X2) ),
    file('<stdin>',knights_make_true_statements) ).

fof(c_0_9_010,axiom,
    ! [X2] :
      ( ~ isa(X2,knave)
      | lies(X2) ),
    file('<stdin>',knaves_make_false_statements) ).

fof(c_0_10,axiom,
    ! [X2] :
      ( ~ person(X2)
      | tell_the_truth(X2)
      | lies(X2) ),
    file('<stdin>',statements_are_true_or_false2) ).

fof(c_0_11,axiom,
    ! [X2] :
      ( ~ tell_the_truth(X2)
      | ~ lies(X2) ),
    file('<stdin>',statements_are_true_or_false) ).

fof(c_0_12,axiom,
    ( response(yes)
    | response(no) ),
    file('<stdin>',two_answers) ).

fof(c_0_13,plain,
    ! [X2] :
      ( ~ isa(X2,knight)
      | ~ isa(X2,knave) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_14,plain,
    ! [X2] :
      ( ~ person(X2)
      | isa(X2,knight)
      | isa(X2,knave) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_15,plain,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(yes)
    | ~ tell_the_truth(asked) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_16,plain,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(no)
    | ~ lies(asked) ),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_17,plain,
    ( response(no)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ tell_the_truth(asked) ),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_18,plain,
    ! [X1] :
      ( ~ response(yes)
      | ~ lies(asked)
      | ~ isa(X1,knight) ),
    inference(fof_simplification,[status(thm)],[c_0_5]) ).

fof(c_0_19,plain,
    ! [X1] :
      ( ~ response(no)
      | ~ tell_the_truth(asked)
      | ~ isa(X1,knight) ),
    inference(fof_simplification,[status(thm)],[c_0_6]) ).

fof(c_0_20,plain,
    ! [X1] :
      ( response(yes)
      | ~ tell_the_truth(asked)
      | ~ isa(X1,knight) ),
    inference(fof_simplification,[status(thm)],[c_0_7]) ).

fof(c_0_21,plain,
    ! [X2] :
      ( ~ isa(X2,knight)
      | tell_the_truth(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_8]) ).

fof(c_0_22,plain,
    ! [X2] :
      ( ~ isa(X2,knave)
      | lies(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_9]) ).

fof(c_0_23,plain,
    ! [X2] :
      ( ~ person(X2)
      | tell_the_truth(X2)
      | lies(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_10]) ).

fof(c_0_24,plain,
    ! [X2] :
      ( ~ tell_the_truth(X2)
      | ~ lies(X2) ),
    inference(fof_simplification,[status(thm)],[c_0_11]) ).

fof(c_0_25,axiom,
    ( response(yes)
    | response(no) ),
    c_0_12 ).

fof(c_0_26,plain,
    ! [X3] :
      ( ~ isa(X3,knight)
      | ~ isa(X3,knave) ),
    inference(variable_rename,[status(thm)],[c_0_13]) ).

fof(c_0_27,plain,
    ! [X3] :
      ( ~ person(X3)
      | isa(X3,knight)
      | isa(X3,knave) ),
    inference(variable_rename,[status(thm)],[c_0_14]) ).

fof(c_0_28,plain,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(yes)
    | ~ tell_the_truth(asked) ),
    c_0_15 ).

fof(c_0_29,plain,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ response(no)
    | ~ lies(asked) ),
    c_0_16 ).

fof(c_0_30,plain,
    ( response(no)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ tell_the_truth(asked) ),
    c_0_17 ).

fof(c_0_31,plain,
    ! [X2] :
      ( ~ response(yes)
      | ~ lies(asked)
      | ~ isa(X2,knight) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_18])])]) ).

fof(c_0_32,plain,
    ! [X2] :
      ( ~ response(no)
      | ~ tell_the_truth(asked)
      | ~ isa(X2,knight) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_19])])]) ).

fof(c_0_33,plain,
    ! [X2] :
      ( response(yes)
      | ~ tell_the_truth(asked)
      | ~ isa(X2,knight) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_20])])]) ).

fof(c_0_34,plain,
    ! [X3] :
      ( ~ isa(X3,knight)
      | tell_the_truth(X3) ),
    inference(variable_rename,[status(thm)],[c_0_21]) ).

fof(c_0_35,plain,
    ! [X3] :
      ( ~ isa(X3,knave)
      | lies(X3) ),
    inference(variable_rename,[status(thm)],[c_0_22]) ).

fof(c_0_36,plain,
    ! [X3] :
      ( ~ person(X3)
      | tell_the_truth(X3)
      | lies(X3) ),
    inference(variable_rename,[status(thm)],[c_0_23]) ).

fof(c_0_37,plain,
    ! [X3] :
      ( ~ tell_the_truth(X3)
      | ~ lies(X3) ),
    inference(variable_rename,[status(thm)],[c_0_24]) ).

fof(c_0_38,axiom,
    ( response(yes)
    | response(no) ),
    c_0_25 ).

cnf(c_0_39,plain,
    ( ~ isa(X1,knave)
    | ~ isa(X1,knight) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_40,plain,
    ( isa(X1,knave)
    | isa(X1,knight)
    | ~ person(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_41,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ tell_the_truth(asked)
    | ~ response(yes) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_42,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ lies(asked)
    | ~ response(no) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_43,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | response(no)
    | ~ tell_the_truth(asked) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_44,plain,
    ( ~ isa(X1,knight)
    | ~ lies(asked)
    | ~ response(yes) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_45,plain,
    ( ~ isa(X1,knight)
    | ~ tell_the_truth(asked)
    | ~ response(no) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_46,plain,
    ( response(yes)
    | ~ isa(X1,knight)
    | ~ tell_the_truth(asked) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_47,plain,
    ( tell_the_truth(X1)
    | ~ isa(X1,knight) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_48,plain,
    ( lies(X1)
    | ~ isa(X1,knave) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_49,plain,
    ( lies(X1)
    | tell_the_truth(X1)
    | ~ person(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

cnf(c_0_50,plain,
    ( ~ lies(X1)
    | ~ tell_the_truth(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_37]) ).

cnf(c_0_51,plain,
    ( response(no)
    | response(yes) ),
    inference(split_conjunct,[status(thm)],[c_0_38]) ).

cnf(c_0_52,plain,
    ( ~ isa(X1,knave)
    | ~ isa(X1,knight) ),
    c_0_39,
    [final] ).

cnf(c_0_53,plain,
    ( isa(X1,knave)
    | isa(X1,knight)
    | ~ person(X1) ),
    c_0_40,
    [final] ).

cnf(c_0_54,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ tell_the_truth(asked)
    | ~ response(yes) ),
    c_0_41,
    [final] ).

cnf(c_0_55,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ lies(asked)
    | ~ response(no) ),
    c_0_42,
    [final] ).

cnf(c_0_56,plain,
    ( isa(other,knight)
    | isa(asked,knight)
    | response(no)
    | ~ tell_the_truth(asked) ),
    c_0_43,
    [final] ).

cnf(c_0_57,plain,
    ( ~ isa(X1,knight)
    | ~ lies(asked)
    | ~ response(yes) ),
    c_0_44,
    [final] ).

cnf(c_0_58,plain,
    ( ~ isa(X1,knight)
    | ~ tell_the_truth(asked)
    | ~ response(no) ),
    c_0_45,
    [final] ).

cnf(c_0_59,plain,
    ( response(yes)
    | ~ isa(X1,knight)
    | ~ tell_the_truth(asked) ),
    c_0_46,
    [final] ).

cnf(c_0_60,plain,
    ( tell_the_truth(X1)
    | ~ isa(X1,knight) ),
    c_0_47,
    [final] ).

cnf(c_0_61,plain,
    ( lies(X1)
    | ~ isa(X1,knave) ),
    c_0_48,
    [final] ).

cnf(c_0_62,plain,
    ( lies(X1)
    | tell_the_truth(X1)
    | ~ person(X1) ),
    c_0_49,
    [final] ).

cnf(c_0_63,plain,
    ( ~ lies(X1)
    | ~ tell_the_truth(X1) ),
    c_0_50,
    [final] ).

cnf(c_0_64,plain,
    ( response(no)
    | response(yes) ),
    c_0_51,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_52_0,axiom,
    ( ~ isa(X1,knave)
    | ~ isa(X1,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_52]) ).

cnf(c_0_52_1,axiom,
    ( ~ isa(X1,knight)
    | ~ isa(X1,knave) ),
    inference(literals_permutation,[status(thm)],[c_0_52]) ).

cnf(c_0_53_0,axiom,
    ( isa(X1,knave)
    | isa(X1,knight)
    | ~ person(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_53]) ).

cnf(c_0_53_1,axiom,
    ( isa(X1,knight)
    | isa(X1,knave)
    | ~ person(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_53]) ).

cnf(c_0_53_2,axiom,
    ( ~ person(X1)
    | isa(X1,knight)
    | isa(X1,knave) ),
    inference(literals_permutation,[status(thm)],[c_0_53]) ).

cnf(c_0_54_0,axiom,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ tell_the_truth(asked)
    | ~ response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_54]) ).

cnf(c_0_54_1,axiom,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ tell_the_truth(asked)
    | ~ response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_54]) ).

cnf(c_0_54_2,axiom,
    ( ~ tell_the_truth(asked)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_54]) ).

cnf(c_0_54_3,axiom,
    ( ~ response(yes)
    | ~ tell_the_truth(asked)
    | isa(asked,knight)
    | isa(other,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_54]) ).

cnf(c_0_55_0,axiom,
    ( isa(other,knight)
    | isa(asked,knight)
    | ~ lies(asked)
    | ~ response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_55]) ).

cnf(c_0_55_1,axiom,
    ( isa(asked,knight)
    | isa(other,knight)
    | ~ lies(asked)
    | ~ response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_55]) ).

cnf(c_0_55_2,axiom,
    ( ~ lies(asked)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_55]) ).

cnf(c_0_55_3,axiom,
    ( ~ response(no)
    | ~ lies(asked)
    | isa(asked,knight)
    | isa(other,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_55]) ).

cnf(c_0_56_0,axiom,
    ( isa(other,knight)
    | isa(asked,knight)
    | response(no)
    | ~ tell_the_truth(asked) ),
    inference(literals_permutation,[status(thm)],[c_0_56]) ).

cnf(c_0_56_1,axiom,
    ( isa(asked,knight)
    | isa(other,knight)
    | response(no)
    | ~ tell_the_truth(asked) ),
    inference(literals_permutation,[status(thm)],[c_0_56]) ).

cnf(c_0_56_2,axiom,
    ( response(no)
    | isa(asked,knight)
    | isa(other,knight)
    | ~ tell_the_truth(asked) ),
    inference(literals_permutation,[status(thm)],[c_0_56]) ).

cnf(c_0_56_3,axiom,
    ( ~ tell_the_truth(asked)
    | response(no)
    | isa(asked,knight)
    | isa(other,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_56]) ).

cnf(c_0_57_0,axiom,
    ( ~ isa(X1,knight)
    | ~ lies(asked)
    | ~ response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_57]) ).

cnf(c_0_57_1,axiom,
    ( ~ lies(asked)
    | ~ isa(X1,knight)
    | ~ response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_57]) ).

cnf(c_0_57_2,axiom,
    ( ~ response(yes)
    | ~ lies(asked)
    | ~ isa(X1,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_57]) ).

cnf(c_0_58_0,axiom,
    ( ~ isa(X1,knight)
    | ~ tell_the_truth(asked)
    | ~ response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_58]) ).

cnf(c_0_58_1,axiom,
    ( ~ tell_the_truth(asked)
    | ~ isa(X1,knight)
    | ~ response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_58]) ).

cnf(c_0_58_2,axiom,
    ( ~ response(no)
    | ~ tell_the_truth(asked)
    | ~ isa(X1,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_58]) ).

cnf(c_0_59_0,axiom,
    ( response(yes)
    | ~ isa(X1,knight)
    | ~ tell_the_truth(asked) ),
    inference(literals_permutation,[status(thm)],[c_0_59]) ).

cnf(c_0_59_1,axiom,
    ( ~ isa(X1,knight)
    | response(yes)
    | ~ tell_the_truth(asked) ),
    inference(literals_permutation,[status(thm)],[c_0_59]) ).

cnf(c_0_59_2,axiom,
    ( ~ tell_the_truth(asked)
    | ~ isa(X1,knight)
    | response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_59]) ).

cnf(c_0_60_0,axiom,
    ( tell_the_truth(X1)
    | ~ isa(X1,knight) ),
    inference(literals_permutation,[status(thm)],[c_0_60]) ).

cnf(c_0_60_1,axiom,
    ( ~ isa(X1,knight)
    | tell_the_truth(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_60]) ).

cnf(c_0_61_0,axiom,
    ( lies(X1)
    | ~ isa(X1,knave) ),
    inference(literals_permutation,[status(thm)],[c_0_61]) ).

cnf(c_0_61_1,axiom,
    ( ~ isa(X1,knave)
    | lies(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_61]) ).

cnf(c_0_62_0,axiom,
    ( lies(X1)
    | tell_the_truth(X1)
    | ~ person(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_62]) ).

cnf(c_0_62_1,axiom,
    ( tell_the_truth(X1)
    | lies(X1)
    | ~ person(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_62]) ).

cnf(c_0_62_2,axiom,
    ( ~ person(X1)
    | tell_the_truth(X1)
    | lies(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_62]) ).

cnf(c_0_63_0,axiom,
    ( ~ lies(X1)
    | ~ tell_the_truth(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_63]) ).

cnf(c_0_63_1,axiom,
    ( ~ tell_the_truth(X1)
    | ~ lies(X1) ),
    inference(literals_permutation,[status(thm)],[c_0_63]) ).

cnf(c_0_64_0,axiom,
    ( response(no)
    | response(yes) ),
    inference(literals_permutation,[status(thm)],[c_0_64]) ).

cnf(c_0_64_1,axiom,
    ( response(yes)
    | response(no) ),
    inference(literals_permutation,[status(thm)],[c_0_64]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_011,negated_conjecture,
    ! [X1,X2,X3] :
      ( ~ response(X3)
      | ~ isa(asked,X2)
      | ~ isa(other,X1) ),
    file('<stdin>',prove_answer) ).

fof(c_0_1_012,negated_conjecture,
    ! [X1,X2,X3] :
      ( ~ response(X3)
      | ~ isa(asked,X2)
      | ~ isa(other,X1) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_2_013,negated_conjecture,
    ! [X4,X5,X6] :
      ( ~ response(X4)
      | ~ isa(asked,X5)
      | ~ isa(other,X6) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_1])])]) ).

cnf(c_0_3_014,negated_conjecture,
    ( ~ isa(other,X1)
    | ~ isa(asked,X2)
    | ~ response(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_015,negated_conjecture,
    ( ~ isa(other,X1)
    | ~ isa(asked,X2)
    | ~ response(X3) ),
    c_0_3,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_39,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ isa(asked,X1)
    | ~ response(X2) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_004ac1.p',c_0_4) ).

cnf(c_50,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP0_iProver_split])],[c_39]) ).

cnf(c_54,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_50]) ).

cnf(c_61,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_54]) ).

cnf(c_77,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_61]) ).

cnf(c_84,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_77]) ).

cnf(c_131,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_84]) ).

cnf(c_254,negated_conjecture,
    ( ~ isa(asked,X0)
    | ~ sP0_iProver_split ),
    inference(copy,[status(esa)],[c_131]) ).

cnf(c_2,plain,
    ( ~ person(X0)
    | isa(X0,knight)
    | isa(X0,knave) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_004ac1.p',c_0_53_0) ).

cnf(c_180,plain,
    ( ~ person(X0)
    | isa(X0,knight)
    | isa(X0,knave) ),
    inference(copy,[status(esa)],[c_2]) ).

cnf(c_181,plain,
    ( isa(X0,knave)
    | isa(X0,knight)
    | ~ person(X0) ),
    inference(rewriting,[status(thm)],[c_180]) ).

cnf(c_272,plain,
    ( isa(asked,knight)
    | ~ person(asked)
    | ~ sP0_iProver_split ),
    inference(resolution,[status(thm)],[c_254,c_181]) ).

cnf(c_273,plain,
    ( isa(asked,knight)
    | ~ person(asked)
    | ~ sP0_iProver_split ),
    inference(rewriting,[status(thm)],[c_272]) ).

cnf(c_37,plain,
    person(asked),
    file('/export/starexec/sandbox/tmp/iprover_modulo_004ac1.p',c_0_9_0) ).

cnf(c_250,plain,
    person(asked),
    inference(copy,[status(esa)],[c_37]) ).

cnf(c_310,plain,
    ~ sP0_iProver_split,
    inference(forward_subsumption_resolution,[status(thm)],[c_273,c_250,c_254]) ).

cnf(c_311,negated_conjecture,
    ~ sP0_iProver_split,
    inference(rewriting,[status(thm)],[c_310]) ).

cnf(c_51,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP1_iProver_split])],[c_39]) ).

cnf(c_55,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_51]) ).

cnf(c_63,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_55]) ).

cnf(c_78,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_63]) ).

cnf(c_83,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_78]) ).

cnf(c_132,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_83]) ).

cnf(c_256,negated_conjecture,
    ( ~ response(X0)
    | ~ sP1_iProver_split ),
    inference(copy,[status(esa)],[c_132]) ).

cnf(c_35,plain,
    ( response(yes)
    | response(no) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_004ac1.p',c_0_64_0) ).

cnf(c_246,plain,
    ( response(yes)
    | response(no) ),
    inference(copy,[status(esa)],[c_35]) ).

cnf(c_266,plain,
    ( response(yes)
    | ~ sP1_iProver_split ),
    inference(resolution,[status(thm)],[c_256,c_246]) ).

cnf(c_267,plain,
    ( response(yes)
    | ~ sP1_iProver_split ),
    inference(rewriting,[status(thm)],[c_266]) ).

cnf(c_290,plain,
    ~ sP1_iProver_split,
    inference(forward_subsumption_resolution,[status(thm)],[c_267,c_256]) ).

cnf(c_291,plain,
    ~ sP1_iProver_split,
    inference(rewriting,[status(thm)],[c_290]) ).

cnf(c_57,negated_conjecture,
    ( sP0_iProver_split
    | sP1_iProver_split
    | sP2_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP2_iProver_split,sP1_iProver_split,sP0_iProver_split])],[c_39]) ).

cnf(c_67,negated_conjecture,
    ( sP0_iProver_split
    | sP1_iProver_split
    | sP2_iProver_split ),
    inference(copy,[status(esa)],[c_57]) ).

cnf(c_80,negated_conjecture,
    ( sP0_iProver_split
    | sP1_iProver_split
    | sP2_iProver_split ),
    inference(copy,[status(esa)],[c_67]) ).

cnf(c_81,negated_conjecture,
    ( sP0_iProver_split
    | sP1_iProver_split
    | sP2_iProver_split ),
    inference(copy,[status(esa)],[c_80]) ).

cnf(c_52,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ sP2_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP2_iProver_split])],[c_39]) ).

cnf(c_56,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ sP2_iProver_split ),
    inference(copy,[status(esa)],[c_52]) ).

cnf(c_65,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ sP2_iProver_split ),
    inference(copy,[status(esa)],[c_56]) ).

cnf(c_79,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ sP2_iProver_split ),
    inference(copy,[status(esa)],[c_65]) ).

cnf(c_82,negated_conjecture,
    ( ~ isa(other,X0)
    | ~ sP2_iProver_split ),
    inference(copy,[status(esa)],[c_79]) ).

cnf(c_85,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split
    | sP1_iProver_split ),
    inference(resolution,[status(thm)],[c_81,c_82]) ).

cnf(c_96,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split
    | sP1_iProver_split ),
    inference(copy,[status(esa)],[c_85]) ).

cnf(c_100,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split
    | sP1_iProver_split ),
    inference(copy,[status(esa)],[c_96]) ).

cnf(c_133,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split
    | sP1_iProver_split ),
    inference(copy,[status(esa)],[c_100]) ).

cnf(c_258,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split
    | sP1_iProver_split ),
    inference(copy,[status(esa)],[c_133]) ).

cnf(c_293,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split ),
    inference(backward_subsumption_resolution,[status(thm)],[c_291,c_258]) ).

cnf(c_294,plain,
    ( ~ isa(other,X0)
    | sP0_iProver_split ),
    inference(rewriting,[status(thm)],[c_293]) ).

cnf(c_313,plain,
    ~ isa(other,X0),
    inference(backward_subsumption_resolution,[status(thm)],[c_311,c_294]) ).

cnf(c_314,plain,
    ~ isa(other,X0),
    inference(rewriting,[status(thm)],[c_313]) ).

cnf(c_323,plain,
    ( isa(other,knight)
    | ~ person(other) ),
    inference(resolution,[status(thm)],[c_314,c_181]) ).

cnf(c_324,plain,
    ( isa(other,knight)
    | ~ person(other) ),
    inference(rewriting,[status(thm)],[c_323]) ).

cnf(c_38,plain,
    person(other),
    file('/export/starexec/sandbox/tmp/iprover_modulo_004ac1.p',c_0_8_0) ).

cnf(c_252,plain,
    person(other),
    inference(copy,[status(esa)],[c_38]) ).

cnf(c_327,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_324,c_252,c_314]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.08  % Problem  : PUZ035-2 : TPTP v8.1.0. Released v2.0.0.
% 0.02/0.08  % Command  : iprover_modulo %s %d
% 0.07/0.27  % Computer : n032.cluster.edu
% 0.07/0.27  % Model    : x86_64 x86_64
% 0.07/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.27  % Memory   : 8042.1875MB
% 0.07/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit : 300
% 0.07/0.27  % WCLimit  : 600
% 0.07/0.27  % DateTime : Sun May 29 02:13:41 EDT 2022
% 0.07/0.27  % CPUTime  : 
% 0.07/0.27  % Running in mono-core mode
% 0.12/0.31  % Orienting using strategy Equiv(ClausalAll)
% 0.12/0.31  % Orientation found
% 0.12/0.31  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox/tmp/iprover_proof_d60e1d.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_004ac1.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_e59580 | grep -v "SZS"
% 0.12/0.33  
% 0.12/0.33  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.12/0.33  
% 0.12/0.33  % 
% 0.12/0.33  % ------  iProver source info 
% 0.12/0.33  
% 0.12/0.33  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.12/0.33  % git: non_committed_changes: true
% 0.12/0.33  % git: last_make_outside_of_git: true
% 0.12/0.33  
% 0.12/0.33  % 
% 0.12/0.33  % ------ Input Options
% 0.12/0.33  
% 0.12/0.33  % --out_options                         all
% 0.12/0.33  % --tptp_safe_out                       true
% 0.12/0.33  % --problem_path                        ""
% 0.12/0.33  % --include_path                        ""
% 0.12/0.33  % --clausifier                          .//eprover
% 0.12/0.33  % --clausifier_options                  --tstp-format  
% 0.12/0.33  % --stdin                               false
% 0.12/0.33  % --dbg_backtrace                       false
% 0.12/0.33  % --dbg_dump_prop_clauses               false
% 0.12/0.33  % --dbg_dump_prop_clauses_file          -
% 0.12/0.33  % --dbg_out_stat                        false
% 0.12/0.33  
% 0.12/0.33  % ------ General Options
% 0.12/0.33  
% 0.12/0.33  % --fof                                 false
% 0.12/0.33  % --time_out_real                       150.
% 0.12/0.33  % --time_out_prep_mult                  0.2
% 0.12/0.33  % --time_out_virtual                    -1.
% 0.12/0.33  % --schedule                            none
% 0.12/0.33  % --ground_splitting                    input
% 0.12/0.33  % --splitting_nvd                       16
% 0.12/0.33  % --non_eq_to_eq                        false
% 0.12/0.33  % --prep_gs_sim                         true
% 0.12/0.33  % --prep_unflatten                      false
% 0.12/0.33  % --prep_res_sim                        true
% 0.12/0.33  % --prep_upred                          true
% 0.12/0.33  % --res_sim_input                       true
% 0.12/0.33  % --clause_weak_htbl                    true
% 0.12/0.33  % --gc_record_bc_elim                   false
% 0.12/0.33  % --symbol_type_check                   false
% 0.12/0.33  % --clausify_out                        false
% 0.12/0.33  % --large_theory_mode                   false
% 0.12/0.33  % --prep_sem_filter                     none
% 0.12/0.33  % --prep_sem_filter_out                 false
% 0.12/0.33  % --preprocessed_out                    false
% 0.12/0.33  % --sub_typing                          false
% 0.12/0.33  % --brand_transform                     false
% 0.12/0.33  % --pure_diseq_elim                     true
% 0.12/0.33  % --min_unsat_core                      false
% 0.12/0.33  % --pred_elim                           true
% 0.12/0.33  % --add_important_lit                   false
% 0.12/0.33  % --soft_assumptions                    false
% 0.12/0.33  % --reset_solvers                       false
% 0.12/0.33  % --bc_imp_inh                          []
% 0.12/0.33  % --conj_cone_tolerance                 1.5
% 0.12/0.33  % --prolific_symb_bound                 500
% 0.12/0.33  % --lt_threshold                        2000
% 0.12/0.33  
% 0.12/0.33  % ------ SAT Options
% 0.12/0.33  
% 0.12/0.33  % --sat_mode                            false
% 0.12/0.33  % --sat_fm_restart_options              ""
% 0.12/0.33  % --sat_gr_def                          false
% 0.12/0.33  % --sat_epr_types                       true
% 0.12/0.33  % --sat_non_cyclic_types                false
% 0.12/0.33  % --sat_finite_models                   false
% 0.12/0.33  % --sat_fm_lemmas                       false
% 0.12/0.33  % --sat_fm_prep                         false
% 0.12/0.33  % --sat_fm_uc_incr                      true
% 0.12/0.33  % --sat_out_model                       small
% 0.12/0.33  % --sat_out_clauses                     false
% 0.12/0.33  
% 0.12/0.33  % ------ QBF Options
% 0.12/0.33  
% 0.12/0.33  % --qbf_mode                            false
% 0.12/0.33  % --qbf_elim_univ                       true
% 0.12/0.33  % --qbf_sk_in                           true
% 0.12/0.33  % --qbf_pred_elim                       true
% 0.12/0.33  % --qbf_split                           32
% 0.12/0.33  
% 0.12/0.33  % ------ BMC1 Options
% 0.12/0.33  
% 0.12/0.33  % --bmc1_incremental                    false
% 0.12/0.33  % --bmc1_axioms                         reachable_all
% 0.12/0.33  % --bmc1_min_bound                      0
% 0.12/0.33  % --bmc1_max_bound                      -1
% 0.12/0.33  % --bmc1_max_bound_default              -1
% 0.12/0.33  % --bmc1_symbol_reachability            true
% 0.12/0.33  % --bmc1_property_lemmas                false
% 0.12/0.33  % --bmc1_k_induction                    false
% 0.12/0.33  % --bmc1_non_equiv_states               false
% 0.12/0.33  % --bmc1_deadlock                       false
% 0.12/0.33  % --bmc1_ucm                            false
% 0.12/0.33  % --bmc1_add_unsat_core                 none
% 0.12/0.33  % --bmc1_unsat_core_children            false
% 0.12/0.33  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.12/0.33  % --bmc1_out_stat                       full
% 0.12/0.33  % --bmc1_ground_init                    false
% 0.12/0.33  % --bmc1_pre_inst_next_state            false
% 0.12/0.33  % --bmc1_pre_inst_state                 false
% 0.12/0.33  % --bmc1_pre_inst_reach_state           false
% 0.12/0.33  % --bmc1_out_unsat_core                 false
% 0.12/0.33  % --bmc1_aig_witness_out                false
% 0.12/0.33  % --bmc1_verbose                        false
% 0.12/0.33  % --bmc1_dump_clauses_tptp              false
% 0.12/0.33  % --bmc1_dump_unsat_core_tptp           false
% 0.12/0.33  % --bmc1_dump_file                      -
% 0.12/0.33  % --bmc1_ucm_expand_uc_limit            128
% 0.12/0.33  % --bmc1_ucm_n_expand_iterations        6
% 0.12/0.33  % --bmc1_ucm_extend_mode                1
% 0.12/0.33  % --bmc1_ucm_init_mode                  2
% 0.12/0.33  % --bmc1_ucm_cone_mode                  none
% 0.12/0.33  % --bmc1_ucm_reduced_relation_type      0
% 0.12/0.33  % --bmc1_ucm_relax_model                4
% 0.12/0.33  % --bmc1_ucm_full_tr_after_sat          true
% 0.12/0.33  % --bmc1_ucm_expand_neg_assumptions     false
% 0.12/0.33  % --bmc1_ucm_layered_model              none
% 0.12/0.33  % --bmc1_ucm_max_lemma_size             10
% 0.12/0.33  
% 0.12/0.33  % ------ AIG Options
% 0.12/0.33  
% 0.12/0.33  % --aig_mode                            false
% 0.12/0.33  
% 0.12/0.33  % ------ Instantiation Options
% 0.12/0.33  
% 0.12/0.33  % --instantiation_flag                  true
% 0.12/0.33  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.12/0.33  % --inst_solver_per_active              750
% 0.12/0.33  % --inst_solver_calls_frac              0.5
% 0.12/0.33  % --inst_passive_queue_type             priority_queues
% 0.12/0.33  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.12/0.33  % --inst_passive_queues_freq            [25;2]
% 0.12/0.33  % --inst_dismatching                    true
% 0.12/0.33  % --inst_eager_unprocessed_to_passive   true
% 0.12/0.33  % --inst_prop_sim_given                 true
% 0.12/0.33  % --inst_prop_sim_new                   false
% 0.12/0.33  % --inst_orphan_elimination             true
% 0.12/0.33  % --inst_learning_loop_flag             true
% 0.12/0.33  % --inst_learning_start                 3000
% 0.12/0.33  % --inst_learning_factor                2
% 0.12/0.33  % --inst_start_prop_sim_after_learn     3
% 0.12/0.33  % --inst_sel_renew                      solver
% 0.12/0.33  % --inst_lit_activity_flag              true
% 0.12/0.33  % --inst_out_proof                      true
% 0.12/0.33  
% 0.12/0.33  % ------ Resolution Options
% 0.12/0.33  
% 0.12/0.33  % --resolution_flag                     true
% 0.12/0.33  % --res_lit_sel                         kbo_max
% 0.12/0.33  % --res_to_prop_solver                  none
% 0.12/0.33  % --res_prop_simpl_new                  false
% 0.12/0.33  % --res_prop_simpl_given                false
% 0.12/0.33  % --res_passive_queue_type              priority_queues
% 0.12/0.33  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.12/0.33  % --res_passive_queues_freq             [15;5]
% 0.12/0.33  % --res_forward_subs                    full
% 0.12/0.33  % --res_backward_subs                   full
% 0.12/0.33  % --res_forward_subs_resolution         true
% 0.12/0.33  % --res_backward_subs_resolution        true
% 0.12/0.33  % --res_orphan_elimination              false
% 0.12/0.33  % --res_time_limit                      1000.
% 0.12/0.33  % --res_out_proof                       true
% 0.12/0.33  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_d60e1d.s
% 0.12/0.33  % --modulo                              true
% 0.12/0.33  
% 0.12/0.33  % ------ Combination Options
% 0.12/0.33  
% 0.12/0.33  % --comb_res_mult                       1000
% 0.12/0.33  % --comb_inst_mult                      300
% 0.12/0.33  % ------ 
% 0.12/0.33  
% 0.12/0.33  % ------ Parsing...% successful
% 0.12/0.33  
% 0.12/0.33  % ------ Preprocessing... gs_s  sp: 6 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe:1:0s pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.12/0.33  
% 0.12/0.33  % ------ Proving...
% 0.12/0.33  % ------ Problem Properties 
% 0.12/0.33  
% 0.12/0.33  % 
% 0.12/0.33  % EPR                                   true
% 0.12/0.33  % Horn                                  false
% 0.12/0.33  % Has equality                          false
% 0.12/0.33  
% 0.12/0.33  % % ------ Input Options Time Limit: Unbounded
% 0.12/0.33  
% 0.12/0.33  
% 0.12/0.33  % % ------ Current options:
% 0.12/0.33  
% 0.12/0.33  % ------ Input Options
% 0.12/0.33  
% 0.12/0.33  % --out_options                         all
% 0.12/0.33  % --tptp_safe_out                       true
% 0.12/0.33  % --problem_path                        ""
% 0.12/0.33  % --include_path                        ""
% 0.12/0.33  % --clausifier                          .//eprover
% 0.12/0.33  % --clausifier_options                  --tstp-format  
% 0.12/0.33  % --stdin                               false
% 0.12/0.33  % --dbg_backtrace                       false
% 0.12/0.33  % --dbg_dump_prop_clauses               false
% 0.12/0.33  % --dbg_dump_prop_clauses_file          -
% 0.12/0.33  % --dbg_out_stat                        false
% 0.12/0.33  
% 0.12/0.33  % ------ General Options
% 0.12/0.33  
% 0.12/0.33  % --fof                                 false
% 0.12/0.33  % --time_out_real                       150.
% 0.12/0.33  % --time_out_prep_mult                  0.2
% 0.12/0.33  % --time_out_virtual                    -1.
% 0.12/0.33  % --schedule                            none
% 0.12/0.33  % --ground_splitting                    input
% 0.12/0.33  % --splitting_nvd                       16
% 0.12/0.33  % --non_eq_to_eq                        false
% 0.12/0.33  % --prep_gs_sim                         true
% 0.12/0.33  % --prep_unflatten                      false
% 0.12/0.33  % --prep_res_sim                        true
% 0.12/0.33  % --prep_upred                          true
% 0.12/0.33  % --res_sim_input                       true
% 0.12/0.33  % --clause_weak_htbl                    true
% 0.12/0.33  % --gc_record_bc_elim                   false
% 0.12/0.33  % --symbol_type_check                   false
% 0.12/0.33  % --clausify_out                        false
% 0.12/0.33  % --large_theory_mode                   false
% 0.12/0.33  % --prep_sem_filter                     none
% 0.12/0.33  % --prep_sem_filter_out                 false
% 0.12/0.33  % --preprocessed_out                    false
% 0.12/0.33  % --sub_typing                          false
% 0.12/0.33  % --brand_transform                     false
% 0.12/0.33  % --pure_diseq_elim                     true
% 0.12/0.33  % --min_unsat_core                      false
% 0.12/0.33  % --pred_elim                           true
% 0.12/0.33  % --add_important_lit                   false
% 0.12/0.33  % --soft_assumptions                    false
% 0.12/0.33  % --reset_solvers                       false
% 0.12/0.33  % --bc_imp_inh                          []
% 0.12/0.33  % --conj_cone_tolerance                 1.5
% 0.12/0.33  % --prolific_symb_bound                 500
% 0.12/0.33  % --lt_threshold                        2000
% 0.12/0.33  
% 0.12/0.33  % ------ SAT Options
% 0.12/0.33  
% 0.12/0.33  % --sat_mode                            false
% 0.12/0.33  % --sat_fm_restart_options              ""
% 0.12/0.33  % --sat_gr_def                          false
% 0.12/0.33  % --sat_epr_types                       true
% 0.12/0.33  % --sat_non_cyclic_types                false
% 0.12/0.33  % --sat_finite_models                   false
% 0.12/0.33  % --sat_fm_lemmas                       false
% 0.12/0.33  % --sat_fm_prep                         false
% 0.12/0.33  % --sat_fm_uc_incr                      true
% 0.12/0.33  % --sat_out_model                       small
% 0.12/0.33  % --sat_out_clauses                     false
% 0.12/0.33  
% 0.12/0.33  % ------ QBF Options
% 0.12/0.33  
% 0.12/0.33  % --qbf_mode                            false
% 0.12/0.33  % --qbf_elim_univ                       true
% 0.12/0.33  % --qbf_sk_in                           true
% 0.12/0.33  % --qbf_pred_elim                       true
% 0.12/0.33  % --qbf_split                           32
% 0.12/0.33  
% 0.12/0.33  % ------ BMC1 Options
% 0.12/0.33  
% 0.12/0.33  % --bmc1_incremental                    false
% 0.12/0.33  % --bmc1_axioms                         reachable_all
% 0.12/0.33  % --bmc1_min_bound                      0
% 0.12/0.33  % --bmc1_max_bound                      -1
% 0.12/0.33  % --bmc1_max_bound_default              -1
% 0.12/0.33  % --bmc1_symbol_reachability            true
% 0.12/0.33  % --bmc1_property_lemmas                false
% 0.12/0.33  % --bmc1_k_induction                    false
% 0.12/0.33  % --bmc1_non_equiv_states               false
% 0.12/0.33  % --bmc1_deadlock                       false
% 0.12/0.33  % --bmc1_ucm                            false
% 0.12/0.33  % --bmc1_add_unsat_core                 none
% 0.12/0.33  % --bmc1_unsat_core_children            false
% 0.12/0.33  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.12/0.33  % --bmc1_out_stat                       full
% 0.12/0.33  % --bmc1_ground_init                    false
% 0.12/0.33  % --bmc1_pre_inst_next_state            false
% 0.12/0.33  % --bmc1_pre_inst_state                 false
% 0.12/0.33  % --bmc1_pre_inst_reach_state           false
% 0.12/0.33  % --bmc1_out_unsat_core                 false
% 0.12/0.33  % --bmc1_aig_witness_out                false
% 0.12/0.33  % --bmc1_verbose                        false
% 0.12/0.33  % --bmc1_dump_clauses_tptp              false
% 0.12/0.33  % --bmc1_dump_unsat_core_tptp           false
% 0.12/0.33  % --bmc1_dump_file                      -
% 0.12/0.33  % --bmc1_ucm_expand_uc_limit            128
% 0.12/0.33  % --bmc1_ucm_n_expand_iterations        6
% 0.12/0.33  % --bmc1_ucm_extend_mode                1
% 0.12/0.33  % --bmc1_ucm_init_mode                  2
% 0.12/0.33  % --bmc1_ucm_cone_mode                  none
% 0.12/0.33  % --bmc1_ucm_reduced_relation_type      0
% 0.12/0.33  % --bmc1_ucm_relax_model                4
% 0.12/0.33  % --bmc1_ucm_full_tr_after_sat          true
% 0.12/0.33  % --bmc1_ucm_expand_neg_assumptions     false
% 0.12/0.33  % --bmc1_ucm_layered_model              none
% 0.12/0.33  % --bmc1_ucm_max_lemma_size             10
% 0.12/0.33  
% 0.12/0.33  % ------ AIG Options
% 0.12/0.33  
% 0.12/0.33  % --aig_mode                            false
% 0.12/0.33  
% 0.12/0.33  % ------ Instantiation Options
% 0.12/0.33  
% 0.12/0.33  % --instantiation_flag                  true
% 0.12/0.33  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.12/0.33  % --inst_solver_per_active              750
% 0.12/0.33  % --inst_solver_calls_frac              0.5
% 0.12/0.33  % --inst_passive_queue_type             priority_queues
% 0.12/0.33  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.12/0.33  % --inst_passive_queues_freq            [25;2]
% 0.12/0.33  % --inst_dismatching                    true
% 0.12/0.33  % --inst_eager_unprocessed_to_passive   true
% 0.12/0.33  % --inst_prop_sim_given                 true
% 0.12/0.33  % --inst_prop_sim_new                   false
% 0.12/0.33  % --inst_orphan_elimination             true
% 0.12/0.33  % --inst_learning_loop_flag             true
% 0.12/0.33  % --inst_learning_start                 3000
% 0.12/0.33  % --inst_learning_factor                2
% 0.12/0.33  % --inst_start_prop_sim_after_learn     3
% 0.12/0.33  % --inst_sel_renew                      solver
% 0.12/0.33  % --inst_lit_activity_flag              true
% 0.12/0.33  % --inst_out_proof                      true
% 0.12/0.33  
% 0.12/0.33  % ------ Resolution Options
% 0.12/0.33  
% 0.12/0.33  % --resolution_flag                     true
% 0.12/0.33  % --res_lit_sel                         kbo_max
% 0.12/0.33  % --res_to_prop_solver                  none
% 0.12/0.33  % --res_prop_simpl_new                  false
% 0.12/0.33  % --res_prop_simpl_given                false
% 0.12/0.33  % --res_passive_queue_type              priority_queues
% 0.12/0.33  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.12/0.33  % --res_passive_queues_freq             [15;5]
% 0.12/0.33  % --res_forward_subs                    full
% 0.12/0.33  % --res_backward_subs                   full
% 0.12/0.33  % --res_forward_subs_resolution         true
% 0.12/0.33  % --res_backward_subs_resolution        true
% 0.12/0.33  % --res_orphan_elimination              false
% 0.12/0.33  % --res_time_limit                      1000.
% 0.12/0.33  % --res_out_proof                       true
% 0.12/0.33  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_d60e1d.s
% 0.12/0.33  % --modulo                              true
% 0.12/0.33  
% 0.12/0.33  % ------ Combination Options
% 0.12/0.33  
% 0.12/0.33  % --comb_res_mult                       1000
% 0.12/0.33  % --comb_inst_mult                      300
% 0.12/0.33  % ------ 
% 0.12/0.33  
% 0.12/0.33  
% 0.12/0.33  
% 0.12/0.33  % ------ Proving...
% 0.12/0.33  % 
% 0.12/0.33  
% 0.12/0.33  
% 0.12/0.33  %  Resolution empty clause
% 0.12/0.33  
% 0.12/0.33  % ------                             Statistics
% 0.12/0.33  
% 0.12/0.33  % ------ General
% 0.12/0.33  
% 0.12/0.33  % num_of_input_clauses:                 40
% 0.12/0.33  % num_of_input_neg_conjectures:         1
% 0.12/0.33  % num_of_splits:                        6
% 0.12/0.33  % num_of_split_atoms:                   3
% 0.12/0.33  % num_of_sem_filtered_clauses:          0
% 0.12/0.33  % num_of_subtypes:                      0
% 0.12/0.33  % monotx_restored_types:                0
% 0.12/0.33  % sat_num_of_epr_types:                 0
% 0.12/0.33  % sat_num_of_non_cyclic_types:          0
% 0.12/0.33  % sat_guarded_non_collapsed_types:      0
% 0.12/0.33  % is_epr:                               1
% 0.12/0.33  % is_horn:                              0
% 0.12/0.33  % has_eq:                               0
% 0.12/0.33  % num_pure_diseq_elim:                  0
% 0.12/0.33  % simp_replaced_by:                     0
% 0.12/0.33  % res_preprocessed:                     8
% 0.12/0.33  % prep_upred:                           0
% 0.12/0.33  % prep_unflattend:                      0
% 0.12/0.33  % pred_elim_cands:                      3
% 0.12/0.33  % pred_elim:                            1
% 0.12/0.33  % pred_elim_cl:                         1
% 0.12/0.33  % pred_elim_cycles:                     3
% 0.12/0.33  % forced_gc_time:                       0
% 0.12/0.33  % gc_basic_clause_elim:                 0
% 0.12/0.33  % parsing_time:                         0.
% 0.12/0.33  % sem_filter_time:                      0.
% 0.12/0.33  % pred_elim_time:                       0.
% 0.12/0.33  % out_proof_time:                       0.001
% 0.12/0.33  % monotx_time:                          0.
% 0.12/0.33  % subtype_inf_time:                     0.
% 0.12/0.33  % unif_index_cands_time:                0.
% 0.12/0.33  % unif_index_add_time:                  0.
% 0.12/0.33  % total_time:                           0.017
% 0.12/0.33  % num_of_symbols:                       39
% 0.12/0.33  % num_of_terms:                         74
% 0.12/0.33  
% 0.12/0.33  % ------ Propositional Solver
% 0.12/0.33  
% 0.12/0.33  % prop_solver_calls:                    1
% 0.12/0.33  % prop_fast_solver_calls:               36
% 0.12/0.33  % prop_num_of_clauses:                  39
% 0.12/0.33  % prop_preprocess_simplified:           164
% 0.12/0.33  % prop_fo_subsumed:                     0
% 0.12/0.33  % prop_solver_time:                     0.
% 0.12/0.33  % prop_fast_solver_time:                0.
% 0.12/0.33  % prop_unsat_core_time:                 0.
% 0.12/0.33  
% 0.12/0.33  % ------ QBF 
% 0.12/0.33  
% 0.12/0.33  % qbf_q_res:                            0
% 0.12/0.33  % qbf_num_tautologies:                  0
% 0.12/0.33  % qbf_prep_cycles:                      0
% 0.12/0.33  
% 0.12/0.33  % ------ BMC1
% 0.12/0.33  
% 0.12/0.33  % bmc1_current_bound:                   -1
% 0.12/0.33  % bmc1_last_solved_bound:               -1
% 0.12/0.33  % bmc1_unsat_core_size:                 -1
% 0.12/0.33  % bmc1_unsat_core_parents_size:         -1
% 0.12/0.33  % bmc1_merge_next_fun:                  0
% 0.12/0.33  % bmc1_unsat_core_clauses_time:         0.
% 0.12/0.33  
% 0.12/0.33  % ------ Instantiation
% 0.12/0.33  
% 0.12/0.33  % inst_num_of_clauses:                  42
% 0.12/0.33  % inst_num_in_passive:                  0
% 0.12/0.33  % inst_num_in_active:                   0
% 0.12/0.33  % inst_num_in_unprocessed:              42
% 0.12/0.33  % inst_num_of_loops:                    0
% 0.12/0.34  % inst_num_of_learning_restarts:        0
% 0.12/0.34  % inst_num_moves_active_passive:        0
% 0.12/0.34  % inst_lit_activity:                    0
% 0.12/0.34  % inst_lit_activity_moves:              0
% 0.12/0.34  % inst_num_tautologies:                 0
% 0.12/0.34  % inst_num_prop_implied:                0
% 0.12/0.34  % inst_num_existing_simplified:         0
% 0.12/0.34  % inst_num_eq_res_simplified:           0
% 0.12/0.34  % inst_num_child_elim:                  0
% 0.12/0.34  % inst_num_of_dismatching_blockings:    0
% 0.12/0.34  % inst_num_of_non_proper_insts:         0
% 0.12/0.34  % inst_num_of_duplicates:               0
% 0.12/0.34  % inst_inst_num_from_inst_to_res:       0
% 0.12/0.34  % inst_dismatching_checking_time:       0.
% 0.12/0.34  
% 0.12/0.34  % ------ Resolution
% 0.12/0.34  
% 0.12/0.34  % res_num_of_clauses:                   47
% 0.12/0.34  % res_num_in_passive:                   11
% 0.12/0.34  % res_num_in_active:                    15
% 0.12/0.34  % res_num_of_loops:                     9
% 0.12/0.34  % res_forward_subset_subsumed:          24
% 0.12/0.34  % res_backward_subset_subsumed:         8
% 0.12/0.34  % res_forward_subsumed:                 1
% 0.12/0.34  % res_backward_subsumed:                2
% 0.12/0.34  % res_forward_subsumption_resolution:   5
% 0.12/0.34  % res_backward_subsumption_resolution:  5
% 0.12/0.34  % res_clause_to_clause_subsumption:     13
% 0.12/0.34  % res_orphan_elimination:               0
% 0.12/0.34  % res_tautology_del:                    0
% 0.12/0.34  % res_num_eq_res_simplified:            0
% 0.12/0.34  % res_num_sel_changes:                  0
% 0.12/0.34  % res_moves_from_active_to_pass:        0
% 0.12/0.34  
% 0.12/0.34  % Status Unsatisfiable
% 0.12/0.34  % SZS status Unsatisfiable
% 0.12/0.34  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------