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

View Problem - Process Solution

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

% Computer : n020.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:28 EDT 2023

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

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

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

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

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

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

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

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

cnf('8',plain,
    ( subclass(intersection(X,regular(X)),null_class)
    | X = null_class ),
    inference(resolution,[],['6','7']) ).

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

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

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

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

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

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

cnf('15',plain,
    ( member(regular(X),universal_class)
    | X = null_class ),
    inference(resolution,[],['4','14']) ).

cnf('16',plain,
    complement(universal_class) = null_class,
    inference(resolution,[],['11','15']) ).

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

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

cnf('19',plain,
    ( ~ member(not_subclass_element(null_class,X),universal_class)
    | subclass(null_class,X) ),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    ( member(not_subclass_element(X,Y),universal_class)
    | subclass(X,Y) ),
    inference(resolution,[],['18','14']) ).

cnf('21',plain,
    subclass(null_class,X3),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    ( null_class = intersection(X,regular(X))
    | X = null_class ),
    inference(resolution,[then_simplify],['8','9','21']) ).

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

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

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

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

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

cnf('28',plain,
    ( ~ subclass(X,intersection(X,Y))
    | X = intersection(X,Y) ),
    inference(resolution,[],['27','9']) ).

cnf('29',plain,
    ( not_subclass_element(singleton(X),Y) = X
    | subclass(singleton(X),Y) ),
    inference(resolution,[],['3','18']) ).

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

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

cnf('32',plain,
    member(z,z),
    inference(cnf_transformation,[],[prove_russell_class1_2]) ).

cnf('33',plain,
    ( member(z,intersection(X,z))
    | ~ member(z,X) ),
    inference(resolution,[],['31','32']) ).

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

cnf('35',plain,
    member(z,diagonalise(element_relation)),
    inference(cnf_transformation,[],[prove_russell_class1_1]) ).

cnf('36',plain,
    member(z,universal_class),
    inference(resolution,[],['14','35']) ).

cnf('37',plain,
    member(z,unordered_pair(X,z)),
    inference(resolution,[],['34','36']) ).

cnf('38',plain,
    member(z,singleton(z)),
    inference(paramodulation,[],['1','37']) ).

cnf('39',plain,
    member(z,intersection(singleton(z),z)),
    inference(resolution,[],['33','38']) ).

cnf('40',plain,
    subclass(singleton(z),intersection(singleton(z),z)),
    inference(resolution,[],['30','39']) ).

cnf('41',plain,
    singleton(z) = intersection(singleton(z),z),
    inference(resolution,[],['28','40']) ).

cnf('42',plain,
    singleton(z) = null_class,
    inference(paramodulation,[],['23','41']) ).

cnf('43',plain,
    subclass(null_class,X),
    inference(resolution,[],['19','20']) ).

cnf('44',plain,
    ( ~ subclass(X,null_class)
    | X = null_class ),
    inference(resolution,[],['43','9']) ).

cnf('45',plain,
    intersection(null_class,X) = null_class,
    inference(resolution,[],['27','44']) ).

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

cnf('47',plain,
    null_class = restrict(null_class,X,Y),
    inference(paramodulation,[],['45','46']) ).

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

cnf('49',plain,
    ~ member(X,domain_of(null_class)),
    inference(paramodulation,[],['47','48']) ).

cnf('50',plain,
    domain_of(null_class) = null_class,
    inference(resolution,[],['49','4']) ).

cnf('51',plain,
    ~ member(X3,null_class),
    inference(paramodulation,[],['50','49']) ).

cnf('52',plain,
    $false,
    inference(paramodulation,[then_simplify],['42','38','51']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET497-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n020.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sat Aug 26 08:23:45 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                   114
% 0.21/0.39  in_rule_clause_count:              109
% 0.21/0.39  in_fact_clause_count:                5
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:             13
% 0.21/0.39  in_unit_clause_count:               39
% 0.21/0.39  in_horn_clause_count:              106
% 0.21/0.39  in_pos_clause_count:                42
% 0.21/0.39  in_neg_clause_count:                 2
% 0.21/0.39  in_poseq_clause_count:              39
% 0.21/0.39  in_negeq_clause_count:               8
% 0.21/0.39  in_unitposeq_clause_count:          23
% 0.21/0.39  in_chain_clause_count:               2
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             5
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              6
% 0.21/0.39  in_min_size:               2
% 0.21/0.39  in_max_size:              41
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               5
% 0.21/0.39  in_extaxiom_count:               112
% 0.21/0.39  in_axiom_count:                    0
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     2
% 0.21/0.39  in_neg_goal_count:                 0
% 0.21/0.39  in_pos_goal_count:                 2
% 0.21/0.39  in_posunit_goal_count:             2
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 5 fork 4 starts with strategy
% 0.21/0.39  
% 0.21/0.39  **** run 6 fork 5 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 7 fork 6 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.52  
% 0.21/0.52  fork 2: search finished without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 11 fork 2 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 3: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 6: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 13 fork 4 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 7: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 5: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 0: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  fork 1: search finished without proof.
% 0.21/0.58  
% 0.21/0.58  **** run 12 fork 3 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.58  
% 0.21/0.58  **** run 16 fork 7 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.58  
% 0.21/0.58  **** run 9 fork 0 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.59  
% 0.21/0.59  **** run 14 fork 5 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.59  
% 0.21/0.59  **** run 10 fork 1 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.59  
% 0.21/0.59  **** run 15 fork 6 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 2: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  fork 5: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  **** run 21 fork 4 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 0: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  **** run 19 fork 2 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 3: search terminated without proof.
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 7: search terminated without proof.
% 0.21/0.73  
% 0.21/0.73  **** run 22 fork 5 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.74  
% 0.21/0.74  **** run 17 fork 0 starts with strategy
% 0.21/0.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.75  
% 0.21/0.75  **** run 24 fork 7 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.76  
% 0.21/0.76  
% 0.21/0.76  fork 1: search terminated without proof.
% 0.21/0.76  
% 0.21/0.76  **** run 20 fork 3 starts with strategy
% 0.21/0.76  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.51/0.78  
% 2.51/0.78  **** run 18 fork 1 starts with strategy
% 2.51/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 2.51/0.79  
% 2.51/0.79  
% 2.51/0.79  fork 6: search terminated without proof.
% 2.51/0.81  
% 2.51/0.81  **** run 23 fork 6 starts with strategy
% 2.51/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 2.51/0.82  No candidate clauses found.
% 2.51/0.82  
% 2.51/0.82  
% 2.51/0.82  fork 1: search terminated without proof.
% 3.29/0.84  
% 3.29/0.84  **** run 26 fork 1 starts with strategy
% 3.29/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.29/0.85  
% 3.29/0.85  
% 3.29/0.85  fork 4: search terminated without proof.
% 3.29/0.86  
% 3.29/0.86  
% 3.29/0.86  fork 2: search terminated without proof.
% 3.29/0.87  
% 3.29/0.87  **** run 29 fork 4 starts with strategy
% 3.29/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.29/0.87  
% 3.29/0.87  
% 3.29/0.87  fork 5: search terminated without proof.
% 3.29/0.88  
% 3.29/0.88  
% 3.29/0.88  fork 0: search terminated without proof.
% 3.29/0.88  
% 3.29/0.88  **** run 27 fork 2 starts with strategy
% 3.29/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.29/0.88  
% 3.29/0.88  
% 3.29/0.88  fork 7: search terminated without proof.
% 3.29/0.89  
% 3.29/0.89  **** run 30 fork 5 starts with strategy
% 3.29/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.29/0.89  
% 3.29/0.89  
% 3.29/0.89  fork 3: search terminated without proof.
% 3.29/0.90  
% 3.29/0.90  **** run 25 fork 0 starts with strategy
% 3.29/0.90  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.29/0.90  
% 3.29/0.90  **** run 32 fork 7 starts with strategy
% 3.29/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.89/0.91  
% 3.89/0.91  **** run 28 fork 3 starts with strategy
% 3.89/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.89/0.94  
% 3.89/0.94  
% 3.89/0.94  fork 6: search terminated without proof.
% 3.89/0.96  
% 3.89/0.96  **** run 31 fork 6 starts with strategy
% 3.89/0.96  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.37/0.97  
% 4.37/0.97  
% 4.37/0.97  fork 1: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  **** run 34 fork 1 starts with strategy
% 4.37/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.37/1.00  
% 4.37/1.00  
% 4.37/1.00  fork 4: search terminated without proof.
% 4.37/1.01  
% 4.37/1.01  
% 4.37/1.01  fork 2: search terminated without proof.
% 4.37/1.02  
% 4.37/1.02  **** run 37 fork 4 starts with strategy
% 4.37/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.37/1.02  
% 4.37/1.02  
% 4.37/1.02  fork 5: search terminated without proof.
% 4.37/1.03  
% 4.37/1.03  
% 4.37/1.03  fork 0: search terminated without proof.
% 4.37/1.03  
% 4.37/1.03  **** run 35 fork 2 starts with strategy
% 4.37/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.37/1.04  
% 4.37/1.04  **** run 38 fork 5 starts with strategy
% 4.37/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.37/1.04  
% 4.37/1.04  
% 4.37/1.04  fork 7: search terminated without proof.
% 4.37/1.04  
% 4.37/1.04  
% 4.37/1.04  fork 3: search terminated without proof.
% 4.37/1.06  
% 4.37/1.06  **** run 33 fork 0 starts with strategy
% 4.37/1.06  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.37/1.06  
% 4.37/1.06  fork 4: search finished without proof.
% 5.08/1.06  
% 5.08/1.06  **** run 36 fork 3 starts with strategy
% 5.08/1.06  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.08/1.07  
% 5.08/1.07  **** run 40 fork 7 starts with strategy
% 5.08/1.07  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 5.08/1.07  
% 5.08/1.07  **** run 45 fork 4 starts with strategy
% 5.08/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.32/1.09  
% 5.32/1.09  
% 5.32/1.09  fork 6: search terminated without proof.
% 5.32/1.11  
% 5.32/1.11  **** run 39 fork 6 starts with strategy
% 5.32/1.11  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 5.32/1.12  
% 5.32/1.12  
% 5.32/1.12  fork 1: search terminated without proof.
% 5.70/1.13  
% 5.70/1.13  **** run 42 fork 1 starts with strategy
% 5.70/1.13  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 5.70/1.16  
% 5.70/1.16  
% 5.70/1.16  fork 2: search terminated without proof.
% 5.70/1.17  
% 5.70/1.17  
% 5.70/1.17  fork 5: search terminated without proof.
% 5.70/1.18  
% 5.70/1.18  **** run 43 fork 2 starts with strategy
% 5.70/1.18  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.70/1.18  
% 5.70/1.18  **** run 46 fork 5 starts with strategy
% 5.70/1.18  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.70/1.19  
% 5.70/1.19  
% 5.70/1.19  fork 0: search terminated without proof.
% 5.70/1.19  
% 5.70/1.19  fork 3: search finished without proof.
% 5.70/1.20  
% 5.70/1.20  
% 5.70/1.20  fork 4: search terminated without proof.
% 5.70/1.20  
% 5.70/1.20  **** run 41 fork 0 starts with strategy
% 5.70/1.20  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.70/1.21  
% 5.70/1.21  
% 5.70/1.21  fork 7: search terminated without proof.
% 6.28/1.21  
% 6.28/1.21  **** run 44 fork 3 starts with strategy
% 6.28/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.28/1.22  
% 6.28/1.22  **** run 53 fork 4 starts with strategy
% 6.28/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.28/1.23  
% 6.28/1.23  **** run 48 fork 7 starts with strategy
% 6.28/1.23  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.28/1.24  
% 6.28/1.24  
% 6.28/1.24  fork 6: search terminated without proof.
% 6.28/1.26  
% 6.28/1.26  
% 6.28/1.26  fork 1: search terminated without proof.
% 6.28/1.26  
% 6.28/1.26  **** run 47 fork 6 starts with strategy
% 6.28/1.26  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.77/1.28  
% 6.77/1.28  **** run 50 fork 1 starts with strategy
% 6.77/1.28  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.77/1.31  
% 6.77/1.31  
% 6.77/1.31  fork 2: search terminated without proof.
% 6.77/1.31  
% 6.77/1.31  
% 6.77/1.31  fork 5: search terminated without proof.
% 6.77/1.33  
% 6.77/1.33  **** run 51 fork 2 starts with strategy
% 6.77/1.33  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.77/1.33  
% 6.77/1.33  **** run 54 fork 5 starts with strategy
% 6.77/1.33  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.77/1.33  
% 6.77/1.33  
% 6.77/1.33  fork 0: search terminated without proof.
% 6.77/1.33  
% 6.77/1.33  fork 3: search finished without proof.
% 6.77/1.34  
% 6.77/1.34  fork 4: search finished without proof.
% 6.77/1.35  
% 6.77/1.35  **** run 49 fork 0 starts with strategy
% 6.77/1.35  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.77/1.36  
% 6.77/1.36  **** run 61 fork 4 starts with strategy
% 6.77/1.36  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.49/1.36  
% 7.49/1.36  **** run 52 fork 3 starts with strategy
% 7.49/1.36  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.49/1.36  
% 7.49/1.36  
% 7.49/1.36  fork 7: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  **** run 56 fork 7 starts with strategy
% 7.49/1.38  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.49/1.39  
% 7.49/1.39  
% 7.49/1.39  fork 6: search terminated without proof.
% 7.49/1.40  
% 7.49/1.40  
% 7.49/1.40  fork 1: search terminated without proof.
% 7.49/1.41  
% 7.49/1.41  **** run 55 fork 6 starts with strategy
% 7.49/1.41  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.49/1.43  
% 7.49/1.43  **** run 58 fork 1 starts with strategy
% 7.49/1.43  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.49/1.45  
% 7.49/1.45  
% 7.49/1.45  fork 2: search terminated without proof.
% 7.49/1.45  
% 7.49/1.45  
% 7.49/1.45  fork 5: search terminated without proof.
% 7.49/1.47  
% 7.49/1.47  **** run 62 fork 5 starts with strategy
% 7.49/1.47  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.49/1.47  
% 7.49/1.47  **** run 59 fork 2 starts with strategy
% 7.49/1.47  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.49/1.48  
% 7.49/1.48  fork 4: search finished without proof.
% 7.49/1.48  
% 7.49/1.48  
% 7.49/1.48  fork 0: search terminated without proof.
% 7.49/1.49  
% 7.49/1.49  
% 7.49/1.49  fork 3: search terminated without proof.
% 7.49/1.50  
% 7.49/1.50  **** run 69 fork 4 starts with strategy
% 7.49/1.50  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 7.49/1.50  
% 7.49/1.50  **** run 57 fork 0 starts with strategy
% 7.49/1.50  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.49/1.52  
% 7.49/1.52  **** run 60 fork 3 starts with strategy
% 7.49/1.52  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.49/1.53  
% 7.49/1.53  fork 6: search finished without proof.
% 7.49/1.55  
% 7.49/1.55  **** run 63 fork 6 starts with strategy
% 7.49/1.55  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.49/1.55  
% 7.49/1.55  
% 7.49/1.55  fork 1: search terminated without proof.
% 7.49/1.57  
% 7.49/1.57  **** run 66 fork 1 starts with strategy
% 7.49/1.57  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.49/1.59  
% 7.49/1.59  fork 2: search finished without proof.
% 9.15/1.61  
% 9.15/1.61  
% 9.15/1.61  fork 5: search terminated without proof.
% 9.15/1.61  
% 9.15/1.61  **** run 67 fork 2 starts with strategy
% 9.15/1.61  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 9.15/1.62  
% 9.15/1.62  **** run 70 fork 5 starts with strategy
% 9.15/1.62  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.15/1.63  
% 9.15/1.63  
% 9.15/1.63  fork 4: search terminated without proof.
% 9.15/1.63  
% 9.15/1.63  
% 9.15/1.63  fork 0: search terminated without proof.
% 9.15/1.63  
% 9.15/1.63  
% 9.15/1.63  fork 7: search terminated without proof.
% 9.63/1.65  
% 9.63/1.65  
% 9.63/1.65  fork 3: search terminated without proof.
% 9.63/1.65  
% 9.63/1.65  **** run 77 fork 4 starts with strategy
% 9.63/1.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.63/1.65  
% 9.63/1.65  **** run 65 fork 0 starts with strategy
% 9.63/1.65  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.69/1.66  
% 9.69/1.66  **** run 64 fork 7 starts with strategy
% 9.69/1.66  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 9.69/1.67  
% 9.69/1.67  **** run 68 fork 3 starts with strategy
% 9.69/1.67  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.69/1.68  
% 9.69/1.68  
% 9.69/1.68  fork 6: search terminated without proof.
% 9.69/1.70  
% 9.69/1.70  **** run 71 fork 6 starts with strategy
% 9.69/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.69/1.70  
% 9.69/1.70  
% 9.69/1.70  fork 1: search terminated without proof.
% 10.15/1.72  
% 10.15/1.72  **** run 74 fork 1 starts with strategy
% 10.15/1.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 10.15/1.73  
% 10.15/1.73  
% 10.15/1.73  fork 2: search terminated without proof.
% 10.15/1.75  
% 10.15/1.75  
% 10.15/1.75  fork 5: search terminated without proof.
% 10.48/1.75  
% 10.48/1.75  **** run 75 fork 2 starts with strategy
% 10.48/1.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 10.48/1.77  
% 10.48/1.77  **** run 78 fork 5 starts with strategy
% 10.48/1.77  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.48/1.78  
% 10.48/1.78  
% 10.48/1.78  fork 4: search terminated without proof.
% 10.48/1.79  
% 10.48/1.79  
% 10.48/1.79  fork 0: search terminated without proof.
% 10.48/1.79  
% 10.48/1.79  
% 10.48/1.79  fork 7: search terminated without proof.
% 10.48/1.80  
% 10.48/1.80  **** run 85 fork 4 starts with strategy
% 10.48/1.80  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.48/1.80  
% 10.48/1.80  
% 10.48/1.80  fork 3: search terminated without proof.
% 10.48/1.81  
% 10.48/1.81  **** run 73 fork 0 starts with strategy
% 10.48/1.81  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.48/1.81  
% 10.48/1.81  **** run 72 fork 7 starts with strategy
% 10.48/1.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 10.48/1.82  
% 10.48/1.82  
% 10.48/1.82  fork 6: search terminated without proof.
% 10.48/1.83  
% 10.48/1.83  **** run 76 fork 3 starts with strategy
% 10.48/1.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.22/1.85  
% 11.22/1.85  **** run 79 fork 6 starts with strategy
% 11.22/1.85  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.22/1.85  
% 11.22/1.85  
% 11.22/1.85  fork 1: search terminated without proof.
% 11.22/1.87  
% 11.22/1.87  **** run 82 fork 1 starts with strategy
% 11.22/1.87  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.22/1.89  
% 11.22/1.89  
% 11.22/1.89  fork 2: search terminated without proof.
% 11.55/1.90  
% 11.55/1.90  
% 11.55/1.90  fork 5: search terminated without proof.
% 11.55/1.90  
% 11.55/1.90  **** run 83 fork 2 starts with strategy
% 11.55/1.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.55/1.92  
% 11.55/1.92  **** run 86 fork 5 starts with strategy
% 11.55/1.92  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 11.55/1.93  
% 11.55/1.93  
% 11.55/1.93  fork 4: search terminated without proof.
% 11.55/1.93  
% 11.55/1.93  
% 11.55/1.93  fork 0: search terminated without proof.
% 12.01/1.94  
% 12.01/1.94  
% 12.01/1.94  fork 7: search terminated without proof.
% 12.01/1.95  
% 12.01/1.95  **** run 93 fork 4 starts with strategy
% 12.01/1.95  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.01/1.95  
% 12.01/1.95  **** run 81 fork 0 starts with strategy
% 12.01/1.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.11/1.96  
% 12.11/1.96  
% 12.11/1.96  fork 3: search terminated without proof.
% 12.11/1.96  
% 12.11/1.96  **** run 80 fork 7 starts with strategy
% 12.11/1.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 12.11/1.98  
% 12.11/1.98  
% 12.11/1.98  fork 6: search terminated without proof.
% 12.11/1.98  
% 12.11/1.98  **** run 84 fork 3 starts with strategy
% 12.11/1.98  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.11/2.00  
% 12.11/2.00  
% 12.11/2.00  fork 1: search terminated without proof.
% 12.11/2.00  
% 12.11/2.00  **** run 87 fork 6 starts with strategy
% 12.11/2.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.54/2.01  
% 12.54/2.01  **** run 90 fork 1 starts with strategy
% 12.54/2.01  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.54/2.03  
% 12.54/2.03  
% 12.54/2.03  fork 2: search terminated without proof.
% 12.85/2.05  
% 12.85/2.05  **** run 91 fork 2 starts with strategy
% 12.85/2.05  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 12.85/2.05  
% 12.85/2.05  
% 12.85/2.05  fork 5: search terminated without proof.
% 12.85/2.07  
% 12.85/2.07  **** run 94 fork 5 starts with strategy
% 12.85/2.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.85/2.08  
% 12.85/2.08  
% 12.85/2.08  fork 4: search terminated without proof.
% 12.85/2.08  
% 12.85/2.08  
% 12.85/2.08  fork 0: search terminated without proof.
% 12.85/2.10  
% 12.85/2.10  
% 12.85/2.10  fork 7: search terminated without proof.
% 12.85/2.10  
% 12.85/2.10  **** run 89 fork 0 starts with strategy
% 12.85/2.10  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.85/2.11  
% 12.85/2.11  **** run 101 fork 4 starts with strategy
% 12.85/2.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.85/2.11  
% 12.85/2.11  fork 3: search finished without proof.
% 12.85/2.12  
% 12.85/2.12  **** run 88 fork 7 starts with strategy
% 12.85/2.12  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.85/2.13  
% 12.85/2.13  
% 12.85/2.13  fork 6: search terminated without proof.
% 12.85/2.13  
% 12.85/2.13  **** run 92 fork 3 starts with strategy
% 12.85/2.13  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 12.85/2.14  
% 12.85/2.14  
% 12.85/2.14  fork 1: search terminated without proof.
% 12.85/2.15  
% 12.85/2.15  **** run 95 fork 6 starts with strategy
% 12.85/2.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.85/2.16  
% 12.85/2.16  **** run 98 fork 1 starts with strategy
% 12.85/2.16  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.85/2.18  
% 12.85/2.18  
% 12.85/2.18  fork 2: search terminated without proof.
% 12.85/2.20  
% 12.85/2.20  
% 12.85/2.20  fork 5: search terminated without proof.
% 12.85/2.20  
% 12.85/2.20  **** run 99 fork 2 starts with strategy
% 12.85/2.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.85/2.22  
% 12.85/2.22  **** run 102 fork 5 starts with strategy
% 12.85/2.22  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.85/2.23  
% 12.85/2.23  
% 12.85/2.23  fork 0: search terminated without proof.
% 12.85/2.24  
% 12.85/2.24  
% 12.85/2.24  fork 4: search terminated without proof.
% 12.85/2.25  
% 12.85/2.25  **** run 97 fork 0 starts with strategy
% 12.85/2.25  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 12.85/2.26  
% 12.85/2.26  **** run 109 fork 4 starts with strategy
% 12.85/2.26  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.85/2.26  
% 12.85/2.26  fork 3: search finished without proof.
% 12.85/2.28  
% 12.85/2.28  
% 12.85/2.28  fork 6: search terminated without proof.
% 12.85/2.29  
% 12.85/2.29  
% 12.85/2.29  fork 1: search terminated without proof.
% 12.85/2.29  
% 12.85/2.29  **** run 100 fork 3 starts with strategy
% 12.85/2.29  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.85/2.31  
% 12.85/2.31  **** run 106 fork 1 starts with strategy
% 12.85/2.31  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 12.85/2.31  
% 12.85/2.31  **** run 103 fork 6 starts with strategy
% 12.85/2.31  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 12.85/2.33  
% 12.85/2.33  
% 12.85/2.33  fork 2: search terminated without proof.
% 12.85/2.35  
% 12.85/2.35  **** run 107 fork 2 starts with strategy
% 12.85/2.35  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 12.85/2.35  
% 12.85/2.35  
% 12.85/2.35  fork 5: search terminated without proof.
% 12.85/2.36  
% 12.85/2.36  
% 12.85/2.36  fork 7: search terminated without proof.
% 15.11/2.37  
% 15.11/2.37  **** run 110 fork 5 starts with strategy
% 15.11/2.37  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.11/2.38  
% 15.11/2.38  
% 15.11/2.38  fork 0: search terminated without proof.
% 15.11/2.39  
% 15.11/2.39  
% 15.11/2.39  fork 4: search terminated without proof.
% 15.11/2.40  
% 15.11/2.40  **** run 105 fork 0 starts with strategy
% 15.11/2.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 15.11/2.41  
% 15.11/2.41  **** run 117 fork 4 starts with strategy
% 15.11/2.41  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.11/2.41  
% 15.11/2.41  **** run 96 fork 7 starts with strategy
% 15.11/2.41  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 15.58/2.42  
% 15.58/2.42  
% 15.58/2.42  fork 3: search terminated without proof.
% 15.58/2.43  
% 15.58/2.43  
% 15.58/2.43  fork 1: search terminated without proof.
% 15.58/2.45  
% 15.58/2.45  **** run 108 fork 3 starts with strategy
% 15.58/2.45  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.58/2.45  
% 15.58/2.45  **** run 114 fork 1 starts with strategy
% 15.58/2.45  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 15.99/2.48  
% 15.99/2.48  fork 7: search finished without proof.
% 15.99/2.48  
% 15.99/2.48  
% 15.99/2.48  fork 2: search terminated without proof.
% 15.99/2.50  
% 15.99/2.50  **** run 115 fork 2 starts with strategy
% 15.99/2.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.99/2.50  
% 15.99/2.50  
% 15.99/2.50  fork 5: search terminated without proof.
% 15.99/2.51  
% 15.99/2.51  fork 0: search finished without proof.
% 15.99/2.52  
% 15.99/2.52  **** run 118 fork 5 starts with strategy
% 15.99/2.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 15.99/2.52  
% 15.99/2.52  **** run 104 fork 7 starts with strategy
% 15.99/2.52  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 15.99/2.53  
% 15.99/2.53  **** run 113 fork 0 starts with strategy
% 15.99/2.53  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.99/2.53  
% 15.99/2.53  
% 15.99/2.53  fork 4: search terminated without proof.
% 15.99/2.54  
% 15.99/2.54  
% 15.99/2.54  fork 6: search terminated without proof.
% 15.99/2.55  
% 15.99/2.55  **** run 125 fork 4 starts with strategy
% 15.99/2.55  {"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.60/2.57  
% 16.60/2.57  **** run 111 fork 6 starts with strategy
% 16.60/2.57  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 16.60/2.58  
% 16.60/2.58  
% 16.60/2.58  fork 1: search terminated without proof.
% 16.60/2.58  
% 16.60/2.58  
% 16.60/2.58  fork 3: search terminated without proof.
% 16.79/2.60  
% 16.79/2.60  **** run 122 fork 1 starts with strategy
% 16.79/2.60  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 16.79/2.61  
% 16.79/2.61  **** run 116 fork 3 starts with strategy
% 16.79/2.61  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 17.09/2.63  
% 17.09/2.63  
% 17.09/2.63  fork 2: search terminated without proof.
% 17.20/2.64  
% 17.20/2.64  **** run 123 fork 2 starts with strategy
% 17.20/2.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 17.20/2.65  
% 17.20/2.65  
% 17.20/2.65  fork 5: search terminated without proof.
% 17.20/2.65  
% 17.20/2.65  
% 17.20/2.65  fork 0: search terminated without proof.
% 17.20/2.67  
% 17.20/2.67  **** run 126 fork 5 starts with strategy
% 17.20/2.67  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.20/2.67  
% 17.20/2.67  **** run 121 fork 0 starts with strategy
% 17.20/2.67  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 17.20/2.69  
% 17.20/2.69  
% 17.20/2.69  fork 4: search terminated without proof.
% 17.20/2.71  
% 17.20/2.71  
% 17.20/2.71  fork 7: search terminated without proof.
% 17.20/2.71  
% 17.20/2.71  **** run 133 fork 4 starts with strategy
% 17.20/2.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.76/2.72  
% 17.76/2.72  
% 17.76/2.72  fork 1: search terminated without proof.
% 17.76/2.73  
% 17.76/2.73  
% 17.76/2.73  fork 6: search terminated without proof.
% 17.76/2.73  
% 17.76/2.73  **** run 112 fork 7 starts with strategy
% 17.76/2.73  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 17.76/2.73  
% 17.76/2.73  
% 17.76/2.73  fork 3: search terminated without proof.
% 17.76/2.74  
% 17.76/2.74  **** run 130 fork 1 starts with strategy
% 17.76/2.74  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 17.76/2.75  
% 17.76/2.75  **** run 119 fork 6 starts with strategy
% 17.76/2.75  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 17.76/2.76  
% 17.76/2.76  **** run 124 fork 3 starts with strategy
% 17.76/2.76  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 18.22/2.77  
% 18.22/2.77  
% 18.22/2.77  fork 2: search terminated without proof.
% 18.22/2.79  
% 18.22/2.79  **** run 131 fork 2 starts with strategy
% 18.22/2.79  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.22/2.80  
% 18.22/2.80  
% 18.22/2.80  fork 5: search terminated without proof.
% 18.22/2.81  
% 18.22/2.81  
% 18.22/2.81  fork 0: search terminated without proof.
% 18.22/2.81  
% 18.22/2.81  **** run 134 fork 5 starts with strategy
% 18.22/2.81  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 18.22/2.83  
% 18.22/2.83  **** run 129 fork 0 starts with strategy
% 18.22/2.83  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 18.91/2.86  
% 18.91/2.86  
% 18.91/2.86  fork 7: search terminated without proof.
% 18.91/2.87  
% 18.91/2.87  **** run 120 fork 7 starts with strategy
% 18.91/2.87  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 18.91/2.88  
% 18.91/2.88  
% 18.91/2.88  fork 6: search terminated without proof.
% 19.15/2.88  
% 19.15/2.88  fork 3: search finished without proof.
% 19.15/2.90  
% 19.15/2.90  **** run 127 fork 6 starts with strategy
% 19.15/2.90  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 19.15/2.90  
% 19.15/2.90  **** run 132 fork 3 starts with strategy
% 19.15/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.15/3.01  
% 19.15/3.01  
% 19.15/3.01  fork 7: search terminated without proof.
% 20.12/3.04  
% 20.12/3.04  **** run 128 fork 7 starts with strategy
% 20.12/3.04  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 25.74/3.75  
% 25.74/3.75  
% 25.74/3.75  fork 4: search terminated without proof.
% 25.88/3.78  
% 25.88/3.78  **** run 141 fork 4 starts with strategy
% 25.88/3.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 25.88/3.79  
% 25.88/3.79  
% 25.88/3.79  fork 1: search terminated without proof.
% 26.40/3.82  
% 26.40/3.82  **** run 138 fork 1 starts with strategy
% 26.40/3.82  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.40/3.85  
% 26.40/3.85  
% 26.40/3.85  fork 0: search terminated without proof.
% 26.40/3.85  
% 26.40/3.85  
% 26.40/3.85  fork 2: search terminated without proof.
% 26.76/3.87  
% 26.76/3.87  **** run 137 fork 0 starts with strategy
% 26.76/3.87  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 26.76/3.89  
% 26.76/3.89  **** run 139 fork 2 starts with strategy
% 26.76/3.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 26.76/3.92  
% 26.76/3.92  
% 26.76/3.92  fork 5: search terminated without proof.
% 27.39/3.95  
% 27.39/3.95  **** run 142 fork 5 starts with strategy
% 27.39/3.95  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 27.39/3.95  
% 27.39/3.95  
% 27.39/3.95  fork 3: search terminated without proof.
% 27.68/3.99  
% 27.68/3.99  
% 27.68/3.99  fork 6: search terminated without proof.
% 27.68/3.99  
% 27.68/3.99  **** run 140 fork 3 starts with strategy
% 27.68/3.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 27.68/4.02  
% 27.68/4.02  **** run 135 fork 6 starts with strategy
% 27.68/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 27.68/4.03  
% 27.68/4.03  fork 7: search finished without proof.
% 28.11/4.05  
% 28.11/4.05  **** run 136 fork 7 starts with strategy
% 28.11/4.05  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 34.11/4.84  
% 34.11/4.84  
% 34.11/4.84  fork 4: search terminated without proof.
% 34.11/4.84  
% 34.11/4.84  
% 34.11/4.84  fork 1: search terminated without proof.
% 34.11/4.87  
% 34.11/4.87  **** run 146 fork 1 starts with strategy
% 34.11/4.87  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.11/4.87  
% 34.11/4.87  **** run 149 fork 4 starts with strategy
% 34.11/4.87  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 34.11/4.90  
% 34.11/4.90  
% 34.11/4.90  fork 0: search terminated without proof.
% 34.11/4.92  
% 34.11/4.92  
% 34.11/4.92  fork 2: search terminated without proof.
% 34.11/4.93  
% 34.11/4.93  **** run 145 fork 0 starts with strategy
% 34.11/4.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 34.11/4.95  
% 34.11/4.95  **** run 147 fork 2 starts with strategy
% 34.11/4.95  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.46/5.05  
% 35.46/5.05  
% 35.46/5.05  fork 5: search terminated without proof.
% 35.46/5.08  
% 35.46/5.08  
% 35.46/5.08  fork 6: search terminated without proof.
% 35.46/5.08  
% 35.46/5.08  **** run 150 fork 5 starts with strategy
% 35.46/5.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 35.46/5.08  
% 35.46/5.08  
% 35.46/5.08  fork 7: search terminated without proof.
% 36.25/5.10  
% 36.25/5.10  **** run 144 fork 7 starts with strategy
% 36.25/5.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 36.25/5.11  
% 36.25/5.11  **** run 143 fork 6 starts with strategy
% 36.25/5.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 36.25/5.14  No candidate clauses found.
% 36.25/5.14  
% 36.25/5.14  
% 36.25/5.14  fork 7: search terminated without proof.
% 36.64/5.15  
% 36.64/5.15  **** run 152 fork 7 starts with strategy
% 36.64/5.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 37.34/5.29  
% 37.34/5.29  
% 37.34/5.29  fork 3: search terminated without proof.
% 37.34/5.34  
% 37.34/5.34  **** run 148 fork 3 starts with strategy
% 37.34/5.34  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 42.29/5.91  
% 42.29/5.91  
% 42.29/5.91  fork 1: search terminated without proof.
% 42.62/5.94  
% 42.62/5.94  **** run 154 fork 1 starts with strategy
% 42.62/5.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 42.62/5.95  
% 42.62/5.95  
% 42.62/5.95  fork 0: search terminated without proof.
% 42.62/5.98  
% 42.62/5.98  
% 42.62/5.98  fork 2: search terminated without proof.
% 42.62/5.98  
% 42.62/5.98  **** run 153 fork 0 starts with strategy
% 42.62/5.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 42.62/5.99  
% 42.62/5.99  
% 42.62/5.99  fork 4: search terminated without proof.
% 42.62/6.00  
% 42.62/6.00  **** run 155 fork 2 starts with strategy
% 42.62/6.00  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 42.62/6.03  
% 42.62/6.03  **** run 157 fork 4 starts with strategy
% 42.62/6.03  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 43.87/6.14  
% 43.87/6.14  
% 43.87/6.14  fork 6: search terminated without proof.
% 44.32/6.18  
% 44.32/6.18  **** run 151 fork 6 starts with strategy
% 44.32/6.18  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 44.66/6.21  
% 44.66/6.21  
% 44.66/6.21  fork 7: search terminated without proof.
% 44.66/6.23  
% 44.66/6.23  **** run 160 fork 7 starts with strategy
% 44.66/6.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 44.66/6.26  
% 44.66/6.26  
% 44.66/6.26  fork 5: search terminated without proof.
% 44.66/6.30  
% 44.66/6.30  **** run 158 fork 5 starts with strategy
% 44.66/6.30  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 45.81/6.39  
% 45.81/6.39  
% 45.81/6.39  fork 3: search terminated without proof.
% 45.81/6.42  
% 45.81/6.42  **** run 156 fork 3 starts with strategy
% 45.81/6.42  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 49.92/6.96  
% 49.92/6.96  
% 49.92/6.96  fork 1: search terminated without proof.
% 49.92/6.99  
% 49.92/6.99  **** run 162 fork 1 starts with strategy
% 49.92/6.99  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 49.92/7.01  
% 49.92/7.01  
% 49.92/7.01  fork 0: search terminated without proof.
% 49.92/7.02  
% 49.92/7.02  
% 49.92/7.02  fork 2: search terminated without proof.
% 49.92/7.04  
% 49.92/7.04  **** run 161 fork 0 starts with strategy
% 49.92/7.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 49.92/7.06  
% 49.92/7.06  **** run 163 fork 2 starts with strategy
% 49.92/7.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 50.96/7.10  
% 50.96/7.10  fork 2: search finished without proof.
% 50.96/7.12  
% 50.96/7.12  **** run 171 fork 2 starts with strategy
% 50.96/7.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 50.96/7.15  
% 50.96/7.15  
% 50.96/7.15  fork 4: search terminated without proof.
% 50.96/7.16  
% 50.96/7.16  
% 50.96/7.16  result: proof found
% 50.96/7.16  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 50.96/7.16  by run 160 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 50.96/7.16  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 50.96/7.16  
% 50.96/7.16  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 50.96/7.16  
% 50.96/7.16  run 160 fork 7 statistics:
% 50.96/7.16  ----------------------------------
% 50.96/7.16  this run seconds: 0.200896
% 50.96/7.16  total seconds: 5.607278
% 50.96/7.16  stat_given_used: 1453
% 50.96/7.16  stat_given_used_at_endgame: 0
% 50.96/7.16  stat_given_candidates:   3257
% 50.96/7.16  stat_given_candidates_at_endgame: 0
% 50.96/7.16  stat_given_candidates_h: 0
% 50.96/7.16  stat_binres_derived_cl:   34851
% 50.96/7.16  stat_binres_derived_cl_h: 0
% 50.96/7.16  stat_factor_derived_cl: 15
% 50.96/7.16  stat_para_derived_cl: 5352
% 50.96/7.16  stat_tautologies_discarded: 72
% 50.96/7.16  stat_forward_subsumed: 5317
% 50.96/7.16  stat_derived_cut: 117
% 50.96/7.16  stat_derived_rewritten: 250
% 50.96/7.16  stat_weight_discarded_building: 0
% 50.96/7.16  stat_weight_discarded_cl: 22981
% 50.96/7.16  stat_internlimit_discarded_cl: 0
% 50.96/7.16  stat_simplified:  254 simplified 0 derived 0 given
% 50.96/7.16  stat_kept_cl: 11297
% 50.96/7.16  stat_built_cl: 37438
% 50.96/7.16  stat_hyperres_partial_cl: 0
% 50.96/7.16  stat_made_rewriters: 95
% 50.96/7.16  stat_backward_subsumed: 0
% 50.96/7.16  stat_propagated_subsumed: 0
% 50.96/7.16  stat_clsubs_attempted:                     25942
% 50.96/7.16  stat_clsubs_fact_groundunit_found:            14
% 50.96/7.16  stat_clsubs_rule_groundunit_found:            40
% 50.96/7.16  stat_clsubs_top_meta_attempted:             927542
% 50.96/7.16  stat_clsubs_top_meta_failed:                901600
% 50.96/7.16  stat_clsubs_top_meta_nonpref_attempted:              927542
% 50.96/7.16  stat_clsubs_top_meta_nonpref_succeeded:              222062
% 50.96/7.16  stat_clsubs_top_meta_pref_attempted:                 222062
% 50.96/7.16  stat_clsubs_top_meta_pref1_succeeded:                113919
% 50.96/7.16  stat_clsubs_top_meta_pref2_succeeded:                 39566
% 50.96/7.16  stat_clsubs_top_meta_pref3_succeeded:                 25942
% 50.96/7.16  stat_clsubs_top_meta_pref_succeeded:                  25942
% 50.96/7.16  stat_clsubs_meta_attempted:                35425
% 50.96/7.16  stat_clsubs_meta_failed:                   12198
% 50.96/7.16  stat_clsubs_predsymbs_attempted:               0
% 50.96/7.16  stat_clsubs_unit_attempted:                11398
% 50.96/7.16  stat_clsubs_full_attempted:                14544
% 50.96/7.16  stat_forwardsubs_attempted:                39596
% 50.96/7.16  stat_lit_hash_added:                  16780
% 50.96/7.16  stat_lit_hash_computed:              106358
% 50.96/7.16  stat_lit_hash_match_found:             5790
% 50.96/7.16  stat_lit_hash_match_miss:            133709
% 50.96/7.16  stat_lit_hash_cut_ok:                    63
% 50.96/7.16  stat_lit_strong_cut_ok:                 103
% 50.96/7.16  stat_lit_hash_subsume_ok:              5317
% 50.96/7.16  clqueue els 10000000 used 1
% 50.96/7.16  clactive els 10000000 used 1454
% 50.96/7.16  clactivesubsume els 10000000 used 5431
% 50.96/7.16  queue_termbuf els 200000000 used 656432
% 50.96/7.16  hyper_termbuf els 100000000 used 1
% 50.96/7.16  active_termbuf els 100000000 used 48708
% 50.96/7.16  varstack els 5000 last used 1
% 50.96/7.16  given_termbuf els 10000000 last used 1
% 50.96/7.16  simplified_termbuf els 10000000 last used 1
% 50.96/7.16  derived_termbuf els 10000000 last used 23
% 50.96/7.16  wr_mallocs: 35969
% 50.96/7.16  wr_callocs: 21
% 50.96/7.16  wr_reallocs: 2059
% 50.96/7.16  wr_frees: 4
% 50.96/7.16  wr_malloc_bytes: 4163926756
% 50.96/7.16  wr_calloc_bytes: 112065536
% 50.96/7.16  wr_realloc_bytes: 567912
% 50.96/7.16  wr_realloc_freebytes: 0
% 50.96/7.16  ----------------------------------
%------------------------------------------------------------------------------