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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : ANA002-2 : TPTP v8.1.2. Bugfixed v1.0.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n019.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:15 EDT 2023

% Result   : Unsatisfiable 233.32s 30.68s
% Output   : CNFRefutation 233.32s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named the_interval)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    less_than_or_equal(lower_bound,upper_bound),
    inference(cnf_transformation,[],[the_interval]) ).

cnf('2',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('3',plain,
    less_than_or_equal(f(lower_bound),n0),
    inference(cnf_transformation,[],[lower_mapping]) ).

cnf('4',plain,
    less_than_or_equal(lower_bound,l),
    inference(resolution,[then_simplify],['1','2','3']) ).

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

cnf('6',plain,
    ( in_interval(lower_bound,l,X)
    | ~ less_than_or_equal(l,X) ),
    inference(resolution,[],['4','5']) ).

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

cnf('8',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(n0,f(X3))
    | less_than_or_equal(k(l),X3)
    | ~ less_than_or_equal(l,X3) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ~ in_interval(f(l),n0,f(l)),
    inference(cnf_transformation,[],[prove_there_is_x_which_crosses]) ).

cnf('10',plain,
    ( ~ less_than_or_equal(f(l),n0)
    | ~ less_than_or_equal(n0,f(l)) ),
    inference(resolution,[],['9','5']) ).

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

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

cnf('13',plain,
    less_than_or_equal(lower_bound,l),
    inference(resolution,[then_simplify],['1','2','3']) ).

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

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

cnf('16',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,[],['14','15']) ).

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

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

cnf('19',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ in_interval(lower_bound,l,upper_bound)
    | ~ less_than_or_equal(f(X),n0)
    | less_than_or_equal(X,h(l))
    | ~ less_than_or_equal(X,l) ),
    inference(resolution,[],['10','18']) ).

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

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

cnf('22',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,[],['14','21']) ).

cnf('23',plain,
    ( ~ less_than_or_equal(g(h(l)),l)
    | ~ less_than_or_equal(n0,f(l))
    | ~ in_interval(lower_bound,l,upper_bound)
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['20','22']) ).

cnf('24',plain,
    ( ~ less_than_or_equal(g(h(l)),upper_bound)
    | ~ less_than_or_equal(n0,f(l))
    | ~ in_interval(lower_bound,l,upper_bound)
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['17','23']) ).

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

cnf('26',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,[],['14','25']) ).

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

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

cnf('29',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(n0,f(X))
    | less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(l,X) ),
    inference(simplify,[],['8','28']) ).

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

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

cnf('32',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('33',plain,
    ( ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(k(l),X)
    | ~ less_than_or_equal(upper_bound,X) ),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | less_than_or_equal(g(h(l)),X)
    | ~ less_than_or_equal(upper_bound,X) ),
    inference(resolution,[],['26','32']) ).

cnf('35',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ in_interval(lower_bound,l,upper_bound)
    | ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(upper_bound,l) ),
    inference(resolution,[],['23','34']) ).

cnf('36',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound)
    | ~ less_than_or_equal(upper_bound,l) ),
    inference(resolution,[then_simplify],['35','5','13']) ).

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

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

cnf('39',plain,
    ( ~ less_than_or_equal(upper_bound,X)
    | less_than_or_equal(lower_bound,X) ),
    inference(resolution,[],['1','32']) ).

cnf('40',plain,
    ( in_interval(lower_bound,X,Y)
    | ~ less_than_or_equal(upper_bound,X)
    | ~ less_than_or_equal(X,Y) ),
    inference(resolution,[],['39','5']) ).

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

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

cnf('43',plain,
    ( ~ less_than_or_equal(upper_bound,l)
    | less_than_or_equal(g(upper_bound),upper_bound) ),
    inference(resolution,[],['42','25']) ).

cnf('44',plain,
    ( ~ less_than_or_equal(upper_bound,l)
    | ~ less_than_or_equal(g(upper_bound),upper_bound) ),
    inference(resolution,[],['42','21']) ).

cnf('45',plain,
    ~ less_than_or_equal(upper_bound,l),
    inference(simplify,[],['43','44']) ).

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

cnf('47',plain,
    less_than_or_equal(l,upper_bound),
    inference(resolution,[],['45','46']) ).

cnf('48',plain,
    in_interval(lower_bound,l,upper_bound),
    inference(resolution,[],['47','6']) ).

cnf('49',plain,
    ( ~ less_than_or_equal(n0,f(l))
    | ~ less_than_or_equal(l,upper_bound) ),
    inference(resolution,[],['27','6']) ).

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

cnf('51',plain,
    ~ less_than_or_equal(k(l),l),
    inference(resolution,[then_simplify],['48','37','50']) ).

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

cnf('53',plain,
    ~ less_than_or_equal(q(l,k(l)),l),
    inference(resolution,[],['51','52']) ).

cnf('54',plain,
    less_than_or_equal(l,q(l,k(l))),
    inference(resolution,[],['53','46']) ).

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

cnf('56',plain,
    ~ less_than_or_equal(k(l),q(l,k(l))),
    inference(resolution,[],['51','55']) ).

cnf('57',plain,
    in_interval(lower_bound,l,upper_bound),
    inference(resolution,[],['47','6']) ).

cnf('58',plain,
    ~ less_than_or_equal(n0,f(q(l,k(l)))),
    inference(resolution,[then_simplify],['54','7','50','56','57']) ).

cnf('59',plain,
    ~ less_than_or_equal(k(l),q(l,k(l))),
    inference(resolution,[],['51','55']) ).

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

cnf('61',plain,
    ~ less_than_or_equal(upper_bound,q(l,k(l))),
    inference(resolution,[],['59','60']) ).

cnf('62',plain,
    less_than_or_equal(q(l,k(l)),upper_bound),
    inference(resolution,[],['61','46']) ).

cnf('63',plain,
    ~ less_than_or_equal(q(l,k(l)),l),
    inference(resolution,[],['51','52']) ).

cnf('64',plain,
    ~ less_than_or_equal(f(q(l,k(l))),n0),
    inference(resolution,[then_simplify],['62','2','63']) ).

cnf('65',plain,
    $false,
    inference(resolution,[then_simplify],['58','46','64']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : ANA002-2 : TPTP v8.1.2. Bugfixed v1.0.1.
% 0.00/0.13  % Command  : gkc %s
% 0.16/0.34  % Computer : n019.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit : 300
% 0.16/0.34  % WCLimit  : 300
% 0.16/0.34  % DateTime : Fri Aug 25 18:21:28 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.16/0.38  
% 0.16/0.38  input clause set summed statistics:
% 0.16/0.38  ----------------------------------
% 0.16/0.38  in_clause_count:                    18
% 0.16/0.38  in_rule_clause_count:               16
% 0.16/0.38  in_fact_clause_count:                2
% 0.16/0.38  in_answer_clause_count:              0
% 0.16/0.38  in_ground_clause_count:              4
% 0.16/0.38  in_unit_clause_count:                5
% 0.16/0.38  in_horn_clause_count:               13
% 0.16/0.38  in_pos_clause_count:                 7
% 0.16/0.38  in_neg_clause_count:                 1
% 0.16/0.38  in_poseq_clause_count:               0
% 0.16/0.38  in_negeq_clause_count:               0
% 0.16/0.38  in_unitposeq_clause_count:           0
% 0.16/0.38  in_chain_clause_count:               0
% 0.16/0.38  in_min_length:             1
% 0.16/0.38  in_max_length:             5
% 0.16/0.38  in_min_depth:              1
% 0.16/0.38  in_max_depth:              3
% 0.16/0.38  in_min_size:               3
% 0.16/0.38  in_max_size:              19
% 0.16/0.38  in_min_vars:               0
% 0.16/0.38  in_max_vars:               3
% 0.16/0.38  in_extaxiom_count:                 0
% 0.16/0.38  in_axiom_count:                   14
% 0.16/0.38  in_assumption_count:               3
% 0.16/0.38  in_goal_count:                     1
% 0.16/0.38  in_neg_goal_count:                 1
% 0.16/0.38  in_pos_goal_count:                 0
% 0.16/0.38  in_posunit_goal_count:             0
% 0.16/0.38  
% 0.16/0.38  auto guide:
% 0.16/0.38  -----------
% 0.16/0.38  {
% 0.16/0.38  "print":1,
% 0.16/0.38  "print_level": 15,
% 0.16/0.38  "max_size": 0,
% 0.16/0.38  "max_depth": 0,
% 0.16/0.38  "max_length": 0,
% 0.16/0.38  "max_dseconds": 0,
% 0.16/0.38  "equality":0,
% 0.16/0.38  "runs":[
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/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.16/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.16/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/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.16/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.16/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/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.16/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.16/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.16/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.16/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.16/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.16/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.16/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.16/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.16/0.38  
% 0.16/0.38  ]}
% 0.16/0.38  
% 0.16/0.38  
% 0.16/0.38  **** run 1 fork 0 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.38  
% 0.16/0.38  **** run 2 fork 1 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.38  
% 0.16/0.38  **** run 3 fork 2 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.16/0.38  
% 0.16/0.38  **** run 4 fork 3 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.16/0.38  
% 0.16/0.38  **** run 5 fork 4 starts with strategy
% 0.16/0.38  
% 0.16/0.38  **** run 6 fork 5 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.16/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.16/0.38  
% 0.16/0.38  **** run 7 fork 6 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.42  
% 0.18/0.42  fork 5: search finished without proof.
% 0.18/0.44  
% 0.18/0.44  **** run 14 fork 5 starts with strategy
% 0.18/0.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.44  
% 0.18/0.44  fork 7: search finished without proof.
% 0.18/0.46  
% 0.18/0.46  fork 5: search finished without proof.
% 0.18/0.48  
% 0.18/0.48  **** run 22 fork 5 starts with strategy
% 0.18/0.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.49  
% 0.18/0.49  **** run 16 fork 7 starts with strategy
% 0.18/0.49  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.18/0.51  
% 0.18/0.51  fork 3: search finished without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 2: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  fork 5: search finished without proof.
% 0.18/0.52  
% 0.18/0.52  fork 6: search finished without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 0: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 30 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  
% 0.18/0.53  fork 4: search terminated without proof.
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.18/0.56  
% 0.18/0.56  **** run 9 fork 0 starts with strategy
% 0.18/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.57  
% 0.18/0.57  
% 0.18/0.57  fork 1: search terminated without proof.
% 0.18/0.57  
% 0.18/0.57  **** run 13 fork 4 starts with strategy
% 0.18/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.59  
% 0.18/0.59  **** run 10 fork 1 starts with strategy
% 0.18/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.60  
% 0.18/0.60  fork 4: search finished without proof.
% 0.18/0.62  
% 0.18/0.62  
% 0.18/0.62  fork 7: search terminated without proof.
% 0.18/0.62  
% 0.18/0.62  **** run 21 fork 4 starts with strategy
% 0.18/0.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.18/0.64  
% 0.18/0.64  **** run 24 fork 7 starts with strategy
% 0.18/0.64  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 5: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 6: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 3: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 2: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 38 fork 5 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.18/0.68  
% 0.18/0.68  **** run 23 fork 6 starts with strategy
% 0.18/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.18/0.69  
% 0.18/0.69  **** run 20 fork 3 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.18/0.69  
% 0.18/0.69  **** run 19 fork 2 starts with strategy
% 0.18/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.18/0.70  
% 0.18/0.70  fork 5: search finished without proof.
% 0.18/0.70  
% 0.18/0.70  
% 0.18/0.70  fork 0: search terminated without proof.
% 0.18/0.72  
% 0.18/0.72  **** run 46 fork 5 starts with strategy
% 0.18/0.72  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.18/0.72  
% 0.18/0.72  **** run 17 fork 0 starts with strategy
% 0.18/0.72  {"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.18/0.72  
% 0.18/0.72  
% 0.18/0.72  fork 1: search terminated without proof.
% 0.18/0.74  
% 0.18/0.74  **** run 18 fork 1 starts with strategy
% 0.18/0.75  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.77  
% 0.18/0.77  
% 0.18/0.77  fork 4: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  **** run 29 fork 4 starts with strategy
% 0.18/0.79  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 7: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 6: search terminated without proof.
% 0.18/0.82  
% 0.18/0.82  **** run 32 fork 7 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.18/0.84  
% 0.18/0.84  fork 4: search finished without proof.
% 0.18/0.84  
% 0.18/0.84  **** run 31 fork 6 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.18/0.85  
% 0.18/0.85  
% 0.18/0.85  fork 2: search terminated without proof.
% 0.18/0.86  
% 0.18/0.86  **** run 37 fork 4 starts with strategy
% 0.18/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 0.18/0.87  
% 0.18/0.87  
% 0.18/0.87  fork 3: search terminated without proof.
% 0.18/0.87  
% 0.18/0.87  fork 6: search finished without proof.
% 0.18/0.87  
% 0.18/0.87  **** run 27 fork 2 starts with strategy
% 0.18/0.87  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.18/0.88  
% 0.18/0.88  **** run 28 fork 3 starts with strategy
% 0.18/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.18/0.89  
% 0.18/0.89  **** run 39 fork 6 starts with strategy
% 0.18/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.89  
% 0.18/0.89  fork 2: search finished without proof.
% 0.18/0.91  
% 0.18/0.91  
% 0.18/0.91  fork 0: search terminated without proof.
% 0.18/0.91  
% 0.18/0.91  **** run 35 fork 2 starts with strategy
% 0.18/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.92  
% 0.18/0.92  
% 0.18/0.92  fork 1: search terminated without proof.
% 0.18/0.93  
% 0.18/0.93  **** run 25 fork 0 starts with strategy
% 0.18/0.93  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.18/0.94  
% 0.18/0.94  fork 2: search finished without proof.
% 0.18/0.94  
% 0.18/0.94  fork 7: search finished without proof.
% 3.95/0.95  
% 3.95/0.95  **** run 26 fork 1 starts with strategy
% 3.95/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.95/0.95  
% 3.95/0.95  **** run 40 fork 7 starts with strategy
% 3.95/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 3.95/0.96  
% 3.95/0.96  **** run 43 fork 2 starts with strategy
% 3.95/0.96  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 4: search terminated without proof.
% 4.32/1.00  
% 4.32/1.00  **** run 45 fork 4 starts with strategy
% 4.32/1.00  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 4.32/1.00  
% 4.32/1.00  
% 4.32/1.00  fork 3: search terminated without proof.
% 4.55/1.02  
% 4.55/1.02  **** run 36 fork 3 starts with strategy
% 4.55/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.55/1.02  
% 4.55/1.02  fork 4: search finished without proof.
% 4.63/1.04  
% 4.63/1.04  **** run 53 fork 4 starts with strategy
% 4.63/1.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 4.63/1.05  
% 4.63/1.05  
% 4.63/1.05  fork 0: search terminated without proof.
% 4.63/1.06  
% 4.63/1.06  
% 4.63/1.06  fork 6: search terminated without proof.
% 4.63/1.06  
% 4.63/1.06  fork 4: search finished without proof.
% 4.63/1.06  
% 4.63/1.06  **** run 33 fork 0 starts with strategy
% 4.63/1.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.63/1.08  
% 4.63/1.08  **** run 47 fork 6 starts with strategy
% 4.63/1.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.63/1.08  
% 4.63/1.08  **** run 61 fork 4 starts with strategy
% 4.63/1.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.63/1.09  
% 4.63/1.09  
% 4.63/1.09  fork 1: search terminated without proof.
% 4.63/1.10  
% 4.63/1.10  fork 6: search finished without proof.
% 4.63/1.10  
% 4.63/1.10  fork 4: search finished without proof.
% 5.27/1.11  
% 5.27/1.11  **** run 34 fork 1 starts with strategy
% 5.27/1.11  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.27/1.12  
% 5.27/1.12  **** run 55 fork 6 starts with strategy
% 5.27/1.12  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 5.27/1.12  
% 5.27/1.12  **** run 69 fork 4 starts with strategy
% 5.27/1.12  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 5.27/1.14  
% 5.27/1.14  
% 5.27/1.14  fork 3: search terminated without proof.
% 5.27/1.16  
% 5.27/1.16  **** run 44 fork 3 starts with strategy
% 5.27/1.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.83/1.18  
% 5.83/1.18  
% 5.83/1.18  fork 0: search terminated without proof.
% 5.83/1.20  
% 5.83/1.20  **** run 41 fork 0 starts with strategy
% 5.83/1.20  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.83/1.24  
% 5.83/1.24  
% 5.83/1.24  fork 1: search terminated without proof.
% 5.83/1.26  
% 5.83/1.26  **** run 42 fork 1 starts with strategy
% 5.83/1.26  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 9.98/1.73  
% 9.98/1.73  fork 5: search finished without proof.
% 9.98/1.75  
% 9.98/1.75  **** run 54 fork 5 starts with strategy
% 9.98/1.75  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 11.66/1.98  
% 11.66/1.98  
% 11.66/1.98  fork 7: search terminated without proof.
% 11.66/1.98  
% 11.66/1.98  
% 11.66/1.98  fork 2: search terminated without proof.
% 11.66/1.99  
% 11.66/1.99  **** run 48 fork 7 starts with strategy
% 11.66/1.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.66/1.99  
% 11.66/1.99  **** run 51 fork 2 starts with strategy
% 11.66/1.99  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 12.92/2.15  
% 12.92/2.15  
% 12.92/2.15  fork 6: search terminated without proof.
% 13.57/2.17  
% 13.57/2.17  **** run 63 fork 6 starts with strategy
% 13.57/2.17  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 13.57/2.17  
% 13.57/2.17  
% 13.57/2.17  fork 3: search terminated without proof.
% 13.57/2.19  
% 13.57/2.19  **** run 52 fork 3 starts with strategy
% 13.57/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.57/2.22  
% 13.57/2.22  fork 3: search finished without proof.
% 13.57/2.22  
% 13.57/2.22  
% 13.57/2.22  fork 4: search terminated without proof.
% 13.57/2.23  
% 13.57/2.23  **** run 60 fork 3 starts with strategy
% 13.57/2.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.57/2.24  
% 13.57/2.24  **** run 77 fork 4 starts with strategy
% 13.57/2.24  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 13.57/2.26  
% 13.57/2.26  fork 4: search finished without proof.
% 13.57/2.28  
% 13.57/2.28  **** run 85 fork 4 starts with strategy
% 13.57/2.28  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 13.57/2.31  
% 13.57/2.31  
% 13.57/2.31  fork 0: search terminated without proof.
% 13.57/2.33  
% 13.57/2.33  **** run 49 fork 0 starts with strategy
% 13.57/2.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.57/2.40  
% 13.57/2.40  
% 13.57/2.40  fork 1: search terminated without proof.
% 15.60/2.44  
% 15.60/2.44  **** run 50 fork 1 starts with strategy
% 15.60/2.44  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 17.49/2.77  
% 17.49/2.77  
% 17.49/2.77  fork 5: search terminated without proof.
% 18.24/2.78  
% 18.24/2.78  **** run 62 fork 5 starts with strategy
% 18.24/2.78  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 18.64/3.01  
% 18.64/3.01  
% 18.64/3.01  fork 7: search terminated without proof.
% 18.64/3.02  
% 18.64/3.02  
% 18.64/3.02  fork 2: search terminated without proof.
% 18.64/3.03  
% 18.64/3.03  **** run 56 fork 7 starts with strategy
% 18.64/3.03  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 18.64/3.04  
% 18.64/3.04  **** run 59 fork 2 starts with strategy
% 18.64/3.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 21.05/3.19  
% 21.05/3.19  
% 21.05/3.19  fork 6: search terminated without proof.
% 21.05/3.20  
% 21.05/3.20  **** run 71 fork 6 starts with strategy
% 21.05/3.20  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 22.24/3.33  
% 22.24/3.33  
% 22.24/3.33  fork 3: search terminated without proof.
% 22.24/3.35  
% 22.24/3.35  **** run 68 fork 3 starts with strategy
% 22.24/3.35  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 22.72/3.35  
% 22.72/3.35  
% 22.72/3.35  fork 0: search terminated without proof.
% 22.72/3.37  
% 22.72/3.37  **** run 57 fork 0 starts with strategy
% 22.72/3.37  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 22.72/3.37  
% 22.72/3.37  fork 3: search finished without proof.
% 22.72/3.39  
% 22.72/3.39  **** run 76 fork 3 starts with strategy
% 22.72/3.39  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 24.24/3.58  
% 24.24/3.58  
% 24.24/3.58  fork 1: search terminated without proof.
% 24.64/3.60  
% 24.64/3.60  **** run 58 fork 1 starts with strategy
% 24.64/3.60  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 25.06/3.80  
% 25.06/3.80  
% 25.06/3.80  fork 5: search terminated without proof.
% 26.18/3.82  
% 26.18/3.82  **** run 70 fork 5 starts with strategy
% 26.18/3.82  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 26.18/3.85  
% 26.18/3.85  fork 5: search finished without proof.
% 26.55/3.86  
% 26.55/3.86  **** run 78 fork 5 starts with strategy
% 26.55/3.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 27.95/4.05  
% 27.95/4.05  
% 27.95/4.05  fork 7: search terminated without proof.
% 27.95/4.06  
% 27.95/4.06  
% 27.95/4.06  fork 2: search terminated without proof.
% 27.95/4.07  
% 27.95/4.07  **** run 64 fork 7 starts with strategy
% 27.95/4.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 27.95/4.08  
% 27.95/4.08  **** run 67 fork 2 starts with strategy
% 27.95/4.08  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 29.60/4.26  
% 29.60/4.26  fork 6: search finished without proof.
% 29.60/4.28  
% 29.60/4.28  **** run 79 fork 6 starts with strategy
% 29.60/4.28  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 30.35/4.41  
% 30.35/4.41  
% 30.35/4.41  fork 0: search terminated without proof.
% 30.35/4.43  
% 30.35/4.43  
% 30.35/4.43  fork 3: search terminated without proof.
% 30.35/4.44  
% 30.35/4.44  **** run 65 fork 0 starts with strategy
% 30.35/4.44  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 30.35/4.47  
% 30.35/4.47  **** run 84 fork 3 starts with strategy
% 30.35/4.47  {"max_dseconds":50,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 30.35/4.49  
% 30.35/4.49  fork 3: search finished without proof.
% 30.35/4.51  
% 30.35/4.51  **** run 92 fork 3 starts with strategy
% 30.35/4.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 30.35/4.53  
% 30.35/4.53  fork 3: search finished without proof.
% 30.35/4.55  
% 30.35/4.55  **** run 100 fork 3 starts with strategy
% 30.35/4.55  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 30.35/4.57  
% 30.35/4.57  fork 3: search finished without proof.
% 30.35/4.59  
% 30.35/4.59  **** run 108 fork 3 starts with strategy
% 30.35/4.59  {"max_dseconds":50,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 33.15/4.73  
% 33.15/4.73  
% 33.15/4.73  fork 1: search terminated without proof.
% 33.40/4.74  
% 33.40/4.74  **** run 66 fork 1 starts with strategy
% 33.40/4.74  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 33.40/4.77  
% 33.40/4.77  fork 1: search finished without proof.
% 33.40/4.78  
% 33.40/4.78  **** run 74 fork 1 starts with strategy
% 33.40/4.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.40/4.80  
% 33.40/4.80  fork 1: search finished without proof.
% 33.40/4.82  
% 33.40/4.82  **** run 82 fork 1 starts with strategy
% 33.40/4.82  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 35.23/4.99  
% 35.23/4.99  
% 35.23/4.99  fork 5: search terminated without proof.
% 35.54/5.00  
% 35.54/5.00  **** run 86 fork 5 starts with strategy
% 35.54/5.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 35.54/5.02  
% 35.54/5.02  fork 5: search finished without proof.
% 35.81/5.04  
% 35.81/5.04  **** run 94 fork 5 starts with strategy
% 35.81/5.04  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 35.81/5.09  
% 35.81/5.09  
% 35.81/5.09  fork 7: search terminated without proof.
% 35.81/5.10  
% 35.81/5.10  
% 35.81/5.10  fork 2: search terminated without proof.
% 35.81/5.10  
% 35.81/5.10  **** run 72 fork 7 starts with strategy
% 35.81/5.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 35.81/5.11  
% 35.81/5.11  **** run 75 fork 2 starts with strategy
% 35.81/5.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 38.69/5.46  
% 38.69/5.46  
% 38.69/5.46  fork 0: search terminated without proof.
% 39.08/5.48  
% 39.08/5.48  **** run 73 fork 0 starts with strategy
% 39.08/5.48  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 44.08/6.13  
% 44.08/6.13  
% 44.08/6.13  fork 7: search terminated without proof.
% 44.08/6.14  
% 44.08/6.14  
% 44.08/6.14  fork 2: search terminated without proof.
% 44.08/6.14  
% 44.08/6.14  **** run 80 fork 7 starts with strategy
% 44.08/6.14  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 44.08/6.15  
% 44.08/6.15  **** run 83 fork 2 starts with strategy
% 44.08/6.15  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 47.16/6.50  
% 47.16/6.50  
% 47.16/6.50  fork 0: search terminated without proof.
% 47.16/6.52  
% 47.16/6.52  **** run 81 fork 0 starts with strategy
% 47.16/6.52  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 53.16/7.29  
% 53.16/7.29  fork 4: search finished without proof.
% 53.16/7.30  
% 53.16/7.30  **** run 93 fork 4 starts with strategy
% 53.16/7.30  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 70.99/9.63  
% 70.99/9.63  
% 70.99/9.63  fork 6: search terminated without proof.
% 70.99/9.65  
% 70.99/9.65  **** run 87 fork 6 starts with strategy
% 70.99/9.65  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 72.41/9.76  
% 72.41/9.76  
% 72.41/9.76  fork 3: search terminated without proof.
% 72.49/9.79  
% 72.49/9.79  **** run 116 fork 3 starts with strategy
% 72.49/9.79  {"max_dseconds":50,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 72.78/9.82  
% 72.78/9.82  fork 3: search finished without proof.
% 73.04/9.84  
% 73.04/9.84  **** run 124 fork 3 starts with strategy
% 73.04/9.84  {"max_dseconds":250,"strategy":["unit"],"query_preference":1}
% 73.04/9.86  
% 73.04/9.86  fork 3: search finished without proof.
% 73.04/9.88  
% 73.04/9.88  **** run 132 fork 3 starts with strategy
% 73.04/9.88  {"max_dseconds":250,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 73.04/9.90  
% 73.04/9.90  fork 3: search finished without proof.
% 73.04/9.91  
% 73.04/9.91  
% 73.04/9.91  fork 1: search terminated without proof.
% 73.04/9.92  
% 73.04/9.92  **** run 140 fork 3 starts with strategy
% 73.04/9.92  {"max_dseconds":1250,"strategy":["query_focus","double"],"query_preference":1}
% 73.77/9.93  
% 73.77/9.93  **** run 90 fork 1 starts with strategy
% 73.77/9.93  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 75.41/10.18  
% 75.41/10.18  
% 75.41/10.18  fork 5: search terminated without proof.
% 75.41/10.20  
% 75.41/10.20  **** run 102 fork 5 starts with strategy
% 75.41/10.20  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 81.86/11.17  
% 81.86/11.17  
% 81.86/11.17  fork 2: search terminated without proof.
% 81.86/11.19  
% 81.86/11.19  **** run 91 fork 2 starts with strategy
% 81.86/11.19  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 81.86/11.22  
% 81.86/11.22  fork 2: search finished without proof.
% 81.86/11.23  
% 81.86/11.23  **** run 99 fork 2 starts with strategy
% 81.86/11.23  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 83.91/11.25  
% 83.91/11.25  
% 83.91/11.25  fork 7: search terminated without proof.
% 83.91/11.26  
% 83.91/11.26  **** run 88 fork 7 starts with strategy
% 83.91/11.26  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 89.56/12.01  
% 89.56/12.01  
% 89.56/12.01  fork 0: search terminated without proof.
% 89.56/12.04  
% 89.56/12.04  **** run 89 fork 0 starts with strategy
% 89.56/12.04  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 92.86/12.39  
% 92.86/12.39  
% 92.86/12.39  fork 4: search terminated without proof.
% 92.86/12.41  
% 92.86/12.41  **** run 101 fork 4 starts with strategy
% 92.86/12.41  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":50}
% 109.80/14.69  
% 109.80/14.69  
% 109.80/14.69  fork 6: search terminated without proof.
% 109.80/14.71  
% 109.80/14.71  **** run 95 fork 6 starts with strategy
% 109.80/14.71  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":50}
% 114.15/15.12  
% 114.15/15.12  
% 114.15/15.12  fork 1: search terminated without proof.
% 114.15/15.14  
% 114.15/15.14  **** run 98 fork 1 starts with strategy
% 114.15/15.14  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 117.09/15.62  
% 117.09/15.62  
% 117.09/15.62  fork 5: search terminated without proof.
% 117.09/15.64  
% 117.09/15.64  **** run 110 fork 5 starts with strategy
% 117.09/15.64  {"max_dseconds":50,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 122.07/16.27  
% 122.07/16.27  
% 122.07/16.27  fork 2: search terminated without proof.
% 122.07/16.29  
% 122.07/16.29  **** run 107 fork 2 starts with strategy
% 122.07/16.29  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":1}
% 122.07/16.31  
% 122.07/16.31  fork 2: search finished without proof.
% 122.07/16.33  
% 122.07/16.33  **** run 115 fork 2 starts with strategy
% 122.07/16.33  {"max_dseconds":50,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 124.30/16.46  
% 124.30/16.46  
% 124.30/16.46  fork 7: search terminated without proof.
% 124.30/16.48  
% 124.30/16.48  **** run 96 fork 7 starts with strategy
% 124.30/16.48  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0}
% 130.55/17.24  
% 130.55/17.24  
% 130.55/17.24  fork 0: search terminated without proof.
% 130.55/17.26  
% 130.55/17.26  **** run 97 fork 0 starts with strategy
% 130.55/17.26  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 132.24/17.44  
% 132.24/17.44  
% 132.24/17.44  fork 4: search terminated without proof.
% 132.24/17.47  
% 132.24/17.47  **** run 109 fork 4 starts with strategy
% 132.24/17.47  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":2}
% 132.24/17.50  
% 132.24/17.50  fork 4: search finished without proof.
% 132.24/17.51  
% 132.24/17.51  **** run 117 fork 4 starts with strategy
% 132.24/17.51  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 151.20/20.01  
% 151.20/20.01  
% 151.20/20.01  fork 6: search terminated without proof.
% 151.20/20.03  
% 151.20/20.03  **** run 103 fork 6 starts with strategy
% 151.20/20.03  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 153.46/20.22  
% 153.46/20.22  
% 153.46/20.22  fork 1: search terminated without proof.
% 153.46/20.24  
% 153.46/20.24  **** run 106 fork 1 starts with strategy
% 153.46/20.24  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 159.11/20.93  
% 159.11/20.93  fork 5: search finished without proof.
% 159.11/20.95  
% 159.11/20.95  **** run 118 fork 5 starts with strategy
% 159.11/20.95  {"max_dseconds":250,"strategy":["negative_pref"],"query_preference":0}
% 162.81/21.37  
% 162.81/21.37  
% 162.81/21.37  fork 2: search terminated without proof.
% 162.81/21.39  
% 162.81/21.39  **** run 123 fork 2 starts with strategy
% 162.81/21.39  {"max_dseconds":250,"strategy":["unit"],"query_preference":0}
% 162.81/21.42  
% 162.81/21.42  fork 2: search finished without proof.
% 162.81/21.43  
% 162.81/21.43  **** run 131 fork 2 starts with strategy
% 162.81/21.43  {"max_dseconds":250,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 165.11/21.76  
% 165.11/21.76  
% 165.11/21.76  fork 7: search terminated without proof.
% 165.91/21.79  
% 165.91/21.79  **** run 104 fork 7 starts with strategy
% 165.91/21.79  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 168.84/22.32  
% 168.84/22.32  
% 168.84/22.32  fork 0: search terminated without proof.
% 168.84/22.34  
% 168.84/22.34  **** run 105 fork 0 starts with strategy
% 168.84/22.34  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 168.84/22.36  
% 168.84/22.36  fork 0: search finished without proof.
% 168.84/22.37  
% 168.84/22.37  **** run 113 fork 0 starts with strategy
% 168.84/22.37  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 168.84/22.40  
% 168.84/22.40  fork 0: search finished without proof.
% 168.84/22.43  
% 168.84/22.43  **** run 121 fork 0 starts with strategy
% 168.84/22.43  {"max_dseconds":250,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 171.85/22.58  
% 171.85/22.58  
% 171.85/22.58  fork 4: search terminated without proof.
% 172.41/22.60  
% 172.41/22.60  **** run 125 fork 4 starts with strategy
% 172.41/22.60  {"max_dseconds":250,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 193.03/25.43  
% 193.03/25.43  
% 193.03/25.43  fork 1: search terminated without proof.
% 193.03/25.48  
% 193.03/25.48  **** run 114 fork 1 starts with strategy
% 193.03/25.48  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":3}
% 195.36/25.60  
% 195.36/25.60  
% 195.36/25.60  fork 6: search terminated without proof.
% 195.89/25.62  
% 195.89/25.62  **** run 111 fork 6 starts with strategy
% 195.89/25.62  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 204.96/26.81  
% 204.96/26.81  
% 204.96/26.81  fork 7: search terminated without proof.
% 204.96/26.83  
% 204.96/26.83  **** run 112 fork 7 starts with strategy
% 204.96/26.83  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 233.32/30.61  
% 233.32/30.61  
% 233.32/30.61  fork 1: search terminated without proof.
% 233.32/30.63  
% 233.32/30.63  **** run 122 fork 1 starts with strategy
% 233.32/30.63  {"max_dseconds":250,"strategy":["query_focus","double"],"query_preference":1}
% 233.32/30.68  
% 233.32/30.68  
% 233.32/30.68  result: proof found
% 233.32/30.68  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 233.32/30.68  by run 112 fork 7 strategy {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 233.32/30.68  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 233.32/30.68  
% 233.32/30.68  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 233.32/30.68  
% 233.32/30.68  run 112 fork 7 statistics:
% 233.32/30.68  ----------------------------------
% 233.32/30.68  this run seconds: 2.983823
% 233.32/30.68  total seconds: 28.861729
% 233.32/30.68  stat_given_used: 2274
% 233.32/30.68  stat_given_used_at_endgame: 0
% 233.32/30.68  stat_given_candidates:   6455
% 233.32/30.68  stat_given_candidates_at_endgame: 0
% 233.32/30.68  stat_given_candidates_h: 0
% 233.32/30.68  stat_binres_derived_cl:   658505
% 233.32/30.68  stat_binres_derived_cl_h: 0
% 233.32/30.68  stat_factor_derived_cl: 275
% 233.32/30.68  stat_para_derived_cl: 0
% 233.32/30.68  stat_tautologies_discarded: 6737
% 233.32/30.68  stat_forward_subsumed: 81459
% 233.32/30.68  stat_derived_cut: 13311
% 233.32/30.68  stat_derived_rewritten: 0
% 233.32/30.68  stat_weight_discarded_building: 0
% 233.32/30.68  stat_weight_discarded_cl: 31017
% 233.32/30.68  stat_internlimit_discarded_cl: 0
% 233.32/30.68  stat_simplified:  6418 simplified 0 derived 0 given
% 233.32/30.68  stat_kept_cl: 539566
% 233.32/30.68  stat_built_cl: 581577
% 233.32/30.68  stat_hyperres_partial_cl: 0
% 233.32/30.68  stat_made_rewriters: 0
% 233.32/30.68  stat_backward_subsumed: 0
% 233.32/30.68  stat_propagated_subsumed: 0
% 233.32/30.68  stat_clsubs_attempted:                     87064
% 233.32/30.68  stat_clsubs_fact_groundunit_found:             2
% 233.32/30.68  stat_clsubs_rule_groundunit_found:             4
% 233.32/30.68  stat_clsubs_top_meta_attempted:            5026241
% 233.32/30.68  stat_clsubs_top_meta_failed:               4939177
% 233.32/30.68  stat_clsubs_top_meta_nonpref_attempted:             5026241
% 233.32/30.68  stat_clsubs_top_meta_nonpref_succeeded:              939527
% 233.32/30.68  stat_clsubs_top_meta_pref_attempted:                 939527
% 233.32/30.68  stat_clsubs_top_meta_pref1_succeeded:                474526
% 233.32/30.68  stat_clsubs_top_meta_pref2_succeeded:                149714
% 233.32/30.68  stat_clsubs_top_meta_pref3_succeeded:                 87064
% 233.32/30.68  stat_clsubs_top_meta_pref_succeeded:                  87064
% 233.32/30.68  stat_clsubs_meta_attempted:               280822
% 233.32/30.68  stat_clsubs_meta_failed:                   91074
% 233.32/30.68  stat_clsubs_predsymbs_attempted:               0
% 233.32/30.68  stat_clsubs_unit_attempted:                    0
% 233.32/30.68  stat_clsubs_full_attempted:                87064
% 233.32/30.68  stat_forwardsubs_attempted:               652043
% 233.32/30.68  stat_lit_hash_added:                  11647
% 233.32/30.68  stat_lit_hash_computed:             6214604
% 233.32/30.68  stat_lit_hash_match_found:            97160
% 233.32/30.68  stat_lit_hash_match_miss:           8670346
% 233.32/30.68  stat_lit_hash_cut_ok:                 21857
% 233.32/30.68  stat_lit_strong_cut_ok:                   0
% 233.32/30.68  stat_lit_hash_subsume_ok:             81459
% 233.32/30.68  clqueue els 10000000 used 1
% 233.32/30.68  clactive els 10000000 used 2289
% 233.32/30.68  clactivesubsume els 10000000 used 13063
% 233.32/30.68  queue_termbuf els 200000000 used 52077367
% 233.32/30.68  hyper_termbuf els 100000000 used 1
% 233.32/30.68  active_termbuf els 100000000 used 114736
% 233.32/30.68  varstack els 5000 last used 1
% 233.32/30.68  given_termbuf els 10000000 last used 1
% 233.32/30.68  simplified_termbuf els 10000000 last used 1
% 233.32/30.68  derived_termbuf els 10000000 last used 41
% 233.32/30.68  wr_mallocs: 21884
% 233.32/30.68  wr_callocs: 19
% 233.32/30.68  wr_reallocs: 6230
% 233.32/30.68  wr_frees: 2
% 233.32/30.68  wr_malloc_bytes: 4163365492
% 233.32/30.68  wr_calloc_bytes: 96065504
% 233.32/30.68  wr_realloc_bytes: 12890904
% 233.32/30.68  wr_realloc_freebytes: 0
% 233.32/30.68  ----------------------------------
%------------------------------------------------------------------------------