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

View Problem - Process Solution

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

% Computer : n007.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:30 EDT 2023

% Result   : Unsatisfiable 58.56s 7.94s
% Output   : CNFRefutation 58.56s
% 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,Z)
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_intersection3']) ).

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

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

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

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

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

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

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

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

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

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

cnf('35',plain,
    ( subclass(intersection(universal_class,X3),Y3)
    | member(not_subclass_element(X3,Y3),X3) ),
    inference(paramodulation,[],['34','31']) ).

cnf('36',plain,
    ( subclass(X,Y)
    | member(not_subclass_element(X,Y),X) ),
    inference(simplify,[],['35','34']) ).

cnf('37',plain,
    ( member(not_subclass_element(X,Y),intersection(X,universal_class))
    | subclass(X,Y) ),
    inference(resolution,[],['25','36']) ).

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

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

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

cnf('41',plain,
    subclass(intersection(X,Y),X),
    inference(resolution,[],['40','28']) ).

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

cnf('43',plain,
    X = intersection(X,universal_class),
    inference(resolution,[],['38','42']) ).

cnf('44',plain,
    singleton(universal_class) = null_class,
    inference(paramodulation,[],['23','43']) ).

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

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

cnf('47',plain,
    member(ordered_pair(x,universal_class),cross_product(universal_class,universal_class)),
    inference(cnf_transformation,[],[prove_corollary_1_to_universal_class_not_set_1]) ).

cnf('48',plain,
    member(universal_class,universal_class),
    inference(resolution,[],['46','47']) ).

cnf('49',plain,
    member(universal_class,unordered_pair(universal_class,X)),
    inference(resolution,[],['45','48']) ).

cnf('50',plain,
    member(universal_class,singleton(universal_class)),
    inference(paramodulation,[],['1','49']) ).

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

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

cnf('53',plain,
    intersection(null_class,X) = null_class,
    inference(resolution,[],['41','52']) ).

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

cnf('55',plain,
    null_class = restrict(null_class,X,Y),
    inference(paramodulation,[],['53','54']) ).

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

cnf('57',plain,
    ~ member(X,domain_of(null_class)),
    inference(paramodulation,[],['55','56']) ).

cnf('58',plain,
    domain_of(null_class) = null_class,
    inference(resolution,[],['57','4']) ).

cnf('59',plain,
    ~ member(X3,null_class),
    inference(paramodulation,[],['58','57']) ).

cnf('60',plain,
    $false,
    inference(paramodulation,[then_simplify],['44','50','59']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SET504-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.11/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sat Aug 26 12:23:56 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                   113
% 0.19/0.39  in_rule_clause_count:              109
% 0.19/0.39  in_fact_clause_count:                4
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:             12
% 0.19/0.39  in_unit_clause_count:               38
% 0.19/0.39  in_horn_clause_count:              105
% 0.19/0.39  in_pos_clause_count:                41
% 0.19/0.39  in_neg_clause_count:                 2
% 0.19/0.39  in_poseq_clause_count:              39
% 0.19/0.39  in_negeq_clause_count:               8
% 0.19/0.39  in_unitposeq_clause_count:          23
% 0.19/0.39  in_chain_clause_count:               2
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             5
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              6
% 0.19/0.39  in_min_size:               2
% 0.19/0.39  in_max_size:              41
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               5
% 0.19/0.39  in_extaxiom_count:               112
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 0
% 0.19/0.39  in_pos_goal_count:                 1
% 0.19/0.39  in_posunit_goal_count:             1
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.19/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.52  
% 0.19/0.52  fork 1: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 5: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 6: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.56  
% 0.19/0.56  **** run 13 fork 4 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.56  
% 0.19/0.56  **** run 15 fork 6 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 14 fork 5 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 2: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 3: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 4: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 5: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 7: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 0: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 6: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.69  
% 0.19/0.69  **** run 19 fork 2 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.70  
% 0.19/0.70  **** run 20 fork 3 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.71  
% 0.19/0.71  **** run 21 fork 4 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.71  
% 0.19/0.71  **** run 22 fork 5 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.19/0.72  
% 0.19/0.72  **** run 23 fork 6 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.72  
% 0.19/0.72  **** run 24 fork 7 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.19/0.73  
% 0.19/0.73  **** run 17 fork 0 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 3.45/0.83  
% 3.45/0.83  
% 3.45/0.83  fork 3: search terminated without proof.
% 3.45/0.84  
% 3.45/0.84  
% 3.45/0.84  fork 5: search terminated without proof.
% 3.45/0.84  
% 3.45/0.84  
% 3.45/0.84  fork 4: search terminated without proof.
% 3.45/0.85  
% 3.45/0.85  
% 3.45/0.85  fork 6: search terminated without proof.
% 3.45/0.85  
% 3.45/0.85  
% 3.45/0.85  fork 7: search terminated without proof.
% 3.45/0.86  
% 3.45/0.86  **** run 28 fork 3 starts with strategy
% 3.45/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.45/0.86  
% 3.45/0.86  
% 3.45/0.86  fork 1: search terminated without proof.
% 3.45/0.86  
% 3.45/0.86  **** run 30 fork 5 starts with strategy
% 3.45/0.86  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.45/0.86  
% 3.45/0.86  **** run 29 fork 4 starts with strategy
% 3.45/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.45/0.87  
% 3.45/0.87  
% 3.45/0.87  fork 2: search terminated without proof.
% 3.45/0.87  
% 3.45/0.87  
% 3.45/0.87  fork 0: search terminated without proof.
% 3.45/0.88  
% 3.45/0.88  **** run 31 fork 6 starts with strategy
% 3.45/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.45/0.88  
% 3.45/0.88  **** run 32 fork 7 starts with strategy
% 3.45/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.45/0.88  
% 3.45/0.88  **** run 26 fork 1 starts with strategy
% 3.45/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.45/0.89  
% 3.45/0.89  **** run 27 fork 2 starts with strategy
% 3.45/0.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.45/0.89  
% 3.45/0.89  **** run 25 fork 0 starts with strategy
% 3.45/0.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 4.27/0.98  
% 4.27/0.98  
% 4.27/0.98  fork 3: search terminated without proof.
% 4.27/0.99  
% 4.27/0.99  
% 4.27/0.99  fork 5: search terminated without proof.
% 4.27/0.99  
% 4.27/0.99  
% 4.27/0.99  fork 4: search terminated without proof.
% 4.87/1.00  
% 4.87/1.00  **** run 36 fork 3 starts with strategy
% 4.87/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.87/1.01  
% 4.87/1.01  
% 4.87/1.01  fork 6: search terminated without proof.
% 4.87/1.01  
% 4.87/1.01  
% 4.87/1.01  fork 1: search terminated without proof.
% 4.87/1.01  
% 4.87/1.01  **** run 38 fork 5 starts with strategy
% 4.87/1.01  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.87/1.01  
% 4.87/1.01  **** run 37 fork 4 starts with strategy
% 4.87/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.87/1.02  
% 4.87/1.02  
% 4.87/1.02  fork 2: search terminated without proof.
% 4.87/1.02  
% 4.87/1.02  
% 4.87/1.02  fork 7: search terminated without proof.
% 4.87/1.02  
% 4.87/1.02  
% 4.87/1.02  fork 0: search terminated without proof.
% 4.87/1.03  
% 4.87/1.03  **** run 34 fork 1 starts with strategy
% 4.87/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.87/1.04  
% 4.87/1.04  **** run 39 fork 6 starts with strategy
% 4.87/1.04  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.87/1.04  
% 4.87/1.04  fork 3: search finished without proof.
% 4.87/1.04  
% 4.87/1.04  **** run 33 fork 0 starts with strategy
% 4.87/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.87/1.04  
% 4.87/1.04  **** run 35 fork 2 starts with strategy
% 4.87/1.04  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.87/1.04  
% 4.87/1.04  **** run 40 fork 7 starts with strategy
% 4.87/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 4.87/1.06  
% 4.87/1.06  **** run 44 fork 3 starts with strategy
% 4.87/1.06  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.87/1.14  
% 5.87/1.14  
% 5.87/1.14  fork 4: search terminated without proof.
% 5.87/1.15  
% 5.87/1.15  
% 5.87/1.15  fork 5: search terminated without proof.
% 5.87/1.16  
% 5.87/1.16  **** run 45 fork 4 starts with strategy
% 5.87/1.16  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 5.87/1.17  
% 5.87/1.17  fork 7: search finished without proof.
% 5.87/1.17  
% 5.87/1.17  
% 5.87/1.17  fork 1: search terminated without proof.
% 5.87/1.17  
% 5.87/1.17  fork 2: search finished without proof.
% 5.87/1.17  
% 5.87/1.17  
% 5.87/1.17  fork 6: search terminated without proof.
% 5.87/1.17  
% 5.87/1.17  **** run 46 fork 5 starts with strategy
% 5.87/1.17  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.87/1.17  
% 5.87/1.17  
% 5.87/1.17  fork 0: search terminated without proof.
% 5.87/1.19  
% 5.87/1.19  **** run 43 fork 2 starts with strategy
% 5.87/1.19  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.87/1.19  
% 5.87/1.19  **** run 42 fork 1 starts with strategy
% 5.87/1.19  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.87/1.19  
% 5.87/1.19  **** run 48 fork 7 starts with strategy
% 5.87/1.19  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 5.87/1.19  
% 5.87/1.19  **** run 41 fork 0 starts with strategy
% 5.87/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.87/1.19  
% 5.87/1.19  
% 5.87/1.19  fork 3: search terminated without proof.
% 5.87/1.19  
% 5.87/1.19  **** run 47 fork 6 starts with strategy
% 5.87/1.20  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.87/1.21  
% 5.87/1.21  **** run 52 fork 3 starts with strategy
% 5.87/1.21  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.66/1.29  
% 6.66/1.29  
% 6.66/1.29  fork 4: search terminated without proof.
% 7.27/1.30  
% 7.27/1.30  
% 7.27/1.30  fork 5: search terminated without proof.
% 7.27/1.30  
% 7.27/1.30  **** run 53 fork 4 starts with strategy
% 7.27/1.30  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.27/1.32  
% 7.27/1.32  
% 7.27/1.32  fork 2: search terminated without proof.
% 7.27/1.32  
% 7.27/1.32  
% 7.27/1.32  fork 1: search terminated without proof.
% 7.27/1.32  
% 7.27/1.32  
% 7.27/1.32  fork 7: search terminated without proof.
% 7.27/1.32  
% 7.27/1.32  
% 7.27/1.32  fork 0: search terminated without proof.
% 7.27/1.32  
% 7.27/1.32  **** run 54 fork 5 starts with strategy
% 7.27/1.32  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.27/1.33  
% 7.27/1.33  
% 7.27/1.33  fork 6: search terminated without proof.
% 7.27/1.34  
% 7.27/1.34  **** run 50 fork 1 starts with strategy
% 7.27/1.34  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.27/1.34  
% 7.27/1.34  
% 7.27/1.34  fork 3: search terminated without proof.
% 7.27/1.34  
% 7.27/1.34  **** run 56 fork 7 starts with strategy
% 7.27/1.34  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.27/1.34  
% 7.27/1.34  **** run 49 fork 0 starts with strategy
% 7.27/1.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.27/1.34  
% 7.27/1.34  **** run 51 fork 2 starts with strategy
% 7.27/1.34  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.27/1.35  
% 7.27/1.35  **** run 55 fork 6 starts with strategy
% 7.27/1.35  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.27/1.36  
% 7.27/1.36  **** run 60 fork 3 starts with strategy
% 7.27/1.36  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.27/1.45  
% 7.27/1.45  
% 7.27/1.45  fork 5: search terminated without proof.
% 7.27/1.46  
% 7.27/1.46  
% 7.27/1.46  fork 4: search terminated without proof.
% 7.27/1.46  
% 7.27/1.46  fork 6: search finished without proof.
% 7.27/1.46  
% 7.27/1.46  fork 0: search finished without proof.
% 7.27/1.47  
% 7.27/1.47  
% 7.27/1.47  fork 1: search terminated without proof.
% 7.27/1.47  
% 7.27/1.47  
% 7.27/1.47  fork 7: search terminated without proof.
% 7.27/1.47  
% 7.27/1.47  **** run 62 fork 5 starts with strategy
% 7.27/1.47  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.68/1.48  
% 8.68/1.48  **** run 57 fork 0 starts with strategy
% 8.68/1.48  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.68/1.48  
% 8.68/1.48  **** run 61 fork 4 starts with strategy
% 8.68/1.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.68/1.49  
% 8.68/1.49  **** run 58 fork 1 starts with strategy
% 8.68/1.49  
% 8.68/1.49  
% 8.68/1.49  fork 3: search terminated without proof.
% 8.68/1.49  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.68/1.49  
% 8.68/1.49  **** run 63 fork 6 starts with strategy
% 8.68/1.49  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 8.68/1.49  
% 8.68/1.49  **** run 64 fork 7 starts with strategy
% 8.68/1.49  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.84/1.51  
% 8.84/1.51  **** run 68 fork 3 starts with strategy
% 8.84/1.51  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 9.00/1.52  
% 9.00/1.52  fork 2: search finished without proof.
% 9.00/1.54  
% 9.00/1.54  **** run 59 fork 2 starts with strategy
% 9.00/1.54  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.00/1.60  
% 9.00/1.60  
% 9.00/1.60  fork 5: search terminated without proof.
% 9.00/1.61  
% 9.00/1.61  fork 0: search finished without proof.
% 9.71/1.62  
% 9.71/1.62  
% 9.71/1.62  fork 4: search terminated without proof.
% 9.71/1.62  
% 9.71/1.62  
% 9.71/1.62  fork 7: search terminated without proof.
% 9.71/1.62  
% 9.71/1.62  
% 9.71/1.62  fork 6: search terminated without proof.
% 9.71/1.62  
% 9.71/1.62  **** run 65 fork 0 starts with strategy
% 9.71/1.62  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 9.71/1.62  
% 9.71/1.62  **** run 70 fork 5 starts with strategy
% 9.71/1.62  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 9.71/1.62  
% 9.71/1.62  
% 9.71/1.62  fork 1: search terminated without proof.
% 9.71/1.64  
% 9.71/1.64  **** run 69 fork 4 starts with strategy
% 9.71/1.64  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 9.71/1.64  
% 9.71/1.64  
% 9.71/1.64  fork 3: search terminated without proof.
% 9.71/1.64  
% 9.71/1.64  **** run 72 fork 7 starts with strategy
% 9.71/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.71/1.64  
% 9.71/1.64  **** run 66 fork 1 starts with strategy
% 9.71/1.64  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.71/1.64  
% 9.71/1.64  **** run 71 fork 6 starts with strategy
% 9.71/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.71/1.66  
% 9.71/1.66  **** run 76 fork 3 starts with strategy
% 9.71/1.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.71/1.67  
% 9.71/1.67  
% 9.71/1.67  fork 2: search terminated without proof.
% 10.32/1.69  
% 10.32/1.69  **** run 67 fork 2 starts with strategy
% 10.32/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 10.32/1.76  
% 10.32/1.76  
% 10.32/1.76  fork 0: search terminated without proof.
% 10.32/1.76  
% 10.32/1.76  
% 10.32/1.76  fork 5: search terminated without proof.
% 10.32/1.77  
% 10.32/1.77  
% 10.32/1.77  fork 4: search terminated without proof.
% 10.32/1.77  
% 10.32/1.77  
% 10.32/1.77  fork 7: search terminated without proof.
% 10.32/1.77  
% 10.32/1.77  
% 10.32/1.77  fork 1: search terminated without proof.
% 11.02/1.78  
% 11.02/1.78  **** run 73 fork 0 starts with strategy
% 11.02/1.78  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 11.02/1.78  
% 11.02/1.78  
% 11.02/1.78  fork 6: search terminated without proof.
% 11.02/1.78  
% 11.02/1.78  **** run 78 fork 5 starts with strategy
% 11.02/1.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.08/1.79  
% 11.08/1.79  **** run 77 fork 4 starts with strategy
% 11.08/1.79  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.08/1.79  
% 11.08/1.79  **** run 80 fork 7 starts with strategy
% 11.08/1.79  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.08/1.79  
% 11.08/1.79  
% 11.08/1.79  fork 3: search terminated without proof.
% 11.08/1.79  
% 11.08/1.79  **** run 74 fork 1 starts with strategy
% 11.08/1.79  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.08/1.80  
% 11.08/1.80  **** run 79 fork 6 starts with strategy
% 11.08/1.80  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.23/1.81  
% 11.23/1.81  **** run 84 fork 3 starts with strategy
% 11.23/1.81  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 11.38/1.82  
% 11.38/1.82  
% 11.38/1.82  fork 2: search terminated without proof.
% 11.38/1.84  
% 11.38/1.84  **** run 75 fork 2 starts with strategy
% 11.38/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 11.38/1.91  
% 11.38/1.91  
% 11.38/1.91  fork 0: search terminated without proof.
% 11.38/1.91  
% 11.38/1.91  
% 11.38/1.91  fork 5: search terminated without proof.
% 12.10/1.91  
% 12.10/1.91  
% 12.10/1.91  fork 4: search terminated without proof.
% 12.10/1.92  
% 12.10/1.92  
% 12.10/1.92  fork 7: search terminated without proof.
% 12.10/1.93  
% 12.10/1.93  **** run 81 fork 0 starts with strategy
% 12.10/1.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.10/1.93  
% 12.10/1.93  
% 12.10/1.93  fork 1: search terminated without proof.
% 12.10/1.93  
% 12.10/1.93  **** run 86 fork 5 starts with strategy
% 12.10/1.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.10/1.93  
% 12.10/1.93  **** run 85 fork 4 starts with strategy
% 12.10/1.93  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.10/1.93  
% 12.10/1.93  
% 12.10/1.93  fork 6: search terminated without proof.
% 12.10/1.94  
% 12.10/1.94  **** run 88 fork 7 starts with strategy
% 12.10/1.94  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.10/1.94  
% 12.10/1.94  
% 12.10/1.94  fork 3: search terminated without proof.
% 12.10/1.95  
% 12.10/1.95  **** run 82 fork 1 starts with strategy
% 12.10/1.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.10/1.96  
% 12.10/1.96  **** run 87 fork 6 starts with strategy
% 12.10/1.96  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 12.10/1.96  
% 12.10/1.96  **** run 92 fork 3 starts with strategy
% 12.10/1.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.10/1.97  
% 12.10/1.97  
% 12.10/1.97  fork 2: search terminated without proof.
% 12.10/1.99  
% 12.10/1.99  fork 6: search finished without proof.
% 12.10/2.01  
% 12.10/2.01  **** run 83 fork 2 starts with strategy
% 12.10/2.01  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.10/2.02  
% 12.10/2.02  **** run 95 fork 6 starts with strategy
% 12.10/2.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 12.10/2.06  
% 12.10/2.06  
% 12.10/2.06  fork 0: search terminated without proof.
% 12.10/2.06  
% 12.10/2.06  
% 12.10/2.06  fork 5: search terminated without proof.
% 12.10/2.07  
% 12.10/2.07  
% 12.10/2.07  fork 4: search terminated without proof.
% 12.10/2.07  
% 12.10/2.07  
% 12.10/2.07  fork 7: search terminated without proof.
% 13.14/2.08  
% 13.14/2.08  **** run 89 fork 0 starts with strategy
% 13.14/2.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 13.14/2.08  
% 13.14/2.08  **** run 94 fork 5 starts with strategy
% 13.14/2.08  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 13.14/2.09  
% 13.14/2.09  **** run 93 fork 4 starts with strategy
% 13.14/2.09  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.14/2.09  
% 13.14/2.09  **** run 96 fork 7 starts with strategy
% 13.14/2.09  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.14/2.10  
% 13.14/2.10  
% 13.14/2.10  fork 3: search terminated without proof.
% 13.14/2.10  
% 13.14/2.10  
% 13.14/2.10  fork 1: search terminated without proof.
% 13.14/2.12  
% 13.14/2.12  **** run 100 fork 3 starts with strategy
% 13.14/2.12  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.14/2.12  
% 13.14/2.12  **** run 90 fork 1 starts with strategy
% 13.14/2.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.14/2.13  
% 13.14/2.13  fork 6: search finished without proof.
% 13.14/2.15  
% 13.14/2.15  **** run 103 fork 6 starts with strategy
% 13.14/2.15  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 14.11/2.18  
% 14.11/2.18  
% 14.11/2.18  fork 2: search terminated without proof.
% 14.11/2.20  
% 14.11/2.20  **** run 91 fork 2 starts with strategy
% 14.11/2.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.38/2.20  
% 14.38/2.20  
% 14.38/2.20  fork 0: search terminated without proof.
% 14.38/2.21  
% 14.38/2.21  
% 14.38/2.21  fork 4: search terminated without proof.
% 14.38/2.22  
% 14.38/2.22  
% 14.38/2.22  fork 7: search terminated without proof.
% 14.38/2.22  
% 14.38/2.22  
% 14.38/2.22  fork 5: search terminated without proof.
% 14.38/2.22  
% 14.38/2.22  **** run 97 fork 0 starts with strategy
% 14.38/2.22  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.58/2.23  
% 14.58/2.23  **** run 101 fork 4 starts with strategy
% 14.58/2.23  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.58/2.23  
% 14.58/2.23  **** run 104 fork 7 starts with strategy
% 14.58/2.23  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 14.58/2.24  
% 14.58/2.24  **** run 102 fork 5 starts with strategy
% 14.58/2.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 14.58/2.25  
% 14.58/2.25  
% 14.58/2.25  fork 3: search terminated without proof.
% 14.58/2.25  
% 14.58/2.25  
% 14.58/2.25  fork 1: search terminated without proof.
% 14.58/2.27  
% 14.58/2.27  **** run 108 fork 3 starts with strategy
% 14.58/2.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.58/2.27  
% 14.58/2.27  **** run 98 fork 1 starts with strategy
% 14.58/2.27  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.58/2.28  
% 14.58/2.28  
% 14.58/2.28  fork 6: search terminated without proof.
% 14.58/2.31  
% 14.58/2.31  **** run 111 fork 6 starts with strategy
% 14.58/2.31  {"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}
% 15.33/2.33  
% 15.33/2.33  
% 15.33/2.33  fork 2: search terminated without proof.
% 15.33/2.35  
% 15.33/2.35  **** run 99 fork 2 starts with strategy
% 15.33/2.35  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 15.33/2.36  
% 15.33/2.36  
% 15.33/2.36  fork 0: search terminated without proof.
% 15.33/2.36  
% 15.33/2.36  
% 15.33/2.36  fork 4: search terminated without proof.
% 15.33/2.36  
% 15.33/2.36  
% 15.33/2.36  fork 7: search terminated without proof.
% 15.33/2.37  
% 15.33/2.37  
% 15.33/2.37  fork 5: search terminated without proof.
% 15.33/2.38  
% 15.33/2.38  **** run 105 fork 0 starts with strategy
% 15.33/2.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.33/2.38  
% 15.33/2.38  **** run 109 fork 4 starts with strategy
% 15.33/2.38  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 15.33/2.38  
% 15.33/2.38  **** run 112 fork 7 starts with strategy
% 15.33/2.38  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.84/2.39  
% 15.84/2.39  **** run 110 fork 5 starts with strategy
% 15.84/2.39  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.84/2.40  
% 15.84/2.40  
% 15.84/2.40  fork 3: search terminated without proof.
% 15.84/2.40  
% 15.84/2.40  
% 15.84/2.40  fork 1: search terminated without proof.
% 15.84/2.42  
% 15.84/2.42  **** run 116 fork 3 starts with strategy
% 15.84/2.42  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.84/2.42  
% 15.84/2.42  **** run 106 fork 1 starts with strategy
% 15.84/2.42  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.84/2.44  
% 15.84/2.44  
% 15.84/2.44  fork 6: search terminated without proof.
% 16.41/2.47  
% 16.41/2.47  **** run 119 fork 6 starts with strategy
% 16.41/2.47  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 16.48/2.48  
% 16.48/2.48  
% 16.48/2.48  fork 2: search terminated without proof.
% 16.48/2.50  
% 16.48/2.50  **** run 107 fork 2 starts with strategy
% 16.48/2.50  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 16.74/2.50  
% 16.74/2.50  
% 16.74/2.50  fork 0: search terminated without proof.
% 16.74/2.51  
% 16.74/2.51  
% 16.74/2.51  fork 7: search terminated without proof.
% 16.74/2.51  
% 16.74/2.51  
% 16.74/2.51  fork 4: search terminated without proof.
% 16.74/2.52  
% 16.74/2.52  **** run 113 fork 0 starts with strategy
% 16.74/2.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.74/2.53  
% 16.74/2.53  
% 16.74/2.53  fork 5: search terminated without proof.
% 17.00/2.53  
% 17.00/2.53  **** run 117 fork 4 starts with strategy
% 17.00/2.53  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.00/2.53  
% 17.00/2.53  **** run 120 fork 7 starts with strategy
% 17.00/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.00/2.55  
% 17.00/2.55  **** run 118 fork 5 starts with strategy
% 17.00/2.55  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 17.00/2.55  
% 17.00/2.55  
% 17.00/2.55  fork 1: search terminated without proof.
% 17.00/2.57  
% 17.00/2.57  **** run 114 fork 1 starts with strategy
% 17.00/2.57  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.00/2.64  
% 17.00/2.64  
% 17.00/2.64  fork 2: search terminated without proof.
% 17.00/2.65  
% 17.00/2.65  
% 17.00/2.65  fork 0: search terminated without proof.
% 17.00/2.67  
% 17.00/2.67  **** run 121 fork 0 starts with strategy
% 17.00/2.67  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.00/2.69  
% 17.00/2.69  **** run 115 fork 2 starts with strategy
% 17.00/2.69  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.00/2.70  
% 17.00/2.70  
% 17.00/2.70  fork 1: search terminated without proof.
% 17.00/2.72  
% 17.00/2.72  **** run 122 fork 1 starts with strategy
% 17.00/2.72  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 23.04/3.43  
% 23.04/3.43  fork 3: search finished without proof.
% 23.04/3.44  
% 23.04/3.44  **** run 124 fork 3 starts with strategy
% 23.04/3.44  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 24.67/3.56  
% 24.67/3.56  
% 24.67/3.56  fork 4: search terminated without proof.
% 25.05/3.56  
% 25.05/3.56  
% 25.05/3.56  fork 7: search terminated without proof.
% 25.05/3.57  
% 25.05/3.57  **** run 125 fork 4 starts with strategy
% 25.05/3.57  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 25.05/3.58  
% 25.05/3.58  
% 25.05/3.58  fork 5: search terminated without proof.
% 25.05/3.60  
% 25.05/3.60  **** run 126 fork 5 starts with strategy
% 25.05/3.60  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.05/3.60  
% 25.05/3.60  **** run 128 fork 7 starts with strategy
% 25.05/3.60  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 25.05/3.60  
% 25.05/3.60  
% 25.05/3.60  fork 6: search terminated without proof.
% 25.73/3.65  
% 25.73/3.65  **** run 127 fork 6 starts with strategy
% 25.73/3.65  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 25.99/3.73  
% 25.99/3.73  
% 25.99/3.73  fork 2: search terminated without proof.
% 26.41/3.74  
% 26.41/3.74  
% 26.41/3.74  fork 0: search terminated without proof.
% 26.41/3.74  
% 26.41/3.74  
% 26.41/3.74  fork 1: search terminated without proof.
% 26.53/3.76  
% 26.53/3.76  **** run 129 fork 0 starts with strategy
% 26.53/3.76  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 26.53/3.77  
% 26.53/3.77  **** run 123 fork 2 starts with strategy
% 26.53/3.77  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.53/3.79  
% 26.53/3.79  **** run 130 fork 1 starts with strategy
% 26.53/3.79  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 31.89/4.51  
% 31.89/4.51  
% 31.89/4.51  fork 3: search terminated without proof.
% 32.53/4.53  
% 32.53/4.53  **** run 132 fork 3 starts with strategy
% 32.53/4.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.06/4.63  
% 33.06/4.63  
% 33.06/4.63  fork 5: search terminated without proof.
% 33.06/4.64  
% 33.06/4.64  
% 33.06/4.64  fork 7: search terminated without proof.
% 33.06/4.64  
% 33.06/4.64  
% 33.06/4.64  fork 4: search terminated without proof.
% 33.06/4.66  
% 33.06/4.66  **** run 134 fork 5 starts with strategy
% 33.06/4.66  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.06/4.68  
% 33.06/4.68  **** run 133 fork 4 starts with strategy
% 33.06/4.68  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.06/4.68  
% 33.06/4.68  **** run 136 fork 7 starts with strategy
% 33.06/4.68  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 33.06/4.71  
% 33.06/4.71  
% 33.06/4.71  fork 6: search terminated without proof.
% 33.06/4.73  
% 33.06/4.73  **** run 135 fork 6 starts with strategy
% 33.06/4.73  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.54/4.80  
% 34.54/4.80  
% 34.54/4.80  fork 2: search terminated without proof.
% 34.54/4.80  
% 34.54/4.80  
% 34.54/4.80  fork 0: search terminated without proof.
% 34.81/4.82  
% 34.81/4.82  **** run 131 fork 2 starts with strategy
% 34.81/4.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 34.81/4.82  
% 34.81/4.82  **** run 137 fork 0 starts with strategy
% 34.81/4.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 34.98/4.85  
% 34.98/4.85  
% 34.98/4.85  fork 1: search terminated without proof.
% 34.98/4.87  
% 34.98/4.87  **** run 138 fork 1 starts with strategy
% 34.98/4.87  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 40.67/5.56  
% 40.67/5.56  
% 40.67/5.56  fork 3: search terminated without proof.
% 40.67/5.58  
% 40.67/5.58  **** run 140 fork 3 starts with strategy
% 40.67/5.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 41.40/5.68  
% 41.40/5.68  
% 41.40/5.68  fork 5: search terminated without proof.
% 41.73/5.70  
% 41.73/5.70  **** run 142 fork 5 starts with strategy
% 41.73/5.70  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 41.73/5.71  
% 41.73/5.71  
% 41.73/5.71  fork 4: search terminated without proof.
% 42.11/5.74  
% 42.11/5.74  **** run 141 fork 4 starts with strategy
% 42.11/5.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 42.20/5.75  
% 42.20/5.75  
% 42.20/5.75  fork 7: search terminated without proof.
% 42.20/5.76  
% 42.20/5.76  
% 42.20/5.76  fork 6: search terminated without proof.
% 42.20/5.79  
% 42.20/5.79  **** run 144 fork 7 starts with strategy
% 42.20/5.79  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 42.20/5.80  
% 42.20/5.80  **** run 143 fork 6 starts with strategy
% 42.20/5.80  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 42.68/5.85  
% 42.68/5.85  
% 42.68/5.85  fork 0: search terminated without proof.
% 43.07/5.88  
% 43.07/5.88  **** run 145 fork 0 starts with strategy
% 43.07/5.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 43.07/5.89  
% 43.07/5.89  
% 43.07/5.89  fork 2: search terminated without proof.
% 43.07/5.93  
% 43.07/5.93  **** run 139 fork 2 starts with strategy
% 43.07/5.93  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 43.07/5.98  
% 43.07/5.98  
% 43.07/5.98  fork 1: search terminated without proof.
% 43.07/6.02  
% 43.07/6.02  **** run 146 fork 1 starts with strategy
% 43.07/6.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 48.83/6.61  
% 48.83/6.61  
% 48.83/6.61  fork 3: search terminated without proof.
% 48.83/6.64  
% 48.83/6.64  **** run 148 fork 3 starts with strategy
% 48.83/6.64  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 48.83/6.73  
% 48.83/6.73  
% 48.83/6.73  fork 5: search terminated without proof.
% 49.68/6.77  
% 49.68/6.77  **** run 150 fork 5 starts with strategy
% 49.68/6.77  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 50.27/6.81  
% 50.27/6.81  fork 5: search finished without proof.
% 50.27/6.82  
% 50.27/6.82  
% 50.27/6.82  fork 7: search terminated without proof.
% 50.27/6.82  
% 50.27/6.82  **** run 158 fork 5 starts with strategy
% 50.27/6.82  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 50.27/6.83  
% 50.27/6.83  
% 50.27/6.83  fork 6: search terminated without proof.
% 50.78/6.84  
% 50.78/6.84  **** run 152 fork 7 starts with strategy
% 50.78/6.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10,"max_size":15}
% 50.78/6.85  
% 50.78/6.85  **** run 151 fork 6 starts with strategy
% 50.78/6.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 50.96/6.91  
% 50.96/6.91  
% 50.96/6.91  fork 0: search terminated without proof.
% 50.96/6.92  
% 50.96/6.92  
% 50.96/6.92  fork 4: search terminated without proof.
% 51.44/6.94  
% 51.44/6.94  **** run 149 fork 4 starts with strategy
% 51.44/6.94  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.44/6.95  
% 51.44/6.95  **** run 153 fork 0 starts with strategy
% 51.44/6.95  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 51.69/6.96  
% 51.69/6.96  
% 51.69/6.96  fork 2: search terminated without proof.
% 51.69/6.99  
% 51.69/6.99  **** run 147 fork 2 starts with strategy
% 51.69/6.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 52.33/7.05  
% 52.33/7.05  
% 52.33/7.05  fork 1: search terminated without proof.
% 52.66/7.08  
% 52.66/7.08  **** run 154 fork 1 starts with strategy
% 52.66/7.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 53.80/7.27  
% 53.80/7.27  fork 4: search finished without proof.
% 53.80/7.29  
% 53.80/7.29  **** run 157 fork 4 starts with strategy
% 53.80/7.29  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 56.89/7.67  
% 56.89/7.67  
% 56.89/7.67  fork 3: search terminated without proof.
% 56.89/7.69  
% 56.89/7.69  fork 1: search finished without proof.
% 56.89/7.69  
% 56.89/7.69  **** run 156 fork 3 starts with strategy
% 56.89/7.69  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 57.26/7.71  
% 57.26/7.71  **** run 162 fork 1 starts with strategy
% 57.26/7.71  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 57.57/7.83  
% 57.57/7.83  fork 7: search finished without proof.
% 58.21/7.85  
% 58.21/7.85  **** run 160 fork 7 starts with strategy
% 58.21/7.85  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 58.21/7.86  
% 58.21/7.86  
% 58.21/7.86  fork 5: search terminated without proof.
% 58.21/7.88  
% 58.21/7.88  
% 58.21/7.88  fork 6: search terminated without proof.
% 58.56/7.89  
% 58.56/7.89  **** run 166 fork 5 starts with strategy
% 58.56/7.89  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 58.56/7.91  
% 58.56/7.91  **** run 159 fork 6 starts with strategy
% 58.56/7.91  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 58.56/7.94  
% 58.56/7.94  
% 58.56/7.94  result: proof found
% 58.56/7.94  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 58.56/7.94  by run 147 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 58.56/7.94  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 58.56/7.94  
% 58.56/7.94  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 58.56/7.94  
% 58.56/7.94  run 147 fork 2 statistics:
% 58.56/7.94  ----------------------------------
% 58.56/7.94  this run seconds: 0.257125
% 58.56/7.94  total seconds: 6.622850
% 58.56/7.94  stat_given_used: 1600
% 58.56/7.94  stat_given_used_at_endgame: 0
% 58.56/7.94  stat_given_candidates:   3556
% 58.56/7.94  stat_given_candidates_at_endgame: 0
% 58.56/7.94  stat_given_candidates_h: 0
% 58.56/7.94  stat_binres_derived_cl:   45493
% 58.56/7.94  stat_binres_derived_cl_h: 0
% 58.56/7.94  stat_factor_derived_cl: 15
% 58.56/7.94  stat_para_derived_cl: 5265
% 58.56/7.94  stat_tautologies_discarded: 75
% 58.56/7.94  stat_forward_subsumed: 5800
% 58.56/7.94  stat_derived_cut: 145
% 58.56/7.94  stat_derived_rewritten: 250
% 58.56/7.94  stat_weight_discarded_building: 0
% 58.56/7.94  stat_weight_discarded_cl: 30827
% 58.56/7.94  stat_internlimit_discarded_cl: 0
% 58.56/7.94  stat_simplified:  254 simplified 0 derived 0 given
% 58.56/7.94  stat_kept_cl: 13512
% 58.56/7.94  stat_built_cl: 47793
% 58.56/7.94  stat_hyperres_partial_cl: 0
% 58.56/7.94  stat_made_rewriters: 94
% 58.56/7.94  stat_backward_subsumed: 0
% 58.56/7.94  stat_propagated_subsumed: 0
% 58.56/7.94  stat_clsubs_attempted:                     27556
% 58.56/7.94  stat_clsubs_fact_groundunit_found:            14
% 58.56/7.94  stat_clsubs_rule_groundunit_found:            50
% 58.56/7.94  stat_clsubs_top_meta_attempted:            1080053
% 58.56/7.94  stat_clsubs_top_meta_failed:               1052497
% 58.56/7.94  stat_clsubs_top_meta_nonpref_attempted:             1080053
% 58.56/7.94  stat_clsubs_top_meta_nonpref_succeeded:              268366
% 58.56/7.94  stat_clsubs_top_meta_pref_attempted:                 268366
% 58.56/7.94  stat_clsubs_top_meta_pref1_succeeded:                139283
% 58.56/7.94  stat_clsubs_top_meta_pref2_succeeded:                 48556
% 58.56/7.94  stat_clsubs_top_meta_pref3_succeeded:                 27556
% 58.56/7.94  stat_clsubs_top_meta_pref_succeeded:                  27556
% 58.56/7.94  stat_clsubs_meta_attempted:                37584
% 58.56/7.94  stat_clsubs_meta_failed:                   13877
% 58.56/7.94  stat_clsubs_predsymbs_attempted:               0
% 58.56/7.94  stat_clsubs_unit_attempted:                11193
% 58.56/7.94  stat_clsubs_full_attempted:                16363
% 58.56/7.94  stat_forwardsubs_attempted:                50140
% 58.56/7.94  stat_lit_hash_added:                  19781
% 58.56/7.94  stat_lit_hash_computed:              125974
% 58.56/7.94  stat_lit_hash_match_found:             6358
% 58.56/7.94  stat_lit_hash_match_miss:            161234
% 58.56/7.94  stat_lit_hash_cut_ok:                    81
% 58.56/7.94  stat_lit_strong_cut_ok:                 113
% 58.56/7.94  stat_lit_hash_subsume_ok:              5800
% 58.56/7.94  clqueue els 10000000 used 1
% 58.56/7.94  clactive els 10000000 used 1601
% 58.56/7.94  clactivesubsume els 10000000 used 5965
% 58.56/7.94  queue_termbuf els 200000000 used 784951
% 58.56/7.94  hyper_termbuf els 100000000 used 1
% 58.56/7.94  active_termbuf els 100000000 used 53630
% 58.56/7.94  varstack els 5000 last used 1
% 58.56/7.94  given_termbuf els 10000000 last used 1
% 58.56/7.94  simplified_termbuf els 10000000 last used 1
% 58.56/7.94  derived_termbuf els 10000000 last used 23
% 58.56/7.94  wr_mallocs: 44162
% 58.56/7.94  wr_callocs: 21
% 58.56/7.94  wr_reallocs: 2203
% 58.56/7.94  wr_frees: 4
% 58.56/7.94  wr_malloc_bytes: 4164227764
% 58.56/7.94  wr_calloc_bytes: 112065536
% 58.56/7.94  wr_realloc_bytes: 655040
% 58.56/7.94  wr_realloc_freebytes: 0
% 58.56/7.94  ----------------------------------
%------------------------------------------------------------------------------