TSTP Solution File: SET509-6 by GKC---0.8

View Problem - Process Solution

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

% Computer : n031.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 15:02:31 EDT 2023

% Result   : Timeout 288.79s 37.41s
% Output   : None 
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_regularity1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( member(regular(X),X)
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity1']) ).

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

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

cnf('4',plain,
    ( ~ member(X,singleton(Y))
    | X = Y ),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    ( regular(singleton(X)) = X
    | singleton(X) = null_class ),
    inference(resolution,[],['1','4']) ).

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

cnf('7',plain,
    ( intersection(singleton(X),X) = null_class
    | singleton(X) = null_class ),
    inference(paramodulation,[],['5','6']) ).

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

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

cnf('10',plain,
    ( ~ member(X,Y)
    | member(X,universal_class) ),
    inference(resolution,[],['8','9']) ).

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

cnf('12',plain,
    ( member(not_subclass_element(X,Y),universal_class)
    | subclass(X,Y) ),
    inference(resolution,[],['10','11']) ).

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

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

cnf('15',plain,
    ( member(not_subclass_element(X,Y),intersection(Z,X))
    | ~ member(not_subclass_element(X,Y),Z)
    | subclass(X,Y) ),
    inference(resolution,[],['13','11']) ).

cnf('16',plain,
    ( member(not_subclass_element(X,Y),intersection(universal_class,X))
    | subclass(X,Y) ),
    inference(resolution,[],['15','12']) ).

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

cnf('18',plain,
    subclass(X,intersection(universal_class,X)),
    inference(resolution,[],['16','17']) ).

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

cnf('20',plain,
    ( member(not_subclass_element(intersection(X,Y),Z),Y)
    | subclass(intersection(X,Y),Z) ),
    inference(resolution,[],['11','19']) ).

cnf('21',plain,
    subclass(intersection(X,Y),Y),
    inference(resolution,[],['20','17']) ).

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

cnf('23',plain,
    ( ~ subclass(X,intersection(Y,X))
    | X = intersection(Y,X) ),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    X = intersection(universal_class,X),
    inference(resolution,[],['18','23']) ).

cnf('25',plain,
    ( subclass(intersection(universal_class,X3),Y3)
    | member(not_subclass_element(X3,Y3),X3) ),
    inference(paramodulation,[],['24','20']) ).

cnf('26',plain,
    ( subclass(X,Y)
    | member(not_subclass_element(X,Y),X) ),
    inference(simplify,[],['25','24']) ).

cnf('27',plain,
    ( member(not_subclass_element(X,Y),intersection(X,universal_class))
    | subclass(X,Y) ),
    inference(resolution,[],['14','26']) ).

cnf('28',plain,
    subclass(X,intersection(X,universal_class)),
    inference(resolution,[],['27','17']) ).

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,[],['11','29']) ).

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

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

cnf('33',plain,
    X = intersection(X,universal_class),
    inference(resolution,[],['28','32']) ).

cnf('34',plain,
    singleton(universal_class) = null_class,
    inference(paramodulation,[],['7','33']) ).

cnf('35',plain,
    ( regular(unordered_pair(X,Y)) = Y
    | regular(unordered_pair(X,Y)) = X
    | unordered_pair(X,Y) = null_class ),
    inference(resolution,[],['1','3']) ).

cnf('36',plain,
    ( intersection(unordered_pair(X,Y),X) = null_class
    | regular(unordered_pair(X,Y)) = Y
    | unordered_pair(X,Y) = null_class ),
    inference(paramodulation,[],['35','6']) ).

cnf('37',plain,
    ( regular(unordered_pair(universal_class,X)) = X
    | unordered_pair(universal_class,X) = null_class ),
    inference(paramodulation,[],['36','33']) ).

cnf('38',plain,
    ( member(regular(intersection(X,Y)),X)
    | intersection(X,Y) = null_class ),
    inference(resolution,[],['1','29']) ).

cnf('39',plain,
    ( intersection(universal_class,X3) = null_class
    | member(regular(X3),universal_class) ),
    inference(paramodulation,[],['24','38']) ).

cnf('40',plain,
    ( X = null_class
    | member(regular(X),universal_class) ),
    inference(simplify,[],['39','24']) ).

cnf('41',plain,
    ( unordered_pair(universal_class,X) = null_class
    | member(X,universal_class) ),
    inference(paramodulation,[],['37','40']) ).

cnf('42',plain,
    ( member(regular(X),universal_class)
    | X = null_class ),
    inference(resolution,[],['10','1']) ).

cnf('43',plain,
    ( singleton(X) = null_class
    | member(X,universal_class) ),
    inference(paramodulation,[],['5','42']) ).

cnf('44',plain,
    unordered_pair(universal_class,x) != singleton(x),
    inference(cnf_transformation,[],[prove_corollary_2_to_singleton_in_unordered_pair_1]) ).

cnf('45',plain,
    ( unordered_pair(universal_class,x) != null_class
    | member(x,universal_class) ),
    inference(paramodulation,[],['43','44']) ).

cnf('46',plain,
    member(x,universal_class),
    inference(resolution,[],['41','45']) ).

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

cnf('48',plain,
    member(x,unordered_pair(x,X)),
    inference(resolution,[],['46','47']) ).

cnf('49',plain,
    member(x,singleton(x)),
    inference(paramodulation,[],['2','48']) ).

cnf('50',plain,
    ( not_subclass_element(unordered_pair(X,Y),Z) = Y
    | not_subclass_element(unordered_pair(X,Y),Z) = X
    | subclass(unordered_pair(X,Y),Z) ),
    inference(resolution,[],['11','3']) ).

cnf('51',plain,
    ( not_subclass_element(unordered_pair(X,Y),Z) = Y
    | subclass(unordered_pair(X,Y),Z)
    | member(X,universal_class) ),
    inference(paramodulation,[],['50','12']) ).

cnf('52',plain,
    ( subclass(unordered_pair(X,Y),Z)
    | ~ member(Y,Z)
    | member(X,universal_class) ),
    inference(paramodulation,[],['51','17']) ).

cnf('53',plain,
    ( subclass(unordered_pair(X,x),singleton(x))
    | member(X,universal_class) ),
    inference(resolution,[],['49','52']) ).

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

cnf('55',plain,
    member(x,unordered_pair(X,x)),
    inference(resolution,[],['46','54']) ).

cnf('56',plain,
    ( not_subclass_element(singleton(X),Y) = X
    | subclass(singleton(X),Y) ),
    inference(resolution,[],['11','4']) ).

cnf('57',plain,
    ( subclass(singleton(X),Y)
    | ~ member(X,Y) ),
    inference(paramodulation,[],['56','17']) ).

cnf('58',plain,
    subclass(singleton(x),unordered_pair(X3,x)),
    inference(resolution,[],['55','57']) ).

cnf('59',plain,
    ( singleton(x) = unordered_pair(X,x)
    | member(X,universal_class) ),
    inference(resolution,[then_simplify],['53','22','58']) ).

cnf('60',plain,
    member(universal_class,universal_class),
    inference(paramodulation,[],['59','44']) ).

cnf('61',plain,
    member(universal_class,unordered_pair(universal_class,X)),
    inference(resolution,[],['60','47']) ).

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

cnf('63',plain,
    ( subclass(unordered_pair(universal_class,X),null_class)
    | member(X,universal_class) ),
    inference(resolution,[],['41','62']) ).

cnf('64',plain,
    ( member(X3,universal_class)
    | ~ member(Y3,unordered_pair(universal_class,X3))
    | member(Y3,null_class) ),
    inference(resolution,[],['63','8']) ).

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

cnf('66',plain,
    member(singleton(X),universal_class),
    inference(paramodulation,[],['2','65']) ).

cnf('67',plain,
    member(singleton(X),unordered_pair(Y,singleton(X))),
    inference(resolution,[],['54','66']) ).

cnf('68',plain,
    member(singleton(X),singleton(singleton(X))),
    inference(paramodulation,[],['2','67']) ).

cnf('69',plain,
    ( member(null_class,singleton(singleton(X)))
    | member(X,universal_class) ),
    inference(paramodulation,[],['43','68']) ).

cnf('70',plain,
    ( null_class = singleton(X)
    | member(X,universal_class) ),
    inference(resolution,[],['69','4']) ).

cnf('71',plain,
    ( subclass(singleton(X),Y)
    | member(X,universal_class) ),
    inference(paramodulation,[],['56','12']) ).

cnf('72',plain,
    ( singleton(X) = intersection(Y,singleton(X))
    | member(X,universal_class) ),
    inference(resolution,[],['23','71']) ).

cnf('73',plain,
    ( null_class = intersection(X,singleton(Y))
    | member(Y,universal_class) ),
    inference(paramodulation,[],['70','72']) ).

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

cnf('75',plain,
    ( null_class = restrict(singleton(X),Y,Z)
    | member(X,universal_class) ),
    inference(paramodulation,[],['73','74']) ).

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

cnf('77',plain,
    ( ~ member(X,domain_of(singleton(Y)))
    | member(Y,universal_class) ),
    inference(paramodulation,[],['75','76']) ).

cnf('78',plain,
    ( member(X,intersection(Y,Y))
    | ~ member(X,Y) ),
    inference(factorization,[],['13']) ).

cnf('79',plain,
    ( member(not_subclass_element(X,Y),intersection(X,X))
    | subclass(X,Y) ),
    inference(resolution,[],['78','11']) ).

cnf('80',plain,
    subclass(X,intersection(X,X)),
    inference(resolution,[],['79','17']) ).

cnf('81',plain,
    ( ~ subclass(intersection(X,X),X)
    | intersection(X,X) = X ),
    inference(resolution,[],['80','22']) ).

cnf('82',plain,
    intersection(X,X) = X,
    inference(resolution,[],['21','81']) ).

cnf('83',plain,
    ( intersection(X3,X3) = null_class
    | member(regular(X3),X3) ),
    inference(paramodulation,[],['82','38']) ).

cnf('84',plain,
    ( X = null_class
    | member(regular(X),X) ),
    inference(simplify,[],['83','82']) ).

cnf('85',plain,
    ( domain_of(singleton(X)) = null_class
    | member(X,universal_class) ),
    inference(resolution,[],['77','84']) ).

cnf('86',plain,
    ( ~ member(Y3,null_class)
    | member(X3,universal_class) ),
    inference(paramodulation,[],['85','77']) ).

cnf('87',plain,
    ( ~ member(X,unordered_pair(universal_class,Y))
    | member(Y,universal_class) ),
    inference(simplify,[],['64','86']) ).

cnf('88',plain,
    member(X,universal_class),
    inference(resolution,[],['61','87']) ).

cnf('89',plain,
    member(X,unordered_pair(X,Y)),
    inference(resolution,[],['88','47']) ).

cnf('90',plain,
    member(X,singleton(X)),
    inference(paramodulation,[],['2','89']) ).

cnf('91',plain,
    member(universal_class,null_class),
    inference(paramodulation,[],['34','90']) ).

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

cnf('93',plain,
    ( ~ member(regular(complement(X)),X)
    | complement(X) = null_class ),
    inference(resolution,[],['1','92']) ).

cnf('94',plain,
    complement(universal_class) = null_class,
    inference(resolution,[],['93','42']) ).

cnf('95',plain,
    ( ~ member(X,null_class)
    | ~ member(X,universal_class) ),
    inference(paramodulation,[],['94','92']) ).

cnf('96',plain,
    ( ~ member(not_subclass_element(null_class,X),universal_class)
    | subclass(null_class,X) ),
    inference(resolution,[],['95','11']) ).

cnf('97',plain,
    subclass(null_class,X),
    inference(resolution,[],['96','12']) ).

cnf('98',plain,
    ( ~ subclass(X,null_class)
    | X = null_class ),
    inference(resolution,[],['97','22']) ).

cnf('99',plain,
    intersection(X,null_class) = null_class,
    inference(resolution,[],['21','98']) ).

cnf('100',plain,
    null_class = restrict(null_class,X,Y),
    inference(paramodulation,[],['99','74']) ).

cnf('101',plain,
    ~ member(X,domain_of(null_class)),
    inference(paramodulation,[],['100','76']) ).

cnf('102',plain,
    domain_of(null_class) = null_class,
    inference(resolution,[],['101','1']) ).

cnf('103',plain,
    ~ member(X,null_class),
    inference(paramodulation,[],['102','101']) ).

cnf('104',plain,
    $false,
    inference(resolution,[],['91','103']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : SET509-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.12/0.14  % Command  : gkc %s
% 0.13/0.35  % Computer : n031.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 : Sat Aug 26 13:01:23 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                   113
% 0.20/0.40  in_rule_clause_count:              109
% 0.20/0.40  in_fact_clause_count:                4
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:             12
% 0.20/0.40  in_unit_clause_count:               38
% 0.20/0.40  in_horn_clause_count:              105
% 0.20/0.40  in_pos_clause_count:                40
% 0.20/0.40  in_neg_clause_count:                 3
% 0.20/0.40  in_poseq_clause_count:              39
% 0.20/0.40  in_negeq_clause_count:               9
% 0.20/0.40  in_unitposeq_clause_count:          23
% 0.20/0.40  in_chain_clause_count:               2
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:             5
% 0.20/0.40  in_min_depth:              1
% 0.20/0.40  in_max_depth:              6
% 0.20/0.40  in_min_size:               2
% 0.20/0.40  in_max_size:              41
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               5
% 0.20/0.40  in_extaxiom_count:               112
% 0.20/0.40  in_axiom_count:                    0
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/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.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/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.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/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.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/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.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/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.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/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.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/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.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/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.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/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.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/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.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/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.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/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.20/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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/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.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/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.20/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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/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.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 7 fork 6 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 1: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 3: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 0: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 4: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 5: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.58  
% 0.20/0.58  **** run 16 fork 7 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.60  
% 0.20/0.60  
% 0.20/0.60  fork 2: search terminated without proof.
% 0.20/0.61  
% 0.20/0.61  
% 0.20/0.61  fork 6: search terminated without proof.
% 0.20/0.62  
% 0.20/0.62  **** run 11 fork 2 starts with strategy
% 0.20/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.64  
% 0.20/0.64  **** run 15 fork 6 starts with strategy
% 0.20/0.64  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 1: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 4: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 3: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 5: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 17 fork 0 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.70  
% 0.20/0.70  **** run 21 fork 4 starts with strategy
% 0.20/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.20/0.71  
% 0.20/0.71  **** run 20 fork 3 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  fork 7: search terminated without proof.
% 0.20/0.72  
% 0.20/0.72  **** run 22 fork 5 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.20/0.73  
% 0.20/0.73  **** run 18 fork 1 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.73  
% 0.20/0.73  **** run 24 fork 7 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.24/0.77  
% 2.24/0.77  
% 2.24/0.77  fork 6: search terminated without proof.
% 2.24/0.79  
% 2.24/0.79  
% 2.24/0.79  fork 2: search terminated without proof.
% 3.01/0.80  
% 3.01/0.80  **** run 23 fork 6 starts with strategy
% 3.01/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 3.01/0.81  
% 3.01/0.81  **** run 19 fork 2 starts with strategy
% 3.01/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.27/0.84  
% 3.27/0.84  
% 3.27/0.84  fork 0: search terminated without proof.
% 3.27/0.84  
% 3.27/0.84  
% 3.27/0.84  fork 4: search terminated without proof.
% 3.27/0.84  
% 3.27/0.84  
% 3.27/0.84  fork 3: search terminated without proof.
% 3.27/0.86  
% 3.27/0.86  **** run 29 fork 4 starts with strategy
% 3.27/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.27/0.86  
% 3.27/0.86  **** run 25 fork 0 starts with strategy
% 3.27/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.27/0.86  
% 3.27/0.86  **** run 28 fork 3 starts with strategy
% 3.27/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.27/0.87  
% 3.27/0.87  
% 3.27/0.87  fork 7: search terminated without proof.
% 3.27/0.87  
% 3.27/0.87  
% 3.27/0.87  fork 5: search terminated without proof.
% 3.27/0.88  
% 3.27/0.88  
% 3.27/0.88  fork 1: search terminated without proof.
% 3.27/0.89  
% 3.27/0.89  **** run 32 fork 7 starts with strategy
% 3.27/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.27/0.89  
% 3.27/0.89  **** run 30 fork 5 starts with strategy
% 3.27/0.89  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.91/0.90  
% 3.91/0.90  **** run 26 fork 1 starts with strategy
% 3.91/0.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.91/0.93  
% 3.91/0.93  
% 3.91/0.93  fork 6: search terminated without proof.
% 3.91/0.94  
% 3.91/0.94  
% 3.91/0.94  fork 2: search terminated without proof.
% 3.91/0.95  
% 3.91/0.95  **** run 31 fork 6 starts with strategy
% 3.91/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.91/0.96  
% 3.91/0.96  **** run 27 fork 2 starts with strategy
% 3.91/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 4.47/0.99  
% 4.47/0.99  
% 4.47/0.99  fork 4: search terminated without proof.
% 4.47/0.99  
% 4.47/0.99  
% 4.47/0.99  fork 3: search terminated without proof.
% 4.47/0.99  
% 4.47/0.99  
% 4.47/0.99  fork 0: search terminated without proof.
% 4.47/1.01  
% 4.47/1.01  **** run 37 fork 4 starts with strategy
% 4.47/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.47/1.01  
% 4.47/1.01  **** run 36 fork 3 starts with strategy
% 4.47/1.01  
% 4.47/1.01  **** run 33 fork 0 starts with strategy
% 4.47/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.47/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.47/1.02  
% 4.47/1.02  
% 4.47/1.02  fork 5: search terminated without proof.
% 4.47/1.02  
% 4.47/1.02  
% 4.47/1.02  fork 7: search terminated without proof.
% 4.47/1.03  
% 4.47/1.03  
% 4.47/1.03  fork 1: search terminated without proof.
% 4.47/1.04  
% 4.47/1.04  **** run 38 fork 5 starts with strategy
% 4.47/1.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.47/1.04  
% 4.47/1.04  **** run 40 fork 7 starts with strategy
% 4.47/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 4.47/1.05  
% 4.47/1.05  fork 3: search finished without proof.
% 4.47/1.06  
% 4.47/1.06  **** run 34 fork 1 starts with strategy
% 4.47/1.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.22/1.07  
% 5.22/1.07  **** run 44 fork 3 starts with strategy
% 5.22/1.07  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.22/1.08  
% 5.22/1.08  
% 5.22/1.08  fork 6: search terminated without proof.
% 5.22/1.09  
% 5.22/1.09  
% 5.22/1.09  fork 2: search terminated without proof.
% 5.39/1.10  
% 5.39/1.10  **** run 39 fork 6 starts with strategy
% 5.39/1.10  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.39/1.11  
% 5.39/1.11  **** run 35 fork 2 starts with strategy
% 5.39/1.11  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.66/1.13  
% 5.66/1.13  
% 5.66/1.13  fork 4: search terminated without proof.
% 5.66/1.14  
% 5.66/1.14  
% 5.66/1.14  fork 0: search terminated without proof.
% 5.66/1.15  
% 5.66/1.15  **** run 45 fork 4 starts with strategy
% 5.66/1.15  {"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}
% 5.66/1.16  
% 5.66/1.16  **** run 41 fork 0 starts with strategy
% 5.66/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.66/1.17  
% 5.66/1.17  fork 5: search finished without proof.
% 5.66/1.19  
% 5.66/1.19  **** run 46 fork 5 starts with strategy
% 5.66/1.19  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.66/1.19  
% 5.66/1.19  fork 7: search finished without proof.
% 6.25/1.21  
% 6.25/1.21  
% 6.25/1.21  fork 3: search terminated without proof.
% 6.25/1.21  
% 6.25/1.21  **** run 48 fork 7 starts with strategy
% 6.25/1.21  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.25/1.22  
% 6.25/1.22  
% 6.25/1.22  fork 1: search terminated without proof.
% 6.25/1.22  
% 6.25/1.22  fork 2: search finished without proof.
% 6.25/1.23  
% 6.25/1.23  **** run 52 fork 3 starts with strategy
% 6.25/1.23  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.25/1.23  
% 6.25/1.23  
% 6.25/1.23  fork 6: search terminated without proof.
% 6.25/1.24  
% 6.25/1.24  **** run 42 fork 1 starts with strategy
% 6.25/1.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.25/1.24  
% 6.25/1.24  **** run 43 fork 2 starts with strategy
% 6.25/1.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.25/1.25  
% 6.25/1.25  **** run 47 fork 6 starts with strategy
% 6.25/1.25  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.25/1.28  
% 6.25/1.28  
% 6.25/1.28  fork 4: search terminated without proof.
% 6.25/1.28  
% 6.25/1.28  
% 6.25/1.28  fork 0: search terminated without proof.
% 6.25/1.30  
% 6.25/1.30  **** run 49 fork 0 starts with strategy
% 6.25/1.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.25/1.33  
% 6.25/1.33  **** run 53 fork 4 starts with strategy
% 6.25/1.33  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 6.25/1.34  
% 6.25/1.34  
% 6.25/1.34  fork 7: search terminated without proof.
% 6.91/1.36  
% 6.91/1.36  **** run 56 fork 7 starts with strategy
% 6.91/1.36  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.91/1.36  
% 6.91/1.36  
% 6.91/1.36  fork 3: search terminated without proof.
% 6.91/1.36  
% 6.91/1.36  
% 6.91/1.36  fork 5: search terminated without proof.
% 6.91/1.36  
% 6.91/1.36  
% 6.91/1.36  fork 1: search terminated without proof.
% 6.91/1.37  
% 6.91/1.37  
% 6.91/1.37  fork 2: search terminated without proof.
% 6.91/1.38  
% 6.91/1.38  **** run 60 fork 3 starts with strategy
% 6.91/1.38  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 6.91/1.38  
% 6.91/1.38  
% 6.91/1.38  fork 6: search terminated without proof.
% 6.91/1.38  
% 6.91/1.38  **** run 50 fork 1 starts with strategy
% 6.91/1.38  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.91/1.39  
% 6.91/1.39  **** run 51 fork 2 starts with strategy
% 6.91/1.39  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.91/1.39  
% 6.91/1.39  **** run 54 fork 5 starts with strategy
% 6.91/1.39  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.91/1.40  
% 6.91/1.40  **** run 55 fork 6 starts with strategy
% 6.91/1.40  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 6.91/1.42  
% 6.91/1.42  fork 0: search finished without proof.
% 8.10/1.44  
% 8.10/1.44  **** run 57 fork 0 starts with strategy
% 8.10/1.44  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.26/1.47  
% 8.26/1.47  
% 8.26/1.47  fork 4: search terminated without proof.
% 8.26/1.48  
% 8.26/1.48  
% 8.26/1.48  fork 7: search terminated without proof.
% 8.26/1.49  
% 8.26/1.49  **** run 61 fork 4 starts with strategy
% 8.26/1.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.26/1.50  
% 8.26/1.50  **** run 64 fork 7 starts with strategy
% 8.26/1.50  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.26/1.51  
% 8.26/1.51  
% 8.26/1.51  fork 3: search terminated without proof.
% 8.26/1.51  
% 8.26/1.51  
% 8.26/1.51  fork 1: search terminated without proof.
% 8.26/1.51  
% 8.26/1.51  
% 8.26/1.51  fork 2: search terminated without proof.
% 8.26/1.52  
% 8.26/1.52  
% 8.26/1.52  fork 5: search terminated without proof.
% 8.71/1.53  
% 8.71/1.53  
% 8.71/1.53  fork 6: search terminated without proof.
% 8.71/1.53  
% 8.71/1.53  **** run 68 fork 3 starts with strategy
% 8.71/1.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.71/1.53  
% 8.71/1.53  **** run 58 fork 1 starts with strategy
% 8.71/1.53  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.71/1.54  
% 8.71/1.54  **** run 59 fork 2 starts with strategy
% 8.71/1.54  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.71/1.54  
% 8.71/1.54  **** run 62 fork 5 starts with strategy
% 8.71/1.54  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.71/1.55  
% 8.71/1.55  **** run 63 fork 6 starts with strategy
% 8.71/1.55  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 8.95/1.57  
% 8.95/1.57  
% 8.95/1.57  fork 0: search terminated without proof.
% 8.95/1.59  
% 8.95/1.59  **** run 65 fork 0 starts with strategy
% 8.95/1.59  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 8.95/1.63  
% 8.95/1.63  
% 8.95/1.63  fork 4: search terminated without proof.
% 9.58/1.63  
% 9.58/1.63  
% 9.58/1.63  fork 7: search terminated without proof.
% 9.58/1.65  
% 9.58/1.65  **** run 69 fork 4 starts with strategy
% 9.58/1.65  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 9.58/1.65  
% 9.58/1.65  **** run 72 fork 7 starts with strategy
% 9.58/1.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.58/1.66  
% 9.58/1.66  
% 9.58/1.66  fork 3: search terminated without proof.
% 9.58/1.66  
% 9.58/1.66  
% 9.58/1.66  fork 2: search terminated without proof.
% 9.58/1.67  
% 9.58/1.67  
% 9.58/1.67  fork 1: search terminated without proof.
% 9.58/1.67  
% 9.58/1.67  
% 9.58/1.67  fork 5: search terminated without proof.
% 9.95/1.68  
% 9.95/1.68  **** run 76 fork 3 starts with strategy
% 9.95/1.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.95/1.68  
% 9.95/1.68  **** run 67 fork 2 starts with strategy
% 9.95/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.95/1.69  
% 9.95/1.69  **** run 66 fork 1 starts with strategy
% 9.95/1.69  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.95/1.69  
% 9.95/1.69  
% 9.95/1.69  fork 6: search terminated without proof.
% 9.95/1.69  
% 9.95/1.69  **** run 70 fork 5 starts with strategy
% 9.95/1.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 9.95/1.71  
% 9.95/1.71  **** run 71 fork 6 starts with strategy
% 9.95/1.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.95/1.72  
% 9.95/1.72  
% 9.95/1.72  fork 0: search terminated without proof.
% 10.48/1.74  
% 10.48/1.74  **** run 73 fork 0 starts with strategy
% 10.48/1.74  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.65/1.78  
% 10.65/1.78  
% 10.65/1.78  fork 7: search terminated without proof.
% 10.65/1.78  
% 10.65/1.78  
% 10.65/1.78  fork 4: search terminated without proof.
% 10.65/1.80  
% 10.65/1.80  **** run 77 fork 4 starts with strategy
% 10.65/1.80  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 10.65/1.80  
% 10.65/1.80  **** run 80 fork 7 starts with strategy
% 10.65/1.80  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.65/1.81  
% 10.65/1.81  
% 10.65/1.81  fork 2: search terminated without proof.
% 10.65/1.81  
% 10.65/1.81  
% 10.65/1.81  fork 3: search terminated without proof.
% 10.65/1.81  
% 10.65/1.81  
% 10.65/1.81  fork 1: search terminated without proof.
% 11.07/1.83  
% 11.07/1.83  
% 11.07/1.83  fork 5: search terminated without proof.
% 11.07/1.83  
% 11.07/1.83  **** run 75 fork 2 starts with strategy
% 11.07/1.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 11.07/1.83  
% 11.07/1.83  **** run 84 fork 3 starts with strategy
% 11.07/1.83  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 11.07/1.84  
% 11.07/1.84  **** run 74 fork 1 starts with strategy
% 11.07/1.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.07/1.84  
% 11.07/1.84  
% 11.07/1.84  fork 6: search terminated without proof.
% 11.36/1.85  
% 11.36/1.85  **** run 78 fork 5 starts with strategy
% 11.36/1.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.36/1.86  
% 11.36/1.86  **** run 79 fork 6 starts with strategy
% 11.36/1.86  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.36/1.88  
% 11.36/1.88  
% 11.36/1.88  fork 0: search terminated without proof.
% 11.36/1.90  
% 11.36/1.90  **** run 81 fork 0 starts with strategy
% 11.36/1.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.36/1.93  
% 11.36/1.93  
% 11.36/1.93  fork 4: search terminated without proof.
% 11.36/1.93  
% 11.36/1.93  
% 11.36/1.93  fork 7: search terminated without proof.
% 11.36/1.95  
% 11.36/1.95  **** run 88 fork 7 starts with strategy
% 11.36/1.95  
% 11.36/1.95  **** run 85 fork 4 starts with strategy
% 11.36/1.95  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 11.36/1.95  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 11.36/1.96  
% 11.36/1.96  
% 11.36/1.96  fork 3: search terminated without proof.
% 11.36/1.96  
% 11.36/1.96  
% 11.36/1.96  fork 2: search terminated without proof.
% 11.36/1.97  
% 11.36/1.97  
% 11.36/1.97  fork 1: search terminated without proof.
% 11.36/1.98  
% 11.36/1.98  **** run 92 fork 3 starts with strategy
% 11.36/1.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 11.36/1.99  
% 11.36/1.99  **** run 83 fork 2 starts with strategy
% 11.36/1.99  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 11.36/1.99  
% 11.36/1.99  
% 11.36/1.99  fork 6: search terminated without proof.
% 11.36/1.99  
% 11.36/1.99  **** run 82 fork 1 starts with strategy
% 11.36/1.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 11.36/2.01  
% 11.36/2.01  **** run 87 fork 6 starts with strategy
% 11.36/2.01  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 11.36/2.02  
% 11.36/2.02  
% 11.36/2.02  fork 0: search terminated without proof.
% 11.36/2.04  
% 11.36/2.04  **** run 89 fork 0 starts with strategy
% 11.36/2.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.10/2.05  
% 12.10/2.05  
% 12.10/2.05  fork 5: search terminated without proof.
% 12.10/2.09  
% 12.10/2.09  **** run 86 fork 5 starts with strategy
% 12.10/2.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.10/2.09  
% 12.10/2.09  
% 12.10/2.09  fork 7: search terminated without proof.
% 13.14/2.11  
% 13.14/2.11  **** run 96 fork 7 starts with strategy
% 13.14/2.11  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.14/2.11  
% 13.14/2.11  
% 13.14/2.11  fork 4: search terminated without proof.
% 13.14/2.11  
% 13.14/2.11  
% 13.14/2.11  fork 2: search terminated without proof.
% 13.14/2.12  
% 13.14/2.12  
% 13.14/2.12  fork 1: search terminated without proof.
% 13.14/2.12  
% 13.14/2.12  
% 13.14/2.12  fork 3: search terminated without proof.
% 13.14/2.13  
% 13.14/2.13  **** run 91 fork 2 starts with strategy
% 13.14/2.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.14/2.13  
% 13.14/2.13  **** run 93 fork 4 starts with strategy
% 13.14/2.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.14/2.14  
% 13.14/2.14  **** run 90 fork 1 starts with strategy
% 13.14/2.14  
% 13.14/2.14  
% 13.14/2.14  fork 6: search terminated without proof.
% 13.14/2.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.14/2.14  
% 13.14/2.14  **** run 100 fork 3 starts with strategy
% 13.14/2.14  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.14/2.16  
% 13.14/2.16  **** run 95 fork 6 starts with strategy
% 13.14/2.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 13.71/2.17  
% 13.71/2.17  
% 13.71/2.17  fork 0: search terminated without proof.
% 13.71/2.19  
% 13.71/2.19  **** run 97 fork 0 starts with strategy
% 13.71/2.19  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.99/2.23  
% 13.99/2.23  
% 13.99/2.23  fork 5: search terminated without proof.
% 14.21/2.24  
% 14.21/2.24  
% 14.21/2.24  fork 7: search terminated without proof.
% 14.21/2.24  
% 14.21/2.24  **** run 94 fork 5 starts with strategy
% 14.21/2.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 14.21/2.25  
% 14.21/2.25  **** run 104 fork 7 starts with strategy
% 14.21/2.25  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 14.21/2.27  
% 14.21/2.27  
% 14.21/2.27  fork 2: search terminated without proof.
% 14.21/2.27  
% 14.21/2.27  
% 14.21/2.27  fork 1: search terminated without proof.
% 14.21/2.27  
% 14.21/2.27  
% 14.21/2.27  fork 4: search terminated without proof.
% 14.21/2.28  
% 14.21/2.28  
% 14.21/2.28  fork 3: search terminated without proof.
% 14.21/2.29  
% 14.21/2.29  fork 6: search finished without proof.
% 14.21/2.29  
% 14.21/2.29  **** run 99 fork 2 starts with strategy
% 14.21/2.29  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.21/2.29  
% 14.21/2.29  **** run 98 fork 1 starts with strategy
% 14.21/2.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.21/2.29  
% 14.21/2.29  **** run 101 fork 4 starts with strategy
% 14.21/2.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.21/2.30  
% 14.21/2.30  **** run 108 fork 3 starts with strategy
% 14.21/2.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.21/2.30  
% 14.21/2.30  **** run 103 fork 6 starts with strategy
% 14.21/2.30  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 14.21/2.32  
% 14.21/2.32  
% 14.21/2.32  fork 0: search terminated without proof.
% 15.00/2.34  
% 15.00/2.34  **** run 105 fork 0 starts with strategy
% 15.00/2.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.00/2.38  
% 15.00/2.38  
% 15.00/2.38  fork 5: search terminated without proof.
% 15.00/2.38  
% 15.00/2.38  
% 15.00/2.38  fork 7: search terminated without proof.
% 15.54/2.39  
% 15.54/2.39  **** run 102 fork 5 starts with strategy
% 15.54/2.39  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.54/2.40  
% 15.54/2.40  **** run 112 fork 7 starts with strategy
% 15.54/2.40  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.54/2.42  
% 15.54/2.42  
% 15.54/2.42  fork 2: search terminated without proof.
% 15.54/2.42  
% 15.54/2.42  
% 15.54/2.42  fork 4: search terminated without proof.
% 15.54/2.42  
% 15.54/2.42  
% 15.54/2.42  fork 1: search terminated without proof.
% 15.54/2.43  
% 15.54/2.43  
% 15.54/2.43  fork 3: search terminated without proof.
% 15.54/2.43  
% 15.54/2.43  
% 15.54/2.43  fork 6: search terminated without proof.
% 15.54/2.44  
% 15.54/2.44  **** run 107 fork 2 starts with strategy
% 15.54/2.44  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.54/2.45  
% 15.54/2.45  **** run 109 fork 4 starts with strategy
% 15.54/2.45  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 15.54/2.45  
% 15.54/2.45  **** run 116 fork 3 starts with strategy
% 15.54/2.45  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.54/2.45  
% 15.54/2.45  **** run 106 fork 1 starts with strategy
% 15.54/2.45  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.54/2.45  
% 15.54/2.45  **** run 111 fork 6 starts with strategy
% 15.54/2.45  {"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.11/2.47  
% 16.11/2.47  
% 16.11/2.47  fork 0: search terminated without proof.
% 16.11/2.49  
% 16.11/2.49  **** run 113 fork 0 starts with strategy
% 16.11/2.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.42/2.52  
% 16.42/2.52  
% 16.42/2.52  fork 5: search terminated without proof.
% 16.42/2.53  
% 16.42/2.53  
% 16.42/2.53  fork 7: search terminated without proof.
% 16.42/2.54  
% 16.42/2.54  **** run 110 fork 5 starts with strategy
% 16.42/2.54  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.42/2.55  
% 16.42/2.55  **** run 120 fork 7 starts with strategy
% 16.42/2.55  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.42/2.56  
% 16.42/2.56  
% 16.42/2.56  fork 2: search terminated without proof.
% 16.42/2.58  
% 16.42/2.58  
% 16.42/2.58  fork 1: search terminated without proof.
% 16.42/2.58  
% 16.42/2.58  **** run 115 fork 2 starts with strategy
% 16.42/2.58  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 16.42/2.59  
% 16.42/2.59  
% 16.42/2.59  fork 6: search terminated without proof.
% 16.42/2.60  
% 16.42/2.60  **** run 114 fork 1 starts with strategy
% 16.42/2.60  {"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.42/2.61  
% 16.42/2.61  **** run 119 fork 6 starts with strategy
% 16.42/2.61  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 16.42/2.61  
% 16.42/2.61  
% 16.42/2.61  fork 0: search terminated without proof.
% 16.42/2.63  
% 16.42/2.63  **** run 121 fork 0 starts with strategy
% 16.42/2.64  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.75/2.67  
% 16.75/2.67  
% 16.75/2.67  fork 4: search terminated without proof.
% 16.75/2.68  
% 16.75/2.68  
% 16.75/2.68  fork 5: search terminated without proof.
% 16.75/2.69  
% 16.75/2.69  **** run 118 fork 5 starts with strategy
% 16.75/2.69  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 16.75/2.70  
% 16.75/2.70  **** run 117 fork 4 starts with strategy
% 16.75/2.70  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 16.75/2.74  
% 16.75/2.74  
% 16.75/2.74  fork 1: search terminated without proof.
% 18.21/2.75  
% 18.21/2.75  **** run 122 fork 1 starts with strategy
% 18.21/2.75  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 23.58/3.49  
% 23.58/3.49  
% 23.58/3.49  fork 3: search terminated without proof.
% 24.23/3.51  
% 24.23/3.51  **** run 124 fork 3 starts with strategy
% 24.23/3.51  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 24.23/3.57  
% 24.23/3.57  
% 24.23/3.57  fork 7: search terminated without proof.
% 24.77/3.61  
% 24.77/3.61  **** run 128 fork 7 starts with strategy
% 24.77/3.61  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 24.77/3.61  
% 24.77/3.61  
% 24.77/3.61  fork 2: search terminated without proof.
% 24.77/3.65  
% 24.77/3.65  **** run 123 fork 2 starts with strategy
% 24.77/3.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 24.77/3.66  
% 24.77/3.66  
% 24.77/3.66  fork 0: search terminated without proof.
% 25.63/3.69  
% 25.63/3.69  **** run 129 fork 0 starts with strategy
% 25.63/3.69  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 25.63/3.69  
% 25.63/3.69  
% 25.63/3.69  fork 6: search terminated without proof.
% 25.91/3.72  
% 25.91/3.72  
% 25.91/3.72  fork 5: search terminated without proof.
% 25.99/3.73  
% 25.99/3.73  **** run 127 fork 6 starts with strategy
% 25.99/3.73  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 25.99/3.76  
% 25.99/3.76  **** run 126 fork 5 starts with strategy
% 25.99/3.76  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.99/3.78  
% 25.99/3.78  
% 25.99/3.78  fork 4: search terminated without proof.
% 25.99/3.80  
% 25.99/3.80  **** run 125 fork 4 starts with strategy
% 25.99/3.80  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 25.99/3.80  
% 25.99/3.80  
% 25.99/3.80  fork 1: search terminated without proof.
% 26.60/3.83  
% 26.60/3.83  **** run 130 fork 1 starts with strategy
% 26.60/3.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 32.68/4.62  
% 32.68/4.62  
% 32.68/4.62  fork 3: search terminated without proof.
% 32.68/4.64  
% 32.68/4.64  
% 32.68/4.64  fork 7: search terminated without proof.
% 32.68/4.64  
% 32.68/4.64  **** run 132 fork 3 starts with strategy
% 32.68/4.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 32.68/4.67  
% 32.68/4.67  
% 32.68/4.67  fork 2: search terminated without proof.
% 32.68/4.68  
% 32.68/4.68  **** run 136 fork 7 starts with strategy
% 32.68/4.68  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 32.68/4.70  
% 32.68/4.70  **** run 131 fork 2 starts with strategy
% 32.68/4.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 33.91/4.76  
% 33.91/4.76  
% 33.91/4.76  fork 6: search terminated without proof.
% 33.91/4.79  
% 33.91/4.79  
% 33.91/4.79  fork 5: search terminated without proof.
% 33.91/4.79  
% 33.91/4.79  **** run 135 fork 6 starts with strategy
% 33.91/4.79  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.91/4.80  
% 33.91/4.80  
% 33.91/4.80  fork 0: search terminated without proof.
% 34.29/4.82  
% 34.29/4.82  **** run 134 fork 5 starts with strategy
% 34.29/4.82  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.29/4.82  
% 34.29/4.82  
% 34.29/4.82  fork 4: search terminated without proof.
% 34.29/4.85  
% 34.29/4.85  **** run 133 fork 4 starts with strategy
% 34.29/4.85  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.67/4.86  
% 34.67/4.86  
% 34.67/4.86  fork 1: search terminated without proof.
% 34.67/4.87  
% 34.67/4.87  **** run 137 fork 0 starts with strategy
% 34.67/4.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 34.67/4.88  
% 34.67/4.88  **** run 138 fork 1 starts with strategy
% 34.67/4.88  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 41.28/5.70  
% 41.28/5.70  
% 41.28/5.70  fork 7: search terminated without proof.
% 41.28/5.73  
% 41.28/5.73  
% 41.28/5.73  fork 2: search terminated without proof.
% 41.57/5.73  
% 41.57/5.73  **** run 144 fork 7 starts with strategy
% 41.57/5.73  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 41.57/5.77  
% 41.57/5.77  **** run 139 fork 2 starts with strategy
% 41.57/5.77  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 42.08/5.80  
% 42.08/5.80  
% 42.08/5.80  fork 3: search terminated without proof.
% 42.08/5.83  
% 42.08/5.83  **** run 140 fork 3 starts with strategy
% 42.08/5.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 42.08/5.83  
% 42.08/5.83  
% 42.08/5.83  fork 6: search terminated without proof.
% 42.63/5.86  
% 42.63/5.86  **** run 143 fork 6 starts with strategy
% 42.63/5.86  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 42.63/5.89  
% 42.63/5.89  
% 42.63/5.89  fork 5: search terminated without proof.
% 42.63/5.91  
% 42.63/5.91  **** run 142 fork 5 starts with strategy
% 42.63/5.91  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 42.63/5.92  
% 42.63/5.92  
% 42.63/5.92  fork 0: search terminated without proof.
% 42.63/5.93  
% 42.63/5.93  
% 42.63/5.93  fork 1: search terminated without proof.
% 42.63/5.95  
% 42.63/5.95  **** run 145 fork 0 starts with strategy
% 42.63/5.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 42.63/5.96  
% 42.63/5.96  **** run 146 fork 1 starts with strategy
% 42.63/5.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 43.51/6.05  
% 43.51/6.05  
% 43.51/6.05  fork 4: search terminated without proof.
% 44.22/6.07  
% 44.22/6.07  **** run 141 fork 4 starts with strategy
% 44.22/6.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 49.76/6.80  
% 49.76/6.80  
% 49.76/6.80  fork 2: search terminated without proof.
% 50.00/6.82  
% 50.00/6.82  
% 50.00/6.82  fork 7: search terminated without proof.
% 50.00/6.82  
% 50.00/6.82  **** run 147 fork 2 starts with strategy
% 50.00/6.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 50.14/6.84  
% 50.14/6.84  **** run 152 fork 7 starts with strategy
% 50.14/6.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10,"max_size":15}
% 50.14/6.88  
% 50.14/6.88  
% 50.14/6.88  fork 3: search terminated without proof.
% 50.14/6.90  
% 50.14/6.90  
% 50.14/6.90  fork 6: search terminated without proof.
% 50.14/6.91  
% 50.14/6.91  **** run 148 fork 3 starts with strategy
% 50.14/6.91  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 50.14/6.92  
% 50.14/6.92  **** run 151 fork 6 starts with strategy
% 50.14/6.92  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 50.86/6.96  
% 50.86/6.96  
% 50.86/6.96  fork 5: search terminated without proof.
% 51.41/7.00  
% 51.41/7.00  
% 51.41/7.00  fork 0: search terminated without proof.
% 51.41/7.00  
% 51.41/7.00  **** run 150 fork 5 starts with strategy
% 51.41/7.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 51.41/7.03  
% 51.41/7.03  **** run 153 fork 0 starts with strategy
% 51.41/7.03  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 51.41/7.04  
% 51.41/7.04  fork 5: search finished without proof.
% 51.41/7.05  
% 51.41/7.05  
% 51.41/7.05  fork 1: search terminated without proof.
% 51.41/7.06  
% 51.41/7.06  **** run 158 fork 5 starts with strategy
% 51.41/7.06  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 52.10/7.09  
% 52.10/7.09  **** run 154 fork 1 starts with strategy
% 52.10/7.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.36/7.12  
% 52.36/7.12  
% 52.36/7.12  fork 4: search terminated without proof.
% 52.52/7.14  
% 52.52/7.14  **** run 149 fork 4 starts with strategy
% 52.52/7.14  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 52.52/7.28  
% 52.52/7.28  fork 4: search finished without proof.
% 52.52/7.30  
% 52.52/7.30  **** run 157 fork 4 starts with strategy
% 52.52/7.30  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 56.86/7.70  
% 56.86/7.70  fork 1: search finished without proof.
% 56.86/7.73  
% 56.86/7.73  **** run 162 fork 1 starts with strategy
% 56.86/7.73  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 57.98/7.83  
% 57.98/7.83  fork 2: search finished without proof.
% 57.98/7.85  
% 57.98/7.85  **** run 155 fork 2 starts with strategy
% 57.98/7.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 58.21/7.95  
% 58.21/7.95  
% 58.21/7.95  fork 6: search terminated without proof.
% 58.21/7.96  
% 58.21/7.96  
% 58.21/7.96  fork 3: search terminated without proof.
% 58.21/7.96  
% 58.21/7.96  
% 58.21/7.96  fork 7: search terminated without proof.
% 58.21/7.98  
% 58.21/7.98  **** run 159 fork 6 starts with strategy
% 58.21/7.98  {"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}
% 58.21/7.98  
% 58.21/7.98  **** run 156 fork 3 starts with strategy
% 58.21/7.98  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 58.21/7.98  
% 58.21/7.98  **** run 160 fork 7 starts with strategy
% 58.21/7.98  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 59.99/8.10  
% 59.99/8.10  
% 59.99/8.10  fork 0: search terminated without proof.
% 59.99/8.13  
% 59.99/8.13  **** run 161 fork 0 starts with strategy
% 59.99/8.13  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 59.99/8.13  
% 59.99/8.13  
% 59.99/8.13  fork 5: search terminated without proof.
% 60.61/8.16  
% 60.61/8.16  **** run 166 fork 5 starts with strategy
% 60.61/8.16  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 61.90/8.32  
% 61.90/8.32  
% 61.90/8.32  fork 4: search terminated without proof.
% 61.90/8.34  
% 61.90/8.34  **** run 165 fork 4 starts with strategy
% 61.90/8.34  {"max_dseconds":10,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 65.50/8.78  
% 65.50/8.78  
% 65.50/8.78  fork 1: search terminated without proof.
% 65.50/8.81  
% 65.50/8.81  **** run 170 fork 1 starts with strategy
% 65.50/8.81  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 66.51/8.91  
% 66.51/8.91  
% 66.51/8.91  fork 2: search terminated without proof.
% 66.51/8.93  
% 66.51/8.93  **** run 163 fork 2 starts with strategy
% 66.51/8.93  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 66.78/9.01  
% 66.78/9.01  
% 66.78/9.01  fork 6: search terminated without proof.
% 66.78/9.01  
% 66.78/9.01  
% 66.78/9.01  fork 3: search terminated without proof.
% 66.78/9.01  
% 66.78/9.01  
% 66.78/9.01  fork 7: search terminated without proof.
% 66.78/9.02  
% 66.78/9.02  **** run 167 fork 6 starts with strategy
% 66.78/9.02  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 66.78/9.03  
% 66.78/9.03  **** run 164 fork 3 starts with strategy
% 66.78/9.03  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 67.50/9.04  
% 67.50/9.04  **** run 168 fork 7 starts with strategy
% 67.50/9.04  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 68.43/9.19  
% 68.43/9.19  
% 68.43/9.19  fork 5: search terminated without proof.
% 68.43/9.21  
% 68.43/9.21  **** run 174 fork 5 starts with strategy
% 68.43/9.21  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 68.43/9.23  
% 68.43/9.23  
% 68.43/9.23  fork 0: search terminated without proof.
% 68.43/9.26  
% 68.43/9.26  **** run 169 fork 0 starts with strategy
% 68.43/9.26  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":10}
% 70.04/9.37  
% 70.04/9.37  
% 70.04/9.37  fork 4: search terminated without proof.
% 70.04/9.38  
% 70.04/9.38  **** run 173 fork 4 starts with strategy
% 70.04/9.38  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 73.30/9.85  
% 73.30/9.85  
% 73.30/9.85  fork 1: search terminated without proof.
% 73.30/9.89  
% 73.30/9.89  **** run 178 fork 1 starts with strategy
% 73.30/9.89  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 75.06/10.04  
% 75.06/10.04  
% 75.06/10.04  fork 2: search terminated without proof.
% 75.06/10.05  
% 75.06/10.05  
% 75.06/10.05  fork 3: search terminated without proof.
% 75.06/10.06  
% 75.06/10.06  **** run 171 fork 2 starts with strategy
% 75.06/10.06  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 75.49/10.07  
% 75.49/10.07  **** run 172 fork 3 starts with strategy
% 75.49/10.07  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 75.49/10.08  
% 75.49/10.08  
% 75.49/10.08  fork 7: search terminated without proof.
% 75.49/10.10  
% 75.49/10.10  
% 75.49/10.10  fork 6: search terminated without proof.
% 75.49/10.11  
% 75.49/10.11  **** run 176 fork 7 starts with strategy
% 75.49/10.11  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 75.49/10.13  
% 75.49/10.13  **** run 175 fork 6 starts with strategy
% 75.49/10.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 76.94/10.26  
% 76.94/10.26  
% 76.94/10.26  fork 5: search terminated without proof.
% 76.94/10.29  
% 76.94/10.29  **** run 182 fork 5 starts with strategy
% 76.94/10.29  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 76.94/10.30  
% 76.94/10.30  
% 76.94/10.30  fork 0: search terminated without proof.
% 77.44/10.31  
% 77.44/10.31  **** run 177 fork 0 starts with strategy
% 77.44/10.31  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 77.91/10.42  
% 77.91/10.42  
% 77.91/10.42  fork 4: search terminated without proof.
% 77.91/10.44  
% 77.91/10.44  **** run 181 fork 4 starts with strategy
% 77.91/10.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 82.07/10.92  
% 82.07/10.92  
% 82.07/10.92  fork 1: search terminated without proof.
% 82.47/10.95  
% 82.47/10.95  **** run 186 fork 1 starts with strategy
% 82.47/10.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 83.41/11.09  
% 83.41/11.09  
% 83.41/11.09  fork 2: search terminated without proof.
% 83.41/11.11  
% 83.41/11.11  **** run 179 fork 2 starts with strategy
% 83.41/11.11  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 83.41/11.12  
% 83.41/11.12  
% 83.41/11.12  fork 3: search terminated without proof.
% 83.41/11.14  
% 83.41/11.14  
% 83.41/11.14  fork 7: search terminated without proof.
% 83.41/11.15  
% 83.41/11.15  **** run 180 fork 3 starts with strategy
% 83.41/11.15  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 83.41/11.18  
% 83.41/11.18  **** run 184 fork 7 starts with strategy
% 83.41/11.18  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 83.41/11.21  
% 83.41/11.21  
% 83.41/11.21  fork 6: search terminated without proof.
% 83.41/11.25  
% 83.41/11.25  **** run 183 fork 6 starts with strategy
% 83.41/11.25  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 84.29/11.32  
% 84.29/11.32  
% 84.29/11.32  fork 5: search terminated without proof.
% 85.54/11.35  
% 85.54/11.35  **** run 190 fork 5 starts with strategy
% 85.54/11.35  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 85.90/11.44  
% 85.90/11.44  
% 85.90/11.44  fork 0: search terminated without proof.
% 86.54/11.46  
% 86.54/11.46  **** run 185 fork 0 starts with strategy
% 86.54/11.46  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 86.54/11.47  
% 86.54/11.47  
% 86.54/11.47  fork 4: search terminated without proof.
% 86.54/11.49  
% 86.54/11.49  **** run 189 fork 4 starts with strategy
% 86.54/11.49  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 89.54/11.98  
% 89.54/11.98  
% 89.54/11.98  fork 1: search terminated without proof.
% 90.67/12.01  
% 90.67/12.01  **** run 194 fork 1 starts with strategy
% 90.67/12.01  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 91.65/12.14  
% 91.65/12.14  
% 91.65/12.14  fork 2: search terminated without proof.
% 91.65/12.17  
% 91.65/12.17  **** run 187 fork 2 starts with strategy
% 91.65/12.17  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 91.65/12.18  
% 91.65/12.18  
% 91.65/12.18  fork 3: search terminated without proof.
% 91.65/12.21  
% 91.65/12.21  
% 91.65/12.21  fork 7: search terminated without proof.
% 92.43/12.22  
% 92.43/12.22  **** run 188 fork 3 starts with strategy
% 92.43/12.22  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 92.43/12.25  
% 92.43/12.25  **** run 192 fork 7 starts with strategy
% 92.43/12.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 93.06/12.30  
% 93.06/12.30  
% 93.06/12.30  fork 6: search terminated without proof.
% 93.06/12.32  
% 93.06/12.32  **** run 191 fork 6 starts with strategy
% 93.06/12.32  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 93.72/12.38  
% 93.72/12.38  
% 93.72/12.38  fork 5: search terminated without proof.
% 93.89/12.42  
% 93.89/12.42  **** run 198 fork 5 starts with strategy
% 93.89/12.42  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 94.24/12.60  
% 94.24/12.60  
% 94.24/12.60  fork 0: search terminated without proof.
% 94.24/12.62  
% 94.24/12.62  
% 94.24/12.62  fork 4: search terminated without proof.
% 95.62/12.64  
% 95.62/12.64  **** run 193 fork 0 starts with strategy
% 95.62/12.64  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 95.62/12.64  
% 95.62/12.64  **** run 197 fork 4 starts with strategy
% 95.62/12.64  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 99.24/13.09  
% 99.24/13.09  
% 99.24/13.09  fork 1: search terminated without proof.
% 99.24/13.11  
% 99.24/13.11  **** run 202 fork 1 starts with strategy
% 99.24/13.11  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 99.98/13.21  
% 99.98/13.21  
% 99.98/13.21  fork 2: search terminated without proof.
% 99.98/13.24  
% 99.98/13.24  **** run 195 fork 2 starts with strategy
% 99.98/13.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 99.98/13.25  
% 99.98/13.25  
% 99.98/13.25  fork 3: search terminated without proof.
% 100.22/13.27  
% 100.22/13.27  **** run 196 fork 3 starts with strategy
% 100.22/13.27  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 100.94/13.30  
% 100.94/13.30  
% 100.94/13.30  fork 7: search terminated without proof.
% 100.97/13.33  
% 100.97/13.33  **** run 200 fork 7 starts with strategy
% 100.97/13.33  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 100.97/13.36  
% 100.97/13.36  
% 100.97/13.36  fork 6: search terminated without proof.
% 100.97/13.40  
% 100.97/13.40  **** run 199 fork 6 starts with strategy
% 100.97/13.40  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 101.72/13.45  
% 101.72/13.45  
% 101.72/13.45  fork 5: search terminated without proof.
% 101.72/13.49  
% 101.72/13.49  **** run 206 fork 5 starts with strategy
% 101.72/13.49  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 103.35/13.67  
% 103.35/13.67  
% 103.35/13.67  fork 0: search terminated without proof.
% 103.35/13.69  
% 103.35/13.69  **** run 201 fork 0 starts with strategy
% 103.35/13.69  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 104.13/13.71  
% 104.13/13.71  
% 104.13/13.71  fork 4: search terminated without proof.
% 104.13/13.74  
% 104.13/13.74  **** run 205 fork 4 starts with strategy
% 104.13/13.74  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 107.37/14.17  
% 107.37/14.17  
% 107.37/14.17  fork 1: search terminated without proof.
% 107.37/14.19  
% 107.37/14.19  **** run 210 fork 1 starts with strategy
% 107.37/14.19  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 108.49/14.27  
% 108.49/14.27  
% 108.49/14.27  fork 2: search terminated without proof.
% 108.52/14.29  
% 108.52/14.29  **** run 203 fork 2 starts with strategy
% 108.52/14.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 108.52/14.30  
% 108.52/14.30  
% 108.52/14.30  fork 3: search terminated without proof.
% 109.02/14.34  
% 109.02/14.34  **** run 204 fork 3 starts with strategy
% 109.02/14.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 109.02/14.37  
% 109.02/14.37  
% 109.02/14.37  fork 7: search terminated without proof.
% 109.02/14.39  
% 109.02/14.39  **** run 208 fork 7 starts with strategy
% 109.02/14.39  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 109.02/14.43  
% 109.02/14.43  
% 109.02/14.43  fork 6: search terminated without proof.
% 109.02/14.47  
% 109.02/14.47  **** run 207 fork 6 starts with strategy
% 109.02/14.47  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 109.86/14.55  
% 109.86/14.55  
% 109.86/14.55  fork 5: search terminated without proof.
% 110.84/14.58  
% 110.84/14.58  **** run 214 fork 5 starts with strategy
% 110.84/14.58  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 112.36/14.80  
% 112.36/14.80  
% 112.36/14.80  fork 0: search terminated without proof.
% 112.92/14.84  
% 112.92/14.84  
% 112.92/14.84  fork 4: search terminated without proof.
% 112.92/14.84  
% 112.92/14.84  **** run 209 fork 0 starts with strategy
% 112.92/14.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 113.24/14.87  
% 113.24/14.87  **** run 213 fork 4 starts with strategy
% 113.24/14.87  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 114.86/15.22  
% 114.86/15.22  
% 114.86/15.22  fork 1: search terminated without proof.
% 114.86/15.23  
% 114.86/15.23  **** run 218 fork 1 starts with strategy
% 114.86/15.23  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 116.58/15.32  
% 116.58/15.32  
% 116.58/15.32  fork 2: search terminated without proof.
% 116.93/15.34  
% 116.93/15.34  **** run 211 fork 2 starts with strategy
% 116.93/15.34  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 116.93/15.37  
% 116.93/15.37  
% 116.93/15.37  fork 3: search terminated without proof.
% 117.39/15.40  
% 117.39/15.40  **** run 212 fork 3 starts with strategy
% 117.39/15.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}
% 117.39/15.45  
% 117.39/15.45  
% 117.39/15.45  fork 7: search terminated without proof.
% 117.84/15.47  
% 117.84/15.47  **** run 216 fork 7 starts with strategy
% 117.84/15.47  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 117.84/15.51  
% 117.84/15.51  
% 117.84/15.51  fork 6: search terminated without proof.
% 117.84/15.54  
% 117.84/15.54  **** run 215 fork 6 starts with strategy
% 117.84/15.54  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 118.98/15.62  
% 118.98/15.62  
% 118.98/15.62  fork 5: search terminated without proof.
% 119.31/15.64  
% 119.31/15.64  **** run 222 fork 5 starts with strategy
% 119.31/15.64  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 121.39/15.94  
% 121.39/15.94  
% 121.39/15.94  fork 4: search terminated without proof.
% 121.39/15.95  
% 121.39/15.95  **** run 221 fork 4 starts with strategy
% 121.39/15.95  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 121.88/16.04  
% 121.88/16.04  fork 0: search finished without proof.
% 122.36/16.07  
% 122.36/16.07  **** run 217 fork 0 starts with strategy
% 122.36/16.07  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 124.66/16.38  
% 124.66/16.38  
% 124.66/16.38  fork 2: search terminated without proof.
% 124.66/16.42  
% 124.66/16.42  **** run 219 fork 2 starts with strategy
% 124.66/16.42  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 124.66/16.44  
% 124.66/16.44  
% 124.66/16.44  fork 3: search terminated without proof.
% 124.77/16.46  
% 124.77/16.46  **** run 220 fork 3 starts with strategy
% 124.77/16.46  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 125.44/16.49  
% 125.44/16.49  
% 125.44/16.49  fork 1: search terminated without proof.
% 125.44/16.50  
% 125.44/16.50  
% 125.44/16.50  fork 7: search terminated without proof.
% 125.69/16.53  
% 125.69/16.53  **** run 226 fork 1 starts with strategy
% 125.69/16.53  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 125.85/16.54  
% 125.85/16.54  **** run 224 fork 7 starts with strategy
% 125.85/16.54  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 125.85/16.59  
% 125.85/16.59  
% 125.85/16.59  fork 6: search terminated without proof.
% 125.85/16.62  
% 125.85/16.62  **** run 223 fork 6 starts with strategy
% 125.85/16.62  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 127.15/16.70  
% 127.15/16.70  
% 127.15/16.70  fork 5: search terminated without proof.
% 127.15/16.74  
% 127.15/16.74  **** run 230 fork 5 starts with strategy
% 127.15/16.74  {"max_dseconds":50,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 129.01/16.98  
% 129.01/16.98  
% 129.01/16.98  fork 4: search terminated without proof.
% 129.01/17.02  
% 129.01/17.02  **** run 229 fork 4 starts with strategy
% 129.01/17.02  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 131.17/17.21  
% 131.17/17.21  
% 131.17/17.21  fork 0: search terminated without proof.
% 131.17/17.25  
% 131.17/17.25  **** run 225 fork 0 starts with strategy
% 131.17/17.25  {"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}
% 133.07/17.45  
% 133.07/17.45  
% 133.07/17.45  fork 2: search terminated without proof.
% 133.13/17.48  
% 133.13/17.48  **** run 227 fork 2 starts with strategy
% 133.13/17.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 133.13/17.49  
% 133.13/17.49  
% 133.13/17.49  fork 3: search terminated without proof.
% 133.53/17.53  
% 133.53/17.53  **** run 228 fork 3 starts with strategy
% 133.53/17.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":10}
% 133.89/17.57  
% 133.89/17.57  
% 133.89/17.57  fork 1: search terminated without proof.
% 133.89/17.59  
% 133.89/17.59  **** run 234 fork 1 starts with strategy
% 133.89/17.59  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 133.89/17.60  
% 133.89/17.60  
% 133.89/17.60  fork 7: search terminated without proof.
% 133.89/17.63  
% 133.89/17.63  **** run 232 fork 7 starts with strategy
% 133.89/17.63  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 133.89/17.65  
% 133.89/17.65  
% 133.89/17.65  fork 6: search terminated without proof.
% 133.89/17.68  
% 133.89/17.68  **** run 231 fork 6 starts with strategy
% 133.89/17.68  {"max_dseconds":50,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 139.27/18.28  
% 139.27/18.28  
% 139.27/18.28  fork 0: search terminated without proof.
% 139.27/18.31  
% 139.27/18.31  **** run 233 fork 0 starts with strategy
% 139.27/18.31  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 141.53/18.52  
% 141.53/18.52  
% 141.53/18.52  fork 2: search terminated without proof.
% 141.53/18.55  
% 141.53/18.55  **** run 235 fork 2 starts with strategy
% 141.53/18.55  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 141.93/18.58  
% 141.93/18.58  
% 141.93/18.58  fork 3: search terminated without proof.
% 141.93/18.60  
% 141.93/18.60  **** run 236 fork 3 starts with strategy
% 141.93/18.60  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 167.57/21.88  
% 167.57/21.88  
% 167.57/21.88  fork 5: search terminated without proof.
% 167.57/21.90  
% 167.57/21.90  **** run 238 fork 5 starts with strategy
% 167.57/21.90  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 170.05/22.29  
% 170.05/22.29  
% 170.05/22.29  fork 4: search terminated without proof.
% 171.27/22.32  
% 171.27/22.32  **** run 237 fork 4 starts with strategy
% 171.27/22.32  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 174.15/22.73  
% 174.15/22.73  
% 174.15/22.73  fork 7: search terminated without proof.
% 174.80/22.77  
% 174.80/22.77  
% 174.80/22.77  fork 1: search terminated without proof.
% 174.97/22.80  
% 174.97/22.80  
% 174.97/22.80  fork 6: search terminated without proof.
% 174.97/22.81  
% 174.97/22.81  **** run 240 fork 7 starts with strategy
% 174.97/22.81  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 174.97/22.82  
% 174.97/22.82  **** run 242 fork 1 starts with strategy
% 174.97/22.82  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 174.97/22.82  
% 174.97/22.82  **** run 239 fork 6 starts with strategy
% 174.97/22.82  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 178.88/23.35  
% 178.88/23.35  
% 178.88/23.35  fork 0: search terminated without proof.
% 179.71/23.39  
% 179.71/23.39  **** run 241 fork 0 starts with strategy
% 179.71/23.39  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 180.27/23.64  
% 180.27/23.64  
% 180.27/23.64  fork 3: search terminated without proof.
% 181.82/23.71  
% 181.82/23.71  **** run 244 fork 3 starts with strategy
% 181.82/23.71  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 182.28/23.74  
% 182.28/23.74  
% 182.28/23.74  fork 2: search terminated without proof.
% 182.62/23.81  
% 182.62/23.81  **** run 243 fork 2 starts with strategy
% 182.62/23.81  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 207.68/27.00  
% 207.68/27.00  
% 207.68/27.00  fork 5: search terminated without proof.
% 208.22/27.02  
% 208.22/27.02  **** run 246 fork 5 starts with strategy
% 208.22/27.02  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 210.96/27.45  
% 210.96/27.45  
% 210.96/27.45  fork 4: search terminated without proof.
% 210.96/27.53  
% 210.96/27.53  **** run 245 fork 4 starts with strategy
% 210.96/27.53  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 214.68/27.89  
% 214.68/27.89  
% 214.68/27.89  fork 1: search terminated without proof.
% 215.22/27.91  
% 215.22/27.91  
% 215.22/27.91  fork 7: search terminated without proof.
% 215.22/27.91  
% 215.22/27.91  
% 215.22/27.91  fork 6: search terminated without proof.
% 215.22/27.93  
% 215.22/27.93  **** run 250 fork 1 starts with strategy
% 215.22/27.93  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 215.66/27.97  
% 215.66/27.97  **** run 248 fork 7 starts with strategy
% 215.66/27.97  {"max_dseconds":50,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 215.66/28.04  
% 215.66/28.04  **** run 247 fork 6 starts with strategy
% 215.66/28.04  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 221.17/28.67  
% 221.17/28.67  
% 221.17/28.67  fork 0: search terminated without proof.
% 221.17/28.76  
% 221.17/28.76  **** run 249 fork 0 starts with strategy
% 221.17/28.76  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 221.49/28.82  
% 221.49/28.82  
% 221.49/28.82  fork 3: search terminated without proof.
% 222.33/28.85  
% 222.33/28.85  **** run 252 fork 3 starts with strategy
% 222.33/28.85  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 223.09/28.96  
% 223.09/28.96  
% 223.09/28.96  fork 2: search terminated without proof.
% 223.63/29.01  
% 223.63/29.01  **** run 251 fork 2 starts with strategy
% 223.63/29.01  {"max_dseconds":50,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 247.70/32.12  
% 247.70/32.12  
% 247.70/32.12  fork 5: search terminated without proof.
% 248.81/32.22  
% 248.81/32.22  **** run 254 fork 5 starts with strategy
% 248.81/32.22  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 251.92/32.63  
% 251.92/32.63  
% 251.92/32.63  fork 4: search terminated without proof.
% 251.92/32.67  
% 251.92/32.67  **** run 253 fork 4 starts with strategy
% 251.92/32.67  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"sine":1}
% 255.63/33.08  
% 255.63/33.08  
% 255.63/33.08  fork 6: search terminated without proof.
% 255.63/33.09  
% 255.63/33.09  
% 255.63/33.09  fork 7: search terminated without proof.
% 255.63/33.11  
% 255.63/33.11  **** run 256 fork 7 starts with strategy
% 255.63/33.11  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 255.63/33.14  
% 255.63/33.14  **** run 255 fork 6 starts with strategy
% 255.63/33.14  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 256.73/33.22  
% 256.73/33.22  
% 256.73/33.22  fork 1: search terminated without proof.
% 256.73/33.26  
% 256.73/33.26  **** run 258 fork 1 starts with strategy
% 256.73/33.26  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 261.13/33.80  
% 261.13/33.80  
% 261.13/33.80  fork 0: search terminated without proof.
% 261.13/33.84  
% 261.13/33.84  **** run 257 fork 0 starts with strategy
% 261.13/33.84  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 262.30/34.00  
% 262.30/34.00  
% 262.30/34.00  fork 3: search terminated without proof.
% 262.30/34.02  
% 262.30/34.02  **** run 260 fork 3 starts with strategy
% 262.30/34.02  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 264.16/34.20  
% 264.16/34.20  
% 264.16/34.20  fork 2: search terminated without proof.
% 264.60/34.26  
% 264.60/34.26  **** run 259 fork 2 starts with strategy
% 264.60/34.26  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 288.79/37.41  
% 288.79/37.41  
% 288.79/37.41  fork 5: search terminated without proof.
% 289.07/37.47  
% 289.07/37.47  **** run 262 fork 5 starts with strategy
% 289.07/37.47  {"max_dseconds":50,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 289.07/37.48  
% 289.07/37.48  
% 289.07/37.48  result: proof found
% 289.07/37.48  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 289.07/37.48  by run 260 fork 3 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 289.07/37.48  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 289.07/37.48  
% 289.07/37.48  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 289.07/37.49  
% 289.07/37.49  run 260 fork 3 statistics:
% 289.07/37.49  ----------------------------------
% 289.07/37.49  this run seconds: 2.566174
% 289.07/37.49  total seconds: 35.684044
% 289.07/37.49  stat_given_used: 5336
% 289.07/37.49  stat_given_used_at_endgame: 0
% 289.07/37.49  stat_given_candidates:   43253
% 289.07/37.49  stat_given_candidates_at_endgame: 0
% 289.07/37.49  stat_given_candidates_h: 0
% 289.07/37.49  stat_binres_derived_cl:   461299
% 289.07/37.49  stat_binres_derived_cl_h: 0
% 289.07/37.49  stat_factor_derived_cl: 118
% 289.07/37.49  stat_para_derived_cl: 151117
% 289.07/37.49  stat_tautologies_discarded: 329
% 289.07/37.49  stat_forward_subsumed: 67255
% 289.07/37.49  stat_derived_cut: 517
% 289.07/37.49  stat_derived_rewritten: 2858
% 289.07/37.49  stat_weight_discarded_building: 0
% 289.07/37.49  stat_weight_discarded_cl: 325752
% 289.07/37.49  stat_internlimit_discarded_cl: 0
% 289.07/37.49  stat_simplified:  2905 simplified 0 derived 0 given
% 289.07/37.49  stat_kept_cl: 214438
% 289.07/37.49  stat_built_cl: 553767
% 289.07/37.49  stat_hyperres_partial_cl: 0
% 289.07/37.49  stat_made_rewriters: 131
% 289.07/37.49  stat_backward_subsumed: 0
% 289.07/37.49  stat_propagated_subsumed: 0
% 289.07/37.49  stat_clsubs_attempted:                    506411
% 289.07/37.49  stat_clsubs_fact_groundunit_found:            42
% 289.07/37.49  stat_clsubs_rule_groundunit_found:           246
% 289.07/37.49  stat_clsubs_top_meta_attempted:           63657428
% 289.07/37.49  stat_clsubs_top_meta_failed:              63151017
% 289.07/37.49  stat_clsubs_top_meta_nonpref_attempted:            63657428
% 289.07/37.49  stat_clsubs_top_meta_nonpref_succeeded:             8611361
% 289.07/37.49  stat_clsubs_top_meta_pref_attempted:                8611361
% 289.07/37.49  stat_clsubs_top_meta_pref1_succeeded:               4493569
% 289.07/37.49  stat_clsubs_top_meta_pref2_succeeded:               1208907
% 289.07/37.49  stat_clsubs_top_meta_pref3_succeeded:                506411
% 289.07/37.49  stat_clsubs_top_meta_pref_succeeded:                 506411
% 289.07/37.49  stat_clsubs_meta_attempted:               984991
% 289.07/37.49  stat_clsubs_meta_failed:                  467431
% 289.07/37.49  stat_clsubs_predsymbs_attempted:               0
% 289.07/37.49  stat_clsubs_unit_attempted:               184537
% 289.07/37.49  stat_clsubs_full_attempted:               321874
% 289.07/37.49  stat_forwardsubs_attempted:               607445
% 289.07/37.49  stat_lit_hash_added:                 132068
% 289.07/37.49  stat_lit_hash_computed:             2906202
% 289.07/37.49  stat_lit_hash_match_found:            70727
% 289.07/37.49  stat_lit_hash_match_miss:           4090754
% 289.07/37.49  stat_lit_hash_cut_ok:                   636
% 289.07/37.49  stat_lit_strong_cut_ok:                   0
% 289.07/37.49  stat_lit_hash_subsume_ok:             67255
% 289.07/37.49  clqueue els 10000000 used 1
% 289.07/37.49  clactive els 10000000 used 5337
% 289.07/37.49  clactivesubsume els 10000000 used 27313
% 289.07/37.49  queue_termbuf els 200000000 used 14957982
% 289.07/37.49  hyper_termbuf els 100000000 used 1
% 289.07/37.49  active_termbuf els 100000000 used 233971
% 289.07/37.49  varstack els 5000 last used 1
% 289.07/37.49  given_termbuf els 10000000 last used 1
% 289.07/37.49  simplified_termbuf els 10000000 last used 1
% 289.07/37.49  derived_termbuf els 10000000 last used 21
% 289.07/37.49  wr_mallocs: 82754
% 289.07/37.49  wr_callocs: 19
% 289.07/37.49  wr_reallocs: 16532
% 289.07/37.49  wr_frees: 4
% 289.07/37.49  wr_malloc_bytes: 4165911316
% 289.07/37.49  wr_calloc_bytes: 96065504
% 289.07/37.49  wr_realloc_bytes: 9519008
% 289.07/37.49  wr_realloc_freebytes: 0
% 289.07/37.49  ----------------------------------
%------------------------------------------------------------------------------