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

View Problem - Process Solution

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

% Computer : n016.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 57.34s 7.85s
% Output   : CNFRefutation 57.34s
% 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(X,Z) ),
    inference(cnf_transformation,[],['$inc_cartesian_product1']) ).

cnf('47',plain,
    member(ordered_pair(universal_class,y),cross_product(universal_class,universal_class)),
    inference(cnf_transformation,[],[prove_corollary_2_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.00/0.12  % Problem  : SET505-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n016.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % 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 08:53:41 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                   113
% 0.13/0.39  in_rule_clause_count:              109
% 0.13/0.39  in_fact_clause_count:                4
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:             12
% 0.13/0.39  in_unit_clause_count:               38
% 0.13/0.39  in_horn_clause_count:              105
% 0.13/0.39  in_pos_clause_count:                41
% 0.13/0.39  in_neg_clause_count:                 2
% 0.13/0.39  in_poseq_clause_count:              39
% 0.13/0.39  in_negeq_clause_count:               8
% 0.13/0.39  in_unitposeq_clause_count:          23
% 0.13/0.39  in_chain_clause_count:               2
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             5
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              6
% 0.13/0.39  in_min_size:               2
% 0.13/0.39  in_max_size:              41
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               5
% 0.13/0.39  in_extaxiom_count:               112
% 0.13/0.39  in_axiom_count:                    0
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 0
% 0.13/0.39  in_pos_goal_count:                 1
% 0.13/0.39  in_posunit_goal_count:             1
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/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.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.13/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.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/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.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/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.13/0.39  
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/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.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.13/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.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/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.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/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.13/0.39  
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/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.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.13/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.13/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.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/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.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/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.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 8 fork 7 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["hardness_pref","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 6: 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 7: 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 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 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 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.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 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.68  
% 0.19/0.68  
% 0.19/0.68  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 0: 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.69  
% 0.19/0.69  
% 0.19/0.69  fork 6: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 1: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 5: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"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 23 fork 6 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.71  
% 0.19/0.71  **** run 18 fork 1 starts with strategy
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 7: search terminated without proof.
% 0.19/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.72  
% 0.19/0.72  **** run 17 fork 0 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.73  
% 0.19/0.73  **** run 22 fork 5 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.19/0.74  
% 0.19/0.74  **** run 24 fork 7 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.93/0.84  
% 2.93/0.84  
% 2.93/0.84  fork 2: search terminated without proof.
% 2.93/0.85  
% 2.93/0.85  
% 2.93/0.85  fork 6: search terminated without proof.
% 2.93/0.85  
% 2.93/0.85  
% 2.93/0.85  fork 4: search terminated without proof.
% 3.71/0.86  
% 3.71/0.86  
% 3.71/0.86  fork 3: search terminated without proof.
% 3.71/0.86  
% 3.71/0.86  
% 3.71/0.86  fork 1: search terminated without proof.
% 3.71/0.86  
% 3.71/0.86  **** run 27 fork 2 starts with strategy
% 3.71/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.71/0.87  
% 3.71/0.87  **** run 31 fork 6 starts with strategy
% 3.71/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.71/0.87  
% 3.71/0.87  
% 3.71/0.87  fork 0: search terminated without proof.
% 3.71/0.87  
% 3.71/0.87  
% 3.71/0.87  fork 7: search terminated without proof.
% 3.71/0.88  
% 3.71/0.88  **** run 29 fork 4 starts with strategy
% 3.71/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.71/0.88  
% 3.71/0.88  
% 3.71/0.88  fork 5: search terminated without proof.
% 3.71/0.88  
% 3.71/0.88  **** run 28 fork 3 starts with strategy
% 3.71/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.71/0.88  
% 3.71/0.88  **** run 26 fork 1 starts with strategy
% 3.71/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.71/0.89  
% 3.71/0.89  **** run 25 fork 0 starts with strategy
% 3.71/0.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.71/0.89  
% 3.71/0.89  **** run 32 fork 7 starts with strategy
% 3.71/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.71/0.90  
% 3.71/0.90  **** run 30 fork 5 starts with strategy
% 3.71/0.90  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.57/0.99  
% 4.57/0.99  
% 4.57/0.99  fork 2: search terminated without proof.
% 4.57/1.00  
% 4.57/1.00  
% 4.57/1.00  fork 6: search terminated without proof.
% 4.57/1.01  
% 4.57/1.01  
% 4.57/1.01  fork 4: search terminated without proof.
% 4.57/1.01  
% 4.57/1.01  **** run 35 fork 2 starts with strategy
% 4.57/1.01  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.57/1.01  
% 4.57/1.01  
% 4.57/1.01  fork 1: search terminated without proof.
% 4.57/1.01  
% 4.57/1.01  
% 4.57/1.01  fork 3: search terminated without proof.
% 4.57/1.01  
% 4.57/1.01  **** run 39 fork 6 starts with strategy
% 4.57/1.02  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.57/1.02  
% 4.57/1.02  
% 4.57/1.02  fork 0: search terminated without proof.
% 4.57/1.03  
% 4.57/1.03  
% 4.57/1.03  fork 7: search terminated without proof.
% 4.57/1.03  
% 4.57/1.03  **** run 37 fork 4 starts with strategy
% 4.57/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.57/1.03  
% 4.57/1.03  
% 4.57/1.03  fork 5: search terminated without proof.
% 4.57/1.03  
% 4.57/1.03  **** run 34 fork 1 starts with strategy
% 4.57/1.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.57/1.04  
% 4.57/1.04  **** run 36 fork 3 starts with strategy
% 4.57/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.18/1.04  
% 5.18/1.04  **** run 33 fork 0 starts with strategy
% 5.18/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.18/1.05  
% 5.18/1.05  **** run 38 fork 5 starts with strategy
% 5.18/1.05  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 5.18/1.05  
% 5.18/1.05  **** run 40 fork 7 starts with strategy
% 5.18/1.05  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.43/1.08  
% 5.43/1.08  fork 3: search finished without proof.
% 5.43/1.10  
% 5.43/1.10  **** run 44 fork 3 starts with strategy
% 5.43/1.10  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.91/1.14  
% 5.91/1.14  fork 2: search finished without proof.
% 5.91/1.14  
% 5.91/1.14  
% 5.91/1.14  fork 6: search terminated without proof.
% 5.91/1.16  
% 5.91/1.16  **** run 43 fork 2 starts with strategy
% 5.91/1.16  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.16  
% 6.09/1.16  
% 6.09/1.16  fork 4: search terminated without proof.
% 6.09/1.16  
% 6.09/1.16  **** run 47 fork 6 starts with strategy
% 6.09/1.16  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.09/1.17  
% 6.09/1.17  
% 6.09/1.17  fork 1: search terminated without proof.
% 6.09/1.17  
% 6.09/1.17  
% 6.09/1.17  fork 0: search terminated without proof.
% 6.09/1.18  
% 6.09/1.18  **** run 45 fork 4 starts with strategy
% 6.09/1.18  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.09/1.18  
% 6.09/1.18  fork 7: search finished without proof.
% 6.09/1.18  
% 6.09/1.18  
% 6.09/1.18  fork 5: search terminated without proof.
% 6.09/1.19  
% 6.09/1.19  **** run 42 fork 1 starts with strategy
% 6.09/1.19  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.09/1.20  
% 6.09/1.20  **** run 41 fork 0 starts with strategy
% 6.09/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.09/1.20  
% 6.09/1.20  **** run 48 fork 7 starts with strategy
% 6.09/1.20  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.09/1.20  
% 6.09/1.20  **** run 46 fork 5 starts with strategy
% 6.09/1.20  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.62/1.23  
% 6.62/1.23  
% 6.62/1.23  fork 3: search terminated without proof.
% 6.62/1.25  
% 6.62/1.25  **** run 52 fork 3 starts with strategy
% 6.62/1.25  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.95/1.28  
% 6.95/1.28  
% 6.95/1.28  fork 2: search terminated without proof.
% 6.95/1.29  
% 6.95/1.29  
% 6.95/1.29  fork 6: search terminated without proof.
% 6.95/1.30  
% 6.95/1.30  **** run 51 fork 2 starts with strategy
% 6.95/1.30  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.95/1.31  
% 6.95/1.31  
% 6.95/1.31  fork 4: search terminated without proof.
% 6.95/1.31  
% 6.95/1.31  **** run 55 fork 6 starts with strategy
% 6.95/1.31  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 6.95/1.32  
% 6.95/1.32  
% 6.95/1.32  fork 1: search terminated without proof.
% 6.95/1.33  
% 6.95/1.33  **** run 53 fork 4 starts with strategy
% 6.95/1.33  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 6.95/1.33  
% 6.95/1.33  
% 6.95/1.33  fork 7: search terminated without proof.
% 6.95/1.33  
% 6.95/1.33  
% 6.95/1.33  fork 5: search terminated without proof.
% 6.95/1.33  
% 6.95/1.33  
% 6.95/1.33  fork 0: search terminated without proof.
% 7.59/1.34  
% 7.59/1.34  **** run 50 fork 1 starts with strategy
% 7.59/1.34  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.59/1.35  
% 7.59/1.35  **** run 56 fork 7 starts with strategy
% 7.59/1.35  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.59/1.35  
% 7.59/1.35  **** run 49 fork 0 starts with strategy
% 7.59/1.35  
% 7.59/1.35  **** run 54 fork 5 starts with strategy
% 7.59/1.35  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.59/1.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.59/1.38  
% 7.59/1.38  
% 7.59/1.38  fork 3: search terminated without proof.
% 7.59/1.40  
% 7.59/1.40  **** run 60 fork 3 starts with strategy
% 7.59/1.40  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.59/1.42  
% 7.59/1.42  fork 2: search finished without proof.
% 7.59/1.44  
% 7.59/1.44  fork 6: search finished without proof.
% 7.59/1.44  
% 7.59/1.44  **** run 59 fork 2 starts with strategy
% 7.59/1.44  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.59/1.46  
% 7.59/1.46  
% 7.59/1.46  fork 4: search terminated without proof.
% 7.59/1.46  
% 7.59/1.46  **** run 63 fork 6 starts with strategy
% 7.59/1.46  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 7.59/1.48  
% 7.59/1.48  
% 7.59/1.48  fork 1: search terminated without proof.
% 7.59/1.49  
% 7.59/1.49  **** run 61 fork 4 starts with strategy
% 7.59/1.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 7.59/1.50  
% 7.59/1.50  **** run 58 fork 1 starts with strategy
% 7.59/1.50  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.48/1.50  
% 8.48/1.50  
% 8.48/1.50  fork 7: search terminated without proof.
% 8.48/1.51  
% 8.48/1.51  
% 8.48/1.51  fork 5: search terminated without proof.
% 8.48/1.51  
% 8.48/1.51  fork 0: search finished without proof.
% 8.48/1.52  
% 8.48/1.52  **** run 64 fork 7 starts with strategy
% 8.48/1.52  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.48/1.53  
% 8.48/1.53  
% 8.48/1.53  fork 3: search terminated without proof.
% 8.48/1.53  
% 8.48/1.53  **** run 57 fork 0 starts with strategy
% 8.48/1.53  
% 8.48/1.53  **** run 62 fork 5 starts with strategy
% 8.48/1.53  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.48/1.53  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.48/1.55  
% 8.48/1.55  **** run 68 fork 3 starts with strategy
% 8.48/1.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 9.18/1.57  
% 9.18/1.57  
% 9.18/1.57  fork 2: search terminated without proof.
% 9.39/1.59  
% 9.39/1.59  **** run 67 fork 2 starts with strategy
% 9.39/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.39/1.59  
% 9.39/1.59  
% 9.39/1.59  fork 6: search terminated without proof.
% 9.39/1.61  
% 9.39/1.61  **** run 71 fork 6 starts with strategy
% 9.39/1.61  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.70/1.62  
% 9.70/1.62  
% 9.70/1.62  fork 4: search terminated without proof.
% 9.70/1.63  
% 9.70/1.63  
% 9.70/1.63  fork 1: search terminated without proof.
% 9.80/1.64  
% 9.80/1.64  **** run 69 fork 4 starts with strategy
% 9.80/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.80/1.65  
% 9.80/1.65  
% 9.80/1.65  fork 7: search terminated without proof.
% 9.80/1.65  
% 9.80/1.65  **** run 66 fork 1 starts with strategy
% 9.80/1.65  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.80/1.65  
% 9.80/1.65  fork 0: search finished without proof.
% 9.80/1.66  
% 9.80/1.66  
% 9.80/1.66  fork 5: search terminated without proof.
% 9.80/1.67  
% 9.80/1.67  **** run 65 fork 0 starts with strategy
% 9.80/1.67  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 9.80/1.67  
% 9.80/1.67  **** run 72 fork 7 starts with strategy
% 9.80/1.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.80/1.68  
% 9.80/1.68  
% 9.80/1.68  fork 3: search terminated without proof.
% 9.80/1.69  
% 9.80/1.69  **** run 70 fork 5 starts with strategy
% 9.80/1.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 9.80/1.70  
% 9.80/1.70  **** run 76 fork 3 starts with strategy
% 9.80/1.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.40/1.72  
% 10.40/1.72  
% 10.40/1.72  fork 2: search terminated without proof.
% 10.40/1.74  
% 10.40/1.74  **** run 75 fork 2 starts with strategy
% 10.40/1.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.40/1.74  
% 10.40/1.74  
% 10.40/1.74  fork 6: search terminated without proof.
% 10.40/1.76  
% 10.40/1.76  **** run 79 fork 6 starts with strategy
% 10.40/1.76  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.40/1.77  
% 10.40/1.77  
% 10.40/1.77  fork 4: search terminated without proof.
% 10.90/1.78  
% 10.90/1.78  
% 10.90/1.78  fork 1: search terminated without proof.
% 10.90/1.79  
% 10.90/1.79  **** run 77 fork 4 starts with strategy
% 10.90/1.79  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 10.90/1.80  
% 10.90/1.80  
% 10.90/1.80  fork 7: search terminated without proof.
% 10.90/1.80  
% 10.90/1.80  **** run 74 fork 1 starts with strategy
% 10.90/1.80  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.90/1.80  
% 10.90/1.80  
% 10.90/1.80  fork 0: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  
% 10.90/1.82  fork 5: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  **** run 80 fork 7 starts with strategy
% 10.90/1.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.90/1.82  
% 10.90/1.82  **** run 73 fork 0 starts with strategy
% 10.90/1.82  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.90/1.83  
% 10.90/1.83  
% 10.90/1.83  fork 3: search terminated without proof.
% 10.90/1.84  
% 10.90/1.84  **** run 78 fork 5 starts with strategy
% 10.90/1.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.90/1.86  
% 10.90/1.86  **** run 84 fork 3 starts with strategy
% 10.90/1.86  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 11.58/1.87  
% 11.58/1.87  
% 11.58/1.87  fork 2: search terminated without proof.
% 11.78/1.89  
% 11.78/1.89  **** run 83 fork 2 starts with strategy
% 11.78/1.89  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 11.78/1.89  
% 11.78/1.89  
% 11.78/1.89  fork 6: search terminated without proof.
% 11.78/1.91  
% 11.78/1.91  **** run 87 fork 6 starts with strategy
% 11.78/1.91  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 12.05/1.92  
% 12.05/1.92  
% 12.05/1.92  fork 4: search terminated without proof.
% 12.17/1.93  
% 12.17/1.93  
% 12.17/1.93  fork 1: search terminated without proof.
% 12.17/1.94  
% 12.17/1.94  fork 6: search finished without proof.
% 12.17/1.95  
% 12.17/1.95  **** run 85 fork 4 starts with strategy
% 12.17/1.95  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.17/1.95  
% 12.17/1.95  
% 12.17/1.95  fork 7: search terminated without proof.
% 12.17/1.95  
% 12.17/1.95  **** run 82 fork 1 starts with strategy
% 12.17/1.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.17/1.96  
% 12.17/1.96  
% 12.17/1.96  fork 0: search terminated without proof.
% 12.17/1.96  
% 12.17/1.96  **** run 95 fork 6 starts with strategy
% 12.17/1.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 12.17/1.97  
% 12.17/1.97  
% 12.17/1.97  fork 5: search terminated without proof.
% 12.17/1.97  
% 12.17/1.97  **** run 88 fork 7 starts with strategy
% 12.17/1.97  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.17/1.98  
% 12.17/1.98  **** run 81 fork 0 starts with strategy
% 12.17/1.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.17/1.98  
% 12.17/1.98  
% 12.17/1.98  fork 3: search terminated without proof.
% 12.17/1.99  
% 12.17/1.99  **** run 86 fork 5 starts with strategy
% 12.17/1.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.17/2.01  
% 12.17/2.01  **** run 92 fork 3 starts with strategy
% 12.17/2.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.17/2.01  
% 12.17/2.01  
% 12.17/2.01  fork 2: search terminated without proof.
% 12.17/2.03  
% 12.17/2.03  **** run 91 fork 2 starts with strategy
% 12.17/2.03  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.17/2.06  
% 12.17/2.06  fork 6: search finished without proof.
% 12.17/2.08  
% 12.17/2.08  
% 12.17/2.08  fork 1: search terminated without proof.
% 12.17/2.08  
% 12.17/2.08  **** run 103 fork 6 starts with strategy
% 12.17/2.08  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.17/2.10  
% 12.17/2.10  
% 12.17/2.10  fork 7: search terminated without proof.
% 12.17/2.11  
% 12.17/2.11  **** run 90 fork 1 starts with strategy
% 12.17/2.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.17/2.11  
% 12.17/2.11  
% 12.17/2.11  fork 0: search terminated without proof.
% 12.17/2.12  
% 12.17/2.12  **** run 96 fork 7 starts with strategy
% 12.17/2.12  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 12.17/2.12  
% 12.17/2.12  
% 12.17/2.12  fork 4: search terminated without proof.
% 12.17/2.13  
% 12.17/2.13  **** run 89 fork 0 starts with strategy
% 12.17/2.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.17/2.14  
% 12.17/2.14  
% 12.17/2.14  fork 3: search terminated without proof.
% 12.17/2.14  
% 12.17/2.14  
% 12.17/2.14  fork 5: search terminated without proof.
% 13.50/2.15  
% 13.50/2.15  **** run 93 fork 4 starts with strategy
% 13.50/2.15  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.50/2.16  
% 13.50/2.16  **** run 100 fork 3 starts with strategy
% 13.50/2.16  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.50/2.17  
% 13.50/2.17  **** run 94 fork 5 starts with strategy
% 13.50/2.17  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 13.50/2.18  
% 13.50/2.18  
% 13.50/2.18  fork 2: search terminated without proof.
% 13.50/2.20  
% 13.50/2.20  **** run 99 fork 2 starts with strategy
% 13.50/2.20  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.28/2.23  
% 14.28/2.23  
% 14.28/2.23  fork 6: search terminated without proof.
% 14.28/2.24  
% 14.28/2.24  
% 14.28/2.24  fork 1: search terminated without proof.
% 14.28/2.24  
% 14.28/2.24  
% 14.28/2.24  fork 7: search terminated without proof.
% 14.28/2.25  
% 14.28/2.25  **** run 111 fork 6 starts with strategy
% 14.28/2.25  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 14.28/2.26  
% 14.28/2.26  
% 14.28/2.26  fork 0: search terminated without proof.
% 14.28/2.26  
% 14.28/2.26  **** run 104 fork 7 starts with strategy
% 14.28/2.26  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 14.28/2.27  
% 14.28/2.27  **** run 98 fork 1 starts with strategy
% 14.28/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.28/2.28  
% 14.28/2.28  
% 14.28/2.28  fork 4: search terminated without proof.
% 14.28/2.28  
% 14.28/2.28  **** run 97 fork 0 starts with strategy
% 14.28/2.28  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.28/2.30  
% 14.28/2.30  
% 14.28/2.30  fork 3: search terminated without proof.
% 14.96/2.30  
% 14.96/2.30  **** run 101 fork 4 starts with strategy
% 14.96/2.30  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.96/2.30  
% 14.96/2.30  
% 14.96/2.30  fork 5: search terminated without proof.
% 14.96/2.32  
% 14.96/2.32  **** run 108 fork 3 starts with strategy
% 14.96/2.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.96/2.32  
% 14.96/2.32  **** run 102 fork 5 starts with strategy
% 14.96/2.32  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 14.96/2.33  
% 14.96/2.33  
% 14.96/2.33  fork 2: search terminated without proof.
% 14.96/2.35  
% 14.96/2.35  **** run 107 fork 2 starts with strategy
% 14.96/2.35  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 14.96/2.38  
% 14.96/2.38  
% 14.96/2.38  fork 6: search terminated without proof.
% 15.65/2.39  
% 15.65/2.39  
% 15.65/2.39  fork 7: search terminated without proof.
% 15.65/2.40  
% 15.65/2.40  
% 15.65/2.40  fork 1: search terminated without proof.
% 15.65/2.40  
% 15.65/2.40  **** run 119 fork 6 starts with strategy
% 15.65/2.40  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 15.65/2.41  
% 15.65/2.41  **** run 112 fork 7 starts with strategy
% 15.65/2.41  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.65/2.42  
% 15.65/2.42  
% 15.65/2.42  fork 0: search terminated without proof.
% 15.65/2.42  
% 15.65/2.42  **** run 106 fork 1 starts with strategy
% 15.65/2.42  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.65/2.43  
% 15.65/2.43  
% 15.65/2.43  fork 4: search terminated without proof.
% 15.65/2.44  
% 15.65/2.44  **** run 105 fork 0 starts with strategy
% 15.65/2.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.65/2.45  
% 15.65/2.45  
% 15.65/2.45  fork 3: search terminated without proof.
% 15.65/2.45  
% 15.65/2.45  **** run 109 fork 4 starts with strategy
% 15.65/2.45  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 15.65/2.45  
% 15.65/2.45  
% 15.65/2.45  fork 5: search terminated without proof.
% 15.65/2.47  
% 15.65/2.47  **** run 116 fork 3 starts with strategy
% 15.65/2.47  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.65/2.47  
% 15.65/2.47  **** run 110 fork 5 starts with strategy
% 15.65/2.47  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.65/2.47  
% 15.65/2.47  
% 15.65/2.47  fork 2: search terminated without proof.
% 16.53/2.49  
% 16.53/2.49  **** run 115 fork 2 starts with strategy
% 16.53/2.49  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 16.64/2.54  
% 16.64/2.54  
% 16.64/2.54  fork 7: search terminated without proof.
% 16.64/2.55  
% 16.64/2.55  
% 16.64/2.55  fork 1: search terminated without proof.
% 16.64/2.55  
% 16.64/2.55  **** run 120 fork 7 starts with strategy
% 16.64/2.55  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.64/2.56  
% 16.64/2.56  **** run 114 fork 1 starts with strategy
% 16.64/2.56  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.64/2.56  
% 16.64/2.56  
% 16.64/2.56  fork 0: search terminated without proof.
% 16.64/2.58  
% 16.64/2.58  
% 16.64/2.58  fork 4: search terminated without proof.
% 16.64/2.59  
% 16.64/2.59  **** run 113 fork 0 starts with strategy
% 16.64/2.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.64/2.60  
% 16.64/2.60  **** run 117 fork 4 starts with strategy
% 16.64/2.60  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.37/2.60  
% 17.37/2.60  
% 17.37/2.60  fork 5: search terminated without proof.
% 17.37/2.62  
% 17.37/2.62  **** run 118 fork 5 starts with strategy
% 17.37/2.62  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 18.04/2.69  
% 18.04/2.69  
% 18.04/2.69  fork 1: search terminated without proof.
% 18.04/2.71  
% 18.04/2.71  **** run 122 fork 1 starts with strategy
% 18.04/2.71  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 18.04/2.71  
% 18.04/2.71  
% 18.04/2.71  fork 0: search terminated without proof.
% 18.04/2.74  
% 18.04/2.74  **** run 121 fork 0 starts with strategy
% 18.04/2.74  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 23.29/3.45  
% 23.29/3.45  
% 23.29/3.45  fork 6: search terminated without proof.
% 23.29/3.48  
% 23.29/3.48  **** run 127 fork 6 starts with strategy
% 23.29/3.48  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 23.29/3.53  
% 23.29/3.53  fork 3: search finished without proof.
% 23.29/3.54  
% 23.29/3.54  **** run 124 fork 3 starts with strategy
% 23.29/3.54  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 23.29/3.55  
% 23.29/3.55  
% 23.29/3.55  fork 2: search terminated without proof.
% 24.74/3.59  
% 24.74/3.59  **** run 123 fork 2 starts with strategy
% 24.74/3.59  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 24.74/3.61  
% 24.74/3.61  
% 24.74/3.61  fork 7: search terminated without proof.
% 25.32/3.65  
% 25.32/3.65  **** run 128 fork 7 starts with strategy
% 25.32/3.65  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 25.32/3.67  
% 25.32/3.67  
% 25.32/3.67  fork 5: search terminated without proof.
% 25.67/3.68  
% 25.67/3.68  
% 25.67/3.68  fork 4: search terminated without proof.
% 25.67/3.69  
% 25.67/3.69  **** run 126 fork 5 starts with strategy
% 25.67/3.69  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.67/3.70  
% 25.67/3.70  **** run 125 fork 4 starts with strategy
% 25.67/3.70  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 26.26/3.75  
% 26.26/3.75  
% 26.26/3.75  fork 1: search terminated without proof.
% 26.43/3.79  
% 26.43/3.79  **** run 130 fork 1 starts with strategy
% 26.43/3.79  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 27.72/3.93  
% 27.72/3.93  
% 27.72/3.93  fork 0: search terminated without proof.
% 27.72/3.95  
% 27.72/3.95  **** run 129 fork 0 starts with strategy
% 27.72/3.95  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 32.37/4.54  
% 32.37/4.54  
% 32.37/4.54  fork 6: search terminated without proof.
% 32.37/4.56  
% 32.37/4.56  **** run 135 fork 6 starts with strategy
% 32.37/4.56  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 32.76/4.58  
% 32.76/4.58  
% 32.76/4.58  fork 3: search terminated without proof.
% 32.76/4.60  
% 32.76/4.60  **** run 132 fork 3 starts with strategy
% 32.76/4.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.51/4.68  
% 33.51/4.68  
% 33.51/4.68  fork 2: search terminated without proof.
% 33.51/4.68  
% 33.51/4.68  
% 33.51/4.68  fork 7: search terminated without proof.
% 33.51/4.70  
% 33.51/4.70  **** run 131 fork 2 starts with strategy
% 33.51/4.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 33.51/4.70  
% 33.51/4.70  **** run 136 fork 7 starts with strategy
% 33.51/4.70  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 33.89/4.74  
% 33.89/4.74  
% 33.89/4.74  fork 4: search terminated without proof.
% 33.89/4.75  
% 33.89/4.75  
% 33.89/4.75  fork 5: search terminated without proof.
% 33.89/4.77  
% 33.89/4.77  **** run 133 fork 4 starts with strategy
% 33.89/4.77  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.89/4.77  
% 33.89/4.77  **** run 134 fork 5 starts with strategy
% 33.89/4.77  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.89/4.82  
% 33.89/4.82  
% 33.89/4.82  fork 1: search terminated without proof.
% 33.89/4.84  
% 33.89/4.84  **** run 138 fork 1 starts with strategy
% 33.89/4.84  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 36.42/5.06  
% 36.42/5.06  
% 36.42/5.06  fork 0: search terminated without proof.
% 36.42/5.09  
% 36.42/5.09  **** run 137 fork 0 starts with strategy
% 36.42/5.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 39.93/5.66  
% 39.93/5.66  
% 39.93/5.66  fork 3: search terminated without proof.
% 39.93/5.69  
% 39.93/5.69  **** run 140 fork 3 starts with strategy
% 39.93/5.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 41.12/5.69  
% 41.12/5.69  
% 41.12/5.69  fork 6: search terminated without proof.
% 41.46/5.72  
% 41.46/5.72  **** run 143 fork 6 starts with strategy
% 41.46/5.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 41.89/5.77  
% 41.89/5.77  
% 41.89/5.77  fork 2: search terminated without proof.
% 41.89/5.78  
% 41.89/5.78  
% 41.89/5.78  fork 7: search terminated without proof.
% 41.89/5.81  
% 41.89/5.81  
% 41.89/5.81  fork 5: search terminated without proof.
% 41.89/5.81  
% 41.89/5.81  **** run 144 fork 7 starts with strategy
% 41.89/5.81  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 41.89/5.82  
% 41.89/5.82  **** run 139 fork 2 starts with strategy
% 41.89/5.82  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 41.89/5.83  
% 41.89/5.83  **** run 142 fork 5 starts with strategy
% 41.89/5.83  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 42.66/5.88  
% 42.66/5.88  
% 42.66/5.88  fork 1: search terminated without proof.
% 42.66/5.88  
% 42.66/5.88  
% 42.66/5.88  fork 4: search terminated without proof.
% 42.95/5.91  
% 42.95/5.91  **** run 146 fork 1 starts with strategy
% 42.95/5.91  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 42.95/5.91  
% 42.95/5.91  **** run 141 fork 4 starts with strategy
% 42.95/5.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 44.30/6.13  
% 44.30/6.13  
% 44.30/6.13  fork 0: search terminated without proof.
% 45.07/6.16  
% 45.07/6.16  **** run 145 fork 0 starts with strategy
% 45.07/6.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 49.78/6.76  
% 49.78/6.76  
% 49.78/6.76  fork 3: search terminated without proof.
% 49.78/6.76  
% 49.78/6.76  
% 49.78/6.76  fork 6: search terminated without proof.
% 49.78/6.79  
% 49.78/6.79  **** run 151 fork 6 starts with strategy
% 49.78/6.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 49.78/6.79  
% 49.78/6.79  **** run 148 fork 3 starts with strategy
% 49.78/6.79  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 50.22/6.84  
% 50.22/6.84  
% 50.22/6.84  fork 7: search terminated without proof.
% 50.22/6.87  
% 50.22/6.87  **** run 152 fork 7 starts with strategy
% 50.22/6.87  {"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.22/6.87  
% 50.22/6.87  
% 50.22/6.87  fork 2: search terminated without proof.
% 50.22/6.87  
% 50.22/6.87  
% 50.22/6.87  fork 5: search terminated without proof.
% 50.22/6.91  
% 50.22/6.91  **** run 150 fork 5 starts with strategy
% 50.22/6.91  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 50.22/6.92  
% 50.22/6.92  **** run 147 fork 2 starts with strategy
% 50.22/6.92  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 50.22/6.94  
% 50.22/6.94  
% 50.22/6.94  fork 1: search terminated without proof.
% 50.22/6.95  
% 50.22/6.95  fork 5: search finished without proof.
% 50.22/6.95  
% 50.22/6.95  
% 50.22/6.95  fork 4: search terminated without proof.
% 50.22/6.97  
% 50.22/6.97  **** run 158 fork 5 starts with strategy
% 50.22/6.97  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 50.22/6.97  
% 50.22/6.97  **** run 154 fork 1 starts with strategy
% 50.22/6.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 50.22/6.99  
% 50.22/6.99  **** run 149 fork 4 starts with strategy
% 50.22/6.99  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 53.17/7.21  
% 53.17/7.21  
% 53.17/7.21  fork 0: search terminated without proof.
% 53.17/7.25  
% 53.17/7.25  **** run 153 fork 0 starts with strategy
% 53.17/7.25  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 53.60/7.32  
% 53.60/7.32  fork 4: search finished without proof.
% 53.60/7.33  
% 53.60/7.33  **** run 157 fork 4 starts with strategy
% 53.60/7.33  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 54.84/7.47  
% 54.84/7.47  fork 1: search finished without proof.
% 54.84/7.49  
% 54.84/7.49  **** run 162 fork 1 starts with strategy
% 54.84/7.49  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 57.34/7.85  
% 57.34/7.85  
% 57.34/7.85  result: proof found
% 57.34/7.85  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 57.34/7.85  by run 147 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 57.34/7.85  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 57.34/7.85  
% 57.34/7.85  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 57.34/7.85  
% 57.34/7.85  run 147 fork 2 statistics:
% 57.34/7.85  ----------------------------------
% 57.34/7.85  this run seconds: 0.256945
% 57.34/7.85  total seconds: 6.595982
% 57.34/7.85  stat_given_used: 1595
% 57.34/7.85  stat_given_used_at_endgame: 0
% 57.34/7.85  stat_given_candidates:   3553
% 57.34/7.85  stat_given_candidates_at_endgame: 0
% 57.34/7.85  stat_given_candidates_h: 0
% 57.34/7.85  stat_binres_derived_cl:   44545
% 57.34/7.85  stat_binres_derived_cl_h: 0
% 57.34/7.85  stat_factor_derived_cl: 15
% 57.34/7.85  stat_para_derived_cl: 5258
% 57.34/7.85  stat_tautologies_discarded: 75
% 57.34/7.85  stat_forward_subsumed: 5782
% 57.34/7.85  stat_derived_cut: 145
% 57.34/7.85  stat_derived_rewritten: 250
% 57.34/7.85  stat_weight_discarded_building: 0
% 57.34/7.85  stat_weight_discarded_cl: 30093
% 57.34/7.85  stat_internlimit_discarded_cl: 0
% 57.34/7.85  stat_simplified:  254 simplified 0 derived 0 given
% 57.34/7.85  stat_kept_cl: 13309
% 57.34/7.85  stat_built_cl: 46846
% 57.34/7.85  stat_hyperres_partial_cl: 0
% 57.34/7.85  stat_made_rewriters: 94
% 57.34/7.85  stat_backward_subsumed: 0
% 57.34/7.85  stat_propagated_subsumed: 0
% 57.34/7.85  stat_clsubs_attempted:                     27416
% 57.34/7.85  stat_clsubs_fact_groundunit_found:            14
% 57.34/7.85  stat_clsubs_rule_groundunit_found:            49
% 57.34/7.85  stat_clsubs_top_meta_attempted:            1076526
% 57.34/7.85  stat_clsubs_top_meta_failed:               1049110
% 57.34/7.85  stat_clsubs_top_meta_nonpref_attempted:             1076526
% 57.34/7.85  stat_clsubs_top_meta_nonpref_succeeded:              267502
% 57.34/7.85  stat_clsubs_top_meta_pref_attempted:                 267502
% 57.34/7.85  stat_clsubs_top_meta_pref1_succeeded:                138934
% 57.34/7.85  stat_clsubs_top_meta_pref2_succeeded:                 48415
% 57.34/7.85  stat_clsubs_top_meta_pref3_succeeded:                 27416
% 57.34/7.85  stat_clsubs_top_meta_pref_succeeded:                  27416
% 57.34/7.85  stat_clsubs_meta_attempted:                37412
% 57.34/7.85  stat_clsubs_meta_failed:                   13806
% 57.34/7.85  stat_clsubs_predsymbs_attempted:               0
% 57.34/7.85  stat_clsubs_unit_attempted:                11192
% 57.34/7.85  stat_clsubs_full_attempted:                16224
% 57.34/7.85  stat_forwardsubs_attempted:                49185
% 57.34/7.85  stat_lit_hash_added:                  19540
% 57.34/7.85  stat_lit_hash_computed:              124656
% 57.34/7.85  stat_lit_hash_match_found:             6342
% 57.34/7.85  stat_lit_hash_match_miss:            159248
% 57.34/7.85  stat_lit_hash_cut_ok:                    81
% 57.34/7.85  stat_lit_strong_cut_ok:                 113
% 57.34/7.85  stat_lit_hash_subsume_ok:              5782
% 57.34/7.85  clqueue els 10000000 used 1
% 57.34/7.85  clactive els 10000000 used 1596
% 57.34/7.85  clactivesubsume els 10000000 used 5965
% 57.34/7.85  queue_termbuf els 200000000 used 773744
% 57.34/7.85  hyper_termbuf els 100000000 used 1
% 57.34/7.85  active_termbuf els 100000000 used 53454
% 57.34/7.85  varstack els 5000 last used 1
% 57.34/7.85  given_termbuf els 10000000 last used 1
% 57.34/7.85  simplified_termbuf els 10000000 last used 1
% 57.34/7.85  derived_termbuf els 10000000 last used 23
% 57.34/7.85  wr_mallocs: 43297
% 57.34/7.85  wr_callocs: 21
% 57.34/7.85  wr_reallocs: 2201
% 57.34/7.85  wr_frees: 4
% 57.34/7.85  wr_malloc_bytes: 4164196596
% 57.34/7.85  wr_calloc_bytes: 112065536
% 57.34/7.85  wr_realloc_bytes: 641512
% 57.34/7.85  wr_realloc_freebytes: 0
% 57.34/7.85  ----------------------------------
% 57.34/7.85  
% 57.34/7.85  
% 57.34/7.85  fork 3: search terminated without proof.
%------------------------------------------------------------------------------