TSTP Solution File: SET038-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SET038-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n029.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 14:59:36 EDT 2023

% Result   : Unsatisfiable 116.17s 15.58s
% Output   : CNFRefutation 116.17s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named a_mapping)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    maps(a_function,a_domain,a_range),
    inference(cnf_transformation,[],[a_mapping]) ).

cnf('2',plain,
    ( domain_of(X) = Y
    | ~ maps(X,Y,Z) ),
    inference(cnf_transformation,[],['$inc_maps2']) ).

cnf('3',plain,
    domain_of(a_function) = a_domain,
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    member(a,a_domain),
    inference(cnf_transformation,[],[member_of_domain]) ).

cnf('5',plain,
    ( ~ member(X,complement(Y))
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_complement1']) ).

cnf('6',plain,
    ~ member(a,complement(a_domain)),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ~ member(a,complement(domain_of(a_function))),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    ( member(X,complement(Y))
    | member(X,Y)
    | ~ little_set(X) ),
    inference(cnf_transformation,[],['$inc_complement2']) ).

cnf('9',plain,
    ( ~ member(X,Y)
    | little_set(X) ),
    inference(cnf_transformation,[],['$inc_a2']) ).

cnf('10',plain,
    little_set(a),
    inference(resolution,[],['4','9']) ).

cnf('11',plain,
    member(a,domain_of(a_function)),
    inference(resolution,[then_simplify],['7','8','10']) ).

cnf('12',plain,
    ( X = first(f8(X,Y))
    | ~ member(X,domain_of(Y)) ),
    inference(cnf_transformation,[],['$inc_domain3']) ).

cnf('13',plain,
    a = first(f8(a,a_function)),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    a = first(f8(first(f8(a,a_function)),a_function)),
    inference(paramodulation,[],['13','13']) ).

cnf('15',plain,
    first(f8(a,a_function)) = first(f8(first(f8(a,a_function)),a_function)),
    inference(paramodulation,[],['13','14']) ).

cnf('16',plain,
    first(f8(a,a_function)) = a,
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    ( ordered_pair_predicate(f8(X,Y))
    | ~ member(X,domain_of(Y)) ),
    inference(cnf_transformation,[],['$inc_domain1']) ).

cnf('18',plain,
    ordered_pair_predicate(f8(a,a_function)),
    inference(resolution,[],['11','17']) ).

cnf('19',plain,
    ( X = ordered_pair(f2(X),f3(X))
    | ~ ordered_pair_predicate(X) ),
    inference(cnf_transformation,[],['$inc_ordered_pair_predicate3']) ).

cnf('20',plain,
    f8(a,a_function) = ordered_pair(f2(f8(a,a_function)),f3(f8(a,a_function))),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( first(ordered_pair(X,Y)) = X
    | ~ little_set(Y)
    | ~ little_set(X) ),
    inference(cnf_transformation,[],[property_of_first]) ).

cnf('22',plain,
    ( little_set(f3(X))
    | ~ ordered_pair_predicate(X) ),
    inference(cnf_transformation,[],['$inc_ordered_pair_predicate2']) ).

cnf('23',plain,
    little_set(f3(f8(a,a_function))),
    inference(resolution,[],['18','22']) ).

cnf('24',plain,
    ( little_set(f2(X))
    | ~ ordered_pair_predicate(X) ),
    inference(cnf_transformation,[],['$inc_ordered_pair_predicate1']) ).

cnf('25',plain,
    little_set(f2(f8(a,a_function))),
    inference(resolution,[],['18','24']) ).

cnf('26',plain,
    first(f8(a,a_function)) = f2(f8(a,a_function)),
    inference(paramodulation,[then_simplify],['20','21','23','25']) ).

cnf('27',plain,
    a = f2(f8(a,a_function)),
    inference(paramodulation,[],['16','26']) ).

cnf('28',plain,
    f8(a,a_function) = ordered_pair(a,f3(f8(a,a_function))),
    inference(paramodulation,[],['27','20']) ).

cnf('29',plain,
    ( second(ordered_pair(X,Y)) = Y
    | ~ little_set(Y)
    | ~ little_set(X) ),
    inference(cnf_transformation,[],[property_of_second]) ).

cnf('30',plain,
    second(f8(a,a_function)) = f3(f8(a,a_function)),
    inference(paramodulation,[then_simplify],['20','29','23','25']) ).

cnf('31',plain,
    ( subset(range_of(X),Y)
    | ~ maps(X,Z,Y) ),
    inference(cnf_transformation,[],['$inc_maps3']) ).

cnf('32',plain,
    subset(range_of(a_function),a_range),
    inference(resolution,[],['1','31']) ).

cnf('33',plain,
    ~ member(apply(a_function,a),a_range),
    inference(cnf_transformation,[],[prove_mapping_in_range]) ).

cnf('34',plain,
    ( ~ subset(X,Y)
    | ~ member(Z,X)
    | member(Z,Y) ),
    inference(cnf_transformation,[],['$inc_subset1']) ).

cnf('35',plain,
    ( ~ member(apply(a_function,a),X)
    | ~ subset(X,a_range) ),
    inference(resolution,[],['33','34']) ).

cnf('36',plain,
    ~ member(apply(a_function,a),range_of(a_function)),
    inference(resolution,[],['32','35']) ).

cnf('37',plain,
    ( X != second(Y)
    | member(X,range_of(Z))
    | ~ member(Y,Z)
    | ~ ordered_pair_predicate(Y)
    | ~ little_set(X) ),
    inference(cnf_transformation,[],['$inc_range_of4']) ).

cnf('38',plain,
    ( ~ maps(X,Y,Z)
    | function(X) ),
    inference(cnf_transformation,[],['$inc_maps1']) ).

cnf('39',plain,
    function(a_function),
    inference(resolution,[],['1','38']) ).

cnf('40',plain,
    ( little_set(apply(X,Y))
    | ~ function(X) ),
    inference(cnf_transformation,[],[function_values_are_small]) ).

cnf('41',plain,
    little_set(apply(a_function,X)),
    inference(resolution,[],['39','40']) ).

cnf('42',plain,
    ( ~ little_set(apply(a_function,a))
    | member(apply(a_function,a),complement(a_range)) ),
    inference(resolution,[],['33','8']) ).

cnf('43',plain,
    member(apply(a_function,a),complement(a_range)),
    inference(resolution,[],['41','42']) ).

cnf('44',plain,
    little_set(apply(a_function,a)),
    inference(resolution,[],['43','9']) ).

cnf('45',plain,
    ( apply(a_function,a) != second(X3)
    | ~ member(X3,a_function)
    | ~ ordered_pair_predicate(X3) ),
    inference(resolution,[then_simplify],['36','37','44']) ).

cnf('46',plain,
    ( ~ function(X)
    | relation(X) ),
    inference(cnf_transformation,[],['$inc_function1']) ).

cnf('47',plain,
    relation(a_function),
    inference(resolution,[],['39','46']) ).

cnf('48',plain,
    ( ~ member(X,Y)
    | ~ relation(Y)
    | ordered_pair_predicate(X) ),
    inference(cnf_transformation,[],['$inc_relation1']) ).

cnf('49',plain,
    ( ~ member(X3,a_function)
    | ordered_pair_predicate(X3) ),
    inference(resolution,[],['47','48']) ).

cnf('50',plain,
    ( apply(a_function,a) != second(X)
    | ~ member(X,a_function) ),
    inference(simplify,[],['45','49']) ).

cnf('51',plain,
    ( member(f8(X,Y),Y)
    | ~ member(X,domain_of(Y)) ),
    inference(cnf_transformation,[],['$inc_domain2']) ).

cnf('52',plain,
    member(f8(a,a_function),a_function),
    inference(resolution,[],['11','51']) ).

cnf('53',plain,
    apply(a_function,a) != f3(f8(a,a_function)),
    inference(paramodulation,[then_simplify],['30','50','52']) ).

cnf('54',plain,
    ( ~ member(ordered_pair(X,Y),Z)
    | apply(Z,X) = Y
    | ~ function(Z)
    | ~ little_set(Y)
    | ~ little_set(X) ),
    inference(cnf_transformation,[],[apply_for_functions1]) ).

cnf('55',plain,
    function(a_function),
    inference(resolution,[],['1','38']) ).

cnf('56',plain,
    ~ member(ordered_pair(a,f3(f8(a,a_function))),a_function),
    inference(resolution,[then_simplify],['53','54','55','23','10']) ).

cnf('57',plain,
    $false,
    inference(paramodulation,[then_simplify],['28','56','52']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET038-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.17/0.35  % Computer : n029.cluster.edu
% 0.17/0.35  % Model    : x86_64 x86_64
% 0.17/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.35  % Memory   : 8042.1875MB
% 0.17/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.35  % CPULimit : 300
% 0.17/0.35  % WCLimit  : 300
% 0.17/0.35  % DateTime : Sat Aug 26 09:15:10 EDT 2023
% 0.17/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                   166
% 0.20/0.39  in_rule_clause_count:              161
% 0.20/0.39  in_fact_clause_count:                5
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              6
% 0.20/0.39  in_unit_clause_count:               19
% 0.20/0.39  in_horn_clause_count:              146
% 0.20/0.39  in_pos_clause_count:                30
% 0.20/0.39  in_neg_clause_count:                 5
% 0.20/0.39  in_poseq_clause_count:              37
% 0.20/0.39  in_negeq_clause_count:              21
% 0.20/0.39  in_unitposeq_clause_count:           6
% 0.20/0.39  in_chain_clause_count:               4
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             8
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              4
% 0.20/0.39  in_min_size:               2
% 0.20/0.39  in_max_size:              51
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               7
% 0.20/0.39  in_extaxiom_count:               141
% 0.20/0.39  in_axiom_count:                   22
% 0.20/0.39  in_assumption_count:               2
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.44  
% 0.20/0.44  fork 3: search finished without proof.
% 0.20/0.47  
% 0.20/0.47  **** run 12 fork 3 starts with strategy
% 0.20/0.47  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  fork 2: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 1: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 5: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 0: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 16 fork 7 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.60  
% 0.20/0.60  
% 0.20/0.60  fork 3: search terminated without proof.
% 0.20/0.63  
% 0.20/0.63  **** run 20 fork 3 starts with strategy
% 0.20/0.63  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 2: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 1: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 4: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 6: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 18 fork 1 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 5: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 19 fork 2 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  fork 7: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 21 fork 4 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.71  
% 0.20/0.71  **** run 23 fork 6 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.20/0.72  
% 0.20/0.72  **** run 22 fork 5 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.73  
% 0.20/0.73  **** run 24 fork 7 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  fork 0: search terminated without proof.
% 0.20/0.78  
% 0.20/0.78  **** run 17 fork 0 starts with strategy
% 0.20/0.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 3: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  **** run 28 fork 3 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 6: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 2: search terminated without proof.
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 4: search terminated without proof.
% 3.52/0.86  
% 3.52/0.86  **** run 31 fork 6 starts with strategy
% 3.52/0.86  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.52/0.87  
% 3.52/0.87  **** run 27 fork 2 starts with strategy
% 3.52/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.52/0.87  
% 3.52/0.87  **** run 29 fork 4 starts with strategy
% 3.52/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.52/0.87  
% 3.52/0.87  
% 3.52/0.87  fork 7: search terminated without proof.
% 3.52/0.88  
% 3.52/0.88  
% 3.52/0.88  fork 1: search terminated without proof.
% 3.52/0.89  
% 3.52/0.89  
% 3.52/0.89  fork 5: search terminated without proof.
% 3.52/0.89  
% 3.52/0.89  **** run 32 fork 7 starts with strategy
% 3.52/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.52/0.90  
% 3.52/0.90  **** run 26 fork 1 starts with strategy
% 3.52/0.90  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.52/0.90  
% 3.52/0.90  **** run 30 fork 5 starts with strategy
% 3.52/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.52/0.92  
% 3.52/0.92  
% 3.52/0.92  fork 0: search terminated without proof.
% 4.08/0.94  
% 4.08/0.94  **** run 25 fork 0 starts with strategy
% 4.08/0.94  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 4.33/0.96  
% 4.33/0.96  
% 4.33/0.96  fork 3: search terminated without proof.
% 4.33/0.98  
% 4.33/0.98  **** run 36 fork 3 starts with strategy
% 4.33/0.98  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.33/0.98  
% 4.33/0.98  
% 4.33/0.98  fork 6: search terminated without proof.
% 4.33/1.00  
% 4.33/1.00  
% 4.33/1.00  fork 4: search terminated without proof.
% 4.33/1.00  
% 4.33/1.00  **** run 39 fork 6 starts with strategy
% 4.33/1.00  
% 4.33/1.00  
% 4.33/1.00  fork 2: search terminated without proof.
% 4.33/1.00  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.33/1.02  
% 4.33/1.02  **** run 35 fork 2 starts with strategy
% 4.33/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.33/1.02  
% 4.33/1.02  **** run 37 fork 4 starts with strategy
% 4.33/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.33/1.02  
% 4.33/1.02  
% 4.33/1.02  fork 7: search terminated without proof.
% 4.33/1.03  
% 4.33/1.03  
% 4.33/1.03  fork 1: search terminated without proof.
% 4.98/1.03  
% 4.98/1.03  
% 4.98/1.03  fork 5: search terminated without proof.
% 4.98/1.04  
% 4.98/1.04  **** run 40 fork 7 starts with strategy
% 4.98/1.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.98/1.05  
% 4.98/1.05  **** run 34 fork 1 starts with strategy
% 4.98/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.98/1.05  
% 4.98/1.05  **** run 38 fork 5 starts with strategy
% 4.98/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.98/1.07  
% 4.98/1.07  fork 4: search finished without proof.
% 4.98/1.07  
% 4.98/1.07  
% 4.98/1.07  fork 0: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  fork 5: search finished without proof.
% 5.36/1.09  
% 5.36/1.09  **** run 33 fork 0 starts with strategy
% 5.36/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.36/1.09  
% 5.36/1.09  **** run 45 fork 4 starts with strategy
% 5.36/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.36/1.09  
% 5.36/1.09  fork 3: search finished without proof.
% 5.36/1.10  
% 5.36/1.10  **** run 46 fork 5 starts with strategy
% 5.36/1.10  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.36/1.11  
% 5.36/1.11  **** run 44 fork 3 starts with strategy
% 5.36/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.36/1.13  
% 5.36/1.13  
% 5.36/1.13  fork 6: search terminated without proof.
% 5.88/1.15  
% 5.88/1.15  
% 5.88/1.15  fork 2: search terminated without proof.
% 5.88/1.15  
% 5.88/1.15  **** run 47 fork 6 starts with strategy
% 5.88/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.03/1.17  
% 6.03/1.17  **** run 43 fork 2 starts with strategy
% 6.03/1.17  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.03/1.17  
% 6.03/1.17  fork 7: search finished without proof.
% 6.03/1.18  
% 6.03/1.18  
% 6.03/1.18  fork 1: search terminated without proof.
% 6.03/1.19  
% 6.03/1.19  **** run 48 fork 7 starts with strategy
% 6.03/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.03/1.19  
% 6.03/1.19  **** run 42 fork 1 starts with strategy
% 6.03/1.19  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 6.03/1.22  
% 6.03/1.22  
% 6.03/1.22  fork 0: search terminated without proof.
% 6.46/1.22  
% 6.46/1.22  
% 6.46/1.22  fork 4: search terminated without proof.
% 6.46/1.23  
% 6.46/1.23  
% 6.46/1.23  fork 5: search terminated without proof.
% 6.46/1.23  
% 6.46/1.23  **** run 41 fork 0 starts with strategy
% 6.46/1.23  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.46/1.24  
% 6.46/1.24  
% 6.46/1.24  fork 3: search terminated without proof.
% 6.46/1.24  
% 6.46/1.24  **** run 53 fork 4 starts with strategy
% 6.46/1.24  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.73/1.25  
% 6.73/1.25  **** run 54 fork 5 starts with strategy
% 6.73/1.25  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.73/1.26  
% 6.73/1.26  **** run 52 fork 3 starts with strategy
% 6.73/1.26  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.73/1.28  
% 6.73/1.28  
% 6.73/1.28  fork 6: search terminated without proof.
% 6.73/1.29  
% 6.73/1.29  
% 6.73/1.29  fork 2: search terminated without proof.
% 6.73/1.30  
% 6.73/1.30  **** run 55 fork 6 starts with strategy
% 6.73/1.30  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.73/1.32  
% 6.73/1.32  **** run 51 fork 2 starts with strategy
% 6.73/1.32  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.73/1.32  
% 6.73/1.32  
% 6.73/1.32  fork 1: search terminated without proof.
% 6.73/1.33  
% 6.73/1.33  
% 6.73/1.33  fork 7: search terminated without proof.
% 7.36/1.34  
% 7.36/1.34  **** run 50 fork 1 starts with strategy
% 7.36/1.34  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.36/1.35  
% 7.36/1.35  **** run 56 fork 7 starts with strategy
% 7.36/1.35  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.36/1.36  
% 7.36/1.36  
% 7.36/1.36  fork 0: search terminated without proof.
% 7.36/1.37  
% 7.36/1.37  fork 4: search finished without proof.
% 7.76/1.38  
% 7.76/1.38  fork 5: search finished without proof.
% 7.76/1.38  
% 7.76/1.38  **** run 49 fork 0 starts with strategy
% 7.76/1.38  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.76/1.39  
% 7.76/1.39  
% 7.76/1.39  fork 3: search terminated without proof.
% 7.76/1.40  
% 7.76/1.40  **** run 61 fork 4 starts with strategy
% 7.76/1.40  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.76/1.40  
% 7.76/1.40  **** run 62 fork 5 starts with strategy
% 7.76/1.40  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.76/1.41  
% 7.76/1.41  **** run 60 fork 3 starts with strategy
% 7.76/1.41  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.76/1.42  
% 7.76/1.42  
% 7.76/1.42  fork 6: search terminated without proof.
% 7.76/1.44  
% 7.76/1.44  **** run 63 fork 6 starts with strategy
% 7.76/1.44  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.76/1.44  
% 7.76/1.44  
% 7.76/1.44  fork 2: search terminated without proof.
% 7.76/1.46  
% 7.76/1.46  **** run 59 fork 2 starts with strategy
% 7.76/1.46  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.76/1.47  
% 7.76/1.47  
% 7.76/1.47  fork 1: search terminated without proof.
% 7.76/1.49  
% 7.76/1.49  **** run 58 fork 1 starts with strategy
% 7.76/1.49  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.76/1.52  
% 7.76/1.52  
% 7.76/1.52  fork 7: search terminated without proof.
% 7.76/1.53  
% 7.76/1.53  
% 7.76/1.53  fork 4: search terminated without proof.
% 7.76/1.53  
% 7.76/1.53  
% 7.76/1.53  fork 5: search terminated without proof.
% 7.76/1.53  
% 7.76/1.53  
% 7.76/1.53  fork 0: search terminated without proof.
% 7.76/1.54  
% 7.76/1.54  
% 7.76/1.54  fork 3: search terminated without proof.
% 7.76/1.55  
% 7.76/1.55  **** run 64 fork 7 starts with strategy
% 7.76/1.55  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.76/1.55  
% 7.76/1.55  **** run 70 fork 5 starts with strategy
% 7.76/1.55  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 7.76/1.55  
% 7.76/1.55  **** run 69 fork 4 starts with strategy
% 7.76/1.55  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 7.76/1.56  
% 7.76/1.56  **** run 68 fork 3 starts with strategy
% 7.76/1.56  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.76/1.56  
% 7.76/1.56  
% 7.76/1.56  fork 6: search terminated without proof.
% 7.76/1.58  
% 7.76/1.58  **** run 71 fork 6 starts with strategy
% 7.76/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 7.76/1.58  
% 7.76/1.58  **** run 57 fork 0 starts with strategy
% 7.76/1.58  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.76/1.59  
% 7.76/1.59  
% 7.76/1.59  fork 2: search terminated without proof.
% 9.41/1.61  
% 9.41/1.61  **** run 67 fork 2 starts with strategy
% 9.41/1.61  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 9.41/1.61  
% 9.41/1.61  
% 9.41/1.61  fork 1: search terminated without proof.
% 9.54/1.63  
% 9.54/1.63  **** run 66 fork 1 starts with strategy
% 9.54/1.63  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.93/1.68  
% 9.93/1.68  
% 9.93/1.68  fork 5: search terminated without proof.
% 9.93/1.69  
% 9.93/1.69  
% 9.93/1.69  fork 3: search terminated without proof.
% 9.93/1.69  
% 9.93/1.69  
% 9.93/1.69  fork 4: search terminated without proof.
% 9.93/1.70  
% 9.93/1.70  **** run 78 fork 5 starts with strategy
% 9.93/1.70  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 9.93/1.70  
% 9.93/1.70  **** run 76 fork 3 starts with strategy
% 9.93/1.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.93/1.71  
% 9.93/1.71  
% 9.93/1.71  fork 6: search terminated without proof.
% 9.93/1.71  
% 9.93/1.71  **** run 77 fork 4 starts with strategy
% 9.93/1.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.93/1.73  
% 9.93/1.73  fork 2: search finished without proof.
% 9.93/1.73  
% 9.93/1.73  **** run 79 fork 6 starts with strategy
% 9.93/1.73  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 9.93/1.75  
% 9.93/1.75  **** run 75 fork 2 starts with strategy
% 9.93/1.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 10.43/1.76  
% 10.43/1.76  
% 10.43/1.76  fork 1: search terminated without proof.
% 10.55/1.78  
% 10.55/1.78  **** run 74 fork 1 starts with strategy
% 10.55/1.78  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 10.88/1.82  
% 10.88/1.82  
% 10.88/1.82  fork 7: search terminated without proof.
% 10.88/1.83  
% 10.88/1.83  
% 10.88/1.83  fork 5: search terminated without proof.
% 10.88/1.84  
% 10.88/1.84  
% 10.88/1.84  fork 0: search terminated without proof.
% 10.88/1.84  
% 10.88/1.84  
% 10.88/1.84  fork 4: search terminated without proof.
% 11.10/1.85  
% 11.10/1.85  
% 11.10/1.85  fork 3: search terminated without proof.
% 11.10/1.85  
% 11.10/1.85  **** run 86 fork 5 starts with strategy
% 11.10/1.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 11.10/1.85  
% 11.10/1.85  **** run 72 fork 7 starts with strategy
% 11.10/1.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 11.10/1.87  
% 11.10/1.87  
% 11.10/1.87  fork 6: search terminated without proof.
% 11.10/1.87  
% 11.10/1.87  **** run 85 fork 4 starts with strategy
% 11.10/1.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.10/1.87  
% 11.10/1.87  **** run 84 fork 3 starts with strategy
% 11.10/1.87  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.10/1.88  
% 11.10/1.88  
% 11.10/1.88  fork 2: search terminated without proof.
% 11.10/1.89  
% 11.10/1.89  **** run 87 fork 6 starts with strategy
% 11.10/1.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.10/1.89  
% 11.10/1.89  **** run 65 fork 0 starts with strategy
% 11.10/1.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.10/1.90  
% 11.10/1.90  **** run 83 fork 2 starts with strategy
% 11.10/1.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.10/1.90  
% 11.10/1.90  fork 3: search finished without proof.
% 11.10/1.91  
% 11.10/1.91  
% 11.10/1.91  fork 1: search terminated without proof.
% 11.10/1.92  
% 11.10/1.92  **** run 92 fork 3 starts with strategy
% 11.10/1.92  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 11.70/1.93  
% 11.70/1.93  **** run 82 fork 1 starts with strategy
% 11.70/1.93  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 12.11/1.99  
% 12.11/1.99  
% 12.11/1.99  fork 5: search terminated without proof.
% 12.11/2.00  
% 12.11/2.00  
% 12.11/2.00  fork 4: search terminated without proof.
% 12.11/2.00  
% 12.11/2.00  
% 12.11/2.00  fork 7: search terminated without proof.
% 12.11/2.00  
% 12.11/2.00  **** run 94 fork 5 starts with strategy
% 12.11/2.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.11/2.01  
% 12.11/2.01  
% 12.11/2.01  fork 6: search terminated without proof.
% 12.11/2.02  
% 12.11/2.02  **** run 80 fork 7 starts with strategy
% 12.11/2.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 12.11/2.02  
% 12.11/2.02  
% 12.11/2.02  fork 0: search terminated without proof.
% 12.11/2.02  
% 12.11/2.02  **** run 93 fork 4 starts with strategy
% 12.11/2.02  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.11/2.03  
% 12.11/2.03  
% 12.11/2.03  fork 2: search terminated without proof.
% 12.11/2.03  
% 12.11/2.03  **** run 95 fork 6 starts with strategy
% 12.11/2.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.11/2.04  
% 12.11/2.04  **** run 73 fork 0 starts with strategy
% 12.11/2.04  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 12.68/2.05  
% 12.68/2.05  **** run 91 fork 2 starts with strategy
% 12.68/2.05  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 12.68/2.05  
% 12.68/2.05  
% 12.68/2.05  fork 3: search terminated without proof.
% 12.68/2.06  
% 12.68/2.06  
% 12.68/2.06  fork 1: search terminated without proof.
% 12.83/2.07  
% 12.83/2.07  **** run 100 fork 3 starts with strategy
% 12.83/2.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.83/2.08  
% 12.83/2.08  **** run 90 fork 1 starts with strategy
% 12.83/2.08  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.83/2.13  
% 12.83/2.13  
% 12.83/2.13  fork 5: search terminated without proof.
% 12.83/2.15  
% 12.83/2.15  **** run 102 fork 5 starts with strategy
% 12.83/2.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.83/2.16  
% 12.83/2.16  
% 12.83/2.16  fork 4: search terminated without proof.
% 12.83/2.17  
% 12.83/2.17  
% 12.83/2.17  fork 6: search terminated without proof.
% 12.83/2.17  
% 12.83/2.17  
% 12.83/2.17  fork 0: search terminated without proof.
% 12.83/2.18  
% 12.83/2.18  
% 12.83/2.18  fork 2: search terminated without proof.
% 12.83/2.19  
% 12.83/2.19  **** run 101 fork 4 starts with strategy
% 12.83/2.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.83/2.19  
% 12.83/2.19  **** run 103 fork 6 starts with strategy
% 12.83/2.19  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 12.83/2.19  
% 12.83/2.19  **** run 81 fork 0 starts with strategy
% 12.83/2.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.83/2.20  
% 12.83/2.20  **** run 99 fork 2 starts with strategy
% 12.83/2.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.83/2.20  
% 12.83/2.20  
% 12.83/2.20  fork 3: search terminated without proof.
% 12.83/2.21  
% 12.83/2.21  
% 12.83/2.21  fork 1: search terminated without proof.
% 12.83/2.21  
% 12.83/2.21  
% 12.83/2.21  fork 7: search terminated without proof.
% 12.83/2.22  
% 12.83/2.22  **** run 108 fork 3 starts with strategy
% 12.83/2.22  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 12.83/2.22  
% 12.83/2.22  **** run 98 fork 1 starts with strategy
% 12.83/2.22  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.83/2.25  
% 12.83/2.25  **** run 88 fork 7 starts with strategy
% 12.83/2.25  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 14.57/2.32  
% 14.57/2.32  
% 14.57/2.32  fork 4: search terminated without proof.
% 14.57/2.32  
% 14.57/2.32  
% 14.57/2.32  fork 0: search terminated without proof.
% 14.57/2.32  
% 14.57/2.32  
% 14.57/2.32  fork 2: search terminated without proof.
% 14.85/2.34  
% 14.85/2.34  **** run 89 fork 0 starts with strategy
% 14.85/2.34  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 14.85/2.34  
% 14.85/2.34  **** run 107 fork 2 starts with strategy
% 14.85/2.34  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.85/2.35  
% 14.85/2.35  **** run 109 fork 4 starts with strategy
% 14.85/2.35  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.85/2.35  
% 14.85/2.35  
% 14.85/2.35  fork 5: search terminated without proof.
% 14.85/2.35  
% 14.85/2.35  
% 14.85/2.35  fork 1: search terminated without proof.
% 14.85/2.37  
% 14.85/2.37  **** run 110 fork 5 starts with strategy
% 14.85/2.37  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 14.85/2.37  
% 14.85/2.37  **** run 106 fork 1 starts with strategy
% 14.85/2.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 14.85/2.38  
% 14.85/2.38  
% 14.85/2.38  fork 3: search terminated without proof.
% 14.85/2.38  
% 14.85/2.38  
% 14.85/2.38  fork 7: search terminated without proof.
% 14.85/2.40  
% 14.85/2.40  **** run 116 fork 3 starts with strategy
% 14.85/2.40  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 14.85/2.40  
% 14.85/2.40  **** run 96 fork 7 starts with strategy
% 14.85/2.40  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 15.51/2.43  
% 15.51/2.43  fork 7: search finished without proof.
% 15.51/2.45  
% 15.51/2.45  **** run 104 fork 7 starts with strategy
% 15.51/2.45  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 15.51/2.47  
% 15.51/2.47  
% 15.51/2.47  fork 0: search terminated without proof.
% 15.51/2.48  
% 15.51/2.48  
% 15.51/2.48  fork 2: search terminated without proof.
% 15.51/2.48  
% 15.51/2.48  
% 15.51/2.48  fork 4: search terminated without proof.
% 15.99/2.49  
% 15.99/2.49  
% 15.99/2.49  fork 6: search terminated without proof.
% 15.99/2.49  
% 15.99/2.49  **** run 97 fork 0 starts with strategy
% 15.99/2.49  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 15.99/2.49  
% 15.99/2.49  **** run 115 fork 2 starts with strategy
% 15.99/2.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.99/2.50  
% 15.99/2.50  
% 15.99/2.50  fork 1: search terminated without proof.
% 15.99/2.50  
% 15.99/2.50  **** run 117 fork 4 starts with strategy
% 15.99/2.50  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.99/2.50  
% 15.99/2.50  
% 15.99/2.50  fork 5: search terminated without proof.
% 15.99/2.51  
% 15.99/2.51  **** run 111 fork 6 starts with strategy
% 15.99/2.51  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.99/2.52  
% 15.99/2.52  **** run 114 fork 1 starts with strategy
% 15.99/2.52  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 15.99/2.52  
% 15.99/2.52  **** run 118 fork 5 starts with strategy
% 15.99/2.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 15.99/2.53  
% 15.99/2.53  
% 15.99/2.53  fork 3: search terminated without proof.
% 15.99/2.55  
% 15.99/2.55  **** run 124 fork 3 starts with strategy
% 15.99/2.55  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 16.68/2.58  
% 16.68/2.58  
% 16.68/2.58  fork 7: search terminated without proof.
% 16.68/2.60  
% 16.68/2.60  **** run 112 fork 7 starts with strategy
% 16.68/2.60  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 17.03/2.62  
% 17.03/2.62  
% 17.03/2.62  fork 0: search terminated without proof.
% 17.03/2.63  
% 17.03/2.63  
% 17.03/2.63  fork 2: search terminated without proof.
% 17.03/2.64  
% 17.03/2.64  
% 17.03/2.64  fork 6: search terminated without proof.
% 17.03/2.64  
% 17.03/2.64  **** run 105 fork 0 starts with strategy
% 17.03/2.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 17.25/2.65  
% 17.25/2.65  
% 17.25/2.65  fork 1: search terminated without proof.
% 17.25/2.65  
% 17.25/2.65  **** run 123 fork 2 starts with strategy
% 17.25/2.65  
% 17.25/2.65  
% 17.25/2.65  fork 4: search terminated without proof.
% 17.25/2.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 17.25/2.65  
% 17.25/2.65  **** run 119 fork 6 starts with strategy
% 17.25/2.65  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 17.25/2.65  
% 17.25/2.65  
% 17.25/2.65  fork 5: search terminated without proof.
% 17.25/2.67  
% 17.25/2.67  **** run 122 fork 1 starts with strategy
% 17.25/2.67  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 17.25/2.68  
% 17.25/2.68  **** run 126 fork 5 starts with strategy
% 17.25/2.68  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.25/2.68  
% 17.25/2.68  **** run 125 fork 4 starts with strategy
% 17.25/2.68  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.25/2.68  
% 17.25/2.68  
% 17.25/2.68  fork 3: search terminated without proof.
% 17.25/2.70  
% 17.25/2.70  **** run 132 fork 3 starts with strategy
% 17.25/2.70  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.25/2.71  
% 17.25/2.71  fork 5: search finished without proof.
% 17.87/2.72  
% 17.87/2.72  
% 17.87/2.72  fork 7: search terminated without proof.
% 17.87/2.73  
% 17.87/2.73  **** run 134 fork 5 starts with strategy
% 17.87/2.73  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.87/2.74  
% 17.87/2.74  **** run 120 fork 7 starts with strategy
% 17.87/2.74  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.87/2.76  
% 17.87/2.76  fork 0: search finished without proof.
% 17.87/2.78  
% 17.87/2.78  
% 17.87/2.78  fork 2: search terminated without proof.
% 17.87/2.78  
% 17.87/2.78  **** run 113 fork 0 starts with strategy
% 17.87/2.78  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 18.36/2.79  
% 18.36/2.79  
% 18.36/2.79  fork 6: search terminated without proof.
% 18.36/2.80  
% 18.36/2.80  
% 18.36/2.80  fork 1: search terminated without proof.
% 18.36/2.80  
% 18.36/2.80  **** run 131 fork 2 starts with strategy
% 18.36/2.80  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.36/2.81  
% 18.36/2.81  **** run 127 fork 6 starts with strategy
% 18.36/2.81  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 18.36/2.81  
% 18.36/2.81  
% 18.36/2.81  fork 4: search terminated without proof.
% 18.36/2.81  
% 18.36/2.81  **** run 130 fork 1 starts with strategy
% 18.36/2.82  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 18.36/2.83  
% 18.36/2.83  **** run 133 fork 4 starts with strategy
% 18.36/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.36/2.85  
% 18.36/2.85  fork 1: search finished without proof.
% 18.93/2.86  
% 18.93/2.86  **** run 138 fork 1 starts with strategy
% 18.93/2.86  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 18.93/2.87  
% 18.93/2.87  
% 18.93/2.87  fork 7: search terminated without proof.
% 18.93/2.89  
% 18.93/2.89  **** run 128 fork 7 starts with strategy
% 18.93/2.89  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 18.93/2.91  
% 18.93/2.91  
% 18.93/2.91  fork 0: search terminated without proof.
% 18.93/2.93  
% 18.93/2.93  **** run 121 fork 0 starts with strategy
% 18.93/2.93  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 18.93/3.06  
% 18.93/3.06  
% 18.93/3.06  fork 0: search terminated without proof.
% 20.48/3.08  
% 20.48/3.08  **** run 129 fork 0 starts with strategy
% 20.48/3.08  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 24.60/3.77  
% 24.60/3.77  
% 24.60/3.77  fork 5: search terminated without proof.
% 24.60/3.79  
% 24.60/3.79  **** run 142 fork 5 starts with strategy
% 24.60/3.79  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.36/3.84  
% 26.36/3.84  
% 26.36/3.84  fork 2: search terminated without proof.
% 26.47/3.86  
% 26.47/3.86  
% 26.47/3.86  fork 4: search terminated without proof.
% 26.47/3.87  
% 26.47/3.87  **** run 139 fork 2 starts with strategy
% 26.47/3.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 26.47/3.88  
% 26.47/3.88  
% 26.47/3.88  fork 6: search terminated without proof.
% 26.83/3.89  
% 26.83/3.89  **** run 141 fork 4 starts with strategy
% 26.83/3.89  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 26.83/3.89  
% 26.83/3.89  
% 26.83/3.89  fork 1: search terminated without proof.
% 26.83/3.90  
% 26.83/3.90  **** run 135 fork 6 starts with strategy
% 26.83/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.83/3.91  
% 26.83/3.91  
% 26.83/3.91  fork 3: search terminated without proof.
% 26.83/3.92  
% 26.83/3.92  **** run 146 fork 1 starts with strategy
% 26.83/3.92  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 26.83/3.93  
% 26.83/3.93  **** run 140 fork 3 starts with strategy
% 26.83/3.93  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 27.43/4.01  
% 27.43/4.01  
% 27.43/4.01  fork 7: search terminated without proof.
% 27.89/4.02  
% 27.89/4.02  **** run 136 fork 7 starts with strategy
% 27.89/4.02  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 28.21/4.10  
% 28.21/4.10  fork 0: search finished without proof.
% 28.21/4.11  
% 28.21/4.11  **** run 137 fork 0 starts with strategy
% 28.21/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 34.18/4.84  
% 34.18/4.84  
% 34.18/4.84  fork 5: search terminated without proof.
% 34.18/4.86  
% 34.18/4.86  **** run 150 fork 5 starts with strategy
% 34.18/4.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 34.18/4.91  
% 34.18/4.91  fork 1: search finished without proof.
% 34.86/4.92  
% 34.86/4.92  **** run 154 fork 1 starts with strategy
% 34.86/4.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 34.86/4.93  
% 34.86/4.93  
% 34.86/4.93  fork 6: search terminated without proof.
% 34.86/4.96  
% 34.86/4.96  **** run 143 fork 6 starts with strategy
% 34.86/4.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 34.86/4.96  
% 34.86/4.96  
% 34.86/4.96  fork 2: search terminated without proof.
% 35.43/4.98  
% 35.43/4.98  
% 35.43/4.98  fork 4: search terminated without proof.
% 35.43/4.99  
% 35.43/4.99  **** run 147 fork 2 starts with strategy
% 35.43/4.99  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.43/5.00  
% 35.43/5.00  **** run 149 fork 4 starts with strategy
% 35.43/5.00  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 35.43/5.01  
% 35.43/5.01  
% 35.43/5.01  fork 3: search terminated without proof.
% 35.43/5.03  
% 35.43/5.03  **** run 148 fork 3 starts with strategy
% 35.43/5.03  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.43/5.05  
% 35.43/5.05  
% 35.43/5.05  fork 7: search terminated without proof.
% 36.15/5.07  
% 36.15/5.07  **** run 144 fork 7 starts with strategy
% 36.15/5.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 36.15/5.14  
% 36.15/5.14  
% 36.15/5.14  fork 0: search terminated without proof.
% 36.15/5.16  
% 36.15/5.16  **** run 145 fork 0 starts with strategy
% 36.15/5.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 41.85/5.88  
% 41.85/5.88  fork 5: search finished without proof.
% 41.85/5.90  
% 41.85/5.90  **** run 158 fork 5 starts with strategy
% 41.85/5.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 41.85/5.95  
% 41.85/5.95  
% 41.85/5.95  fork 1: search terminated without proof.
% 41.85/5.98  
% 41.85/5.98  **** run 162 fork 1 starts with strategy
% 41.85/5.98  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 41.85/5.99  
% 41.85/5.99  
% 41.85/5.99  fork 6: search terminated without proof.
% 41.85/6.01  
% 41.85/6.01  
% 41.85/6.01  fork 2: search terminated without proof.
% 41.85/6.02  
% 41.85/6.02  **** run 151 fork 6 starts with strategy
% 41.85/6.02  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 41.85/6.03  
% 41.85/6.03  **** run 155 fork 2 starts with strategy
% 41.85/6.03  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 41.85/6.04  
% 41.85/6.04  fork 3: search finished without proof.
% 43.82/6.07  
% 43.82/6.07  **** run 156 fork 3 starts with strategy
% 43.82/6.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 43.82/6.10  
% 43.82/6.10  
% 43.82/6.10  fork 7: search terminated without proof.
% 43.82/6.12  
% 43.82/6.12  **** run 152 fork 7 starts with strategy
% 43.82/6.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 44.71/6.19  
% 44.71/6.19  
% 44.71/6.19  fork 0: search terminated without proof.
% 44.98/6.21  
% 44.98/6.21  **** run 153 fork 0 starts with strategy
% 44.98/6.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 45.15/6.27  
% 45.15/6.27  
% 45.15/6.27  fork 4: search terminated without proof.
% 45.15/6.29  
% 45.15/6.29  **** run 157 fork 4 starts with strategy
% 45.15/6.29  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 50.41/6.93  
% 50.41/6.93  
% 50.41/6.93  fork 5: search terminated without proof.
% 50.41/6.96  
% 50.41/6.96  **** run 166 fork 5 starts with strategy
% 50.41/6.96  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10,"max_size":15}
% 50.95/7.00  
% 50.95/7.00  
% 50.95/7.00  fork 1: search terminated without proof.
% 50.95/7.02  
% 50.95/7.02  **** run 170 fork 1 starts with strategy
% 50.95/7.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 50.95/7.06  
% 50.95/7.06  
% 50.95/7.06  fork 6: search terminated without proof.
% 51.64/7.08  
% 51.64/7.08  **** run 159 fork 6 starts with strategy
% 51.64/7.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 52.17/7.15  
% 52.17/7.15  
% 52.17/7.15  fork 7: search terminated without proof.
% 52.17/7.16  
% 52.17/7.16  
% 52.17/7.16  fork 2: search terminated without proof.
% 52.17/7.17  
% 52.17/7.17  **** run 160 fork 7 starts with strategy
% 52.17/7.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 52.17/7.19  
% 52.17/7.19  
% 52.17/7.19  fork 3: search terminated without proof.
% 52.17/7.19  
% 52.17/7.19  **** run 163 fork 2 starts with strategy
% 52.17/7.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.81/7.22  
% 52.81/7.22  **** run 164 fork 3 starts with strategy
% 52.81/7.22  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 52.81/7.24  
% 52.81/7.24  fork 2: search finished without proof.
% 52.81/7.24  
% 52.81/7.24  
% 52.81/7.24  fork 0: search terminated without proof.
% 52.81/7.25  
% 52.81/7.25  fork 3: search finished without proof.
% 52.81/7.26  
% 52.81/7.26  **** run 171 fork 2 starts with strategy
% 52.81/7.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 52.81/7.26  
% 52.81/7.26  **** run 161 fork 0 starts with strategy
% 52.81/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 52.81/7.27  
% 52.81/7.27  **** run 172 fork 3 starts with strategy
% 52.81/7.27  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 53.33/7.32  
% 53.33/7.32  
% 53.33/7.32  fork 4: search terminated without proof.
% 53.33/7.35  
% 53.33/7.35  **** run 165 fork 4 starts with strategy
% 53.33/7.35  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 58.38/7.94  
% 58.38/7.94  fork 5: search finished without proof.
% 58.38/7.96  
% 58.38/7.96  **** run 174 fork 5 starts with strategy
% 58.38/7.96  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 58.38/8.04  
% 58.38/8.04  fork 1: search finished without proof.
% 58.38/8.06  
% 58.38/8.06  **** run 178 fork 1 starts with strategy
% 58.38/8.06  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 58.38/8.14  
% 58.38/8.14  
% 58.38/8.14  fork 6: search terminated without proof.
% 58.38/8.16  
% 58.38/8.16  **** run 167 fork 6 starts with strategy
% 58.38/8.16  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 60.35/8.23  
% 60.35/8.23  
% 60.35/8.23  fork 7: search terminated without proof.
% 60.35/8.25  
% 60.35/8.25  **** run 168 fork 7 starts with strategy
% 60.35/8.25  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":10}
% 60.86/8.30  
% 60.86/8.30  
% 60.86/8.30  fork 0: search terminated without proof.
% 60.86/8.30  
% 60.86/8.30  
% 60.86/8.30  fork 2: search terminated without proof.
% 60.86/8.32  
% 60.86/8.32  **** run 179 fork 2 starts with strategy
% 60.86/8.32  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 60.86/8.32  
% 60.86/8.32  **** run 169 fork 0 starts with strategy
% 60.86/8.32  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 61.80/8.39  
% 61.80/8.39  
% 61.80/8.39  fork 3: search terminated without proof.
% 61.80/8.41  
% 61.80/8.41  **** run 180 fork 3 starts with strategy
% 61.80/8.41  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 62.70/8.54  
% 62.70/8.54  
% 62.70/8.54  fork 4: search terminated without proof.
% 63.21/8.57  
% 63.21/8.57  **** run 173 fork 4 starts with strategy
% 63.21/8.57  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 66.17/8.99  
% 66.17/8.99  
% 66.17/8.99  fork 5: search terminated without proof.
% 66.17/9.01  
% 66.17/9.01  **** run 182 fork 5 starts with strategy
% 66.17/9.01  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 67.80/9.19  
% 67.80/9.19  
% 67.80/9.19  fork 1: search terminated without proof.
% 67.80/9.22  
% 67.80/9.22  **** run 186 fork 1 starts with strategy
% 67.80/9.22  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 68.57/9.28  
% 68.57/9.28  
% 68.57/9.28  fork 7: search terminated without proof.
% 68.57/9.29  
% 68.57/9.29  
% 68.57/9.29  fork 6: search terminated without proof.
% 68.57/9.32  
% 68.57/9.32  **** run 176 fork 7 starts with strategy
% 68.57/9.32  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 69.06/9.33  
% 69.06/9.33  **** run 175 fork 6 starts with strategy
% 69.06/9.33  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 69.06/9.35  
% 69.06/9.35  
% 69.06/9.35  fork 2: search terminated without proof.
% 69.06/9.35  
% 69.06/9.35  
% 69.06/9.35  fork 0: search terminated without proof.
% 69.36/9.37  
% 69.36/9.37  **** run 187 fork 2 starts with strategy
% 69.36/9.37  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 69.36/9.39  
% 69.36/9.39  **** run 177 fork 0 starts with strategy
% 69.36/9.39  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 69.36/9.39  
% 69.36/9.39  fork 3: search finished without proof.
% 69.36/9.41  
% 69.36/9.41  **** run 188 fork 3 starts with strategy
% 69.36/9.41  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 69.90/9.67  
% 69.90/9.67  
% 69.90/9.67  fork 4: search terminated without proof.
% 71.65/9.68  
% 71.65/9.68  **** run 181 fork 4 starts with strategy
% 71.65/9.68  {"max_dseconds":10,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 74.52/10.04  
% 74.52/10.04  
% 74.52/10.04  fork 5: search terminated without proof.
% 74.52/10.06  
% 74.52/10.06  **** run 190 fork 5 starts with strategy
% 74.52/10.06  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 75.50/10.34  
% 75.50/10.34  
% 75.50/10.34  fork 7: search terminated without proof.
% 75.50/10.35  
% 75.50/10.35  
% 75.50/10.35  fork 6: search terminated without proof.
% 75.50/10.37  
% 75.50/10.37  **** run 184 fork 7 starts with strategy
% 75.50/10.37  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 75.50/10.37  
% 75.50/10.37  **** run 183 fork 6 starts with strategy
% 75.50/10.37  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 77.43/10.42  
% 77.43/10.42  
% 77.43/10.42  fork 0: search terminated without proof.
% 77.43/10.42  
% 77.43/10.42  
% 77.43/10.42  fork 2: search terminated without proof.
% 77.43/10.44  
% 77.43/10.44  **** run 195 fork 2 starts with strategy
% 77.43/10.44  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 77.43/10.44  
% 77.43/10.44  **** run 185 fork 0 starts with strategy
% 77.43/10.44  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":10}
% 77.73/10.47  
% 77.73/10.47  
% 77.73/10.47  fork 1: search terminated without proof.
% 77.73/10.49  
% 77.73/10.49  **** run 194 fork 1 starts with strategy
% 77.73/10.49  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 78.32/10.54  
% 78.32/10.54  
% 78.32/10.54  fork 3: search terminated without proof.
% 78.32/10.56  
% 78.32/10.56  **** run 196 fork 3 starts with strategy
% 78.32/10.56  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 79.48/10.71  
% 79.48/10.71  
% 79.48/10.71  fork 4: search terminated without proof.
% 79.48/10.73  
% 79.48/10.73  **** run 189 fork 4 starts with strategy
% 79.48/10.73  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 81.61/11.10  
% 81.61/11.10  
% 81.61/11.10  fork 5: search terminated without proof.
% 82.81/11.13  
% 82.81/11.13  **** run 198 fork 5 starts with strategy
% 82.81/11.13  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 85.14/11.40  
% 85.14/11.40  
% 85.14/11.40  fork 7: search terminated without proof.
% 85.14/11.40  
% 85.14/11.40  
% 85.14/11.40  fork 6: search terminated without proof.
% 85.14/11.43  
% 85.14/11.43  **** run 192 fork 7 starts with strategy
% 85.14/11.43  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 85.14/11.43  
% 85.14/11.43  **** run 191 fork 6 starts with strategy
% 85.14/11.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 85.75/11.47  
% 85.75/11.47  
% 85.75/11.47  fork 0: search terminated without proof.
% 85.75/11.49  
% 85.75/11.49  **** run 193 fork 0 starts with strategy
% 85.75/11.49  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 85.95/11.52  
% 85.95/11.52  
% 85.95/11.52  fork 1: search terminated without proof.
% 86.15/11.53  
% 86.15/11.53  
% 86.15/11.53  fork 2: search terminated without proof.
% 86.15/11.54  
% 86.15/11.54  **** run 202 fork 1 starts with strategy
% 86.15/11.54  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 86.15/11.56  
% 86.15/11.56  **** run 203 fork 2 starts with strategy
% 86.15/11.56  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 86.15/11.59  
% 86.15/11.59  
% 86.15/11.59  fork 3: search terminated without proof.
% 86.96/11.62  
% 86.96/11.62  **** run 204 fork 3 starts with strategy
% 86.96/11.62  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 86.96/11.81  
% 86.96/11.81  
% 86.96/11.81  fork 4: search terminated without proof.
% 88.39/11.83  
% 88.39/11.83  **** run 197 fork 4 starts with strategy
% 88.39/11.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 90.66/12.16  
% 90.66/12.16  
% 90.66/12.16  fork 5: search terminated without proof.
% 90.66/12.18  
% 90.66/12.18  **** run 206 fork 5 starts with strategy
% 90.66/12.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 93.06/12.43  
% 93.06/12.43  fork 0: search finished without proof.
% 93.06/12.46  
% 93.06/12.46  **** run 201 fork 0 starts with strategy
% 93.06/12.46  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 93.06/12.46  
% 93.06/12.46  
% 93.06/12.46  fork 6: search terminated without proof.
% 93.06/12.49  
% 93.06/12.49  **** run 199 fork 6 starts with strategy
% 93.06/12.49  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 93.06/12.52  
% 93.06/12.52  
% 93.06/12.52  fork 7: search terminated without proof.
% 93.06/12.55  
% 93.06/12.55  **** run 200 fork 7 starts with strategy
% 93.06/12.55  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 93.06/12.57  
% 93.06/12.57  
% 93.06/12.57  fork 1: search terminated without proof.
% 93.06/12.60  
% 93.06/12.60  **** run 210 fork 1 starts with strategy
% 93.06/12.60  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 93.06/12.63  
% 93.06/12.63  fork 1: search finished without proof.
% 93.06/12.64  
% 93.06/12.64  **** run 218 fork 1 starts with strategy
% 93.06/12.64  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":10}
% 93.06/12.67  
% 93.06/12.67  
% 93.06/12.67  fork 3: search terminated without proof.
% 93.06/12.69  
% 93.06/12.69  **** run 212 fork 3 starts with strategy
% 93.06/12.69  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 95.66/12.78  
% 95.66/12.78  
% 95.66/12.78  fork 2: search terminated without proof.
% 95.66/12.81  
% 95.66/12.81  **** run 211 fork 2 starts with strategy
% 95.66/12.81  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 96.44/12.86  
% 96.44/12.86  
% 96.44/12.86  fork 4: search terminated without proof.
% 96.44/12.89  
% 96.44/12.89  **** run 205 fork 4 starts with strategy
% 96.44/12.89  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 98.82/13.22  
% 98.82/13.22  
% 98.82/13.22  fork 5: search terminated without proof.
% 98.82/13.24  
% 98.82/13.24  **** run 214 fork 5 starts with strategy
% 98.82/13.24  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 100.51/13.48  
% 100.51/13.48  fork 6: search finished without proof.
% 100.51/13.49  
% 100.51/13.49  
% 100.51/13.49  fork 0: search terminated without proof.
% 100.51/13.50  
% 100.51/13.50  **** run 207 fork 6 starts with strategy
% 100.51/13.50  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 100.51/13.52  
% 100.51/13.52  **** run 209 fork 0 starts with strategy
% 100.51/13.52  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 102.66/13.66  
% 102.66/13.66  
% 102.66/13.66  fork 7: search terminated without proof.
% 102.66/13.68  
% 102.66/13.68  **** run 208 fork 7 starts with strategy
% 102.66/13.68  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 103.05/13.72  
% 103.05/13.72  
% 103.05/13.72  fork 3: search terminated without proof.
% 103.47/13.75  
% 103.47/13.75  **** run 220 fork 3 starts with strategy
% 103.47/13.75  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 103.51/13.77  
% 103.51/13.77  
% 103.51/13.77  fork 1: search terminated without proof.
% 103.51/13.79  
% 103.51/13.79  **** run 226 fork 1 starts with strategy
% 103.51/13.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 104.34/13.88  
% 104.34/13.88  
% 104.34/13.88  fork 2: search terminated without proof.
% 104.34/13.90  
% 104.34/13.90  **** run 219 fork 2 starts with strategy
% 104.34/13.90  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 104.34/13.93  
% 104.34/13.93  
% 104.34/13.93  fork 4: search terminated without proof.
% 105.07/13.95  
% 105.07/13.95  **** run 213 fork 4 starts with strategy
% 105.07/13.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 107.16/14.27  
% 107.16/14.27  
% 107.16/14.27  fork 5: search terminated without proof.
% 107.56/14.29  
% 107.56/14.29  **** run 222 fork 5 starts with strategy
% 107.56/14.29  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 107.56/14.33  
% 107.56/14.33  fork 5: search finished without proof.
% 107.56/14.34  
% 107.56/14.34  **** run 230 fork 5 starts with strategy
% 107.56/14.34  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 109.96/14.57  
% 109.96/14.57  
% 109.96/14.57  fork 6: search terminated without proof.
% 109.96/14.58  
% 109.96/14.58  
% 109.96/14.58  fork 0: search terminated without proof.
% 109.96/14.59  
% 109.96/14.59  **** run 215 fork 6 starts with strategy
% 109.96/14.59  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 109.96/14.61  
% 109.96/14.61  **** run 217 fork 0 starts with strategy
% 109.96/14.61  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 110.93/14.71  
% 110.93/14.71  
% 110.93/14.71  fork 7: search terminated without proof.
% 111.22/14.73  
% 111.22/14.73  **** run 216 fork 7 starts with strategy
% 111.22/14.73  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 111.22/14.82  
% 111.22/14.82  
% 111.22/14.82  fork 3: search terminated without proof.
% 111.22/14.82  
% 111.22/14.82  
% 111.22/14.82  fork 1: search terminated without proof.
% 111.22/14.85  
% 111.22/14.85  **** run 234 fork 1 starts with strategy
% 111.22/14.85  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 111.22/14.87  
% 111.22/14.87  **** run 228 fork 3 starts with strategy
% 111.22/14.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 113.22/15.04  
% 113.22/15.04  
% 113.22/15.04  fork 4: search terminated without proof.
% 113.55/15.07  
% 113.55/15.07  **** run 221 fork 4 starts with strategy
% 113.55/15.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 115.65/15.41  
% 115.65/15.41  
% 115.65/15.41  fork 5: search terminated without proof.
% 115.65/15.43  
% 115.65/15.43  **** run 238 fork 5 starts with strategy
% 115.65/15.43  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 116.17/15.58  
% 116.17/15.58  
% 116.17/15.58  result: proof found
% 116.17/15.58  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 116.17/15.58  by run 219 fork 2 strategy {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 116.17/15.58  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 116.17/15.58  
% 116.17/15.58  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 116.17/15.58  
% 116.17/15.58  run 219 fork 2 statistics:
% 116.17/15.58  ----------------------------------
% 116.17/15.58  this run seconds: 0.883472
% 116.17/15.58  total seconds: 13.907016
% 116.17/15.58  stat_given_used: 1260
% 116.17/15.58  stat_given_used_at_endgame: 0
% 116.17/15.58  stat_given_candidates:   1405
% 116.17/15.58  stat_given_candidates_at_endgame: 0
% 116.17/15.58  stat_given_candidates_h: 0
% 116.17/15.58  stat_binres_derived_cl:   28338
% 116.17/15.58  stat_binres_derived_cl_h: 0
% 116.17/15.58  stat_factor_derived_cl: 14
% 116.17/15.58  stat_para_derived_cl: 20191
% 116.17/15.58  stat_tautologies_discarded: 21
% 116.17/15.58  stat_forward_subsumed: 8058
% 116.17/15.58  stat_derived_cut: 1036
% 116.17/15.58  stat_derived_rewritten: 0
% 116.17/15.58  stat_weight_discarded_building: 0
% 116.17/15.58  stat_weight_discarded_cl: 6999
% 116.17/15.58  stat_internlimit_discarded_cl: 0
% 116.17/15.58  stat_simplified:  78 simplified 0 derived 0 given
% 116.17/15.58  stat_kept_cl: 32901
% 116.17/15.58  stat_built_cl: 42824
% 116.17/15.58  stat_hyperres_partial_cl: 0
% 116.17/15.58  stat_made_rewriters: 0
% 116.17/15.58  stat_backward_subsumed: 0
% 116.17/15.58  stat_propagated_subsumed: 0
% 116.17/15.58  stat_clsubs_attempted:                      4307
% 116.17/15.58  stat_clsubs_fact_groundunit_found:             4
% 116.17/15.58  stat_clsubs_rule_groundunit_found:            29
% 116.17/15.58  stat_clsubs_top_meta_attempted:             676316
% 116.17/15.58  stat_clsubs_top_meta_failed:                672009
% 116.17/15.58  stat_clsubs_top_meta_nonpref_attempted:              676316
% 116.17/15.58  stat_clsubs_top_meta_nonpref_succeeded:              102897
% 116.17/15.58  stat_clsubs_top_meta_pref_attempted:                 102897
% 116.17/15.58  stat_clsubs_top_meta_pref1_succeeded:                 29210
% 116.17/15.58  stat_clsubs_top_meta_pref2_succeeded:                  8232
% 116.17/15.58  stat_clsubs_top_meta_pref3_succeeded:                  4307
% 116.17/15.58  stat_clsubs_top_meta_pref_succeeded:                   4307
% 116.17/15.58  stat_clsubs_meta_attempted:                 6479
% 116.17/15.58  stat_clsubs_meta_failed:                    2115
% 116.17/15.58  stat_clsubs_predsymbs_attempted:               0
% 116.17/15.58  stat_clsubs_unit_attempted:                 2784
% 116.17/15.58  stat_clsubs_full_attempted:                 1523
% 116.17/15.58  stat_forwardsubs_attempted:                47959
% 116.17/15.58  stat_lit_hash_added:                  24170
% 116.17/15.58  stat_lit_hash_computed:              250686
% 116.17/15.58  stat_lit_hash_match_found:             9337
% 116.17/15.58  stat_lit_hash_match_miss:            324992
% 116.17/15.58  stat_lit_hash_cut_ok:                  1273
% 116.17/15.58  stat_lit_strong_cut_ok:                  36
% 116.17/15.58  stat_lit_hash_subsume_ok:              8058
% 116.17/15.58  clqueue els 10000000 used 1
% 116.17/15.58  clactive els 10000000 used 1424
% 116.17/15.58  clactivesubsume els 10000000 used 4825
% 116.17/15.58  queue_termbuf els 200000000 used 3182987
% 116.17/15.58  hyper_termbuf els 100000000 used 1
% 116.17/15.58  active_termbuf els 100000000 used 52263
% 116.17/15.58  varstack els 5000 last used 1
% 116.17/15.58  given_termbuf els 10000000 last used 1
% 116.17/15.58  simplified_termbuf els 10000000 last used 1
% 116.17/15.58  derived_termbuf els 10000000 last used 30
% 116.17/15.58  wr_mallocs: 53574
% 116.17/15.58  wr_callocs: 21
% 116.17/15.58  wr_reallocs: 7166
% 116.17/15.58  wr_frees: 4
% 116.17/15.58  wr_malloc_bytes: 4164514308
% 116.17/15.58  wr_calloc_bytes: 112065536
% 116.17/15.58  wr_realloc_bytes: 1333456
% 116.17/15.58  wr_realloc_freebytes: 0
% 116.17/15.58  ----------------------------------
%------------------------------------------------------------------------------