TSTP Solution File: ANA002-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : ANA002-4 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n007.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 : Wed Aug 30 17:17:16 EDT 2023

% Result   : Unsatisfiable 121.27s 16.06s
% Output   : CNFRefutation 121.27s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_there_is_x_which_crosses)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | ~ less_than_or_equal(n0,f(l)) ),
    inference(cnf_transformation,[],[prove_there_is_x_which_crosses]) ).

cnf('2',plain,
    ( less_than_or_equal(f(X),n0)
    | ~ less_than_or_equal(X,h(X))
    | ~ less_than_or_equal(lower_bound,X)
    | ~ less_than_or_equal(X,upper_bound) ),
    inference(cnf_transformation,[],[continuity1]) ).

cnf('3',plain,
    ( ~ less_than_or_equal(l,h(l))
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(lower_bound,l) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    less_than_or_equal(lower_bound,upper_bound),
    inference(cnf_transformation,[],[the_interval]) ).

cnf('5',plain,
    ( ~ less_than_or_equal(f(X),n0)
    | ~ less_than_or_equal(X,upper_bound)
    | less_than_or_equal(X,l) ),
    inference(cnf_transformation,[],[crossover1]) ).

cnf('6',plain,
    less_than_or_equal(f(lower_bound),n0),
    inference(cnf_transformation,[],[lower_mapping]) ).

cnf('7',plain,
    less_than_or_equal(lower_bound,l),
    inference(resolution,[then_simplify],['4','5','6']) ).

cnf('8',plain,
    ( ~ less_than_or_equal(l,h(l))
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(simplify,[],['3','7']) ).

cnf('9',plain,
    ( less_than_or_equal(f(g(X)),n0)
    | less_than_or_equal(l,X) ),
    inference(cnf_transformation,[],[crossover3_and_g_function2]) ).

cnf('10',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(f(g(h(l))),n0) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( ~ less_than_or_equal(f(X),n0)
    | less_than_or_equal(f(Y),n0)
    | less_than_or_equal(X,h(Y))
    | ~ less_than_or_equal(lower_bound,Y)
    | ~ less_than_or_equal(Y,upper_bound)
    | ~ less_than_or_equal(X,Y) ),
    inference(cnf_transformation,[],[continuity2]) ).

cnf('12',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(lower_bound,l)
    | ~ less_than_or_equal(f(X3),n0)
    | less_than_or_equal(X3,h(l))
    | ~ less_than_or_equal(X3,l) ),
    inference(resolution,[],['1','11']) ).

cnf('13',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(f(X),n0)
    | less_than_or_equal(X,h(l))
    | ~ less_than_or_equal(X,l) ),
    inference(simplify,[],['12','7']) ).

cnf('14',plain,
    ( ~ less_than_or_equal(g(h(l)),l)
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(g(h(l)),h(l)) ),
    inference(resolution,[],['10','13']) ).

cnf('15',plain,
    ( ~ less_than_or_equal(g(X),X)
    | less_than_or_equal(l,X) ),
    inference(cnf_transformation,[],[crossover4_and_g_function3]) ).

cnf('16',plain,
    ( ~ less_than_or_equal(g(h(l)),h(l))
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['8','15']) ).

cnf('17',plain,
    ( ~ less_than_or_equal(g(h(l)),l)
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['14','16']) ).

cnf('18',plain,
    ( less_than_or_equal(g(X),upper_bound)
    | less_than_or_equal(l,X) ),
    inference(cnf_transformation,[],[crossover2_and_g_function1]) ).

cnf('19',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(g(h(l)),upper_bound) ),
    inference(resolution,[],['8','18']) ).

cnf('20',plain,
    ( ~ less_than_or_equal(f(g(h(l))),n0)
    | ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(g(h(l)),l) ),
    inference(resolution,[],['19','5']) ).

cnf('21',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(g(h(l)),l) ),
    inference(resolution,[],['20','10']) ).

cnf('22',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['17','21']) ).

cnf('23',plain,
    less_than_or_equal(n0,f(upper_bound)),
    inference(cnf_transformation,[],[upper_mapping]) ).

cnf('24',plain,
    ( ~ less_than_or_equal(n0,f(X))
    | less_than_or_equal(n0,f(Y))
    | less_than_or_equal(k(Y),X)
    | ~ less_than_or_equal(lower_bound,Y)
    | ~ less_than_or_equal(Y,upper_bound)
    | ~ less_than_or_equal(Y,X) ),
    inference(cnf_transformation,[],[continuity4]) ).

cnf('25',plain,
    ( less_than_or_equal(n0,f(X))
    | less_than_or_equal(k(X),upper_bound)
    | ~ less_than_or_equal(lower_bound,X)
    | ~ less_than_or_equal(X,upper_bound) ),
    inference(resolution,[],['23','24']) ).

cnf('26',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(k(l),upper_bound) ),
    inference(resolution,[then_simplify],['25','1','7']) ).

cnf('27',plain,
    ( less_than_or_equal(X,Y)
    | less_than_or_equal(Y,X) ),
    inference(cnf_transformation,[],[totality_of_less]) ).

cnf('28',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(k(l),upper_bound)
    | less_than_or_equal(n0,f(l)) ),
    inference(resolution,[],['26','27']) ).

cnf('29',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(k(l),upper_bound) ),
    inference(resolution,[],['22','28']) ).

cnf('30',plain,
    ( ~ less_than_or_equal(X,Y)
    | ~ less_than_or_equal(Y,Z)
    | less_than_or_equal(X,Z) ),
    inference(cnf_transformation,[],[transitivity_of_less]) ).

cnf('31',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(X,k(l))
    | less_than_or_equal(X,upper_bound) ),
    inference(resolution,[],['29','30']) ).

cnf('32',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | ~ less_than_or_equal(X,k(l))
    | less_than_or_equal(X,upper_bound) ),
    inference(resolution,[],['31','18']) ).

cnf('33',plain,
    ( less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(X,k(l))
    | less_than_or_equal(X,upper_bound) ),
    inference(resolution,[],['32','15']) ).

cnf('34',plain,
    ( ~ less_than_or_equal(l,k(l))
    | less_than_or_equal(l,upper_bound) ),
    inference(factorization,[],['33']) ).

cnf('35',plain,
    ( less_than_or_equal(k(l),l)
    | less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['34','27']) ).

cnf('36',plain,
    less_than_or_equal(lower_bound,l),
    inference(resolution,[then_simplify],['4','5','6']) ).

cnf('37',plain,
    ( less_than_or_equal(n0,f(X))
    | ~ less_than_or_equal(k(X),X)
    | ~ less_than_or_equal(lower_bound,X)
    | ~ less_than_or_equal(X,upper_bound) ),
    inference(cnf_transformation,[],[continuity3]) ).

cnf('38',plain,
    ( ~ less_than_or_equal(k(l),l)
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(n0,f(l)) ),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    ( ~ less_than_or_equal(k(l),l)
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['22','38']) ).

cnf('40',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(X,l) ),
    inference(resolution,[],['39','30']) ).

cnf('41',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | ~ less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(X,l) ),
    inference(resolution,[],['40','18']) ).

cnf('42',plain,
    ( less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(X,l) ),
    inference(resolution,[],['41','15']) ).

cnf('43',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(n0,X) ),
    inference(resolution,[],['22','30']) ).

cnf('44',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | ~ less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(n0,X) ),
    inference(resolution,[],['43','18']) ).

cnf('45',plain,
    ( less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(n0,X) ),
    inference(resolution,[],['44','15']) ).

cnf('46',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(n0,X) ),
    inference(resolution,[],['45','22']) ).

cnf('47',plain,
    ( ~ less_than_or_equal(f(l),f(l))
    | ~ less_than_or_equal(n0,f(l)) ),
    inference(factorization,[],['46']) ).

cnf('48',plain,
    less_than_or_equal(X,X),
    inference(cnf_transformation,[],[reflexivity_of_less]) ).

cnf('49',plain,
    ~ less_than_or_equal(n0,f(l)),
    inference(resolution,[],['47','48']) ).

cnf('50',plain,
    ( ~ less_than_or_equal(X,q(Y,X))
    | less_than_or_equal(X,Y) ),
    inference(cnf_transformation,[],[interpolation1]) ).

cnf('51',plain,
    ( ~ less_than_or_equal(f(l),q(n0,f(l)))
    | ~ less_than_or_equal(n0,f(l)) ),
    inference(resolution,[],['1','50']) ).

cnf('52',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(q(n0,f(l)),f(l)) ),
    inference(resolution,[],['51','27']) ).

cnf('53',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(X,q(n0,f(l)))
    | less_than_or_equal(X,f(l)) ),
    inference(resolution,[],['52','30']) ).

cnf('54',plain,
    ( ~ less_than_or_equal(q(X,Y),X)
    | less_than_or_equal(Y,X) ),
    inference(cnf_transformation,[],[interpolation2]) ).

cnf('55',plain,
    ( ~ less_than_or_equal(q(n0,f(l)),n0)
    | ~ less_than_or_equal(n0,f(l)) ),
    inference(resolution,[],['1','54']) ).

cnf('56',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(n0,q(n0,f(l))) ),
    inference(resolution,[],['55','27']) ).

cnf('57',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(q(n0,f(l)),X)
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['56','30']) ).

cnf('58',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(X,q(n0,f(l)))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['57','27']) ).

cnf('59',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['53','58']) ).

cnf('60',plain,
    ( less_than_or_equal(f(l),n0)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['59','27']) ).

cnf('61',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['60','5']) ).

cnf('62',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['61','18']) ).

cnf('63',plain,
    ( less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['62','15']) ).

cnf('64',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['63','5']) ).

cnf('65',plain,
    ( less_than_or_equal(n0,f(l))
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['64','27']) ).

cnf('66',plain,
    ( less_than_or_equal(n0,f(l))
    | less_than_or_equal(l,l)
    | less_than_or_equal(n0,n0) ),
    inference(factorization,[],['65']) ).

cnf('67',plain,
    ( ~ less_than_or_equal(X,f(l))
    | less_than_or_equal(Y,f(l))
    | less_than_or_equal(n0,Y)
    | less_than_or_equal(X,n0) ),
    inference(resolution,[],['60','30']) ).

cnf('68',plain,
    ( less_than_or_equal(l,l)
    | less_than_or_equal(n0,n0)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['66','67']) ).

cnf('69',plain,
    ( less_than_or_equal(l,l)
    | less_than_or_equal(n0,n0) ),
    inference(resolution,[],['49','68']) ).

cnf('70',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(n0,n0) ),
    inference(factorization,[],['46']) ).

cnf('71',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(X,q(n0,f(l)))
    | less_than_or_equal(n0,Y)
    | ~ less_than_or_equal(X,Y) ),
    inference(resolution,[],['58','30']) ).

cnf('72',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(f(l),n0)
    | ~ less_than_or_equal(f(l),X3)
    | less_than_or_equal(n0,X3) ),
    inference(resolution,[],['71','50']) ).

cnf('73',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(q(n0,f(l)),X)
    | less_than_or_equal(n0,Y)
    | less_than_or_equal(Y,X) ),
    inference(resolution,[],['58','30']) ).

cnf('74',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(q(n0,f(l)),X)
    | less_than_or_equal(X,f(l)) ),
    inference(resolution,[],['53','27']) ).

cnf('75',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,Y)
    | less_than_or_equal(Y,X) ),
    inference(resolution,[],['73','74']) ).

cnf('76',plain,
    ( less_than_or_equal(f(l),n0)
    | less_than_or_equal(X,f(l))
    | less_than_or_equal(n0,Y)
    | less_than_or_equal(Y,X) ),
    inference(resolution,[],['75','27']) ).

cnf('77',plain,
    ( less_than_or_equal(f(l),n0)
    | less_than_or_equal(n0,f(l)) ),
    inference(factorization,[],['76']) ).

cnf('78',plain,
    ( less_than_or_equal(f(l),n0)
    | ~ less_than_or_equal(f(l),X)
    | less_than_or_equal(n0,X) ),
    inference(simplify,[],['72','77']) ).

cnf('79',plain,
    ( ~ less_than_or_equal(f(l),X)
    | ~ less_than_or_equal(Y,f(l))
    | less_than_or_equal(n0,X)
    | less_than_or_equal(Y,n0) ),
    inference(resolution,[],['78','30']) ).

cnf('80',plain,
    ( less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(X,f(l))
    | less_than_or_equal(X,n0) ),
    inference(resolution,[],['79','48']) ).

cnf('81',plain,
    ( ~ less_than_or_equal(X,f(l))
    | less_than_or_equal(Y,f(l))
    | ~ less_than_or_equal(Y,n0)
    | less_than_or_equal(X,n0) ),
    inference(resolution,[],['80','30']) ).

cnf('82',plain,
    ( less_than_or_equal(f(l),n0)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['81','48']) ).

cnf('83',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['82','5']) ).

cnf('84',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['83','18']) ).

cnf('85',plain,
    ( less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['84','15']) ).

cnf('86',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['85','5']) ).

cnf('87',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | less_than_or_equal(f(l),f(l))
    | less_than_or_equal(l,l) ),
    inference(factorization,[],['86']) ).

cnf('88',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | ~ less_than_or_equal(f(l),X)
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['78','5']) ).

cnf('89',plain,
    ( less_than_or_equal(g(upper_bound),upper_bound)
    | less_than_or_equal(l,l)
    | ~ less_than_or_equal(f(l),X)
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['88','18']) ).

cnf('90',plain,
    ( less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,l)
    | ~ less_than_or_equal(f(l),X)
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['89','15']) ).

cnf('91',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | less_than_or_equal(l,l)
    | ~ less_than_or_equal(f(l),X)
    | less_than_or_equal(n0,X) ),
    inference(resolution,[],['90','5']) ).

cnf('92',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | less_than_or_equal(n0,f(l))
    | less_than_or_equal(l,l) ),
    inference(resolution,[],['87','91']) ).

cnf('93',plain,
    ( less_than_or_equal(n0,f(l))
    | less_than_or_equal(l,l) ),
    inference(simplify,[],['92','77']) ).

cnf('94',plain,
    ( less_than_or_equal(l,l)
    | less_than_or_equal(X,f(l))
    | ~ less_than_or_equal(X,n0) ),
    inference(resolution,[],['93','30']) ).

cnf('95',plain,
    ( ~ less_than_or_equal(n0,n0)
    | less_than_or_equal(l,l) ),
    inference(resolution,[],['70','94']) ).

cnf('96',plain,
    less_than_or_equal(l,l),
    inference(simplify,[],['69','95']) ).

cnf('97',plain,
    less_than_or_equal(l,upper_bound),
    inference(resolution,[then_simplify],['35','42','96']) ).

cnf('98',plain,
    ( ~ less_than_or_equal(k(l),q(l,k(l)))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['39','50']) ).

cnf('99',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(upper_bound,X) ),
    inference(resolution,[],['29','30']) ).

cnf('100',plain,
    ( ~ less_than_or_equal(upper_bound,q(l,k(l)))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['98','99']) ).

cnf('101',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(q(l,k(l)),upper_bound) ),
    inference(resolution,[],['100','27']) ).

cnf('102',plain,
    less_than_or_equal(q(l,k(l)),upper_bound),
    inference(resolution,[],['97','101']) ).

cnf('103',plain,
    ( ~ less_than_or_equal(q(l,k(l)),l)
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['39','54']) ).

cnf('104',plain,
    ~ less_than_or_equal(q(l,k(l)),l),
    inference(resolution,[],['97','103']) ).

cnf('105',plain,
    ~ less_than_or_equal(f(q(l,k(l))),n0),
    inference(resolution,[then_simplify],['102','5','104']) ).

cnf('106',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(l,q(l,k(l))) ),
    inference(resolution,[],['103','27']) ).

cnf('107',plain,
    less_than_or_equal(l,q(l,k(l))),
    inference(resolution,[],['97','106']) ).

cnf('108',plain,
    ~ less_than_or_equal(n0,f(l)),
    inference(resolution,[],['47','48']) ).

cnf('109',plain,
    ~ less_than_or_equal(k(l),q(l,k(l))),
    inference(resolution,[],['97','98']) ).

cnf('110',plain,
    less_than_or_equal(l,upper_bound),
    inference(resolution,[then_simplify],['35','42','96']) ).

cnf('111',plain,
    ~ less_than_or_equal(n0,f(q(l,k(l)))),
    inference(resolution,[then_simplify],['107','24','108','109','7','110']) ).

cnf('112',plain,
    $false,
    inference(resolution,[then_simplify],['105','27','111']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : ANA002-4 : TPTP v8.1.2. Released v1.1.0.
% 0.11/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n007.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 : Fri Aug 25 18:38:41 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                    17
% 0.12/0.38  in_rule_clause_count:               15
% 0.12/0.38  in_fact_clause_count:                2
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:              4
% 0.12/0.38  in_unit_clause_count:                4
% 0.12/0.38  in_horn_clause_count:               12
% 0.12/0.38  in_pos_clause_count:                 7
% 0.12/0.38  in_neg_clause_count:                 1
% 0.12/0.38  in_poseq_clause_count:               0
% 0.12/0.38  in_negeq_clause_count:               0
% 0.12/0.38  in_unitposeq_clause_count:           0
% 0.12/0.38  in_chain_clause_count:               0
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:             6
% 0.12/0.38  in_min_depth:              1
% 0.12/0.38  in_max_depth:              3
% 0.12/0.38  in_min_size:               3
% 0.12/0.38  in_max_size:              21
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               3
% 0.12/0.38  in_extaxiom_count:                 0
% 0.12/0.38  in_axiom_count:                   13
% 0.12/0.38  in_assumption_count:               3
% 0.12/0.38  in_goal_count:                     1
% 0.12/0.38  in_neg_goal_count:                 1
% 0.12/0.38  in_pos_goal_count:                 0
% 0.12/0.38  in_posunit_goal_count:             0
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "equality":0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.12/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.39  
% 0.12/0.39  **** run 6 fork 5 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.42  
% 0.19/0.42  fork 5: search finished without proof.
% 0.19/0.44  
% 0.19/0.44  fork 7: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  **** run 14 fork 5 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.47  
% 0.19/0.47  **** run 16 fork 7 starts with strategy
% 0.19/0.47  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.47  
% 0.19/0.47  fork 5: search finished without proof.
% 0.19/0.50  
% 0.19/0.50  **** run 22 fork 5 starts with strategy
% 0.19/0.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  fork 3: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  fork 6: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  fork 5: search finished without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 2: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 30 fork 5 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.57  
% 0.19/0.57  fork 4: search finished without proof.
% 0.19/0.58  
% 0.19/0.58  **** run 21 fork 4 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.59  
% 0.19/0.59  
% 0.19/0.59  fork 7: search terminated without proof.
% 0.19/0.61  
% 0.19/0.61  **** run 24 fork 7 starts with strategy
% 0.19/0.61  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 0: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 17 fork 0 starts with strategy
% 0.19/0.66  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 6: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 5: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 2: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 38 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 4: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.71  
% 0.19/0.71  fork 5: search finished without proof.
% 0.19/0.72  
% 0.19/0.72  **** run 29 fork 4 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.73  
% 0.19/0.73  **** run 46 fork 5 starts with strategy
% 0.19/0.73  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.74  
% 0.19/0.74  
% 0.19/0.74  fork 7: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  fork 4: search finished without proof.
% 0.19/0.76  
% 0.19/0.76  **** run 32 fork 7 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.19/0.77  
% 0.19/0.77  **** run 37 fork 4 starts with strategy
% 0.19/0.77  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 6: search terminated without proof.
% 3.00/0.82  
% 3.00/0.82  
% 3.00/0.82  fork 1: search terminated without proof.
% 3.00/0.82  
% 3.00/0.82  
% 3.00/0.82  fork 0: search terminated without proof.
% 3.45/0.83  
% 3.45/0.83  **** run 31 fork 6 starts with strategy
% 3.55/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.55/0.83  
% 3.55/0.83  **** run 26 fork 1 starts with strategy
% 3.55/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.55/0.84  
% 3.55/0.84  **** run 25 fork 0 starts with strategy
% 3.55/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 2: search terminated without proof.
% 3.55/0.85  
% 3.55/0.85  
% 3.55/0.85  fork 3: search terminated without proof.
% 3.55/0.85  
% 3.55/0.85  fork 6: search finished without proof.
% 3.55/0.86  
% 3.55/0.86  **** run 27 fork 2 starts with strategy
% 3.55/0.86  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.55/0.87  
% 3.55/0.87  **** run 28 fork 3 starts with strategy
% 3.55/0.87  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.55/0.87  
% 3.55/0.87  **** run 39 fork 6 starts with strategy
% 3.55/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 3.55/0.88  
% 3.55/0.88  fork 7: search finished without proof.
% 3.55/0.89  
% 3.55/0.89  
% 3.55/0.89  fork 4: search terminated without proof.
% 3.55/0.89  
% 3.55/0.89  fork 2: search finished without proof.
% 3.55/0.90  
% 3.55/0.90  **** run 40 fork 7 starts with strategy
% 3.55/0.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.16/0.91  
% 4.16/0.91  **** run 45 fork 4 starts with strategy
% 4.16/0.91  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 4.16/0.91  
% 4.16/0.91  **** run 35 fork 2 starts with strategy
% 4.16/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.16/0.93  
% 4.16/0.93  fork 4: search finished without proof.
% 4.16/0.94  
% 4.16/0.94  fork 2: search finished without proof.
% 4.16/0.95  
% 4.16/0.95  **** run 53 fork 4 starts with strategy
% 4.16/0.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 4.16/0.95  
% 4.16/0.95  
% 4.16/0.95  fork 1: search terminated without proof.
% 4.16/0.96  
% 4.16/0.96  
% 4.16/0.96  fork 0: search terminated without proof.
% 4.16/0.97  
% 4.16/0.97  **** run 43 fork 2 starts with strategy
% 4.16/0.97  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.16/0.97  
% 4.16/0.97  **** run 34 fork 1 starts with strategy
% 4.16/0.97  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.16/0.97  
% 4.16/0.97  fork 4: search finished without proof.
% 4.69/0.98  
% 4.69/0.98  **** run 33 fork 0 starts with strategy
% 4.69/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.69/0.99  
% 4.69/0.99  
% 4.69/0.99  fork 3: search terminated without proof.
% 4.69/0.99  
% 4.69/0.99  
% 4.69/0.99  fork 6: search terminated without proof.
% 4.69/0.99  
% 4.69/0.99  **** run 61 fork 4 starts with strategy
% 4.69/0.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.69/1.00  
% 4.69/1.00  **** run 36 fork 3 starts with strategy
% 4.69/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.69/1.00  
% 4.69/1.00  **** run 47 fork 6 starts with strategy
% 4.69/1.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.69/1.01  
% 4.69/1.01  fork 4: search finished without proof.
% 4.69/1.03  
% 4.69/1.03  fork 6: search finished without proof.
% 4.69/1.03  No candidate clauses found.
% 4.69/1.03  
% 4.69/1.03  
% 4.69/1.03  fork 3: search terminated without proof.
% 4.69/1.03  
% 4.69/1.03  **** run 69 fork 4 starts with strategy
% 4.69/1.03  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 4.69/1.04  
% 4.69/1.04  **** run 44 fork 3 starts with strategy
% 4.69/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.69/1.04  **** run 55 fork 6 starts with strategy
% 4.69/1.04  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 4.69/1.04  
% 5.57/1.09  
% 5.57/1.09  
% 5.57/1.09  fork 1: search terminated without proof.
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 0: search terminated without proof.
% 5.57/1.11  
% 5.57/1.11  **** run 42 fork 1 starts with strategy
% 5.57/1.11  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.94/1.13  
% 5.94/1.13  **** run 41 fork 0 starts with strategy
% 5.94/1.13  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 10.16/1.75  
% 10.16/1.75  
% 10.16/1.75  fork 5: search terminated without proof.
% 10.93/1.77  
% 10.93/1.77  **** run 54 fork 5 starts with strategy
% 10.93/1.77  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 11.98/1.92  
% 11.98/1.92  
% 11.98/1.92  fork 7: search terminated without proof.
% 11.98/1.94  
% 11.98/1.94  **** run 48 fork 7 starts with strategy
% 11.98/1.94  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.98/1.99  
% 11.98/1.99  
% 11.98/1.99  fork 2: search terminated without proof.
% 11.98/2.01  
% 11.98/2.01  **** run 51 fork 2 starts with strategy
% 11.98/2.01  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 12.80/2.05  
% 12.80/2.05  
% 12.80/2.05  fork 4: search terminated without proof.
% 12.80/2.06  
% 12.80/2.06  
% 12.80/2.06  fork 6: search terminated without proof.
% 12.80/2.07  
% 12.80/2.07  **** run 77 fork 4 starts with strategy
% 12.80/2.07  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 12.80/2.08  
% 12.80/2.08  **** run 63 fork 6 starts with strategy
% 12.80/2.08  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 12.80/2.10  
% 12.80/2.10  fork 4: search finished without proof.
% 12.80/2.10  
% 12.80/2.10  
% 12.80/2.10  fork 3: search terminated without proof.
% 12.80/2.11  
% 12.80/2.11  **** run 85 fork 4 starts with strategy
% 12.80/2.11  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 12.80/2.12  
% 12.80/2.12  **** run 52 fork 3 starts with strategy
% 12.80/2.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.66/2.13  
% 13.66/2.13  
% 13.66/2.13  fork 1: search terminated without proof.
% 13.66/2.14  
% 13.66/2.14  fork 3: search finished without proof.
% 13.66/2.15  
% 13.66/2.15  **** run 50 fork 1 starts with strategy
% 13.66/2.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 13.90/2.16  
% 13.90/2.16  **** run 60 fork 3 starts with strategy
% 13.90/2.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 15.78/2.43  
% 15.78/2.43  
% 15.78/2.43  fork 0: search terminated without proof.
% 16.02/2.47  
% 16.02/2.47  **** run 49 fork 0 starts with strategy
% 16.02/2.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 19.78/2.96  
% 19.78/2.96  
% 19.78/2.96  fork 7: search terminated without proof.
% 19.78/2.97  
% 19.78/2.97  **** run 56 fork 7 starts with strategy
% 19.78/2.97  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 19.78/3.03  
% 19.78/3.03  
% 19.78/3.03  fork 5: search terminated without proof.
% 20.52/3.04  
% 20.52/3.04  
% 20.52/3.04  fork 2: search terminated without proof.
% 20.52/3.05  
% 20.52/3.05  **** run 62 fork 5 starts with strategy
% 20.52/3.05  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 20.52/3.06  
% 20.52/3.06  **** run 59 fork 2 starts with strategy
% 20.52/3.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 21.02/3.10  
% 21.02/3.10  
% 21.02/3.10  fork 6: search terminated without proof.
% 21.02/3.12  
% 21.02/3.12  **** run 71 fork 6 starts with strategy
% 21.02/3.12  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 21.60/3.17  
% 21.60/3.17  
% 21.60/3.17  fork 1: search terminated without proof.
% 21.60/3.19  
% 21.60/3.19  
% 21.60/3.19  fork 3: search terminated without proof.
% 21.60/3.19  
% 21.60/3.19  **** run 58 fork 1 starts with strategy
% 21.60/3.19  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 21.60/3.20  
% 21.60/3.20  **** run 68 fork 3 starts with strategy
% 21.60/3.21  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 21.60/3.23  
% 21.60/3.23  fork 3: search finished without proof.
% 21.60/3.24  
% 21.60/3.24  **** run 76 fork 3 starts with strategy
% 21.60/3.25  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 24.15/3.56  
% 24.15/3.56  
% 24.15/3.56  fork 0: search terminated without proof.
% 24.15/3.58  
% 24.15/3.58  **** run 57 fork 0 starts with strategy
% 24.15/3.58  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.01/3.99  
% 28.01/3.99  
% 28.01/3.99  fork 7: search terminated without proof.
% 28.22/4.01  
% 28.22/4.01  **** run 64 fork 7 starts with strategy
% 28.22/4.01  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 28.25/4.08  
% 28.25/4.08  
% 28.25/4.08  fork 5: search terminated without proof.
% 28.25/4.10  
% 28.25/4.10  **** run 70 fork 5 starts with strategy
% 28.25/4.10  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 28.99/4.11  
% 28.99/4.11  
% 28.99/4.11  fork 2: search terminated without proof.
% 28.99/4.12  
% 28.99/4.12  fork 5: search finished without proof.
% 28.99/4.12  
% 28.99/4.12  fork 6: search finished without proof.
% 28.99/4.13  
% 28.99/4.13  **** run 67 fork 2 starts with strategy
% 28.99/4.13  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 28.99/4.14  
% 28.99/4.14  **** run 78 fork 5 starts with strategy
% 28.99/4.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 28.99/4.14  
% 28.99/4.14  **** run 79 fork 6 starts with strategy
% 28.99/4.14  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 29.65/4.22  
% 29.65/4.22  
% 29.65/4.22  fork 1: search terminated without proof.
% 29.65/4.24  
% 29.65/4.24  **** run 66 fork 1 starts with strategy
% 29.65/4.24  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 29.65/4.26  
% 29.65/4.26  fork 1: search finished without proof.
% 29.65/4.26  
% 29.65/4.26  
% 29.65/4.26  fork 3: search terminated without proof.
% 29.65/4.28  
% 29.65/4.28  **** run 74 fork 1 starts with strategy
% 29.65/4.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.65/4.28  
% 29.65/4.28  **** run 84 fork 3 starts with strategy
% 29.65/4.28  {"max_dseconds":50,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 30.49/4.30  
% 30.49/4.30  fork 1: search finished without proof.
% 30.49/4.30  
% 30.49/4.30  fork 3: search finished without proof.
% 30.66/4.31  
% 30.66/4.31  **** run 82 fork 1 starts with strategy
% 30.66/4.31  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 30.66/4.32  
% 30.66/4.32  **** run 92 fork 3 starts with strategy
% 30.66/4.32  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 30.66/4.34  
% 30.66/4.34  fork 3: search finished without proof.
% 30.66/4.35  
% 30.66/4.35  **** run 100 fork 3 starts with strategy
% 30.66/4.35  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 30.66/4.37  
% 30.66/4.37  fork 3: search finished without proof.
% 30.66/4.39  
% 30.66/4.39  **** run 108 fork 3 starts with strategy
% 30.66/4.39  {"max_dseconds":50,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 32.75/4.61  
% 32.75/4.61  
% 32.75/4.61  fork 0: search terminated without proof.
% 32.75/4.63  
% 32.75/4.63  **** run 65 fork 0 starts with strategy
% 32.75/4.63  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 36.15/5.03  
% 36.15/5.03  
% 36.15/5.03  fork 7: search terminated without proof.
% 36.15/5.04  
% 36.15/5.04  **** run 72 fork 7 starts with strategy
% 36.15/5.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 36.60/5.16  
% 36.60/5.16  
% 36.60/5.16  fork 5: search terminated without proof.
% 36.60/5.17  
% 36.60/5.17  **** run 86 fork 5 starts with strategy
% 36.60/5.17  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 37.43/5.19  
% 37.43/5.19  
% 37.43/5.19  fork 2: search terminated without proof.
% 37.43/5.20  
% 37.43/5.20  fork 5: search finished without proof.
% 37.43/5.21  
% 37.43/5.21  **** run 75 fork 2 starts with strategy
% 37.43/5.21  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 37.43/5.21  
% 37.43/5.21  **** run 94 fork 5 starts with strategy
% 37.43/5.21  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 37.43/5.23  No candidate clauses found.
% 37.43/5.23  
% 37.43/5.23  
% 37.43/5.23  fork 2: search terminated without proof.
% 37.43/5.24  
% 37.43/5.24  **** run 83 fork 2 starts with strategy
% 37.43/5.24  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 40.84/5.65  
% 40.84/5.65  
% 40.84/5.65  fork 0: search terminated without proof.
% 40.84/5.66  
% 40.84/5.66  **** run 73 fork 0 starts with strategy
% 40.84/5.66  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 44.04/6.07  
% 44.04/6.07  
% 44.04/6.07  fork 7: search terminated without proof.
% 44.04/6.09  
% 44.04/6.09  **** run 80 fork 7 starts with strategy
% 44.04/6.09  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 49.21/6.69  
% 49.21/6.69  
% 49.21/6.69  fork 0: search terminated without proof.
% 49.33/6.71  
% 49.33/6.71  **** run 81 fork 0 starts with strategy
% 49.33/6.71  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 53.21/7.21  
% 53.21/7.21  
% 53.21/7.21  fork 4: search terminated without proof.
% 53.21/7.23  
% 53.21/7.23  **** run 93 fork 4 starts with strategy
% 53.21/7.23  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 70.80/9.43  
% 70.80/9.43  
% 70.80/9.43  fork 6: search terminated without proof.
% 71.12/9.47  
% 71.12/9.47  **** run 87 fork 6 starts with strategy
% 71.12/9.47  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 71.12/9.47  
% 71.12/9.47  
% 71.12/9.47  fork 3: search terminated without proof.
% 71.12/9.52  
% 71.12/9.52  **** run 116 fork 3 starts with strategy
% 71.12/9.52  {"max_dseconds":50,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 71.68/9.54  
% 71.68/9.54  fork 3: search finished without proof.
% 71.68/9.54  
% 71.68/9.54  
% 71.68/9.54  fork 1: search terminated without proof.
% 71.68/9.55  
% 71.68/9.55  **** run 124 fork 3 starts with strategy
% 71.68/9.55  {"max_dseconds":250,"strategy":["unit"],"query_preference":1}
% 71.93/9.58  
% 71.93/9.58  fork 3: search finished without proof.
% 71.93/9.58  
% 71.93/9.58  **** run 90 fork 1 starts with strategy
% 71.93/9.58  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 71.93/9.59  
% 71.93/9.59  **** run 132 fork 3 starts with strategy
% 71.93/9.59  {"max_dseconds":250,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 71.93/9.61  
% 71.93/9.61  fork 3: search finished without proof.
% 71.93/9.62  
% 71.93/9.62  **** run 140 fork 3 starts with strategy
% 71.93/9.62  {"max_dseconds":1250,"strategy":["query_focus","double"],"query_preference":1}
% 76.78/10.25  
% 76.78/10.25  
% 76.78/10.25  fork 5: search terminated without proof.
% 77.40/10.29  
% 77.40/10.29  **** run 102 fork 5 starts with strategy
% 77.40/10.29  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 77.91/10.39  
% 77.91/10.39  
% 77.91/10.39  fork 2: search terminated without proof.
% 78.26/10.45  
% 78.26/10.45  **** run 91 fork 2 starts with strategy
% 78.26/10.45  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 78.26/10.48  
% 78.26/10.48  fork 2: search finished without proof.
% 79.06/10.49  
% 79.06/10.49  **** run 99 fork 2 starts with strategy
% 79.06/10.49  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 83.94/11.17  
% 83.94/11.17  
% 83.94/11.17  fork 7: search terminated without proof.
% 84.66/11.23  
% 84.66/11.23  **** run 88 fork 7 starts with strategy
% 84.66/11.23  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 88.87/11.81  
% 88.87/11.81  
% 88.87/11.81  fork 0: search terminated without proof.
% 89.96/11.88  
% 89.96/11.88  **** run 89 fork 0 starts with strategy
% 89.96/11.88  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 93.06/12.31  
% 93.06/12.31  
% 93.06/12.31  fork 4: search terminated without proof.
% 93.06/12.34  
% 93.06/12.34  **** run 101 fork 4 starts with strategy
% 93.06/12.34  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":50}
% 110.33/14.61  
% 110.33/14.61  
% 110.33/14.61  fork 1: search terminated without proof.
% 111.04/14.64  
% 111.04/14.64  **** run 98 fork 1 starts with strategy
% 111.04/14.64  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 111.04/14.68  
% 111.04/14.68  
% 111.04/14.68  fork 6: search terminated without proof.
% 111.04/14.72  
% 111.04/14.72  **** run 95 fork 6 starts with strategy
% 111.04/14.72  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":50}
% 116.52/15.40  
% 116.52/15.40  
% 116.52/15.40  fork 5: search terminated without proof.
% 117.08/15.44  
% 117.08/15.44  **** run 110 fork 5 starts with strategy
% 117.08/15.44  {"max_dseconds":50,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 120.10/15.87  
% 120.10/15.87  
% 120.10/15.87  fork 2: search terminated without proof.
% 120.10/15.92  
% 120.10/15.92  **** run 107 fork 2 starts with strategy
% 120.10/15.92  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 120.79/15.95  
% 120.79/15.95  fork 2: search finished without proof.
% 120.79/15.96  
% 120.79/15.96  **** run 115 fork 2 starts with strategy
% 120.79/15.96  {"max_dseconds":50,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 121.27/16.06  
% 121.27/16.06  
% 121.27/16.06  result: proof found
% 121.27/16.06  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 121.27/16.06  by run 88 fork 7 strategy {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 121.27/16.06  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 121.27/16.06  
% 121.27/16.06  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 121.27/16.06  
% 121.27/16.06  run 88 fork 7 statistics:
% 121.27/16.06  ----------------------------------
% 121.27/16.07  this run seconds: 4.080431
% 121.27/16.07  total seconds: 14.855809
% 121.27/16.07  stat_given_used: 2896
% 121.27/16.07  stat_given_used_at_endgame: 0
% 121.27/16.07  stat_given_candidates:   12069
% 121.27/16.07  stat_given_candidates_at_endgame: 0
% 121.27/16.07  stat_given_candidates_h: 0
% 121.27/16.07  stat_binres_derived_cl:   621663
% 121.27/16.07  stat_binres_derived_cl_h: 0
% 121.27/16.07  stat_factor_derived_cl: 357
% 121.27/16.07  stat_para_derived_cl: 0
% 121.27/16.07  stat_tautologies_discarded: 16495
% 121.27/16.07  stat_forward_subsumed: 191199
% 121.27/16.07  stat_derived_cut: 19502
% 121.27/16.07  stat_derived_rewritten: 0
% 121.27/16.07  stat_weight_discarded_building: 0
% 121.27/16.07  stat_weight_discarded_cl: 72971
% 121.27/16.07  stat_internlimit_discarded_cl: 0
% 121.27/16.07  stat_simplified:  9182 simplified 0 derived 0 given
% 121.27/16.07  stat_kept_cl: 341354
% 121.27/16.07  stat_built_cl: 429325
% 121.27/16.07  stat_hyperres_partial_cl: 0
% 121.27/16.07  stat_made_rewriters: 0
% 121.27/16.07  stat_backward_subsumed: 0
% 121.27/16.07  stat_propagated_subsumed: 0
% 121.27/16.07  stat_clsubs_attempted:                    256011
% 121.27/16.07  stat_clsubs_fact_groundunit_found:             4
% 121.27/16.07  stat_clsubs_rule_groundunit_found:           459
% 121.27/16.07  stat_clsubs_top_meta_attempted:           12532616
% 121.27/16.07  stat_clsubs_top_meta_failed:              12276605
% 121.27/16.07  stat_clsubs_top_meta_nonpref_attempted:            12532616
% 121.27/16.07  stat_clsubs_top_meta_nonpref_succeeded:             1406809
% 121.27/16.07  stat_clsubs_top_meta_pref_attempted:                1406809
% 121.27/16.07  stat_clsubs_top_meta_pref1_succeeded:               1238451
% 121.27/16.07  stat_clsubs_top_meta_pref2_succeeded:                377174
% 121.27/16.07  stat_clsubs_top_meta_pref3_succeeded:                256011
% 121.27/16.07  stat_clsubs_top_meta_pref_succeeded:                 256011
% 121.27/16.07  stat_clsubs_meta_attempted:               600778
% 121.27/16.07  stat_clsubs_meta_failed:                  243316
% 121.27/16.07  stat_clsubs_predsymbs_attempted:               0
% 121.27/16.07  stat_clsubs_unit_attempted:                    0
% 121.27/16.07  stat_clsubs_full_attempted:               256011
% 121.27/16.07  stat_forwardsubs_attempted:               605525
% 121.27/16.07  stat_lit_hash_added:                  21748
% 121.27/16.07  stat_lit_hash_computed:             4546611
% 121.27/16.07  stat_lit_hash_match_found:           208201
% 121.27/16.07  stat_lit_hash_match_miss:           6209806
% 121.27/16.07  stat_lit_hash_cut_ok:                 24754
% 121.27/16.07  stat_lit_strong_cut_ok:                   0
% 121.27/16.07  stat_lit_hash_subsume_ok:            191199
% 121.27/16.07  clqueue els 10000000 used 1
% 121.27/16.07  clactive els 10000000 used 2910
% 121.27/16.07  clactivesubsume els 10000000 used 16669
% 121.27/16.07  queue_termbuf els 200000000 used 30943323
% 121.27/16.07  hyper_termbuf els 100000000 used 1
% 121.27/16.07  active_termbuf els 100000000 used 144003
% 121.27/16.07  varstack els 5000 last used 1
% 121.27/16.07  given_termbuf els 10000000 last used 1
% 121.27/16.07  simplified_termbuf els 10000000 last used 1
% 121.27/16.07  derived_termbuf els 10000000 last used 41
% 121.27/16.07  wr_mallocs: 25859
% 121.27/16.07  wr_callocs: 19
% 121.27/16.07  wr_reallocs: 7569
% 121.27/16.07  wr_frees: 2
% 121.27/16.07  wr_malloc_bytes: 4163496500
% 121.27/16.07  wr_calloc_bytes: 96065504
% 121.27/16.07  wr_realloc_bytes: 8750976
% 121.27/16.07  wr_realloc_freebytes: 0
% 121.27/16.07  ----------------------------------
%------------------------------------------------------------------------------