TSTP Solution File: PUZ028-5 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : PUZ028-5 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n009.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:19:34 EDT 2023

% Result   : Unsatisfiable 0.47s 1.16s
% Output   : CNFRefutation 0.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   15
% Syntax   : Number of clauses     :  112 (  12 unt;  21 nHn; 112 RR)
%            Number of literals    :  334 (   0 equ; 258 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   6 con; 0-0 aty)
%            Number of variables   :   38 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,plain,
    person(one),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person1) ).

cnf(c_50,plain,
    person(two),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person2) ).

cnf(c_51,plain,
    person(three),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person3) ).

cnf(c_52,plain,
    person(four),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person4) ).

cnf(c_53,plain,
    person(five),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person5) ).

cnf(c_54,plain,
    person(six),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',person6) ).

cnf(c_55,plain,
    after(one,two),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order1) ).

cnf(c_56,plain,
    after(two,three),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order2) ).

cnf(c_57,plain,
    after(three,four),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order3) ).

cnf(c_58,plain,
    after(four,five),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order4) ).

cnf(c_59,plain,
    after(five,six),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order5) ).

cnf(c_60,plain,
    ( ~ after(X0,X1)
    | ~ after(X1,X2)
    | after(X0,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_order) ).

cnf(c_61,plain,
    ( ~ after(X0,X1)
    | ~ person(X0)
    | ~ person(X1)
    | familiar(X0,X1)
    | not_familiar(X0,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',familiar_or_not) ).

cnf(c_62,negated_conjecture,
    ( ~ familiar(X0,X1)
    | ~ familiar(X0,X2)
    | ~ familiar(X1,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',three_familiar) ).

cnf(c_63,negated_conjecture,
    ( ~ not_familiar(X0,X1)
    | ~ not_familiar(X0,X2)
    | ~ not_familiar(X1,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',three_not_familiar) ).

cnf(c_124,plain,
    ( ~ after(X0,two)
    | ~ after(two,three)
    | after(X0,three) ),
    inference(instantiation,[status(thm)],[c_60]) ).

cnf(c_126,plain,
    ( ~ after(X0,three)
    | ~ after(three,four)
    | after(X0,four) ),
    inference(instantiation,[status(thm)],[c_60]) ).

cnf(c_128,plain,
    ( ~ after(X0,four)
    | ~ after(four,five)
    | after(X0,five) ),
    inference(instantiation,[status(thm)],[c_60]) ).

cnf(c_130,plain,
    ( ~ after(X0,five)
    | ~ after(five,six)
    | after(X0,six) ),
    inference(instantiation,[status(thm)],[c_60]) ).

cnf(c_133,plain,
    ( ~ not_familiar(X0,two)
    | ~ not_familiar(X0,three)
    | ~ not_familiar(two,three) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_135,plain,
    ( ~ not_familiar(X0,three)
    | ~ not_familiar(X0,four)
    | ~ not_familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_137,plain,
    ( ~ not_familiar(X0,four)
    | ~ not_familiar(X0,five)
    | ~ not_familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_138,plain,
    ( ~ not_familiar(X0,five)
    | ~ not_familiar(X0,six)
    | ~ not_familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_142,plain,
    ( ~ after(one,two)
    | ~ after(two,three)
    | after(one,three) ),
    inference(instantiation,[status(thm)],[c_124]) ).

cnf(c_143,plain,
    ( ~ after(two,three)
    | ~ after(three,four)
    | after(two,four) ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_144,plain,
    ( ~ after(three,four)
    | ~ after(four,five)
    | after(three,five) ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_145,plain,
    ( ~ after(four,five)
    | ~ after(five,six)
    | after(four,six) ),
    inference(instantiation,[status(thm)],[c_130]) ).

cnf(c_147,plain,
    ( ~ familiar(X0,two)
    | ~ familiar(X0,three)
    | ~ familiar(two,three) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_149,plain,
    ( ~ familiar(X0,four)
    | ~ familiar(X0,five)
    | ~ familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_151,plain,
    ( ~ after(one,three)
    | ~ person(one)
    | ~ person(three)
    | familiar(one,three)
    | not_familiar(one,three) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_154,plain,
    ( ~ after(one,three)
    | ~ after(three,four)
    | after(one,four) ),
    inference(instantiation,[status(thm)],[c_126]) ).

cnf(c_155,plain,
    ( ~ after(two,four)
    | ~ person(two)
    | ~ person(four)
    | familiar(two,four)
    | not_familiar(two,four) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_158,plain,
    ( ~ after(two,four)
    | ~ after(four,five)
    | after(two,five) ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_159,plain,
    ( ~ after(three,five)
    | ~ person(three)
    | ~ person(five)
    | familiar(three,five)
    | not_familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_162,plain,
    ( ~ after(three,five)
    | ~ after(five,six)
    | after(three,six) ),
    inference(instantiation,[status(thm)],[c_130]) ).

cnf(c_163,plain,
    ( ~ after(four,six)
    | ~ person(four)
    | ~ person(six)
    | familiar(four,six)
    | not_familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_164,plain,
    ( ~ after(X0,four)
    | ~ after(four,six)
    | after(X0,six) ),
    inference(instantiation,[status(thm)],[c_60]) ).

cnf(c_168,plain,
    ( ~ not_familiar(X0,two)
    | ~ not_familiar(X0,four)
    | ~ not_familiar(two,four) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_170,plain,
    ( ~ familiar(X0,three)
    | ~ familiar(X0,five)
    | ~ familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_171,plain,
    ( ~ familiar(three,four)
    | ~ familiar(three,five)
    | ~ familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_149]) ).

cnf(c_172,plain,
    ( ~ not_familiar(X0,four)
    | ~ not_familiar(X0,six)
    | ~ not_familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_174,plain,
    ( ~ after(one,four)
    | ~ person(one)
    | ~ person(four)
    | familiar(one,four)
    | not_familiar(one,four) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_177,plain,
    ( ~ after(one,four)
    | ~ after(four,five)
    | after(one,five) ),
    inference(instantiation,[status(thm)],[c_128]) ).

cnf(c_178,plain,
    ( ~ after(two,five)
    | ~ person(two)
    | ~ person(five)
    | familiar(two,five)
    | not_familiar(two,five) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_181,plain,
    ( ~ after(two,five)
    | ~ after(five,six)
    | after(two,six) ),
    inference(instantiation,[status(thm)],[c_130]) ).

cnf(c_182,plain,
    ( ~ after(three,six)
    | ~ person(three)
    | ~ person(six)
    | familiar(three,six)
    | not_familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_189,plain,
    ( ~ after(one,four)
    | ~ after(four,six)
    | after(one,six) ),
    inference(instantiation,[status(thm)],[c_164]) ).

cnf(c_194,plain,
    ( ~ familiar(one,two)
    | ~ familiar(one,three)
    | ~ familiar(two,three) ),
    inference(instantiation,[status(thm)],[c_147]) ).

cnf(c_195,plain,
    ( ~ familiar(X0,four)
    | ~ familiar(X0,six)
    | ~ familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_205,plain,
    ( ~ familiar(X0,two)
    | ~ familiar(X0,five)
    | ~ familiar(two,five) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_206,plain,
    ( ~ familiar(two,three)
    | ~ familiar(two,five)
    | ~ familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_170]) ).

cnf(c_207,plain,
    ( ~ familiar(two,four)
    | ~ familiar(two,five)
    | ~ familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_149]) ).

cnf(c_240,plain,
    ( ~ person(one)
    | ~ person(two)
    | familiar(one,two)
    | not_familiar(one,two) ),
    inference(superposition,[status(thm)],[c_55,c_61]) ).

cnf(c_241,plain,
    ( familiar(one,two)
    | not_familiar(one,two) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_240,c_50,c_49]) ).

cnf(c_248,plain,
    ( ~ familiar(X0,three)
    | ~ familiar(X0,six)
    | ~ familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_250,plain,
    ( ~ after(one,five)
    | ~ person(one)
    | ~ person(five)
    | familiar(one,five)
    | not_familiar(one,five) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_254,plain,
    ( ~ person(two)
    | ~ person(three)
    | familiar(two,three)
    | not_familiar(two,three) ),
    inference(superposition,[status(thm)],[c_56,c_61]) ).

cnf(c_255,plain,
    ( familiar(two,three)
    | not_familiar(two,three) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_254,c_51,c_50]) ).

cnf(c_262,plain,
    ( ~ after(two,six)
    | ~ person(two)
    | ~ person(six)
    | familiar(two,six)
    | not_familiar(two,six) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_278,plain,
    ( ~ after(one,six)
    | ~ person(one)
    | ~ person(six)
    | familiar(one,six)
    | not_familiar(one,six) ),
    inference(instantiation,[status(thm)],[c_61]) ).

cnf(c_280,plain,
    ( ~ person(three)
    | ~ person(four)
    | familiar(three,four)
    | not_familiar(three,four) ),
    inference(superposition,[status(thm)],[c_57,c_61]) ).

cnf(c_281,plain,
    ( familiar(three,four)
    | not_familiar(three,four) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_280,c_52,c_51]) ).

cnf(c_291,plain,
    ( ~ familiar(one,four)
    | ~ familiar(one,six)
    | ~ familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_195]) ).

cnf(c_292,plain,
    ( ~ person(four)
    | ~ person(five)
    | familiar(four,five)
    | not_familiar(four,five) ),
    inference(superposition,[status(thm)],[c_58,c_61]) ).

cnf(c_293,plain,
    ( familiar(four,five)
    | not_familiar(four,five) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_292,c_53,c_52]) ).

cnf(c_300,plain,
    ( ~ familiar(one,two)
    | ~ familiar(one,five)
    | ~ familiar(two,five) ),
    inference(instantiation,[status(thm)],[c_205]) ).

cnf(c_301,plain,
    ( ~ familiar(two,three)
    | ~ familiar(two,six)
    | ~ familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_248]) ).

cnf(c_302,plain,
    ( ~ familiar(one,three)
    | ~ familiar(one,six)
    | ~ familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_248]) ).

cnf(c_304,plain,
    ( ~ not_familiar(two,three)
    | ~ not_familiar(two,four)
    | ~ not_familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_135]) ).

cnf(c_306,plain,
    ( ~ person(five)
    | ~ person(six)
    | familiar(five,six)
    | not_familiar(five,six) ),
    inference(superposition,[status(thm)],[c_59,c_61]) ).

cnf(c_307,plain,
    ( familiar(five,six)
    | not_familiar(five,six) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_306,c_54,c_53]) ).

cnf(c_315,plain,
    ( ~ not_familiar(four,five)
    | ~ not_familiar(four,six)
    | ~ not_familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_138]) ).

cnf(c_318,plain,
    ( ~ familiar(one,three)
    | ~ familiar(one,five)
    | ~ familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_170]) ).

cnf(c_319,plain,
    ( ~ familiar(one,four)
    | ~ familiar(one,five)
    | ~ familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_149]) ).

cnf(c_324,plain,
    ( ~ not_familiar(one,X0)
    | ~ not_familiar(two,X0)
    | familiar(one,two) ),
    inference(superposition,[status(thm)],[c_241,c_63]) ).

cnf(c_328,plain,
    ( ~ not_familiar(one,five)
    | ~ not_familiar(two,five)
    | familiar(one,two) ),
    inference(instantiation,[status(thm)],[c_324]) ).

cnf(c_337,plain,
    ( ~ familiar(X0,two)
    | ~ familiar(X0,six)
    | ~ familiar(two,six) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_352,plain,
    ( ~ not_familiar(one,two)
    | ~ not_familiar(one,four)
    | ~ not_familiar(two,four) ),
    inference(instantiation,[status(thm)],[c_168]) ).

cnf(c_353,plain,
    ( ~ familiar(X0,five)
    | ~ familiar(X0,six)
    | ~ familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_358,plain,
    ( ~ not_familiar(two,X0)
    | ~ not_familiar(three,X0)
    | familiar(two,three) ),
    inference(superposition,[status(thm)],[c_255,c_63]) ).

cnf(c_362,plain,
    ( ~ not_familiar(two,five)
    | ~ not_familiar(three,five)
    | familiar(two,three) ),
    inference(instantiation,[status(thm)],[c_358]) ).

cnf(c_373,plain,
    ( ~ not_familiar(one,three)
    | ~ not_familiar(one,four)
    | ~ not_familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_135]) ).

cnf(c_374,plain,
    ( ~ not_familiar(one,two)
    | ~ not_familiar(one,three)
    | ~ not_familiar(two,three) ),
    inference(instantiation,[status(thm)],[c_133]) ).

cnf(c_375,plain,
    ( ~ familiar(X0,two)
    | ~ familiar(X0,four)
    | ~ familiar(two,four) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_377,plain,
    ( ~ familiar(two,four)
    | ~ familiar(two,six)
    | ~ familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_195]) ).

cnf(c_382,plain,
    ( ~ not_familiar(three,X0)
    | ~ not_familiar(four,X0)
    | familiar(three,four) ),
    inference(superposition,[status(thm)],[c_281,c_63]) ).

cnf(c_386,plain,
    ( ~ not_familiar(three,five)
    | ~ not_familiar(four,five)
    | familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_382]) ).

cnf(c_399,plain,
    ( ~ familiar(three,five)
    | ~ familiar(three,six)
    | ~ familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_353]) ).

cnf(c_400,plain,
    ( ~ familiar(two,five)
    | ~ familiar(two,six)
    | ~ familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_353]) ).

cnf(c_401,plain,
    ( ~ familiar(one,five)
    | ~ familiar(one,six)
    | ~ familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_353]) ).

cnf(c_403,plain,
    ( ~ familiar(one,two)
    | ~ familiar(one,four)
    | ~ familiar(two,four) ),
    inference(instantiation,[status(thm)],[c_375]) ).

cnf(c_404,plain,
    ( ~ familiar(one,two)
    | ~ familiar(one,six)
    | ~ familiar(two,six) ),
    inference(instantiation,[status(thm)],[c_337]) ).

cnf(c_426,plain,
    ( ~ familiar(X0,three)
    | ~ familiar(X0,four)
    | ~ familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_62]) ).

cnf(c_428,plain,
    ( ~ familiar(three,four)
    | ~ familiar(three,six)
    | ~ familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_195]) ).

cnf(c_430,plain,
    ( ~ not_familiar(two,five)
    | ~ not_familiar(two,six)
    | ~ not_familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_138]) ).

cnf(c_431,plain,
    ( ~ not_familiar(two,four)
    | ~ not_familiar(two,five)
    | ~ not_familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_137]) ).

cnf(c_451,plain,
    ( ~ not_familiar(two,four)
    | ~ not_familiar(two,six)
    | ~ not_familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_172]) ).

cnf(c_455,plain,
    ( ~ not_familiar(one,four)
    | ~ not_familiar(one,six)
    | ~ not_familiar(four,six) ),
    inference(instantiation,[status(thm)],[c_172]) ).

cnf(c_482,plain,
    ( ~ familiar(one,three)
    | ~ familiar(one,four)
    | ~ familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_426]) ).

cnf(c_486,plain,
    ( ~ not_familiar(X0,three)
    | ~ not_familiar(X0,five)
    | ~ not_familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_487,plain,
    ( ~ not_familiar(three,five)
    | ~ not_familiar(three,six)
    | ~ not_familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_138]) ).

cnf(c_489,plain,
    ( ~ not_familiar(X0,three)
    | ~ not_familiar(X0,six)
    | ~ not_familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_499,plain,
    ( ~ not_familiar(X0,two)
    | ~ not_familiar(X0,six)
    | ~ not_familiar(two,six) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_534,plain,
    ( ~ not_familiar(two,three)
    | ~ not_familiar(two,six)
    | ~ not_familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_489]) ).

cnf(c_535,plain,
    ( ~ not_familiar(one,two)
    | ~ not_familiar(one,six)
    | ~ not_familiar(two,six) ),
    inference(instantiation,[status(thm)],[c_499]) ).

cnf(c_538,plain,
    ( ~ not_familiar(one,five)
    | ~ not_familiar(one,six)
    | ~ not_familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_138]) ).

cnf(c_539,plain,
    ( ~ not_familiar(one,four)
    | ~ not_familiar(one,five)
    | ~ not_familiar(four,five) ),
    inference(instantiation,[status(thm)],[c_137]) ).

cnf(c_559,plain,
    ( ~ familiar(two,three)
    | ~ familiar(two,four)
    | ~ familiar(three,four) ),
    inference(instantiation,[status(thm)],[c_426]) ).

cnf(c_562,plain,
    ( ~ familiar(four,five)
    | ~ familiar(four,six)
    | ~ familiar(five,six) ),
    inference(instantiation,[status(thm)],[c_353]) ).

cnf(c_566,plain,
    ( ~ not_familiar(one,three)
    | ~ not_familiar(one,six)
    | ~ not_familiar(three,six) ),
    inference(instantiation,[status(thm)],[c_489]) ).

cnf(c_567,plain,
    ( ~ not_familiar(one,three)
    | ~ not_familiar(one,five)
    | ~ not_familiar(three,five) ),
    inference(instantiation,[status(thm)],[c_486]) ).

cnf(c_593,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_566,c_567,c_562,c_559,c_538,c_539,c_535,c_534,c_487,c_482,c_455,c_451,c_430,c_431,c_428,c_403,c_404,c_401,c_400,c_399,c_386,c_377,c_373,c_374,c_362,c_352,c_328,c_318,c_319,c_315,c_307,c_304,c_302,c_301,c_300,c_293,c_291,c_281,c_278,c_262,c_255,c_250,c_241,c_206,c_207,c_194,c_189,c_182,c_181,c_178,c_177,c_174,c_171,c_163,c_162,c_159,c_158,c_155,c_154,c_151,c_145,c_144,c_143,c_142,c_55,c_56,c_57,c_58,c_59,c_49,c_50,c_51,c_52,c_53,c_54]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ028-5 : TPTP v8.1.2. Released v2.0.0.
% 0.07/0.13  % Command  : run_iprover %s %d THM
% 0.12/0.34  % Computer : n009.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Sat Aug 26 21:53:50 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.47  Running first-order theorem proving
% 0.20/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 0.47/1.16  % SZS status Started for theBenchmark.p
% 0.47/1.16  % SZS status Unsatisfiable for theBenchmark.p
% 0.47/1.16  
% 0.47/1.16  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 0.47/1.16  
% 0.47/1.16  ------  iProver source info
% 0.47/1.16  
% 0.47/1.16  git: date: 2023-05-31 18:12:56 +0000
% 0.47/1.16  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 0.47/1.16  git: non_committed_changes: false
% 0.47/1.16  git: last_make_outside_of_git: false
% 0.47/1.16  
% 0.47/1.16  ------ Parsing...successful
% 0.47/1.16  
% 0.47/1.16  ------  preprocesses with Option_epr_non_horn_non_eq
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 0.47/1.16  
% 0.47/1.16  ------ Preprocessing...------  preprocesses with Option_epr_non_horn_non_eq
% 0.47/1.16   gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 0.47/1.16  ------ Proving...
% 0.47/1.16  ------ Problem Properties 
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  clauses                                 15
% 0.47/1.16  conjectures                             2
% 0.47/1.16  EPR                                     15
% 0.47/1.16  Horn                                    14
% 0.47/1.16  unary                                   11
% 0.47/1.16  binary                                  0
% 0.47/1.16  lits                                    25
% 0.47/1.16  lits eq                                 0
% 0.47/1.16  fd_pure                                 0
% 0.47/1.16  fd_pseudo                               0
% 0.47/1.16  fd_cond                                 0
% 0.47/1.16  fd_pseudo_cond                          0
% 0.47/1.16  AC symbols                              0
% 0.47/1.16  
% 0.47/1.16  ------ Schedule EPR non Horn non eq is on
% 0.47/1.16  
% 0.47/1.16  ------ no equalities: superposition off 
% 0.47/1.16  
% 0.47/1.16  ------ Input Options "--resolution_flag false" Time Limit: 70.
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  ------ 
% 0.47/1.16  Current options:
% 0.47/1.16  ------ 
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  ------ Proving...
% 0.47/1.16  
% 0.47/1.16  
% 0.47/1.16  % SZS status Unsatisfiable for theBenchmark.p
% 0.47/1.16  
% 0.47/1.16  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.47/1.16  
% 0.47/1.16  
%------------------------------------------------------------------------------