TSTP Solution File: SET070-7 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SET070-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n008.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:57 EDT 2023

% Result   : Unsatisfiable 117.13s 15.45s
% Output   : CNFRefutation 117.13s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_singleton_set')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    unordered_pair(X,X) = singleton(X),
    inference(cnf_transformation,[],['$inc_singleton_set']) ).

cnf('2',plain,
    unordered_pair(x,y) != singleton(y),
    inference(cnf_transformation,[],[prove_unordered_pair_equals_singleton2_2]) ).

cnf('3',plain,
    ( ~ subclass(X,Y)
    | ~ subclass(Y,X)
    | X = Y ),
    inference(cnf_transformation,[],['$inc_subclass_implies_equal']) ).

cnf('4',plain,
    ( ~ subclass(unordered_pair(x,y),singleton(y))
    | ~ subclass(singleton(y),unordered_pair(x,y)) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( member(not_subclass_element(X,Y),X)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members1']) ).

cnf('6',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | member(not_subclass_element(unordered_pair(x,y),singleton(y)),unordered_pair(x,y)) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ member(X,unordered_pair(Y,Z))
    | X = Z
    | X = Y ),
    inference(cnf_transformation,[],['$inc_unordered_pair_member']) ).

cnf('8',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = y
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = x ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ member(not_subclass_element(X,Y),Y)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members2']) ).

cnf('10',plain,
    ( ~ member(not_subclass_element(unordered_pair(x,y),singleton(y)),singleton(y))
    | ~ subclass(singleton(y),unordered_pair(x,y)) ),
    inference(resolution,[],['4','9']) ).

cnf('11',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | ~ member(y,singleton(y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = x ),
    inference(paramodulation,[],['8','10']) ).

cnf('12',plain,
    ~ member(x,universal_class),
    inference(cnf_transformation,[],[prove_unordered_pair_equals_singleton2_1]) ).

cnf('13',plain,
    ( ~ member(X,Y)
    | ~ subclass(Y,Z)
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_subclass_members']) ).

cnf('14',plain,
    ( ~ member(x,X)
    | ~ subclass(X,universal_class) ),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    subclass(X,universal_class),
    inference(cnf_transformation,[],['$inc_class_elements_are_sets']) ).

cnf('16',plain,
    ~ member(x,X3),
    inference(resolution,[],['14','15']) ).

cnf('17',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | ~ member(y,singleton(y)) ),
    inference(paramodulation,[then_simplify],['11','6','16']) ).

cnf('18',plain,
    ( ~ member(y,singleton(y))
    | member(not_subclass_element(singleton(y),unordered_pair(x,y)),singleton(y)) ),
    inference(resolution,[],['17','5']) ).

cnf('19',plain,
    ( ~ member(y,singleton(y))
    | member(not_subclass_element(singleton(y),unordered_pair(x,y)),unordered_pair(y,y)) ),
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    ( ~ member(y,singleton(y))
    | not_subclass_element(singleton(y),unordered_pair(x,y)) = y ),
    inference(resolution,[],['19','7']) ).

cnf('21',plain,
    ( ~ member(not_subclass_element(singleton(y),unordered_pair(x,y)),unordered_pair(x,y))
    | ~ member(y,singleton(y)) ),
    inference(resolution,[],['17','9']) ).

cnf('22',plain,
    ( ~ member(y,unordered_pair(x,y))
    | ~ member(y,singleton(y)) ),
    inference(paramodulation,[],['20','21']) ).

cnf('23',plain,
    ( member(X,unordered_pair(Y,X))
    | ~ member(X,universal_class) ),
    inference(cnf_transformation,[],['$inc_unordered_pair3']) ).

cnf('24',plain,
    ( ~ member(y,singleton(y))
    | ~ member(y,universal_class) ),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ( ~ member(y,unordered_pair(y,y))
    | ~ member(y,universal_class) ),
    inference(paramodulation,[],['1','24']) ).

cnf('26',plain,
    ( member(X,unordered_pair(X,Y))
    | ~ member(X,universal_class) ),
    inference(cnf_transformation,[],['$inc_unordered_pair2']) ).

cnf('27',plain,
    ~ member(y,universal_class),
    inference(resolution,[],['25','26']) ).

cnf('28',plain,
    ( ~ member(y,X)
    | ~ subclass(X,universal_class) ),
    inference(resolution,[],['27','13']) ).

cnf('29',plain,
    ~ member(y,X),
    inference(resolution,[],['28','15']) ).

cnf('30',plain,
    unordered_pair(X,Y) = unordered_pair(Y,X),
    inference(cnf_transformation,[],[commutativity_of_unordered_pair]) ).

cnf('31',plain,
    ( X != Y
    | subclass(Y,X) ),
    inference(cnf_transformation,[],['$inc_equal_implies_subclass2']) ).

cnf('32',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = x
    | subclass(y,not_subclass_element(unordered_pair(x,y),singleton(y))) ),
    inference(resolution,[],['8','31']) ).

cnf('33',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | subclass(y,not_subclass_element(unordered_pair(x,y),singleton(y))) ),
    inference(paramodulation,[then_simplify],['32','6','16']) ).

cnf('34',plain,
    ( ~ subclass(not_subclass_element(unordered_pair(x,y),singleton(y)),y)
    | ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = y ),
    inference(resolution,[],['33','3']) ).

cnf('35',plain,
    ( X != Y
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_equal_implies_subclass1']) ).

cnf('36',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = x
    | subclass(not_subclass_element(unordered_pair(x,y),singleton(y)),y) ),
    inference(resolution,[],['8','35']) ).

cnf('37',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | subclass(not_subclass_element(unordered_pair(x,y),singleton(y)),y) ),
    inference(paramodulation,[then_simplify],['36','6','16']) ).

cnf('38',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = y ),
    inference(simplify,[],['34','37']) ).

cnf('39',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(y,x),singleton(y)) = y ),
    inference(paramodulation,[],['30','38']) ).

cnf('40',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | subclass(unordered_pair(y,x),singleton(y))
    | member(y,unordered_pair(y,x)) ),
    inference(paramodulation,[],['39','5']) ).

cnf('41',plain,
    ( ~ subclass(unordered_pair(y,x),singleton(y))
    | ~ subclass(singleton(y),unordered_pair(x,y)) ),
    inference(paramodulation,[],['30','4']) ).

cnf('42',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | member(y,unordered_pair(y,x)) ),
    inference(simplify,[],['40','41']) ).

cnf('43',plain,
    ( ~ member(not_subclass_element(singleton(y),unordered_pair(x,y)),unordered_pair(x,y))
    | member(y,unordered_pair(y,x)) ),
    inference(resolution,[],['42','9']) ).

cnf('44',plain,
    ( ~ member(y,unordered_pair(x,y))
    | ~ member(y,singleton(y))
    | member(y,unordered_pair(y,x)) ),
    inference(paramodulation,[],['20','43']) ).

cnf('45',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | not_subclass_element(unordered_pair(x,y),singleton(y)) = x
    | member(y,unordered_pair(x,y)) ),
    inference(paramodulation,[],['8','6']) ).

cnf('46',plain,
    ( ~ subclass(singleton(y),unordered_pair(x,y))
    | member(y,unordered_pair(x,y)) ),
    inference(paramodulation,[then_simplify],['45','6','16']) ).

cnf('47',plain,
    ( member(not_subclass_element(singleton(y),unordered_pair(x,y)),singleton(y))
    | member(y,unordered_pair(x,y)) ),
    inference(resolution,[],['46','5']) ).

cnf('48',plain,
    ( member(not_subclass_element(singleton(y),unordered_pair(x,y)),unordered_pair(y,y))
    | member(y,unordered_pair(x,y)) ),
    inference(paramodulation,[],['1','47']) ).

cnf('49',plain,
    ( not_subclass_element(singleton(y),unordered_pair(x,y)) = y
    | member(y,unordered_pair(x,y)) ),
    inference(resolution,[],['48','7']) ).

cnf('50',plain,
    ( member(y,unordered_pair(x,y))
    | member(y,singleton(y)) ),
    inference(paramodulation,[],['49','47']) ).

cnf('51',plain,
    ( member(y,unordered_pair(y,x))
    | member(y,singleton(y)) ),
    inference(paramodulation,[],['30','50']) ).

cnf('52',plain,
    ( ~ member(y,unordered_pair(x,y))
    | member(y,unordered_pair(y,x)) ),
    inference(simplify,[],['44','51']) ).

cnf('53',plain,
    ( member(y,unordered_pair(y,y))
    | member(y,unordered_pair(x,y)) ),
    inference(paramodulation,[],['49','48']) ).

cnf('54',plain,
    ( member(y,unordered_pair(y,y))
    | member(y,unordered_pair(y,x)) ),
    inference(resolution,[],['52','53']) ).

cnf('55',plain,
    ~ member(y,X3),
    inference(resolution,[],['28','15']) ).

cnf('56',plain,
    $false,
    inference(resolution,[then_simplify],['29','54','55']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET070-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n008.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sat Aug 26 14:31:32 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                   110
% 0.19/0.39  in_rule_clause_count:              103
% 0.19/0.39  in_fact_clause_count:                7
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:             10
% 0.19/0.39  in_unit_clause_count:               37
% 0.19/0.39  in_horn_clause_count:               98
% 0.19/0.39  in_pos_clause_count:                38
% 0.19/0.39  in_neg_clause_count:                 6
% 0.19/0.39  in_poseq_clause_count:              37
% 0.19/0.39  in_negeq_clause_count:               8
% 0.19/0.39  in_unitposeq_clause_count:          20
% 0.19/0.39  in_chain_clause_count:               2
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             5
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              6
% 0.19/0.39  in_min_size:               2
% 0.19/0.39  in_max_size:              41
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               5
% 0.19/0.39  in_extaxiom_count:                91
% 0.19/0.39  in_axiom_count:                   17
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     2
% 0.19/0.39  in_neg_goal_count:                 2
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.19/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.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/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.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/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.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.19/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.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/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.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/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.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.19/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.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/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.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/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.19/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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/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.19/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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.19/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.19/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 2: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 3: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 1: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 4: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 5: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 6: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 7: search terminated without proof.
% 0.19/0.56  
% 0.19/0.56  **** run 9 fork 0 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.57  
% 0.19/0.57  **** run 10 fork 1 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.57  
% 0.19/0.57  **** run 12 fork 3 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.57  
% 0.19/0.57  **** run 11 fork 2 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.57  
% 0.19/0.57  **** run 16 fork 7 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.57  
% 0.19/0.57  **** run 13 fork 4 starts with strategy
% 0.19/0.57  
% 0.19/0.57  **** run 14 fork 5 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.57  
% 0.19/0.57  **** run 15 fork 6 starts with strategy
% 0.19/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 1: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 5: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 2: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 6: search terminated without proof.
% 0.19/0.72  
% 0.19/0.72  
% 0.19/0.72  fork 4: search terminated without proof.
% 0.19/0.72  
% 0.19/0.72  
% 0.19/0.72  fork 7: search terminated without proof.
% 0.19/0.72  
% 0.19/0.72  **** run 18 fork 1 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.72  
% 0.19/0.72  
% 0.19/0.72  fork 0: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  
% 0.19/0.73  fork 3: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 22 fork 5 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.19/0.74  
% 0.19/0.74  **** run 19 fork 2 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.75  
% 0.19/0.75  **** run 21 fork 4 starts with strategy
% 0.19/0.75  
% 0.19/0.75  **** run 17 fork 0 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.75  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.75  
% 0.19/0.75  **** run 20 fork 3 starts with strategy
% 0.19/0.75  
% 0.19/0.75  **** run 24 fork 7 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.75  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.19/0.75  
% 0.19/0.75  **** run 23 fork 6 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 3.48/0.86  
% 3.48/0.86  
% 3.48/0.86  fork 1: search terminated without proof.
% 3.48/0.88  
% 3.48/0.88  
% 3.48/0.88  fork 5: search terminated without proof.
% 3.48/0.88  
% 3.48/0.88  **** run 26 fork 1 starts with strategy
% 3.48/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.48/0.88  
% 3.48/0.88  
% 3.48/0.88  fork 2: search terminated without proof.
% 3.48/0.89  
% 3.48/0.89  
% 3.48/0.89  fork 4: search terminated without proof.
% 3.48/0.89  
% 3.48/0.89  
% 3.48/0.89  fork 7: search terminated without proof.
% 3.48/0.89  
% 3.48/0.89  
% 3.48/0.89  fork 3: search terminated without proof.
% 3.48/0.89  
% 3.48/0.89  
% 3.48/0.89  fork 6: search terminated without proof.
% 3.48/0.89  
% 3.48/0.89  
% 3.48/0.89  fork 0: search terminated without proof.
% 3.48/0.90  
% 3.48/0.90  **** run 30 fork 5 starts with strategy
% 3.48/0.90  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.48/0.91  
% 3.48/0.91  **** run 27 fork 2 starts with strategy
% 3.48/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.48/0.91  
% 3.48/0.91  **** run 29 fork 4 starts with strategy
% 3.48/0.91  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.48/0.91  
% 3.48/0.91  **** run 28 fork 3 starts with strategy
% 3.48/0.91  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.48/0.91  
% 3.48/0.91  **** run 32 fork 7 starts with strategy
% 3.48/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.48/0.92  
% 3.48/0.92  **** run 25 fork 0 starts with strategy
% 3.48/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.48/0.92  
% 3.48/0.92  **** run 31 fork 6 starts with strategy
% 3.48/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.69/1.01  
% 4.69/1.01  
% 4.69/1.01  fork 1: search terminated without proof.
% 4.69/1.03  
% 4.69/1.03  
% 4.69/1.03  fork 5: search terminated without proof.
% 4.69/1.03  
% 4.69/1.03  **** run 34 fork 1 starts with strategy
% 4.69/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.69/1.04  
% 4.69/1.04  
% 4.69/1.04  fork 2: search terminated without proof.
% 4.69/1.04  
% 4.69/1.04  
% 4.69/1.04  fork 4: search terminated without proof.
% 4.69/1.04  
% 4.69/1.04  
% 4.69/1.04  fork 3: search terminated without proof.
% 4.69/1.05  
% 4.69/1.05  **** run 38 fork 5 starts with strategy
% 4.69/1.05  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.69/1.05  
% 4.69/1.05  fork 0: search finished without proof.
% 4.69/1.05  
% 4.69/1.05  
% 4.69/1.05  fork 6: search terminated without proof.
% 4.69/1.05  
% 4.69/1.05  
% 4.69/1.05  fork 7: search terminated without proof.
% 4.69/1.06  
% 4.69/1.06  **** run 35 fork 2 starts with strategy
% 4.69/1.06  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.69/1.06  
% 4.69/1.06  **** run 37 fork 4 starts with strategy
% 4.69/1.06  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.32/1.06  
% 5.32/1.06  **** run 36 fork 3 starts with strategy
% 5.32/1.06  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.32/1.07  
% 5.32/1.07  **** run 33 fork 0 starts with strategy
% 5.32/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.40/1.07  
% 5.40/1.07  **** run 39 fork 6 starts with strategy
% 5.40/1.07  {"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}
% 5.40/1.07  
% 5.40/1.07  **** run 40 fork 7 starts with strategy
% 5.40/1.07  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.40/1.10  
% 5.40/1.10  fork 3: search finished without proof.
% 5.68/1.12  
% 5.68/1.12  **** run 44 fork 3 starts with strategy
% 5.68/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.88/1.16  
% 5.88/1.16  
% 5.88/1.16  fork 1: search terminated without proof.
% 5.88/1.17  
% 5.88/1.17  
% 5.88/1.17  fork 5: search terminated without proof.
% 5.88/1.18  
% 5.88/1.18  **** run 42 fork 1 starts with strategy
% 5.88/1.18  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.88/1.18  
% 5.88/1.18  fork 2: search finished without proof.
% 5.88/1.19  
% 5.88/1.19  
% 5.88/1.19  fork 4: search terminated without proof.
% 5.88/1.19  
% 5.88/1.19  **** run 46 fork 5 starts with strategy
% 5.88/1.19  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.88/1.20  
% 5.88/1.20  **** run 43 fork 2 starts with strategy
% 5.88/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.88/1.20  
% 5.88/1.20  
% 5.88/1.20  fork 7: search terminated without proof.
% 5.88/1.21  
% 5.88/1.21  
% 5.88/1.21  fork 0: search terminated without proof.
% 5.88/1.21  
% 5.88/1.21  **** run 45 fork 4 starts with strategy
% 5.88/1.21  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.88/1.21  
% 5.88/1.21  
% 5.88/1.21  fork 6: search terminated without proof.
% 6.56/1.23  
% 6.56/1.23  **** run 48 fork 7 starts with strategy
% 6.56/1.23  {"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}
% 6.56/1.23  
% 6.56/1.23  **** run 41 fork 0 starts with strategy
% 6.56/1.23  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 6.56/1.23  
% 6.56/1.23  **** run 47 fork 6 starts with strategy
% 6.56/1.23  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.56/1.25  
% 6.56/1.25  
% 6.56/1.25  fork 3: search terminated without proof.
% 6.56/1.27  
% 6.56/1.27  **** run 52 fork 3 starts with strategy
% 6.56/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.09/1.31  
% 7.09/1.31  
% 7.09/1.31  fork 1: search terminated without proof.
% 7.09/1.32  
% 7.09/1.32  
% 7.09/1.32  fork 5: search terminated without proof.
% 7.09/1.32  
% 7.09/1.32  **** run 50 fork 1 starts with strategy
% 7.09/1.32  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.09/1.33  
% 7.09/1.33  fork 2: search finished without proof.
% 7.09/1.34  
% 7.09/1.34  
% 7.09/1.34  fork 4: search terminated without proof.
% 7.09/1.34  
% 7.09/1.34  **** run 54 fork 5 starts with strategy
% 7.09/1.34  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.09/1.34  
% 7.09/1.34  **** run 51 fork 2 starts with strategy
% 7.09/1.34  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.09/1.35  
% 7.09/1.35  
% 7.09/1.35  fork 7: search terminated without proof.
% 7.09/1.36  
% 7.09/1.36  
% 7.09/1.36  fork 0: search terminated without proof.
% 7.09/1.36  
% 7.09/1.36  **** run 53 fork 4 starts with strategy
% 7.09/1.36  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.70/1.37  
% 7.70/1.37  
% 7.70/1.37  fork 6: search terminated without proof.
% 7.70/1.37  
% 7.70/1.37  **** run 56 fork 7 starts with strategy
% 7.70/1.37  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.70/1.39  
% 7.70/1.39  **** run 49 fork 0 starts with strategy
% 7.70/1.39  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.70/1.39  
% 7.70/1.39  **** run 55 fork 6 starts with strategy
% 7.70/1.39  
% 7.70/1.39  fork 3: search finished without proof.
% 7.70/1.39  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.70/1.42  
% 7.70/1.42  **** run 60 fork 3 starts with strategy
% 7.70/1.42  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.70/1.47  
% 7.70/1.47  fork 5: search finished without proof.
% 7.70/1.47  
% 7.70/1.47  
% 7.70/1.47  fork 1: search terminated without proof.
% 7.70/1.49  
% 7.70/1.49  
% 7.70/1.49  fork 4: search terminated without proof.
% 7.70/1.49  
% 7.70/1.49  
% 7.70/1.49  fork 2: search terminated without proof.
% 7.70/1.49  
% 7.70/1.49  **** run 62 fork 5 starts with strategy
% 7.70/1.49  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.70/1.50  
% 7.70/1.50  **** run 58 fork 1 starts with strategy
% 7.70/1.50  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.70/1.51  
% 7.70/1.51  **** run 61 fork 4 starts with strategy
% 7.70/1.51  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.70/1.51  
% 7.70/1.51  **** run 59 fork 2 starts with strategy
% 7.70/1.51  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.50/1.53  
% 8.50/1.53  
% 8.50/1.53  fork 7: search terminated without proof.
% 8.50/1.54  
% 8.50/1.54  
% 8.50/1.54  fork 6: search terminated without proof.
% 8.50/1.54  
% 8.50/1.54  
% 8.50/1.54  fork 0: search terminated without proof.
% 8.50/1.55  
% 8.50/1.55  **** run 64 fork 7 starts with strategy
% 8.50/1.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.10/1.56  
% 9.10/1.56  **** run 63 fork 6 starts with strategy
% 9.10/1.56  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 9.10/1.56  
% 9.10/1.56  **** run 57 fork 0 starts with strategy
% 9.10/1.56  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.10/1.56  
% 9.10/1.56  
% 9.10/1.56  fork 3: search terminated without proof.
% 9.28/1.59  
% 9.28/1.59  **** run 68 fork 3 starts with strategy
% 9.28/1.59  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 9.64/1.62  
% 9.64/1.62  
% 9.64/1.62  fork 5: search terminated without proof.
% 9.64/1.63  
% 9.64/1.63  fork 1: search finished without proof.
% 9.64/1.64  
% 9.64/1.64  **** run 70 fork 5 starts with strategy
% 9.64/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.64/1.64  
% 9.64/1.64  
% 9.64/1.64  fork 2: search terminated without proof.
% 9.64/1.64  
% 9.64/1.64  
% 9.64/1.64  fork 4: search terminated without proof.
% 9.77/1.64  
% 9.77/1.64  **** run 66 fork 1 starts with strategy
% 9.77/1.64  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 9.77/1.66  
% 9.77/1.66  **** run 67 fork 2 starts with strategy
% 9.77/1.66  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.77/1.66  
% 9.77/1.66  **** run 69 fork 4 starts with strategy
% 9.77/1.66  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.77/1.68  
% 9.77/1.68  
% 9.77/1.68  fork 7: search terminated without proof.
% 9.77/1.69  
% 9.77/1.69  
% 9.77/1.69  fork 6: search terminated without proof.
% 9.77/1.69  
% 9.77/1.69  
% 9.77/1.69  fork 0: search terminated without proof.
% 9.77/1.70  
% 9.77/1.70  **** run 72 fork 7 starts with strategy
% 9.77/1.70  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 9.77/1.71  
% 9.77/1.71  **** run 71 fork 6 starts with strategy
% 9.77/1.71  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 9.77/1.71  
% 9.77/1.71  **** run 65 fork 0 starts with strategy
% 9.77/1.71  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.42/1.73  
% 10.42/1.73  
% 10.42/1.73  fork 3: search terminated without proof.
% 10.42/1.75  
% 10.42/1.75  **** run 76 fork 3 starts with strategy
% 10.42/1.75  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 10.42/1.77  
% 10.42/1.77  
% 10.42/1.77  fork 5: search terminated without proof.
% 10.42/1.77  
% 10.42/1.77  
% 10.42/1.77  fork 1: search terminated without proof.
% 10.86/1.79  
% 10.86/1.79  
% 10.86/1.79  fork 2: search terminated without proof.
% 10.86/1.79  
% 10.86/1.79  **** run 78 fork 5 starts with strategy
% 10.86/1.79  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.86/1.79  
% 10.86/1.79  
% 10.86/1.79  fork 4: search terminated without proof.
% 10.86/1.79  
% 10.86/1.79  **** run 74 fork 1 starts with strategy
% 10.86/1.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 10.86/1.81  
% 10.86/1.81  **** run 75 fork 2 starts with strategy
% 10.86/1.81  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.86/1.81  
% 10.86/1.81  **** run 77 fork 4 starts with strategy
% 10.86/1.81  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.86/1.83  
% 10.86/1.83  
% 10.86/1.83  fork 7: search terminated without proof.
% 10.86/1.83  
% 10.86/1.83  
% 10.86/1.83  fork 6: search terminated without proof.
% 10.86/1.84  
% 10.86/1.84  
% 10.86/1.84  fork 0: search terminated without proof.
% 10.86/1.85  
% 10.86/1.85  **** run 80 fork 7 starts with strategy
% 10.86/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.49/1.85  
% 11.49/1.85  **** run 79 fork 6 starts with strategy
% 11.49/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 11.49/1.86  
% 11.49/1.86  **** run 73 fork 0 starts with strategy
% 11.49/1.86  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 11.66/1.88  
% 11.66/1.88  
% 11.66/1.88  fork 3: search terminated without proof.
% 11.66/1.90  
% 11.66/1.90  **** run 84 fork 3 starts with strategy
% 11.66/1.90  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 12.00/1.92  
% 12.00/1.92  
% 12.00/1.92  fork 1: search terminated without proof.
% 12.00/1.92  
% 12.00/1.92  
% 12.00/1.92  fork 5: search terminated without proof.
% 12.00/1.93  
% 12.00/1.93  
% 12.00/1.93  fork 2: search terminated without proof.
% 12.18/1.94  
% 12.18/1.94  **** run 86 fork 5 starts with strategy
% 12.18/1.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.18/1.94  
% 12.18/1.94  **** run 82 fork 1 starts with strategy
% 12.18/1.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.18/1.94  
% 12.18/1.94  
% 12.18/1.94  fork 4: search terminated without proof.
% 12.18/1.95  
% 12.18/1.95  **** run 83 fork 2 starts with strategy
% 12.18/1.96  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.18/1.96  
% 12.18/1.96  **** run 85 fork 4 starts with strategy
% 12.18/1.96  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 12.18/1.98  
% 12.18/1.98  
% 12.18/1.98  fork 7: search terminated without proof.
% 12.18/1.99  
% 12.18/1.99  
% 12.18/1.99  fork 6: search terminated without proof.
% 12.18/1.99  
% 12.18/1.99  fork 2: search finished without proof.
% 12.18/1.99  
% 12.18/1.99  
% 12.18/1.99  fork 0: search terminated without proof.
% 12.18/2.00  
% 12.18/2.00  **** run 88 fork 7 starts with strategy
% 12.18/2.00  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.18/2.01  
% 12.18/2.01  **** run 91 fork 2 starts with strategy
% 12.18/2.01  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 12.18/2.01  
% 12.18/2.01  **** run 87 fork 6 starts with strategy
% 12.18/2.01  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.18/2.01  
% 12.18/2.01  **** run 81 fork 0 starts with strategy
% 12.18/2.01  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 12.18/2.05  
% 12.18/2.05  
% 12.18/2.05  fork 3: search terminated without proof.
% 12.18/2.07  
% 12.18/2.07  
% 12.18/2.07  fork 5: search terminated without proof.
% 12.18/2.07  
% 12.18/2.07  **** run 92 fork 3 starts with strategy
% 12.18/2.07  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.18/2.07  
% 12.18/2.07  
% 12.18/2.07  fork 1: search terminated without proof.
% 12.18/2.09  
% 12.18/2.09  **** run 94 fork 5 starts with strategy
% 12.18/2.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.18/2.10  
% 12.18/2.10  **** run 90 fork 1 starts with strategy
% 12.18/2.10  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 12.18/2.10  
% 12.18/2.10  
% 12.18/2.10  fork 4: search terminated without proof.
% 12.18/2.12  
% 12.18/2.12  **** run 93 fork 4 starts with strategy
% 12.18/2.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.18/2.14  
% 12.18/2.14  
% 12.18/2.14  fork 2: search terminated without proof.
% 12.18/2.14  
% 12.18/2.14  
% 12.18/2.14  fork 7: search terminated without proof.
% 12.18/2.14  
% 12.18/2.14  
% 12.18/2.14  fork 0: search terminated without proof.
% 12.18/2.16  
% 12.18/2.16  **** run 99 fork 2 starts with strategy
% 12.18/2.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.18/2.16  
% 12.18/2.16  
% 12.18/2.16  fork 6: search terminated without proof.
% 12.18/2.16  
% 12.18/2.16  **** run 96 fork 7 starts with strategy
% 12.18/2.16  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 12.18/2.17  
% 12.18/2.17  **** run 89 fork 0 starts with strategy
% 12.18/2.17  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 13.66/2.18  
% 13.66/2.18  **** run 95 fork 6 starts with strategy
% 13.66/2.18  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 13.66/2.22  
% 13.66/2.22  
% 13.66/2.22  fork 3: search terminated without proof.
% 14.34/2.24  
% 14.34/2.24  **** run 100 fork 3 starts with strategy
% 14.34/2.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.34/2.24  
% 14.34/2.24  
% 14.34/2.24  fork 1: search terminated without proof.
% 14.34/2.25  
% 14.34/2.25  
% 14.34/2.25  fork 5: search terminated without proof.
% 14.34/2.25  
% 14.34/2.25  
% 14.34/2.25  fork 4: search terminated without proof.
% 14.34/2.26  
% 14.34/2.26  **** run 98 fork 1 starts with strategy
% 14.34/2.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 14.34/2.27  
% 14.34/2.27  **** run 102 fork 5 starts with strategy
% 14.34/2.27  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 14.34/2.27  
% 14.34/2.27  **** run 101 fork 4 starts with strategy
% 14.34/2.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 14.34/2.29  
% 14.34/2.29  
% 14.34/2.29  fork 2: search terminated without proof.
% 14.34/2.29  
% 14.34/2.29  
% 14.34/2.29  fork 7: search terminated without proof.
% 14.34/2.30  
% 14.34/2.30  
% 14.34/2.30  fork 0: search terminated without proof.
% 14.98/2.31  
% 14.98/2.31  **** run 107 fork 2 starts with strategy
% 14.98/2.31  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.98/2.31  
% 14.98/2.31  **** run 104 fork 7 starts with strategy
% 14.98/2.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 14.98/2.32  
% 14.98/2.32  **** run 97 fork 0 starts with strategy
% 14.98/2.32  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.98/2.32  
% 14.98/2.32  
% 14.98/2.32  fork 6: search terminated without proof.
% 14.98/2.34  
% 14.98/2.34  **** run 103 fork 6 starts with strategy
% 14.98/2.34  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 14.98/2.37  
% 14.98/2.37  
% 14.98/2.37  fork 3: search terminated without proof.
% 15.54/2.39  
% 15.54/2.39  **** run 108 fork 3 starts with strategy
% 15.54/2.39  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 15.54/2.39  
% 15.54/2.39  
% 15.54/2.39  fork 1: search terminated without proof.
% 15.54/2.40  
% 15.54/2.40  
% 15.54/2.40  fork 5: search terminated without proof.
% 15.54/2.40  
% 15.54/2.40  
% 15.54/2.40  fork 4: search terminated without proof.
% 15.54/2.41  
% 15.54/2.41  **** run 106 fork 1 starts with strategy
% 15.54/2.41  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.54/2.41  
% 15.54/2.41  **** run 110 fork 5 starts with strategy
% 15.54/2.41  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.54/2.42  
% 15.54/2.42  **** run 109 fork 4 starts with strategy
% 15.54/2.42  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.54/2.43  
% 15.54/2.43  fork 7: search finished without proof.
% 15.54/2.44  
% 15.54/2.44  
% 15.54/2.44  fork 2: search terminated without proof.
% 15.54/2.44  
% 15.54/2.44  
% 15.54/2.44  fork 0: search terminated without proof.
% 15.54/2.45  
% 15.54/2.45  **** run 112 fork 7 starts with strategy
% 15.54/2.45  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.54/2.46  
% 15.54/2.46  **** run 115 fork 2 starts with strategy
% 15.54/2.46  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.54/2.46  
% 15.54/2.46  **** run 105 fork 0 starts with strategy
% 15.54/2.46  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 16.27/2.48  
% 16.27/2.48  
% 16.27/2.48  fork 6: search terminated without proof.
% 16.41/2.50  
% 16.41/2.50  **** run 111 fork 6 starts with strategy
% 16.41/2.50  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.64/2.52  
% 16.64/2.52  
% 16.64/2.52  fork 3: search terminated without proof.
% 16.71/2.53  
% 16.71/2.53  **** run 116 fork 3 starts with strategy
% 16.71/2.53  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 16.71/2.54  
% 16.71/2.54  
% 16.71/2.54  fork 1: search terminated without proof.
% 16.71/2.54  
% 16.71/2.54  
% 16.71/2.54  fork 5: search terminated without proof.
% 16.71/2.56  
% 16.71/2.56  
% 16.71/2.56  fork 4: search terminated without proof.
% 16.71/2.56  
% 16.71/2.56  **** run 114 fork 1 starts with strategy
% 16.71/2.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 16.71/2.56  
% 16.71/2.56  **** run 118 fork 5 starts with strategy
% 16.71/2.56  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 16.71/2.58  
% 16.71/2.58  
% 16.71/2.58  fork 7: search terminated without proof.
% 16.71/2.58  
% 16.71/2.58  **** run 117 fork 4 starts with strategy
% 16.71/2.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 16.71/2.59  
% 16.71/2.59  
% 16.71/2.59  fork 2: search terminated without proof.
% 16.71/2.59  
% 16.71/2.59  
% 16.71/2.59  fork 0: search terminated without proof.
% 16.71/2.60  
% 16.71/2.60  **** run 120 fork 7 starts with strategy
% 16.71/2.60  {"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}
% 17.36/2.61  
% 17.36/2.61  **** run 113 fork 0 starts with strategy
% 17.36/2.61  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 17.36/2.61  
% 17.36/2.61  **** run 123 fork 2 starts with strategy
% 17.36/2.61  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 17.36/2.63  
% 17.36/2.63  
% 17.36/2.63  fork 6: search terminated without proof.
% 17.36/2.65  
% 17.36/2.65  **** run 119 fork 6 starts with strategy
% 17.36/2.65  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.36/2.66  
% 17.36/2.66  
% 17.36/2.66  fork 3: search terminated without proof.
% 17.94/2.68  
% 17.94/2.68  **** run 124 fork 3 starts with strategy
% 17.94/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.94/2.69  
% 17.94/2.69  
% 17.94/2.69  fork 1: search terminated without proof.
% 17.94/2.70  
% 17.94/2.70  
% 17.94/2.70  fork 5: search terminated without proof.
% 17.94/2.71  
% 17.94/2.71  
% 17.94/2.71  fork 4: search terminated without proof.
% 17.94/2.71  
% 17.94/2.71  **** run 122 fork 1 starts with strategy
% 17.94/2.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 17.94/2.72  
% 17.94/2.72  **** run 126 fork 5 starts with strategy
% 17.94/2.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.94/2.73  
% 17.94/2.73  **** run 125 fork 4 starts with strategy
% 17.94/2.73  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.94/2.73  
% 17.94/2.73  
% 17.94/2.73  fork 7: search terminated without proof.
% 17.94/2.74  
% 17.94/2.74  
% 17.94/2.74  fork 0: search terminated without proof.
% 17.94/2.74  
% 17.94/2.74  
% 17.94/2.74  fork 2: search terminated without proof.
% 17.94/2.75  
% 17.94/2.75  **** run 128 fork 7 starts with strategy
% 17.94/2.75  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.94/2.76  
% 17.94/2.76  **** run 131 fork 2 starts with strategy
% 17.94/2.76  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.94/2.76  
% 17.94/2.76  **** run 121 fork 0 starts with strategy
% 17.94/2.76  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 18.64/2.79  
% 18.64/2.79  
% 18.64/2.79  fork 6: search terminated without proof.
% 18.64/2.81  
% 18.64/2.81  **** run 127 fork 6 starts with strategy
% 18.64/2.81  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 18.64/2.82  
% 18.64/2.82  fork 3: search finished without proof.
% 18.64/2.85  
% 18.64/2.85  
% 18.64/2.85  fork 1: search terminated without proof.
% 18.64/2.85  
% 18.64/2.85  **** run 132 fork 3 starts with strategy
% 18.64/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.64/2.87  
% 18.64/2.87  **** run 130 fork 1 starts with strategy
% 18.64/2.87  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.64/2.87  
% 18.64/2.87  
% 18.64/2.87  fork 4: search terminated without proof.
% 18.64/2.88  
% 18.64/2.88  
% 18.64/2.88  fork 0: search terminated without proof.
% 18.64/2.89  
% 18.64/2.89  **** run 133 fork 4 starts with strategy
% 18.64/2.89  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 18.64/2.90  
% 18.64/2.90  **** run 129 fork 0 starts with strategy
% 18.64/2.90  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 26.30/3.77  
% 26.30/3.77  
% 26.30/3.77  fork 5: search terminated without proof.
% 26.51/3.81  
% 26.51/3.81  **** run 134 fork 5 starts with strategy
% 26.51/3.81  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.51/3.81  
% 26.51/3.81  
% 26.51/3.81  fork 7: search terminated without proof.
% 26.85/3.83  
% 26.85/3.83  
% 26.85/3.83  fork 2: search terminated without proof.
% 26.85/3.83  
% 26.85/3.83  **** run 136 fork 7 starts with strategy
% 26.85/3.83  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 26.96/3.86  
% 26.96/3.86  
% 26.96/3.86  fork 6: search terminated without proof.
% 26.96/3.87  
% 26.96/3.87  **** run 139 fork 2 starts with strategy
% 26.96/3.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 26.96/3.88  
% 26.96/3.88  **** run 135 fork 6 starts with strategy
% 26.96/3.88  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 27.52/3.92  
% 27.52/3.92  
% 27.52/3.92  fork 1: search terminated without proof.
% 27.52/3.92  
% 27.52/3.92  
% 27.52/3.92  fork 3: search terminated without proof.
% 27.52/3.93  
% 27.52/3.93  
% 27.52/3.93  fork 4: search terminated without proof.
% 27.52/3.93  
% 27.52/3.93  
% 27.52/3.93  fork 0: search terminated without proof.
% 27.52/3.95  
% 27.52/3.95  **** run 137 fork 0 starts with strategy
% 27.52/3.96  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 27.52/3.96  
% 27.52/3.96  **** run 140 fork 3 starts with strategy
% 27.52/3.96  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 27.99/3.97  
% 27.99/3.97  **** run 138 fork 1 starts with strategy
% 27.99/3.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.99/3.98  
% 27.99/3.98  **** run 141 fork 4 starts with strategy
% 27.99/3.98  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 33.98/4.86  
% 33.98/4.86  
% 33.98/4.86  fork 5: search terminated without proof.
% 33.98/4.86  
% 33.98/4.86  
% 33.98/4.86  fork 7: search terminated without proof.
% 34.86/4.90  
% 34.86/4.90  **** run 144 fork 7 starts with strategy
% 34.86/4.90  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.86/4.90  
% 34.86/4.90  **** run 142 fork 5 starts with strategy
% 34.86/4.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 34.86/4.92  
% 34.86/4.92  
% 34.86/4.92  fork 6: search terminated without proof.
% 34.86/4.94  
% 34.86/4.94  **** run 143 fork 6 starts with strategy
% 34.86/4.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.58/4.97  
% 35.58/4.97  
% 35.58/4.97  fork 2: search terminated without proof.
% 35.85/5.01  
% 35.85/5.01  **** run 147 fork 2 starts with strategy
% 35.85/5.01  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 35.85/5.02  
% 35.85/5.02  
% 35.85/5.02  fork 3: search terminated without proof.
% 36.17/5.03  
% 36.17/5.03  
% 36.17/5.03  fork 0: search terminated without proof.
% 36.24/5.05  
% 36.24/5.05  
% 36.24/5.05  fork 4: search terminated without proof.
% 36.24/5.05  
% 36.24/5.05  
% 36.24/5.05  fork 1: search terminated without proof.
% 36.24/5.05  
% 36.24/5.05  **** run 148 fork 3 starts with strategy
% 36.24/5.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 36.24/5.06  
% 36.24/5.06  **** run 145 fork 0 starts with strategy
% 36.24/5.06  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 36.24/5.07  
% 36.24/5.07  **** run 149 fork 4 starts with strategy
% 36.24/5.07  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 36.24/5.09  
% 36.24/5.09  **** run 146 fork 1 starts with strategy
% 36.24/5.09  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 42.92/5.95  
% 42.92/5.95  
% 42.92/5.95  fork 7: search terminated without proof.
% 42.92/5.98  
% 42.92/5.98  **** run 152 fork 7 starts with strategy
% 42.92/5.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 43.72/5.99  
% 43.72/5.99  
% 43.72/5.99  fork 6: search terminated without proof.
% 43.72/5.99  
% 43.72/5.99  
% 43.72/5.99  fork 5: search terminated without proof.
% 43.85/6.02  
% 43.85/6.02  **** run 151 fork 6 starts with strategy
% 43.85/6.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 43.85/6.04  
% 43.85/6.04  **** run 150 fork 5 starts with strategy
% 43.85/6.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 43.85/6.07  
% 43.85/6.07  
% 43.85/6.07  fork 2: search terminated without proof.
% 43.85/6.09  
% 43.85/6.09  
% 43.85/6.09  fork 3: search terminated without proof.
% 43.85/6.11  
% 43.85/6.11  **** run 155 fork 2 starts with strategy
% 43.85/6.11  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 43.85/6.11  
% 43.85/6.11  
% 43.85/6.11  fork 0: search terminated without proof.
% 43.85/6.11  
% 43.85/6.11  
% 43.85/6.11  fork 4: search terminated without proof.
% 43.85/6.13  
% 43.85/6.13  **** run 153 fork 0 starts with strategy
% 43.85/6.13  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 43.85/6.14  
% 43.85/6.14  
% 43.85/6.14  fork 1: search terminated without proof.
% 43.85/6.14  
% 43.85/6.14  **** run 156 fork 3 starts with strategy
% 43.85/6.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 44.71/6.17  
% 44.71/6.17  **** run 154 fork 1 starts with strategy
% 44.71/6.17  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 44.71/6.18  
% 44.71/6.18  **** run 157 fork 4 starts with strategy
% 44.71/6.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 51.03/6.98  
% 51.03/6.98  fork 5: search finished without proof.
% 51.43/7.00  
% 51.43/7.00  **** run 158 fork 5 starts with strategy
% 51.43/7.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 52.02/7.06  
% 52.02/7.06  
% 52.02/7.06  fork 7: search terminated without proof.
% 52.02/7.08  
% 52.02/7.08  
% 52.02/7.08  fork 6: search terminated without proof.
% 52.02/7.09  
% 52.02/7.09  **** run 160 fork 7 starts with strategy
% 52.02/7.09  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 52.44/7.12  
% 52.44/7.12  **** run 159 fork 6 starts with strategy
% 52.44/7.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 52.44/7.14  
% 52.44/7.14  
% 52.44/7.14  fork 2: search terminated without proof.
% 52.77/7.16  
% 52.77/7.16  **** run 163 fork 2 starts with strategy
% 52.77/7.16  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 52.77/7.18  
% 52.77/7.18  
% 52.77/7.18  fork 0: search terminated without proof.
% 52.77/7.19  
% 52.77/7.19  
% 52.77/7.19  fork 3: search terminated without proof.
% 52.77/7.22  
% 52.77/7.22  **** run 161 fork 0 starts with strategy
% 52.77/7.22  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 52.77/7.22  
% 52.77/7.22  **** run 164 fork 3 starts with strategy
% 52.77/7.22  {"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}
% 52.77/7.22  
% 52.77/7.22  
% 52.77/7.22  fork 1: search terminated without proof.
% 52.77/7.23  
% 52.77/7.23  
% 52.77/7.23  fork 4: search terminated without proof.
% 53.42/7.25  
% 53.42/7.25  **** run 162 fork 1 starts with strategy
% 53.42/7.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 53.42/7.26  
% 53.42/7.26  fork 0: search finished without proof.
% 53.42/7.27  
% 53.42/7.27  **** run 169 fork 0 starts with strategy
% 53.42/7.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 53.79/7.29  
% 53.79/7.29  **** run 165 fork 4 starts with strategy
% 53.79/7.29  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 54.41/7.47  
% 54.41/7.47  fork 7: search finished without proof.
% 54.41/7.51  
% 54.41/7.51  **** run 168 fork 7 starts with strategy
% 54.41/7.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 59.57/8.04  
% 59.57/8.04  
% 59.57/8.04  fork 5: search terminated without proof.
% 59.57/8.06  
% 59.57/8.06  **** run 166 fork 5 starts with strategy
% 59.57/8.06  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":10}
% 60.26/8.16  
% 60.26/8.16  
% 60.26/8.16  fork 6: search terminated without proof.
% 60.26/8.19  
% 60.26/8.19  **** run 167 fork 6 starts with strategy
% 60.26/8.19  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 61.09/8.23  
% 61.09/8.23  
% 61.09/8.23  fork 2: search terminated without proof.
% 61.09/8.25  
% 61.09/8.25  **** run 171 fork 2 starts with strategy
% 61.09/8.25  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 61.59/8.29  
% 61.59/8.29  
% 61.59/8.29  fork 3: search terminated without proof.
% 61.59/8.30  
% 61.59/8.30  
% 61.59/8.30  fork 1: search terminated without proof.
% 61.59/8.31  
% 61.59/8.31  **** run 172 fork 3 starts with strategy
% 61.59/8.31  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 61.59/8.32  
% 61.59/8.32  
% 61.59/8.32  fork 0: search terminated without proof.
% 61.59/8.32  
% 61.59/8.32  **** run 170 fork 1 starts with strategy
% 61.59/8.32  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 61.59/8.35  
% 61.59/8.35  **** run 177 fork 0 starts with strategy
% 61.59/8.35  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 62.28/8.40  
% 62.28/8.40  
% 62.28/8.40  fork 4: search terminated without proof.
% 62.78/8.44  
% 62.78/8.44  **** run 173 fork 4 starts with strategy
% 62.78/8.44  {"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}
% 62.78/8.50  
% 62.78/8.50  fork 7: search finished without proof.
% 63.47/8.52  
% 63.47/8.52  **** run 176 fork 7 starts with strategy
% 63.47/8.52  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 64.68/8.78  
% 64.68/8.78  fork 0: search finished without proof.
% 64.68/8.79  
% 64.68/8.79  **** run 185 fork 0 starts with strategy
% 64.68/8.80  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 67.93/9.16  
% 67.93/9.16  
% 67.93/9.16  fork 5: search terminated without proof.
% 68.47/9.19  
% 68.47/9.19  **** run 174 fork 5 starts with strategy
% 68.47/9.19  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 68.47/9.21  
% 68.47/9.21  
% 68.47/9.21  fork 6: search terminated without proof.
% 68.47/9.26  
% 68.47/9.26  **** run 175 fork 6 starts with strategy
% 68.47/9.26  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 69.37/9.29  
% 69.37/9.29  
% 69.37/9.29  fork 2: search terminated without proof.
% 69.37/9.31  
% 69.37/9.31  **** run 179 fork 2 starts with strategy
% 69.37/9.31  {"max_dseconds":10,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 69.61/9.36  
% 69.61/9.36  
% 69.61/9.36  fork 1: search terminated without proof.
% 69.61/9.38  
% 69.61/9.38  
% 69.61/9.38  fork 3: search terminated without proof.
% 69.61/9.38  
% 69.61/9.38  **** run 178 fork 1 starts with strategy
% 69.61/9.38  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 69.61/9.41  
% 69.61/9.41  **** run 180 fork 3 starts with strategy
% 69.61/9.41  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 70.56/9.54  
% 70.56/9.54  
% 70.56/9.54  fork 4: search terminated without proof.
% 70.56/9.56  
% 70.56/9.56  **** run 181 fork 4 starts with strategy
% 70.56/9.56  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 71.45/9.58  
% 71.45/9.58  
% 71.45/9.58  fork 7: search terminated without proof.
% 71.45/9.62  
% 71.45/9.62  **** run 184 fork 7 starts with strategy
% 71.45/9.62  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 73.86/9.87  
% 73.86/9.87  fork 0: search finished without proof.
% 73.86/9.89  
% 73.86/9.89  **** run 193 fork 0 starts with strategy
% 73.86/9.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 76.20/10.25  
% 76.20/10.25  
% 76.20/10.25  fork 5: search terminated without proof.
% 76.20/10.28  
% 76.20/10.28  **** run 182 fork 5 starts with strategy
% 76.20/10.28  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 76.20/10.29  
% 76.20/10.29  
% 76.20/10.29  fork 6: search terminated without proof.
% 77.05/10.32  
% 77.05/10.32  **** run 183 fork 6 starts with strategy
% 77.05/10.32  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":10}
% 77.05/10.32  
% 77.05/10.32  fork 2: search finished without proof.
% 77.44/10.34  
% 77.44/10.34  **** run 187 fork 2 starts with strategy
% 77.44/10.34  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 78.01/10.41  
% 78.01/10.41  fork 1: search finished without proof.
% 78.01/10.43  
% 78.01/10.43  **** run 186 fork 1 starts with strategy
% 78.01/10.43  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 78.47/10.49  
% 78.47/10.49  
% 78.47/10.49  fork 3: search terminated without proof.
% 78.47/10.51  
% 78.47/10.51  **** run 188 fork 3 starts with strategy
% 78.47/10.51  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 79.45/10.61  
% 79.45/10.61  
% 79.45/10.61  fork 4: search terminated without proof.
% 79.78/10.63  
% 79.78/10.63  **** run 189 fork 4 starts with strategy
% 79.78/10.63  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 79.86/10.67  
% 79.86/10.67  fork 7: search finished without proof.
% 79.86/10.69  
% 79.86/10.69  **** run 192 fork 7 starts with strategy
% 79.86/10.69  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 80.38/10.79  
% 80.38/10.79  fork 6: search finished without proof.
% 80.38/10.80  
% 80.38/10.80  **** run 191 fork 6 starts with strategy
% 80.38/10.80  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 81.69/10.97  
% 81.69/10.97  
% 81.69/10.97  fork 0: search terminated without proof.
% 81.69/11.00  
% 81.69/11.00  **** run 201 fork 0 starts with strategy
% 81.69/11.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 84.69/11.31  
% 84.69/11.31  
% 84.69/11.31  fork 5: search terminated without proof.
% 85.12/11.34  
% 85.12/11.34  **** run 190 fork 5 starts with strategy
% 85.12/11.34  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 85.37/11.38  
% 85.37/11.38  
% 85.37/11.38  fork 2: search terminated without proof.
% 85.37/11.40  
% 85.37/11.40  **** run 195 fork 2 starts with strategy
% 85.37/11.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 86.00/11.46  
% 86.00/11.46  
% 86.00/11.46  fork 1: search terminated without proof.
% 86.40/11.48  
% 86.40/11.48  **** run 194 fork 1 starts with strategy
% 86.40/11.48  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 86.40/11.59  
% 86.40/11.59  
% 86.40/11.59  fork 3: search terminated without proof.
% 86.40/11.62  
% 86.40/11.62  **** run 196 fork 3 starts with strategy
% 86.40/11.62  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 88.09/11.74  
% 88.09/11.74  
% 88.09/11.74  fork 4: search terminated without proof.
% 88.09/11.76  
% 88.09/11.76  **** run 197 fork 4 starts with strategy
% 88.09/11.76  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 88.51/11.77  
% 88.51/11.77  
% 88.51/11.77  fork 7: search terminated without proof.
% 88.51/11.80  
% 88.51/11.80  **** run 200 fork 7 starts with strategy
% 88.51/11.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 88.51/11.85  
% 88.51/11.85  
% 88.51/11.85  fork 6: search terminated without proof.
% 89.24/11.87  
% 89.24/11.87  **** run 199 fork 6 starts with strategy
% 89.24/11.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 90.49/12.03  
% 90.49/12.03  
% 90.49/12.03  fork 0: search terminated without proof.
% 90.90/12.07  
% 90.90/12.07  **** run 209 fork 0 starts with strategy
% 90.90/12.07  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 93.22/12.42  
% 93.22/12.42  
% 93.22/12.42  fork 5: search terminated without proof.
% 93.74/12.45  
% 93.74/12.45  **** run 198 fork 5 starts with strategy
% 93.74/12.45  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 93.74/12.46  
% 93.74/12.46  
% 93.74/12.46  fork 2: search terminated without proof.
% 93.99/12.48  
% 93.99/12.48  **** run 203 fork 2 starts with strategy
% 93.99/12.48  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 94.55/12.54  
% 94.55/12.54  
% 94.55/12.54  fork 1: search terminated without proof.
% 94.84/12.58  
% 94.84/12.58  **** run 202 fork 1 starts with strategy
% 94.84/12.58  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 95.39/12.66  
% 95.39/12.66  
% 95.39/12.66  fork 3: search terminated without proof.
% 95.63/12.70  
% 95.63/12.70  **** run 204 fork 3 starts with strategy
% 95.63/12.70  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 96.38/12.81  
% 96.38/12.81  
% 96.38/12.81  fork 4: search terminated without proof.
% 96.95/12.83  
% 96.95/12.83  **** run 205 fork 4 starts with strategy
% 96.95/12.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.95/12.84  
% 96.95/12.84  
% 96.95/12.84  fork 7: search terminated without proof.
% 96.95/12.89  
% 96.95/12.89  **** run 208 fork 7 starts with strategy
% 96.95/12.89  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 96.95/12.92  
% 96.95/12.92  fork 7: search finished without proof.
% 96.95/12.94  
% 96.95/12.94  **** run 216 fork 7 starts with strategy
% 96.95/12.94  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":10}
% 96.95/12.95  
% 96.95/12.95  
% 96.95/12.95  fork 6: search terminated without proof.
% 96.95/13.01  
% 96.95/13.01  **** run 207 fork 6 starts with strategy
% 96.95/13.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 98.89/13.12  
% 98.89/13.12  
% 98.89/13.12  fork 0: search terminated without proof.
% 99.14/13.15  
% 99.14/13.15  **** run 217 fork 0 starts with strategy
% 99.14/13.15  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 101.56/13.50  
% 101.56/13.50  
% 101.56/13.50  fork 5: search terminated without proof.
% 102.31/13.54  
% 102.31/13.54  
% 102.31/13.54  fork 2: search terminated without proof.
% 102.31/13.54  
% 102.31/13.54  **** run 206 fork 5 starts with strategy
% 102.31/13.54  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 102.31/13.56  
% 102.31/13.56  **** run 211 fork 2 starts with strategy
% 102.31/13.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 102.83/13.69  
% 102.83/13.69  
% 102.83/13.69  fork 1: search terminated without proof.
% 102.83/13.73  
% 102.83/13.73  **** run 210 fork 1 starts with strategy
% 102.83/13.73  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 102.83/13.74  
% 102.83/13.74  
% 102.83/13.74  fork 3: search terminated without proof.
% 102.83/13.77  
% 102.83/13.77  **** run 212 fork 3 starts with strategy
% 102.83/13.77  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 105.18/13.91  
% 105.18/13.91  
% 105.18/13.91  fork 4: search terminated without proof.
% 105.18/13.93  
% 105.18/13.93  **** run 213 fork 4 starts with strategy
% 105.18/13.93  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 105.68/14.05  
% 105.68/14.05  
% 105.68/14.05  fork 7: search terminated without proof.
% 106.46/14.07  
% 106.46/14.07  **** run 224 fork 7 starts with strategy
% 106.46/14.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 106.46/14.07  
% 106.46/14.07  
% 106.46/14.07  fork 6: search terminated without proof.
% 106.72/14.10  
% 106.72/14.10  **** run 215 fork 6 starts with strategy
% 106.72/14.10  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 107.04/14.18  
% 107.04/14.18  
% 107.04/14.18  fork 0: search terminated without proof.
% 107.60/14.20  
% 107.60/14.20  **** run 225 fork 0 starts with strategy
% 107.60/14.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 110.08/14.57  
% 110.08/14.57  
% 110.08/14.57  fork 5: search terminated without proof.
% 110.08/14.62  
% 110.08/14.62  **** run 214 fork 5 starts with strategy
% 110.08/14.62  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 110.08/14.62  
% 110.08/14.62  
% 110.08/14.62  fork 2: search terminated without proof.
% 110.86/14.65  
% 110.86/14.65  **** run 219 fork 2 starts with strategy
% 110.86/14.65  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 111.94/14.79  
% 111.94/14.79  
% 111.94/14.79  fork 1: search terminated without proof.
% 111.94/14.80  
% 111.94/14.80  
% 111.94/14.80  fork 3: search terminated without proof.
% 112.51/14.85  
% 112.51/14.85  **** run 220 fork 3 starts with strategy
% 112.51/14.85  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 112.51/14.85  
% 112.51/14.85  **** run 218 fork 1 starts with strategy
% 112.51/14.85  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 113.74/15.00  
% 113.74/15.00  
% 113.74/15.00  fork 4: search terminated without proof.
% 113.74/15.02  
% 113.74/15.02  **** run 221 fork 4 starts with strategy
% 113.74/15.02  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 113.74/15.12  
% 113.74/15.12  
% 113.74/15.12  fork 7: search terminated without proof.
% 113.74/15.16  
% 113.74/15.16  **** run 232 fork 7 starts with strategy
% 113.74/15.16  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 113.74/15.17  
% 113.74/15.17  
% 113.74/15.17  fork 6: search terminated without proof.
% 113.74/15.19  
% 113.74/15.19  **** run 223 fork 6 starts with strategy
% 113.74/15.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 115.51/15.25  
% 115.51/15.25  
% 115.51/15.25  fork 0: search terminated without proof.
% 115.81/15.28  
% 115.81/15.28  **** run 233 fork 0 starts with strategy
% 115.81/15.28  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 117.13/15.45  
% 117.13/15.45  
% 117.13/15.45  result: proof found
% 117.13/15.45  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 117.13/15.45  by run 232 fork 7 strategy {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 117.13/15.45  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 117.13/15.45  
% 117.13/15.45  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 117.13/15.45  
% 117.13/15.45  run 232 fork 7 statistics:
% 117.13/15.45  ----------------------------------
% 117.13/15.45  this run seconds: 0.241598
% 117.13/15.45  total seconds: 14.606182
% 117.13/15.45  stat_given_used: 564
% 117.13/15.45  stat_given_used_at_endgame: 0
% 117.13/15.45  stat_given_candidates:   2888
% 117.13/15.45  stat_given_candidates_at_endgame: 0
% 117.13/15.45  stat_given_candidates_h: 0
% 117.13/15.45  stat_binres_derived_cl:   4423
% 117.13/15.45  stat_binres_derived_cl_h: 0
% 117.13/15.45  stat_factor_derived_cl: 0
% 117.13/15.45  stat_para_derived_cl: 37055
% 117.13/15.45  stat_tautologies_discarded: 232
% 117.13/15.45  stat_forward_subsumed: 744
% 117.13/15.45  stat_derived_cut: 1083
% 117.13/15.45  stat_derived_rewritten: 0
% 117.13/15.45  stat_weight_discarded_building: 0
% 117.13/15.45  stat_weight_discarded_cl: 0
% 117.13/15.45  stat_internlimit_discarded_cl: 0
% 117.13/15.45  stat_simplified:  269 simplified 0 derived 0 given
% 117.13/15.45  stat_kept_cl: 39953
% 117.13/15.45  stat_built_cl: 41566
% 117.13/15.45  stat_hyperres_partial_cl: 0
% 117.13/15.45  stat_made_rewriters: 0
% 117.13/15.45  stat_backward_subsumed: 0
% 117.13/15.45  stat_propagated_subsumed: 0
% 117.13/15.45  stat_clsubs_attempted:                     22925
% 117.13/15.45  stat_clsubs_fact_groundunit_found:             0
% 117.13/15.45  stat_clsubs_rule_groundunit_found:             7
% 117.13/15.45  stat_clsubs_top_meta_attempted:             793012
% 117.13/15.45  stat_clsubs_top_meta_failed:                770087
% 117.13/15.45  stat_clsubs_top_meta_nonpref_attempted:              793012
% 117.13/15.45  stat_clsubs_top_meta_nonpref_succeeded:              245102
% 117.13/15.45  stat_clsubs_top_meta_pref_attempted:                 245102
% 117.13/15.45  stat_clsubs_top_meta_pref1_succeeded:                 72319
% 117.13/15.45  stat_clsubs_top_meta_pref2_succeeded:                 32299
% 117.13/15.45  stat_clsubs_top_meta_pref3_succeeded:                 22925
% 117.13/15.45  stat_clsubs_top_meta_pref_succeeded:                  22925
% 117.13/15.45  stat_clsubs_meta_attempted:                47130
% 117.13/15.45  stat_clsubs_meta_failed:                   13642
% 117.13/15.45  stat_clsubs_predsymbs_attempted:               0
% 117.13/15.45  stat_clsubs_unit_attempted:                 4016
% 117.13/15.45  stat_clsubs_full_attempted:                18909
% 117.13/15.45  stat_forwardsubs_attempted:                40698
% 117.13/15.45  stat_lit_hash_added:                  14534
% 117.13/15.45  stat_lit_hash_computed:              179867
% 117.13/15.45  stat_lit_hash_match_found:             1117
% 117.13/15.45  stat_lit_hash_match_miss:            302281
% 117.13/15.45  stat_lit_hash_cut_ok:                   598
% 117.13/15.45  stat_lit_strong_cut_ok:                 509
% 117.13/15.45  stat_lit_hash_subsume_ok:               744
% 117.13/15.45  clqueue els 10000000 used 1
% 117.13/15.45  clactive els 10000000 used 673
% 117.13/15.45  clactivesubsume els 10000000 used 3379
% 117.13/15.45  queue_termbuf els 200000000 used 4524112
% 117.13/15.45  hyper_termbuf els 100000000 used 1
% 117.13/15.45  active_termbuf els 100000000 used 33553
% 117.13/15.45  varstack els 5000 last used 1
% 117.13/15.45  given_termbuf els 10000000 last used 1
% 117.13/15.45  simplified_termbuf els 10000000 last used 1
% 117.13/15.45  derived_termbuf els 10000000 last used 29
% 117.13/15.45  wr_mallocs: 15952
% 117.13/15.45  wr_callocs: 21
% 117.13/15.45  wr_reallocs: 2749
% 117.13/15.45  wr_frees: 4
% 117.13/15.45  wr_malloc_bytes: 4163152244
% 117.13/15.45  wr_calloc_bytes: 112065536
% 117.13/15.45  wr_realloc_bytes: 1404536
% 117.13/15.45  wr_realloc_freebytes: 0
% 117.13/15.45  ----------------------------------
%------------------------------------------------------------------------------