TSTP Solution File: NUM172-1 by GKC---0.8

View Problem - Process Solution

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

% Computer : n001.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 11:23:17 EDT 2023

% Result   : Unsatisfiable 54.77s 7.50s
% Output   : CNFRefutation 54.77s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_successor')

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

cnf('2',plain,
    complement(intersection(complement(X),complement(Y))) = union(X,Y),
    inference(cnf_transformation,[],['$inc_union']) ).

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

cnf('4',plain,
    member(x,universal_class),
    inference(cnf_transformation,[],[prove_successor_is_different_1]) ).

cnf('5',plain,
    ( member(x,complement(X))
    | member(x,X) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( member(x,intersection(complement(X),complement(Y)))
    | member(x,union(X,Y)) ),
    inference(paramodulation,[],['2','5']) ).

cnf('7',plain,
    ( ~ member(X,intersection(Y,Z))
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_intersection2']) ).

cnf('8',plain,
    ( member(x,union(X,Y))
    | member(x,complement(Y)) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( member(x,complement(singleton(X)))
    | member(x,successor(X)) ),
    inference(paramodulation,[],['1','8']) ).

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

cnf('11',plain,
    ( ~ member(x,singleton(X))
    | member(x,successor(X)) ),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    unordered_pair(X,X) = singleton(X),
    inference(cnf_transformation,[],['$inc_singleton_set']) ).

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

cnf('14',plain,
    member(x,unordered_pair(X,x)),
    inference(resolution,[],['13','4']) ).

cnf('15',plain,
    member(x,singleton(x)),
    inference(paramodulation,[],['12','14']) ).

cnf('16',plain,
    member(x,successor(x)),
    inference(resolution,[],['11','15']) ).

cnf('17',plain,
    successor(x) = x,
    inference(cnf_transformation,[],[prove_successor_is_different_2]) ).

cnf('18',plain,
    member(x,x),
    inference(simplify,[],['16','17']) ).

cnf('19',plain,
    ( member(X,intersection(Y,Z))
    | ~ member(X,Z)
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_intersection3']) ).

cnf('20',plain,
    ( member(x,intersection(X,x))
    | ~ member(x,X) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    member(x,intersection(singleton(x),x)),
    inference(resolution,[],['20','15']) ).

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

cnf('23',plain,
    ( ~ member(X,singleton(Y))
    | X = Y ),
    inference(paramodulation,[],['12','22']) ).

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

cnf('25',plain,
    ( not_subclass_element(singleton(X),Y) = X
    | subclass(singleton(X),Y) ),
    inference(resolution,[],['23','24']) ).

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

cnf('27',plain,
    ( subclass(singleton(X),Y)
    | ~ member(X,Y) ),
    inference(paramodulation,[],['25','26']) ).

cnf('28',plain,
    subclass(singleton(x),intersection(singleton(x),x)),
    inference(resolution,[],['21','27']) ).

cnf('29',plain,
    ( ~ member(X,intersection(Y,Z))
    | member(X,Y) ),
    inference(cnf_transformation,[],['$inc_intersection1']) ).

cnf('30',plain,
    ( member(not_subclass_element(intersection(X,Y),Z),X)
    | subclass(intersection(X,Y),Z) ),
    inference(resolution,[],['24','29']) ).

cnf('31',plain,
    subclass(intersection(X,Y),X),
    inference(resolution,[],['30','26']) ).

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

cnf('33',plain,
    ( ~ subclass(X,intersection(X,Y))
    | X = intersection(X,Y) ),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    singleton(x) = intersection(singleton(x),x),
    inference(resolution,[],['28','33']) ).

cnf('35',plain,
    ( member(regular(X),X)
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity1']) ).

cnf('36',plain,
    ( regular(singleton(X)) = X
    | singleton(X) = null_class ),
    inference(resolution,[],['23','35']) ).

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

cnf('38',plain,
    ( member(not_subclass_element(X,Y),Z)
    | ~ subclass(X,Z)
    | subclass(X,Y) ),
    inference(resolution,[],['24','37']) ).

cnf('39',plain,
    ( intersection(X,regular(X)) = null_class
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity2']) ).

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

cnf('41',plain,
    ( subclass(intersection(X,regular(X)),null_class)
    | X = null_class ),
    inference(resolution,[],['39','40']) ).

cnf('42',plain,
    ( member(regular(intersection(X,Y)),Y)
    | intersection(X,Y) = null_class ),
    inference(resolution,[],['7','35']) ).

cnf('43',plain,
    ( member(regular(X),Y)
    | ~ subclass(X,Y)
    | X = null_class ),
    inference(resolution,[],['35','37']) ).

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

cnf('45',plain,
    ( member(regular(X),universal_class)
    | X = null_class ),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ( ~ member(regular(complement(X)),X)
    | complement(X) = null_class ),
    inference(resolution,[],['35','10']) ).

cnf('47',plain,
    complement(universal_class) = null_class,
    inference(resolution,[],['45','46']) ).

cnf('48',plain,
    ( ~ member(X,universal_class)
    | ~ member(X,null_class) ),
    inference(paramodulation,[],['47','10']) ).

cnf('49',plain,
    ( ~ member(regular(X),null_class)
    | X = null_class ),
    inference(resolution,[],['48','45']) ).

cnf('50',plain,
    intersection(X,null_class) = null_class,
    inference(resolution,[],['42','49']) ).

cnf('51',plain,
    intersection(cross_product(X,Y),Z) = restrict(Z,X,Y),
    inference(cnf_transformation,[],['$inc_restriction2']) ).

cnf('52',plain,
    null_class = restrict(null_class,X,Y),
    inference(paramodulation,[],['50','51']) ).

cnf('53',plain,
    ( restrict(X,singleton(Y),universal_class) != null_class
    | ~ member(Y,domain_of(X)) ),
    inference(cnf_transformation,[],['$inc_domain1']) ).

cnf('54',plain,
    ~ member(X,domain_of(null_class)),
    inference(paramodulation,[],['52','53']) ).

cnf('55',plain,
    domain_of(null_class) = null_class,
    inference(resolution,[],['54','35']) ).

cnf('56',plain,
    ~ member(X3,null_class),
    inference(paramodulation,[],['55','54']) ).

cnf('57',plain,
    ( subclass(intersection(X,regular(X)),Y)
    | X = null_class ),
    inference(resolution,[then_simplify],['38','41','56']) ).

cnf('58',plain,
    ( subclass(intersection(singleton(X),X),Y)
    | singleton(X) = null_class ),
    inference(paramodulation,[],['36','57']) ).

cnf('59',plain,
    ( singleton(x) = null_class
    | subclass(singleton(x),X) ),
    inference(paramodulation,[],['34','58']) ).

cnf('60',plain,
    ( ~ member(X,recursion_equation_functions(Y))
    | function(Y) ),
    inference(cnf_transformation,[],['$inc_recursion_equation_functions1']) ).

cnf('61',plain,
    ( recursion_equation_functions(X) = null_class
    | function(X) ),
    inference(resolution,[],['35','60']) ).

cnf('62',plain,
    ( ~ member(X,null_class)
    | function(Y) ),
    inference(paramodulation,[],['61','60']) ).

cnf('63',plain,
    ( subclass(null_class,X)
    | function(Y) ),
    inference(resolution,[],['24','62']) ).

cnf('64',plain,
    ( subclass(X,cross_product(universal_class,universal_class))
    | ~ function(X) ),
    inference(cnf_transformation,[],['$inc_function1']) ).

cnf('65',plain,
    ( subclass(X,cross_product(universal_class,universal_class))
    | subclass(null_class,Y) ),
    inference(resolution,[],['63','64']) ).

cnf('66',plain,
    ( ~ subclass(universal_class,X)
    | universal_class = X ),
    inference(resolution,[],['32','44']) ).

cnf('67',plain,
    ( universal_class = cross_product(universal_class,universal_class)
    | subclass(null_class,X) ),
    inference(resolution,[],['65','66']) ).

cnf('68',plain,
    ( ~ member(ordered_pair(X,Y),cross_product(Z,U))
    | member(Y,U) ),
    inference(cnf_transformation,[],['$inc_cartesian_product2']) ).

cnf('69',plain,
    unordered_pair(singleton(X),unordered_pair(X,singleton(Y))) = ordered_pair(X,Y),
    inference(cnf_transformation,[],['$inc_ordered_pair']) ).

cnf('70',plain,
    member(unordered_pair(X,Y),universal_class),
    inference(cnf_transformation,[],['$inc_unordered_pairs_in_universal']) ).

cnf('71',plain,
    member(ordered_pair(X3,Y3),universal_class),
    inference(paramodulation,[],['69','70']) ).

cnf('72',plain,
    ( subclass(null_class,X)
    | member(Y,universal_class) ),
    inference(paramodulation,[then_simplify],['67','68','71']) ).

cnf('73',plain,
    ( complement(universal_class) = null_class
    | subclass(null_class,X) ),
    inference(resolution,[],['46','72']) ).

cnf('74',plain,
    ( subclass(null_class,X)
    | ~ member(Y,universal_class)
    | ~ member(Y,null_class) ),
    inference(paramodulation,[],['73','10']) ).

cnf('75',plain,
    ( subclass(null_class,X)
    | subclass(null_class,Y)
    | ~ member(Z,null_class) ),
    inference(resolution,[],['74','72']) ).

cnf('76',plain,
    ( subclass(null_class,X)
    | ~ member(Y,null_class) ),
    inference(factorization,[],['75']) ).

cnf('77',plain,
    ( subclass(null_class,X)
    | subclass(null_class,Y) ),
    inference(resolution,[],['76','24']) ).

cnf('78',plain,
    subclass(null_class,X),
    inference(factorization,[],['77']) ).

cnf('79',plain,
    ( ~ subclass(X,null_class)
    | X = null_class ),
    inference(resolution,[],['78','32']) ).

cnf('80',plain,
    singleton(x) = null_class,
    inference(resolution,[],['59','79']) ).

cnf('81',plain,
    ( ~ subclass(singleton(x),X)
    | member(x,X) ),
    inference(resolution,[],['15','37']) ).

cnf('82',plain,
    subclass(null_class,X3),
    inference(factorization,[],['77']) ).

cnf('83',plain,
    ~ member(x,null_class),
    inference(resolution,[],['48','4']) ).

cnf('84',plain,
    $false,
    inference(paramodulation,[then_simplify],['80','81','82','83']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : NUM172-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % Command  : gkc %s
% 0.13/0.35  % Computer : n001.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 14:54:13 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                   160
% 0.21/0.39  in_rule_clause_count:              155
% 0.21/0.39  in_fact_clause_count:                5
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:             17
% 0.21/0.39  in_unit_clause_count:               48
% 0.21/0.39  in_horn_clause_count:              148
% 0.21/0.39  in_pos_clause_count:                52
% 0.21/0.39  in_neg_clause_count:                 3
% 0.21/0.39  in_poseq_clause_count:              56
% 0.21/0.39  in_negeq_clause_count:              14
% 0.21/0.39  in_unitposeq_clause_count:          30
% 0.21/0.39  in_chain_clause_count:               2
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             5
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              6
% 0.21/0.39  in_min_size:               2
% 0.21/0.39  in_max_size:              41
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               5
% 0.21/0.39  in_extaxiom_count:               158
% 0.21/0.39  in_axiom_count:                    0
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     2
% 0.21/0.39  in_neg_goal_count:                 0
% 0.21/0.39  in_pos_goal_count:                 2
% 0.21/0.40  in_posunit_goal_count:             2
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"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.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.42  
% 0.21/0.42  **** run 7 fork 6 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  fork 1: search finished without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  fork 2: search terminated without proof.
% 0.21/0.58  
% 0.21/0.58  **** run 10 fork 1 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.59  
% 0.21/0.59  
% 0.21/0.59  fork 6: search terminated without proof.
% 0.21/0.60  
% 0.21/0.60  
% 0.21/0.60  fork 3: search terminated without proof.
% 0.21/0.60  
% 0.21/0.60  **** run 11 fork 2 starts with strategy
% 0.21/0.60  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.61  
% 0.21/0.61  **** run 15 fork 6 starts with strategy
% 0.21/0.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.62  
% 0.21/0.62  **** run 12 fork 3 starts with strategy
% 0.21/0.62  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 5: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.70  
% 0.21/0.70  **** run 22 fork 5 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  fork 1: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  fork 7: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 0: search terminated without proof.
% 0.21/0.74  
% 0.21/0.74  **** run 24 fork 7 starts with strategy
% 0.21/0.74  
% 0.21/0.74  **** run 18 fork 1 starts with strategy
% 0.21/0.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.21/0.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.74  
% 0.21/0.74  
% 0.21/0.74  fork 2: search terminated without proof.
% 0.21/0.74  
% 0.21/0.74  **** run 17 fork 0 starts with strategy
% 0.21/0.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.76  
% 0.21/0.76  **** run 19 fork 2 starts with strategy
% 0.21/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.78  No candidate clauses found.
% 0.21/0.78  
% 0.21/0.78  
% 0.21/0.78  fork 1: search terminated without proof.
% 0.21/0.79  
% 0.21/0.79  
% 0.21/0.79  fork 6: search terminated without proof.
% 2.22/0.80  
% 2.22/0.80  **** run 26 fork 1 starts with strategy
% 2.22/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 2.22/0.81  
% 2.22/0.81  **** run 23 fork 6 starts with strategy
% 2.22/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 2.22/0.82  
% 2.22/0.82  
% 2.22/0.82  fork 3: search terminated without proof.
% 2.22/0.83  
% 2.22/0.83  
% 2.22/0.83  fork 5: search terminated without proof.
% 2.22/0.83  
% 2.22/0.83  
% 2.22/0.83  fork 4: search terminated without proof.
% 2.22/0.84  
% 2.22/0.84  **** run 20 fork 3 starts with strategy
% 2.22/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.22/0.85  
% 2.22/0.85  **** run 30 fork 5 starts with strategy
% 2.22/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 2.22/0.85  
% 2.22/0.85  **** run 29 fork 4 starts with strategy
% 2.22/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.55/0.87  
% 3.55/0.87  
% 3.55/0.87  fork 7: search terminated without proof.
% 3.55/0.87  
% 3.55/0.87  
% 3.55/0.87  fork 0: search terminated without proof.
% 3.55/0.89  
% 3.55/0.89  **** run 25 fork 0 starts with strategy
% 3.55/0.89  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.55/0.90  
% 3.55/0.90  **** run 32 fork 7 starts with strategy
% 3.55/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.55/0.90  
% 3.55/0.90  
% 3.55/0.90  fork 2: search terminated without proof.
% 3.92/0.92  
% 3.92/0.92  **** run 27 fork 2 starts with strategy
% 3.92/0.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.92/0.94  
% 3.92/0.94  
% 3.92/0.94  fork 1: search terminated without proof.
% 3.92/0.94  
% 3.92/0.94  
% 3.92/0.94  fork 6: search terminated without proof.
% 4.14/0.95  
% 4.14/0.95  **** run 34 fork 1 starts with strategy
% 4.14/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.14/0.96  
% 4.14/0.96  **** run 31 fork 6 starts with strategy
% 4.14/0.96  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.14/0.97  
% 4.14/0.97  
% 4.14/0.97  fork 3: search terminated without proof.
% 4.14/0.98  
% 4.14/0.98  
% 4.14/0.98  fork 4: search terminated without proof.
% 4.14/0.98  
% 4.14/0.98  
% 4.14/0.98  fork 5: search terminated without proof.
% 4.14/0.99  
% 4.14/0.99  **** run 28 fork 3 starts with strategy
% 4.14/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 4.14/1.00  
% 4.14/1.00  **** run 37 fork 4 starts with strategy
% 4.14/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.14/1.00  
% 4.14/1.00  **** run 38 fork 5 starts with strategy
% 4.14/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.76/1.03  
% 4.76/1.03  
% 4.76/1.03  fork 0: search terminated without proof.
% 4.76/1.03  
% 4.76/1.03  
% 4.76/1.03  fork 7: search terminated without proof.
% 4.76/1.04  
% 4.76/1.04  fork 4: search finished without proof.
% 4.76/1.05  
% 4.76/1.05  **** run 33 fork 0 starts with strategy
% 4.76/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.76/1.05  
% 4.76/1.05  
% 4.76/1.05  fork 2: search terminated without proof.
% 4.76/1.05  
% 4.76/1.05  **** run 40 fork 7 starts with strategy
% 4.76/1.05  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.76/1.05  
% 4.76/1.05  **** run 45 fork 4 starts with strategy
% 4.76/1.05  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 4.76/1.07  
% 4.76/1.07  **** run 35 fork 2 starts with strategy
% 4.76/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.21/1.08  
% 5.21/1.08  
% 5.21/1.08  fork 1: search terminated without proof.
% 5.21/1.09  
% 5.21/1.09  
% 5.21/1.09  fork 6: search terminated without proof.
% 5.21/1.10  
% 5.21/1.10  **** run 42 fork 1 starts with strategy
% 5.21/1.10  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 5.21/1.11  
% 5.21/1.11  **** run 39 fork 6 starts with strategy
% 5.21/1.11  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 5.21/1.12  
% 5.21/1.12  
% 5.21/1.12  fork 3: search terminated without proof.
% 5.21/1.13  
% 5.21/1.13  
% 5.21/1.13  fork 5: search terminated without proof.
% 5.21/1.14  
% 5.21/1.14  **** run 36 fork 3 starts with strategy
% 5.21/1.14  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.77/1.15  
% 5.77/1.15  **** run 46 fork 5 starts with strategy
% 5.77/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.92/1.17  
% 5.92/1.17  
% 5.92/1.17  fork 0: search terminated without proof.
% 5.92/1.18  
% 5.92/1.18  
% 5.92/1.18  fork 4: search terminated without proof.
% 5.92/1.19  
% 5.92/1.19  
% 5.92/1.19  fork 7: search terminated without proof.
% 5.92/1.19  
% 5.92/1.19  **** run 41 fork 0 starts with strategy
% 5.92/1.19  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.92/1.20  
% 5.92/1.20  **** run 53 fork 4 starts with strategy
% 5.92/1.20  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 5.92/1.21  
% 5.92/1.21  
% 5.92/1.21  fork 2: search terminated without proof.
% 5.92/1.21  
% 5.92/1.21  **** run 48 fork 7 starts with strategy
% 5.92/1.21  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.31/1.23  
% 6.31/1.23  
% 6.31/1.23  fork 1: search terminated without proof.
% 6.31/1.23  
% 6.31/1.23  **** run 43 fork 2 starts with strategy
% 6.31/1.23  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.31/1.24  
% 6.31/1.24  
% 6.31/1.24  fork 6: search terminated without proof.
% 6.53/1.25  
% 6.53/1.25  **** run 50 fork 1 starts with strategy
% 6.53/1.25  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.53/1.26  
% 6.53/1.26  **** run 47 fork 6 starts with strategy
% 6.53/1.26  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.53/1.27  
% 6.53/1.27  fork 3: search finished without proof.
% 6.53/1.28  
% 6.53/1.28  
% 6.53/1.28  fork 5: search terminated without proof.
% 6.53/1.28  
% 6.53/1.28  **** run 44 fork 3 starts with strategy
% 6.53/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.53/1.30  
% 6.53/1.30  **** run 54 fork 5 starts with strategy
% 6.53/1.30  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.53/1.32  
% 6.53/1.32  
% 6.53/1.32  fork 0: search terminated without proof.
% 6.53/1.32  
% 6.53/1.32  fork 4: search finished without proof.
% 7.18/1.34  
% 7.18/1.34  **** run 49 fork 0 starts with strategy
% 7.18/1.34  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.18/1.34  
% 7.18/1.34  **** run 61 fork 4 starts with strategy
% 7.18/1.34  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.18/1.35  
% 7.18/1.35  
% 7.18/1.35  fork 7: search terminated without proof.
% 7.18/1.36  
% 7.18/1.36  
% 7.18/1.36  fork 2: search terminated without proof.
% 7.18/1.37  
% 7.18/1.37  **** run 56 fork 7 starts with strategy
% 7.18/1.37  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.18/1.37  
% 7.18/1.37  
% 7.18/1.37  fork 1: search terminated without proof.
% 7.18/1.38  
% 7.18/1.38  fork 6: search finished without proof.
% 7.18/1.40  
% 7.18/1.40  **** run 55 fork 6 starts with strategy
% 7.18/1.40  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.18/1.40  
% 7.18/1.40  **** run 58 fork 1 starts with strategy
% 7.18/1.40  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.18/1.40  
% 7.18/1.40  **** run 51 fork 2 starts with strategy
% 7.18/1.40  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.18/1.41  
% 7.18/1.41  fork 3: search finished without proof.
% 7.18/1.43  
% 7.18/1.43  
% 7.18/1.43  fork 5: search terminated without proof.
% 7.18/1.43  
% 7.18/1.43  **** run 52 fork 3 starts with strategy
% 7.18/1.43  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.18/1.45  
% 7.18/1.45  **** run 62 fork 5 starts with strategy
% 7.18/1.45  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.18/1.46  
% 7.18/1.46  fork 4: search finished without proof.
% 7.18/1.46  
% 7.18/1.46  
% 7.18/1.46  fork 0: search terminated without proof.
% 7.18/1.48  
% 7.18/1.48  **** run 69 fork 4 starts with strategy
% 7.18/1.48  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 7.18/1.48  
% 7.18/1.48  **** run 57 fork 0 starts with strategy
% 7.18/1.49  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.18/1.50  
% 7.18/1.50  
% 7.18/1.50  fork 7: search terminated without proof.
% 7.18/1.51  
% 7.18/1.51  fork 6: search finished without proof.
% 7.18/1.53  
% 7.18/1.53  **** run 64 fork 7 starts with strategy
% 7.18/1.53  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.18/1.53  
% 7.18/1.53  **** run 63 fork 6 starts with strategy
% 7.18/1.53  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.18/1.53  
% 7.18/1.53  
% 7.18/1.53  fork 1: search terminated without proof.
% 7.18/1.56  
% 7.18/1.56  
% 7.18/1.56  fork 3: search terminated without proof.
% 7.18/1.56  
% 7.18/1.56  **** run 66 fork 1 starts with strategy
% 7.18/1.56  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.18/1.58  
% 7.18/1.58  **** run 60 fork 3 starts with strategy
% 7.18/1.58  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.18/1.58  
% 7.18/1.58  
% 7.18/1.58  fork 5: search terminated without proof.
% 7.18/1.60  
% 7.18/1.60  **** run 70 fork 5 starts with strategy
% 7.18/1.60  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 8.15/1.61  
% 8.15/1.61  
% 8.15/1.61  fork 4: search terminated without proof.
% 8.15/1.62  
% 8.15/1.62  
% 8.15/1.62  fork 0: search terminated without proof.
% 8.15/1.63  
% 8.15/1.63  **** run 77 fork 4 starts with strategy
% 8.15/1.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 8.15/1.64  
% 8.15/1.64  **** run 65 fork 0 starts with strategy
% 8.15/1.64  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.15/1.65  
% 8.15/1.65  
% 8.15/1.65  fork 6: search terminated without proof.
% 8.15/1.66  
% 8.15/1.66  
% 8.15/1.66  fork 7: search terminated without proof.
% 8.15/1.67  
% 8.15/1.67  
% 8.15/1.67  fork 2: search terminated without proof.
% 8.15/1.67  
% 8.15/1.67  **** run 71 fork 6 starts with strategy
% 8.15/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.77/1.68  
% 9.77/1.68  **** run 72 fork 7 starts with strategy
% 9.77/1.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 9.91/1.70  
% 9.91/1.70  fork 3: search finished without proof.
% 10.07/1.72  
% 10.07/1.72  **** run 68 fork 3 starts with strategy
% 10.07/1.72  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.07/1.72  
% 10.07/1.72  **** run 59 fork 2 starts with strategy
% 10.07/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 10.07/1.72  
% 10.07/1.72  
% 10.07/1.72  fork 5: search terminated without proof.
% 10.07/1.74  
% 10.07/1.74  **** run 78 fork 5 starts with strategy
% 10.07/1.74  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.07/1.76  
% 10.07/1.76  
% 10.07/1.76  fork 4: search terminated without proof.
% 10.07/1.76  
% 10.07/1.76  
% 10.07/1.76  fork 1: search terminated without proof.
% 10.07/1.77  
% 10.07/1.77  
% 10.07/1.77  fork 0: search terminated without proof.
% 10.07/1.78  
% 10.07/1.78  **** run 85 fork 4 starts with strategy
% 10.07/1.78  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.07/1.79  
% 10.07/1.79  **** run 73 fork 0 starts with strategy
% 10.07/1.79  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.07/1.79  
% 10.07/1.79  
% 10.07/1.79  fork 6: search terminated without proof.
% 10.07/1.80  
% 10.07/1.80  **** run 74 fork 1 starts with strategy
% 10.07/1.80  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 10.65/1.81  
% 10.65/1.81  
% 10.65/1.81  fork 7: search terminated without proof.
% 10.65/1.81  
% 10.65/1.81  **** run 79 fork 6 starts with strategy
% 10.65/1.81  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.65/1.83  
% 10.65/1.83  **** run 80 fork 7 starts with strategy
% 10.65/1.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.65/1.85  
% 10.65/1.85  
% 10.65/1.85  fork 3: search terminated without proof.
% 10.65/1.87  
% 10.65/1.87  **** run 76 fork 3 starts with strategy
% 10.65/1.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.65/1.88  
% 10.65/1.88  
% 10.65/1.88  fork 5: search terminated without proof.
% 11.29/1.88  
% 11.29/1.88  
% 11.29/1.88  fork 2: search terminated without proof.
% 11.29/1.89  
% 11.29/1.89  **** run 86 fork 5 starts with strategy
% 11.29/1.89  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 11.29/1.90  
% 11.29/1.90  **** run 67 fork 2 starts with strategy
% 11.29/1.90  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 11.29/1.91  
% 11.29/1.91  
% 11.29/1.91  fork 4: search terminated without proof.
% 11.29/1.92  
% 11.29/1.92  
% 11.29/1.92  fork 0: search terminated without proof.
% 11.29/1.93  
% 11.29/1.93  **** run 93 fork 4 starts with strategy
% 11.29/1.93  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 11.29/1.93  
% 11.29/1.93  
% 11.29/1.93  fork 1: search terminated without proof.
% 11.29/1.93  
% 11.29/1.93  **** run 81 fork 0 starts with strategy
% 11.29/1.93  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.29/1.95  
% 11.29/1.95  
% 11.29/1.95  fork 6: search terminated without proof.
% 11.29/1.95  
% 11.29/1.95  **** run 82 fork 1 starts with strategy
% 11.29/1.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.29/1.97  
% 11.29/1.97  
% 11.29/1.97  fork 7: search terminated without proof.
% 11.29/1.97  
% 11.29/1.97  **** run 87 fork 6 starts with strategy
% 11.29/1.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.07/1.99  
% 12.07/1.99  **** run 88 fork 7 starts with strategy
% 12.07/1.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.07/1.99  
% 12.07/1.99  
% 12.07/1.99  fork 3: search terminated without proof.
% 12.22/2.01  
% 12.22/2.01  **** run 84 fork 3 starts with strategy
% 12.22/2.01  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.39/2.03  
% 12.39/2.03  
% 12.39/2.03  fork 5: search terminated without proof.
% 12.39/2.03  
% 12.39/2.03  
% 12.39/2.03  fork 2: search terminated without proof.
% 12.39/2.05  
% 12.39/2.05  **** run 94 fork 5 starts with strategy
% 12.39/2.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.39/2.05  
% 12.39/2.05  fork 3: search finished without proof.
% 12.39/2.06  
% 12.39/2.06  **** run 75 fork 2 starts with strategy
% 12.39/2.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 12.39/2.06  
% 12.39/2.06  
% 12.39/2.06  fork 4: search terminated without proof.
% 12.39/2.07  
% 12.39/2.07  
% 12.39/2.07  fork 0: search terminated without proof.
% 12.39/2.07  
% 12.39/2.07  **** run 92 fork 3 starts with strategy
% 12.39/2.07  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 12.39/2.08  
% 12.39/2.08  **** run 101 fork 4 starts with strategy
% 12.39/2.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.39/2.09  
% 12.39/2.09  
% 12.39/2.09  fork 1: search terminated without proof.
% 12.39/2.09  
% 12.39/2.09  **** run 89 fork 0 starts with strategy
% 12.39/2.09  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.39/2.10  
% 12.39/2.10  
% 12.39/2.10  fork 6: search terminated without proof.
% 12.39/2.11  
% 12.39/2.11  **** run 90 fork 1 starts with strategy
% 12.39/2.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.39/2.12  
% 12.39/2.12  **** run 95 fork 6 starts with strategy
% 12.39/2.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.39/2.16  
% 12.39/2.16  
% 12.39/2.16  fork 7: search terminated without proof.
% 12.39/2.17  
% 12.39/2.17  
% 12.39/2.17  fork 5: search terminated without proof.
% 12.39/2.19  
% 12.39/2.19  **** run 102 fork 5 starts with strategy
% 12.39/2.19  
% 12.39/2.19  **** run 96 fork 7 starts with strategy
% 12.39/2.19  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 12.39/2.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.39/2.19  
% 12.39/2.19  
% 12.39/2.19  fork 2: search terminated without proof.
% 12.39/2.20  
% 12.39/2.20  fork 3: search finished without proof.
% 12.39/2.21  
% 12.39/2.21  
% 12.39/2.21  fork 4: search terminated without proof.
% 12.39/2.22  
% 12.39/2.22  
% 12.39/2.22  fork 0: search terminated without proof.
% 12.39/2.22  
% 12.39/2.22  **** run 100 fork 3 starts with strategy
% 12.39/2.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.39/2.22  
% 12.39/2.22  **** run 83 fork 2 starts with strategy
% 12.39/2.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.39/2.24  
% 12.39/2.24  **** run 109 fork 4 starts with strategy
% 12.39/2.24  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.39/2.24  
% 12.39/2.24  **** run 97 fork 0 starts with strategy
% 12.39/2.24  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 12.39/2.24  
% 12.39/2.24  
% 12.39/2.24  fork 1: search terminated without proof.
% 12.39/2.25  
% 12.39/2.25  
% 12.39/2.25  fork 6: search terminated without proof.
% 12.39/2.26  
% 12.39/2.26  **** run 98 fork 1 starts with strategy
% 12.39/2.26  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.39/2.27  
% 12.39/2.27  **** run 103 fork 6 starts with strategy
% 12.39/2.27  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 12.39/2.33  
% 12.39/2.33  
% 12.39/2.33  fork 5: search terminated without proof.
% 13.60/2.35  
% 13.60/2.35  **** run 110 fork 5 starts with strategy
% 13.60/2.35  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.60/2.35  
% 13.60/2.35  
% 13.60/2.35  fork 3: search terminated without proof.
% 13.60/2.35  
% 13.60/2.35  
% 13.60/2.35  fork 2: search terminated without proof.
% 13.60/2.36  
% 13.60/2.36  
% 13.60/2.36  fork 4: search terminated without proof.
% 13.60/2.36  
% 13.60/2.36  
% 13.60/2.36  fork 0: search terminated without proof.
% 13.60/2.37  
% 13.60/2.37  **** run 108 fork 3 starts with strategy
% 13.60/2.37  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.60/2.38  
% 13.60/2.38  **** run 91 fork 2 starts with strategy
% 13.60/2.38  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 13.60/2.38  
% 13.60/2.38  **** run 117 fork 4 starts with strategy
% 13.60/2.38  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 13.60/2.38  
% 13.60/2.38  **** run 105 fork 0 starts with strategy
% 13.60/2.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 13.60/2.39  
% 13.60/2.39  
% 13.60/2.39  fork 1: search terminated without proof.
% 13.60/2.40  
% 13.60/2.40  
% 13.60/2.40  fork 6: search terminated without proof.
% 13.60/2.41  
% 13.60/2.41  
% 13.60/2.41  fork 7: search terminated without proof.
% 13.60/2.41  
% 13.60/2.41  **** run 106 fork 1 starts with strategy
% 13.60/2.41  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.60/2.42  
% 13.60/2.42  **** run 111 fork 6 starts with strategy
% 13.60/2.42  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.48/2.43  
% 15.48/2.43  **** run 104 fork 7 starts with strategy
% 15.48/2.43  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 15.48/2.48  
% 15.48/2.48  
% 15.48/2.48  fork 5: search terminated without proof.
% 15.48/2.50  
% 15.48/2.50  **** run 118 fork 5 starts with strategy
% 15.48/2.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 15.48/2.50  
% 15.48/2.50  
% 15.48/2.50  fork 3: search terminated without proof.
% 15.48/2.51  
% 15.48/2.51  
% 15.48/2.51  fork 2: search terminated without proof.
% 15.48/2.51  
% 15.48/2.51  fork 0: search finished without proof.
% 15.48/2.51  
% 15.48/2.51  
% 15.48/2.51  fork 4: search terminated without proof.
% 16.28/2.52  
% 16.28/2.52  **** run 116 fork 3 starts with strategy
% 16.28/2.52  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 16.28/2.53  
% 16.28/2.53  **** run 99 fork 2 starts with strategy
% 16.28/2.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 16.28/2.53  
% 16.28/2.53  **** run 113 fork 0 starts with strategy
% 16.28/2.53  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.28/2.53  
% 16.28/2.53  **** run 125 fork 4 starts with strategy
% 16.28/2.53  {"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}
% 16.28/2.54  
% 16.28/2.54  fork 1: search finished without proof.
% 16.28/2.54  
% 16.28/2.54  
% 16.28/2.54  fork 6: search terminated without proof.
% 16.28/2.56  
% 16.28/2.56  **** run 114 fork 1 starts with strategy
% 16.28/2.56  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 16.28/2.56  
% 16.28/2.56  
% 16.28/2.56  fork 7: search terminated without proof.
% 16.28/2.57  
% 16.28/2.57  **** run 119 fork 6 starts with strategy
% 16.28/2.57  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 16.28/2.59  
% 16.28/2.59  **** run 112 fork 7 starts with strategy
% 16.28/2.59  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.93/2.62  
% 16.93/2.62  
% 16.93/2.62  fork 5: search terminated without proof.
% 16.93/2.64  
% 16.93/2.64  **** run 126 fork 5 starts with strategy
% 16.93/2.64  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 16.93/2.65  
% 16.93/2.65  
% 16.93/2.65  fork 3: search terminated without proof.
% 16.93/2.65  
% 16.93/2.65  
% 16.93/2.65  fork 0: search terminated without proof.
% 16.93/2.65  
% 16.93/2.65  
% 16.93/2.65  fork 2: search terminated without proof.
% 16.93/2.66  
% 16.93/2.66  
% 16.93/2.66  fork 4: search terminated without proof.
% 16.93/2.67  
% 16.93/2.67  **** run 121 fork 0 starts with strategy
% 16.93/2.67  {"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}
% 16.93/2.67  
% 16.93/2.67  **** run 107 fork 2 starts with strategy
% 16.93/2.67  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 16.93/2.67  
% 16.93/2.67  **** run 124 fork 3 starts with strategy
% 16.93/2.67  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 17.55/2.68  
% 17.55/2.68  **** run 133 fork 4 starts with strategy
% 17.55/2.68  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.55/2.68  
% 17.55/2.68  
% 17.55/2.68  fork 1: search terminated without proof.
% 17.55/2.70  
% 17.55/2.70  **** run 122 fork 1 starts with strategy
% 17.55/2.70  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 17.55/2.71  
% 17.55/2.71  
% 17.55/2.71  fork 6: search terminated without proof.
% 17.55/2.72  
% 17.55/2.72  
% 17.55/2.72  fork 7: search terminated without proof.
% 17.55/2.72  
% 17.55/2.72  **** run 127 fork 6 starts with strategy
% 17.55/2.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.55/2.74  
% 17.55/2.74  **** run 120 fork 7 starts with strategy
% 17.55/2.74  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.55/2.77  
% 17.55/2.77  
% 17.55/2.77  fork 5: search terminated without proof.
% 18.30/2.79  
% 18.30/2.79  **** run 134 fork 5 starts with strategy
% 18.30/2.79  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 18.49/2.81  
% 18.49/2.81  
% 18.49/2.81  fork 3: search terminated without proof.
% 18.49/2.81  
% 18.49/2.81  
% 18.49/2.81  fork 0: search terminated without proof.
% 18.49/2.81  
% 18.49/2.81  
% 18.49/2.81  fork 2: search terminated without proof.
% 18.67/2.83  
% 18.67/2.83  **** run 115 fork 2 starts with strategy
% 18.67/2.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 18.67/2.83  
% 18.67/2.83  **** run 129 fork 0 starts with strategy
% 18.67/2.83  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 18.67/2.83  
% 18.67/2.83  **** run 132 fork 3 starts with strategy
% 18.67/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.67/2.83  
% 18.67/2.83  
% 18.67/2.83  fork 1: search terminated without proof.
% 18.67/2.85  
% 18.67/2.85  **** run 130 fork 1 starts with strategy
% 18.67/2.85  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 18.67/2.88  
% 18.67/2.88  
% 18.67/2.88  fork 7: search terminated without proof.
% 19.29/2.90  
% 19.29/2.90  **** run 128 fork 7 starts with strategy
% 19.29/2.90  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 19.29/2.95  
% 19.29/2.95  
% 19.29/2.95  fork 2: search terminated without proof.
% 19.29/2.97  
% 19.29/2.97  **** run 123 fork 2 starts with strategy
% 19.29/2.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 19.91/3.10  
% 19.91/3.10  
% 19.91/3.10  fork 2: search terminated without proof.
% 19.91/3.12  
% 19.91/3.12  **** run 131 fork 2 starts with strategy
% 19.91/3.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 25.11/3.71  
% 25.11/3.71  
% 25.11/3.71  fork 4: search terminated without proof.
% 25.73/3.73  
% 25.73/3.73  **** run 141 fork 4 starts with strategy
% 25.73/3.73  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 25.73/3.75  
% 25.73/3.75  
% 25.73/3.75  fork 6: search terminated without proof.
% 26.20/3.79  
% 26.20/3.79  **** run 135 fork 6 starts with strategy
% 26.20/3.79  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.20/3.81  
% 26.20/3.81  
% 26.20/3.81  fork 5: search terminated without proof.
% 26.20/3.84  
% 26.20/3.84  **** run 142 fork 5 starts with strategy
% 26.20/3.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.20/3.86  
% 26.20/3.86  
% 26.20/3.86  fork 0: search terminated without proof.
% 26.20/3.86  
% 26.20/3.86  
% 26.20/3.86  fork 3: search terminated without proof.
% 26.20/3.87  
% 26.20/3.87  **** run 137 fork 0 starts with strategy
% 26.20/3.87  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 26.20/3.88  
% 26.20/3.88  
% 26.20/3.88  fork 1: search terminated without proof.
% 26.20/3.90  
% 26.20/3.90  **** run 140 fork 3 starts with strategy
% 26.20/3.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 26.20/3.90  
% 26.20/3.90  **** run 138 fork 1 starts with strategy
% 26.20/3.90  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 28.35/4.13  
% 28.35/4.13  
% 28.35/4.13  fork 7: search terminated without proof.
% 28.99/4.15  
% 28.99/4.15  
% 28.99/4.15  fork 2: search terminated without proof.
% 28.99/4.16  
% 28.99/4.16  **** run 136 fork 7 starts with strategy
% 28.99/4.16  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 29.32/4.19  
% 29.32/4.19  **** run 139 fork 2 starts with strategy
% 29.32/4.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.85/4.81  
% 33.85/4.81  
% 33.85/4.81  fork 6: search terminated without proof.
% 33.85/4.84  
% 33.85/4.84  **** run 143 fork 6 starts with strategy
% 33.85/4.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 33.85/4.85  
% 33.85/4.85  
% 33.85/4.85  fork 4: search terminated without proof.
% 34.58/4.88  
% 34.58/4.88  **** run 149 fork 4 starts with strategy
% 34.58/4.88  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 34.58/4.88  
% 34.58/4.88  
% 34.58/4.88  fork 5: search terminated without proof.
% 34.80/4.90  
% 34.80/4.90  **** run 150 fork 5 starts with strategy
% 34.80/4.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 35.13/4.93  
% 35.13/4.93  
% 35.13/4.93  fork 1: search terminated without proof.
% 35.24/4.95  
% 35.24/4.95  
% 35.24/4.95  fork 0: search terminated without proof.
% 35.24/4.96  
% 35.24/4.96  **** run 146 fork 1 starts with strategy
% 35.24/4.96  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.24/4.96  
% 35.24/4.96  
% 35.24/4.96  fork 3: search terminated without proof.
% 35.24/4.98  
% 35.24/4.98  **** run 145 fork 0 starts with strategy
% 35.24/4.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.24/5.00  
% 35.24/5.00  **** run 148 fork 3 starts with strategy
% 35.24/5.00  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 37.18/5.30  
% 37.18/5.30  
% 37.18/5.30  fork 2: search terminated without proof.
% 37.18/5.32  
% 37.18/5.32  **** run 147 fork 2 starts with strategy
% 37.18/5.32  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 37.18/5.33  
% 37.18/5.33  fork 7: search finished without proof.
% 38.51/5.37  
% 38.51/5.37  **** run 144 fork 7 starts with strategy
% 38.51/5.37  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 38.51/5.41  No candidate clauses found.
% 38.51/5.41  
% 38.51/5.41  
% 38.51/5.41  fork 7: search terminated without proof.
% 38.51/5.43  
% 38.51/5.43  **** run 152 fork 7 starts with strategy
% 38.51/5.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 42.20/5.87  
% 42.20/5.87  
% 42.20/5.87  fork 6: search terminated without proof.
% 42.20/5.90  
% 42.20/5.90  
% 42.20/5.90  fork 4: search terminated without proof.
% 42.20/5.91  
% 42.20/5.91  **** run 151 fork 6 starts with strategy
% 42.20/5.91  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 42.20/5.94  
% 42.20/5.94  **** run 157 fork 4 starts with strategy
% 42.20/5.94  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 42.20/5.94  
% 42.20/5.94  
% 42.20/5.94  fork 5: search terminated without proof.
% 42.20/5.98  
% 42.20/5.98  **** run 158 fork 5 starts with strategy
% 42.20/5.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 42.79/5.99  
% 42.79/5.99  
% 42.79/5.99  fork 1: search terminated without proof.
% 42.79/6.02  
% 42.79/6.02  **** run 154 fork 1 starts with strategy
% 42.79/6.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 43.79/6.08  
% 43.79/6.08  
% 43.79/6.08  fork 0: search terminated without proof.
% 44.12/6.11  
% 44.12/6.11  **** run 153 fork 0 starts with strategy
% 44.12/6.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 44.53/6.14  
% 44.53/6.14  
% 44.53/6.14  fork 3: search terminated without proof.
% 44.53/6.17  
% 44.53/6.17  **** run 156 fork 3 starts with strategy
% 44.53/6.17  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 45.43/6.35  
% 45.43/6.35  
% 45.43/6.35  fork 2: search terminated without proof.
% 46.19/6.37  
% 46.19/6.37  **** run 155 fork 2 starts with strategy
% 46.19/6.37  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 46.91/6.47  
% 46.91/6.47  
% 46.91/6.47  fork 7: search terminated without proof.
% 46.91/6.50  
% 46.91/6.50  **** run 160 fork 7 starts with strategy
% 46.91/6.50  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 50.61/6.95  
% 50.61/6.95  
% 50.61/6.95  fork 6: search terminated without proof.
% 50.61/6.97  
% 50.61/6.97  **** run 159 fork 6 starts with strategy
% 50.61/6.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 51.24/7.00  
% 51.24/7.00  
% 51.24/7.00  fork 5: search terminated without proof.
% 51.24/7.02  
% 51.24/7.02  
% 51.24/7.02  fork 4: search terminated without proof.
% 51.24/7.04  
% 51.24/7.04  **** run 165 fork 4 starts with strategy
% 51.24/7.04  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 51.24/7.04  
% 51.24/7.04  **** run 166 fork 5 starts with strategy
% 51.24/7.04  {"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}
% 51.24/7.05  
% 51.24/7.05  
% 51.24/7.05  fork 1: search terminated without proof.
% 51.86/7.07  
% 51.86/7.07  **** run 162 fork 1 starts with strategy
% 51.86/7.07  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.86/7.13  
% 51.86/7.13  
% 51.86/7.13  fork 0: search terminated without proof.
% 51.86/7.16  
% 51.86/7.16  **** run 161 fork 0 starts with strategy
% 51.86/7.16  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 52.79/7.20  
% 52.79/7.20  
% 52.79/7.20  fork 3: search terminated without proof.
% 52.79/7.22  
% 52.79/7.22  **** run 164 fork 3 starts with strategy
% 52.79/7.22  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 53.00/7.39  
% 53.00/7.39  
% 53.00/7.39  fork 2: search terminated without proof.
% 53.43/7.43  
% 53.43/7.43  **** run 163 fork 2 starts with strategy
% 53.43/7.43  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 53.43/7.47  
% 53.43/7.47  fork 2: search finished without proof.
% 54.77/7.48  
% 54.77/7.48  **** run 171 fork 2 starts with strategy
% 54.77/7.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 54.77/7.50  
% 54.77/7.50  
% 54.77/7.50  result: proof found
% 54.77/7.50  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 54.77/7.50  by run 160 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 54.77/7.50  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 54.77/7.50  
% 54.77/7.50  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 54.77/7.50  
% 54.77/7.50  run 160 fork 7 statistics:
% 54.77/7.50  ----------------------------------
% 54.77/7.50  this run seconds: 0.643634
% 54.77/7.50  total seconds: 6.228527
% 54.77/7.50  stat_given_used: 2971
% 54.77/7.50  stat_given_used_at_endgame: 0
% 54.77/7.50  stat_given_candidates:   8917
% 54.77/7.50  stat_given_candidates_at_endgame: 0
% 54.77/7.50  stat_given_candidates_h: 0
% 54.77/7.50  stat_binres_derived_cl:   89293
% 54.77/7.50  stat_binres_derived_cl_h: 0
% 54.77/7.50  stat_factor_derived_cl: 45
% 54.77/7.50  stat_para_derived_cl: 16166
% 54.77/7.50  stat_tautologies_discarded: 146
% 54.77/7.50  stat_forward_subsumed: 12292
% 54.77/7.50  stat_derived_cut: 453
% 54.77/7.50  stat_derived_rewritten: 567
% 54.77/7.50  stat_weight_discarded_building: 0
% 54.77/7.50  stat_weight_discarded_cl: 57316
% 54.77/7.50  stat_internlimit_discarded_cl: 0
% 54.77/7.50  stat_simplified:  639 simplified 0 derived 0 given
% 54.77/7.50  stat_kept_cl: 34571
% 54.77/7.50  stat_built_cl: 98468
% 54.77/7.50  stat_hyperres_partial_cl: 0
% 54.77/7.50  stat_made_rewriters: 117
% 54.77/7.50  stat_backward_subsumed: 0
% 54.77/7.50  stat_propagated_subsumed: 0
% 54.77/7.50  stat_clsubs_attempted:                     48753
% 54.77/7.50  stat_clsubs_fact_groundunit_found:            30
% 54.77/7.50  stat_clsubs_rule_groundunit_found:           110
% 54.77/7.50  stat_clsubs_top_meta_attempted:            5868014
% 54.77/7.50  stat_clsubs_top_meta_failed:               5819261
% 54.77/7.50  stat_clsubs_top_meta_nonpref_attempted:             5868014
% 54.77/7.50  stat_clsubs_top_meta_nonpref_succeeded:             1009789
% 54.77/7.50  stat_clsubs_top_meta_pref_attempted:                1009789
% 54.77/7.50  stat_clsubs_top_meta_pref1_succeeded:                410857
% 54.77/7.50  stat_clsubs_top_meta_pref2_succeeded:                 82824
% 54.77/7.50  stat_clsubs_top_meta_pref3_succeeded:                 48753
% 54.77/7.50  stat_clsubs_top_meta_pref_succeeded:                  48753
% 54.77/7.50  stat_clsubs_meta_attempted:                81504
% 54.77/7.50  stat_clsubs_meta_failed:                   34657
% 54.77/7.50  stat_clsubs_predsymbs_attempted:               0
% 54.77/7.50  stat_clsubs_unit_attempted:                21831
% 54.77/7.50  stat_clsubs_full_attempted:                26922
% 54.77/7.50  stat_forwardsubs_attempted:               104180
% 54.77/7.50  stat_lit_hash_added:                  43536
% 54.77/7.50  stat_lit_hash_computed:              375159
% 54.77/7.50  stat_lit_hash_match_found:            13586
% 54.77/7.50  stat_lit_hash_match_miss:            480562
% 54.77/7.50  stat_lit_hash_cut_ok:                   269
% 54.77/7.50  stat_lit_strong_cut_ok:                 320
% 54.77/7.50  stat_lit_hash_subsume_ok:             12292
% 54.77/7.50  clqueue els 10000000 used 1
% 54.77/7.50  clactive els 10000000 used 2972
% 54.77/7.50  clactivesubsume els 10000000 used 12697
% 54.77/7.50  queue_termbuf els 200000000 used 2035680
% 54.77/7.50  hyper_termbuf els 100000000 used 1
% 54.77/7.50  active_termbuf els 100000000 used 101670
% 54.77/7.50  varstack els 5000 last used 1
% 54.77/7.50  given_termbuf els 10000000 last used 1
% 54.77/7.50  simplified_termbuf els 10000000 last used 1
% 54.77/7.50  derived_termbuf els 10000000 last used 33
% 54.77/7.50  wr_mallocs: 63747
% 54.77/7.50  wr_callocs: 21
% 54.77/7.50  wr_reallocs: 5413
% 54.77/7.50  wr_frees: 4
% 54.77/7.50  wr_malloc_bytes: 4164997220
% 54.77/7.50  wr_calloc_bytes: 112065536
% 54.77/7.50  wr_realloc_bytes: 1909688
% 54.77/7.50  wr_realloc_freebytes: 0
% 54.77/7.50  ----------------------------------
%------------------------------------------------------------------------------