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

View Problem - Process Solution

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

% Computer : n032.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:00:39 EDT 2023

% Result   : Unsatisfiable 9.32s 1.83s
% Output   : CNFRefutation 9.32s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_regularity2')

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

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

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

cnf('4',plain,
    set_builder(u,set_builder(y,set_builder(z,null_class))) = null_class,
    inference(cnf_transformation,[],[prove_corollary_2_to_member_of_triple_2]) ).

cnf('5',plain,
    union(singleton(X),Y) = set_builder(X,Y),
    inference(cnf_transformation,[],[definition_of_set_builder]) ).

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

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

cnf('8',plain,
    member(u,universal_class),
    inference(cnf_transformation,[],[prove_corollary_2_to_member_of_triple_1]) ).

cnf('9',plain,
    ( member(u,complement(X))
    | member(u,X) ),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    ( member(u,intersection(complement(X),complement(Y)))
    | member(u,union(X,Y)) ),
    inference(paramodulation,[],['6','9']) ).

cnf('11',plain,
    ( member(u,union(X,Y))
    | member(u,complement(X)) ),
    inference(resolution,[],['10','2']) ).

cnf('12',plain,
    ( member(u,complement(singleton(X)))
    | member(u,set_builder(X,Y)) ),
    inference(paramodulation,[],['5','11']) ).

cnf('13',plain,
    ( member(u,complement(singleton(u)))
    | member(u,null_class) ),
    inference(paramodulation,[],['4','12']) ).

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

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

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

cnf('17',plain,
    member(u,unordered_pair(u,X)),
    inference(resolution,[],['16','8']) ).

cnf('18',plain,
    member(u,singleton(u)),
    inference(paramodulation,[],['15','17']) ).

cnf('19',plain,
    member(u,null_class),
    inference(resolution,[then_simplify],['13','14','18']) ).

cnf('20',plain,
    ( member(u,X)
    | X = null_class ),
    inference(resolution,[],['3','19']) ).

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

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

cnf('23',plain,
    ( singleton(X) = null_class
    | u = X ),
    inference(resolution,[],['20','22']) ).

cnf('24',plain,
    ( u = X
    | ~ member(Y,null_class)
    | Y = X ),
    inference(paramodulation,[],['23','22']) ).

cnf('25',plain,
    member(u,null_class),
    inference(resolution,[then_simplify],['13','14','18']) ).

cnf('26',plain,
    u = X,
    inference(factorization,[then_simplify],['24','25']) ).

cnf('27',plain,
    X = Y,
    inference(paramodulation,[],['26','26']) ).

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

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

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

cnf('31',plain,
    ( ~ member(X,Y)
    | member(X,Z) ),
    inference(resolution,[],['29','30']) ).

cnf('32',plain,
    member(X,universal_class),
    inference(paramodulation,[],['26','8']) ).

cnf('33',plain,
    member(X,Y),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    intersection(domain_of(X),diagonalise(compose(inverse(element_relation),X))) = cantor(X),
    inference(cnf_transformation,[],['$inc_cantor_class']) ).

cnf('35',plain,
    ( ~ member(X,cantor(Y))
    | member(X,domain_of(Y)) ),
    inference(paramodulation,[],['34','2']) ).

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

cnf('37',plain,
    ~ member(X3,domain_of(Y3)),
    inference(resolution,[],['36','27']) ).

cnf('38',plain,
    $false,
    inference(resolution,[then_simplify],['33','35','37']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET134-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n032.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sat Aug 26 14:01:29 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.17/0.37  
% 0.17/0.37  input clause set summed statistics:
% 0.17/0.37  ----------------------------------
% 0.17/0.37  in_clause_count:                    94
% 0.17/0.37  in_rule_clause_count:               89
% 0.17/0.37  in_fact_clause_count:                5
% 0.17/0.37  in_answer_clause_count:              0
% 0.17/0.37  in_ground_clause_count:              9
% 0.17/0.37  in_unit_clause_count:               32
% 0.17/0.37  in_horn_clause_count:               86
% 0.17/0.37  in_pos_clause_count:                35
% 0.17/0.37  in_neg_clause_count:                 2
% 0.17/0.37  in_poseq_clause_count:              32
% 0.17/0.37  in_negeq_clause_count:               7
% 0.17/0.37  in_unitposeq_clause_count:          21
% 0.17/0.37  in_chain_clause_count:               2
% 0.17/0.37  in_min_length:             1
% 0.17/0.37  in_max_length:             5
% 0.17/0.37  in_min_depth:              1
% 0.17/0.37  in_max_depth:              6
% 0.17/0.37  in_min_size:               2
% 0.17/0.37  in_max_size:              41
% 0.17/0.37  in_min_vars:               0
% 0.17/0.37  in_max_vars:               5
% 0.17/0.37  in_extaxiom_count:                91
% 0.17/0.37  in_axiom_count:                    1
% 0.17/0.37  in_assumption_count:               0
% 0.17/0.37  in_goal_count:                     2
% 0.17/0.37  in_neg_goal_count:                 0
% 0.17/0.37  in_pos_goal_count:                 2
% 0.17/0.37  in_posunit_goal_count:             2
% 0.17/0.37  
% 0.17/0.37  auto guide:
% 0.17/0.37  -----------
% 0.17/0.37  {
% 0.17/0.37  "print":1,
% 0.17/0.37  "print_level": 15,
% 0.17/0.37  "max_size": 0,
% 0.17/0.37  "max_depth": 0,
% 0.17/0.37  "max_length": 0,
% 0.17/0.37  "max_dseconds": 0,
% 0.17/0.37  "runs":[
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"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.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.17/0.37  {"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.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"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.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"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.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"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.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.17/0.37  {"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.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"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.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"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.17/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.37  {"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.17/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.17/0.37  {"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.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"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.17/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.37  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.17/0.37  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.17/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":250},
% 0.17/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.38  
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.17/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1250},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "sine":1} 
% 0.17/0.38  
% 0.17/0.38  ]}
% 0.17/0.38  
% 0.17/0.38  
% 0.17/0.38  **** run 1 fork 0 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.17/0.38  
% 0.17/0.38  **** run 2 fork 1 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.17/0.38  
% 0.17/0.38  **** run 3 fork 2 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.38  
% 0.17/0.38  **** run 4 fork 3 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.38  
% 0.17/0.38  **** run 5 fork 4 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.38  
% 0.17/0.38  **** run 6 fork 5 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.38  
% 0.17/0.38  **** run 7 fork 6 starts with strategy
% 0.17/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.39  
% 0.17/0.39  **** run 8 fork 7 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 5: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 4: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 2: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 6: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 3: search terminated without proof.
% 0.17/0.51  
% 0.17/0.51  
% 0.17/0.51  fork 1: search terminated without proof.
% 0.17/0.51  
% 0.17/0.51  
% 0.17/0.51  fork 0: search terminated without proof.
% 0.17/0.52  
% 0.17/0.52  
% 0.17/0.52  fork 7: search terminated without proof.
% 0.17/0.53  
% 0.17/0.53  **** run 13 fork 4 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 14 fork 5 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 15 fork 6 starts with strategy
% 0.17/0.53  
% 0.17/0.53  **** run 11 fork 2 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.53  
% 0.17/0.53  **** run 12 fork 3 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.17/0.54  
% 0.17/0.54  **** run 10 fork 1 starts with strategy
% 0.17/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.17/0.54  
% 0.17/0.54  **** run 9 fork 0 starts with strategy
% 0.17/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.55  
% 0.17/0.55  **** run 16 fork 7 starts with strategy
% 0.17/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 4: search terminated without proof.
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 5: search terminated without proof.
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 2: search terminated without proof.
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 6: search terminated without proof.
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 3: search terminated without proof.
% 0.17/0.66  
% 0.17/0.66  
% 0.17/0.66  fork 0: search terminated without proof.
% 0.17/0.67  
% 0.17/0.67  
% 0.17/0.67  fork 7: search terminated without proof.
% 0.17/0.67  
% 0.17/0.67  **** run 22 fork 5 starts with strategy
% 0.17/0.67  
% 0.17/0.67  **** run 23 fork 6 starts with strategy
% 0.17/0.67  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.17/0.67  
% 0.17/0.67  **** run 19 fork 2 starts with strategy
% 0.17/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.17/0.67  
% 0.17/0.67  **** run 21 fork 4 starts with strategy
% 0.17/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.17/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.17/0.68  
% 0.17/0.68  **** run 20 fork 3 starts with strategy
% 0.17/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.17/0.68  
% 0.17/0.68  **** run 17 fork 0 starts with strategy
% 0.17/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.17/0.68  
% 0.17/0.68  
% 0.17/0.68  fork 1: search terminated without proof.
% 0.17/0.69  
% 0.17/0.69  **** run 24 fork 7 starts with strategy
% 0.17/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.17/0.74  
% 0.17/0.74  **** run 18 fork 1 starts with strategy
% 0.17/0.74  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.17/0.79  
% 0.17/0.79  
% 0.17/0.79  fork 4: search terminated without proof.
% 0.17/0.79  
% 0.17/0.79  
% 0.17/0.79  fork 5: search terminated without proof.
% 0.17/0.81  
% 0.17/0.81  
% 0.17/0.81  fork 2: search terminated without proof.
% 0.17/0.81  
% 0.17/0.81  
% 0.17/0.81  fork 3: search terminated without proof.
% 0.17/0.82  
% 0.17/0.82  **** run 30 fork 5 starts with strategy
% 0.17/0.82  
% 0.17/0.82  **** run 29 fork 4 starts with strategy
% 0.17/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.82  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.17/0.82  
% 0.17/0.82  
% 0.17/0.82  fork 7: search terminated without proof.
% 0.17/0.82  
% 0.17/0.82  
% 0.17/0.82  fork 0: search terminated without proof.
% 0.17/0.82  
% 0.17/0.82  
% 0.17/0.82  fork 6: search terminated without proof.
% 0.17/0.83  
% 0.17/0.83  **** run 27 fork 2 starts with strategy
% 0.17/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.17/0.84  
% 0.17/0.84  **** run 28 fork 3 starts with strategy
% 0.17/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.85  
% 0.17/0.85  **** run 32 fork 7 starts with strategy
% 0.17/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.17/0.85  
% 0.17/0.85  **** run 25 fork 0 starts with strategy
% 0.17/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.85  
% 0.17/0.85  **** run 31 fork 6 starts with strategy
% 0.17/0.85  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 0.17/0.93  
% 0.17/0.93  
% 0.17/0.93  fork 4: search terminated without proof.
% 0.17/0.94  
% 0.17/0.94  
% 0.17/0.94  fork 5: search terminated without proof.
% 0.17/0.95  
% 0.17/0.95  
% 0.17/0.95  fork 2: search terminated without proof.
% 0.17/0.96  
% 0.17/0.96  
% 0.17/0.96  fork 3: search terminated without proof.
% 0.17/0.96  
% 0.17/0.96  **** run 37 fork 4 starts with strategy
% 0.17/0.96  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 0.17/0.97  
% 0.17/0.97  **** run 38 fork 5 starts with strategy
% 0.17/0.97  {"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.17/0.97  
% 0.17/0.97  
% 0.17/0.97  fork 0: search terminated without proof.
% 3.02/0.98  
% 3.02/0.98  
% 3.02/0.98  fork 7: search terminated without proof.
% 3.02/0.98  
% 3.02/0.98  **** run 35 fork 2 starts with strategy
% 3.02/0.98  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.02/0.98  
% 3.02/0.98  
% 3.02/0.98  fork 6: search terminated without proof.
% 3.02/0.99  
% 3.02/0.99  
% 3.02/0.99  fork 1: search terminated without proof.
% 3.02/0.99  
% 3.02/0.99  **** run 36 fork 3 starts with strategy
% 3.02/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.02/1.00  
% 3.02/1.00  **** run 33 fork 0 starts with strategy
% 3.02/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 3.02/1.01  
% 3.02/1.01  **** run 40 fork 7 starts with strategy
% 3.02/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 3.02/1.01  
% 3.02/1.01  **** run 39 fork 6 starts with strategy
% 3.02/1.01  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 3.02/1.01  
% 3.02/1.01  **** run 26 fork 1 starts with strategy
% 3.02/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 5.23/1.09  
% 5.23/1.09  fork 3: search finished without proof.
% 5.23/1.09  
% 5.23/1.09  
% 5.23/1.09  fork 4: search terminated without proof.
% 5.23/1.10  
% 5.23/1.10  
% 5.23/1.10  fork 5: search terminated without proof.
% 5.72/1.10  
% 5.72/1.10  
% 5.72/1.10  fork 2: search terminated without proof.
% 5.72/1.11  
% 5.72/1.11  **** run 44 fork 3 starts with strategy
% 5.72/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.72/1.12  
% 5.72/1.12  **** run 45 fork 4 starts with strategy
% 5.72/1.12  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.72/1.12  
% 5.72/1.12  **** run 46 fork 5 starts with strategy
% 5.72/1.12  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.72/1.13  
% 5.72/1.13  
% 5.72/1.13  fork 0: search terminated without proof.
% 5.72/1.13  
% 5.72/1.13  
% 5.72/1.13  fork 6: search terminated without proof.
% 5.72/1.13  
% 5.72/1.13  **** run 43 fork 2 starts with strategy
% 5.72/1.13  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.72/1.14  
% 5.72/1.14  
% 5.72/1.14  fork 1: search terminated without proof.
% 5.72/1.15  
% 5.72/1.15  **** run 41 fork 0 starts with strategy
% 5.72/1.15  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 5.72/1.16  
% 5.72/1.16  **** run 47 fork 6 starts with strategy
% 5.72/1.16  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.19/1.17  
% 6.19/1.17  **** run 34 fork 1 starts with strategy
% 6.19/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 6.19/1.21  
% 6.19/1.21  
% 6.19/1.21  fork 7: search terminated without proof.
% 6.19/1.23  
% 6.19/1.23  
% 6.19/1.23  fork 3: search terminated without proof.
% 6.19/1.23  
% 6.19/1.23  
% 6.19/1.23  fork 4: search terminated without proof.
% 6.19/1.23  
% 6.19/1.23  **** run 48 fork 7 starts with strategy
% 6.19/1.23  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.19/1.24  
% 6.19/1.24  
% 6.19/1.24  fork 5: search terminated without proof.
% 6.92/1.26  
% 6.92/1.26  
% 6.92/1.26  fork 2: search terminated without proof.
% 6.92/1.26  
% 6.92/1.26  **** run 52 fork 3 starts with strategy
% 6.92/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.92/1.26  
% 6.92/1.26  **** run 53 fork 4 starts with strategy
% 6.92/1.26  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.92/1.27  
% 6.92/1.27  **** run 54 fork 5 starts with strategy
% 6.92/1.27  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.92/1.27  
% 6.92/1.27  
% 6.92/1.27  fork 0: search terminated without proof.
% 6.92/1.28  
% 6.92/1.28  
% 6.92/1.28  fork 6: search terminated without proof.
% 6.92/1.28  
% 6.92/1.28  **** run 51 fork 2 starts with strategy
% 6.92/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 7.22/1.29  
% 7.22/1.29  
% 7.22/1.29  fork 1: search terminated without proof.
% 7.22/1.30  
% 7.22/1.30  **** run 49 fork 0 starts with strategy
% 7.22/1.30  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 7.22/1.31  
% 7.22/1.31  **** run 55 fork 6 starts with strategy
% 7.22/1.31  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 7.22/1.31  No candidate clauses found.
% 7.22/1.31  
% 7.22/1.31  
% 7.22/1.31  fork 2: search terminated without proof.
% 7.22/1.32  
% 7.22/1.32  **** run 42 fork 1 starts with strategy
% 7.22/1.32  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 7.22/1.33  
% 7.22/1.33  **** run 59 fork 2 starts with strategy
% 7.22/1.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 7.61/1.35  
% 7.61/1.35  
% 7.61/1.35  fork 7: search terminated without proof.
% 7.61/1.38  
% 7.61/1.38  
% 7.61/1.38  fork 4: search terminated without proof.
% 7.61/1.38  
% 7.61/1.38  **** run 56 fork 7 starts with strategy
% 7.61/1.38  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.61/1.38  
% 7.61/1.38  
% 7.61/1.38  fork 3: search terminated without proof.
% 7.61/1.39  
% 7.61/1.39  
% 7.61/1.39  fork 5: search terminated without proof.
% 7.61/1.40  
% 7.61/1.40  **** run 61 fork 4 starts with strategy
% 7.61/1.40  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 8.11/1.41  
% 8.11/1.41  **** run 60 fork 3 starts with strategy
% 8.11/1.41  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 8.11/1.42  
% 8.11/1.42  **** run 62 fork 5 starts with strategy
% 8.11/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 8.11/1.42  
% 8.11/1.42  
% 8.11/1.42  fork 0: search terminated without proof.
% 8.11/1.43  
% 8.11/1.43  
% 8.11/1.43  fork 6: search terminated without proof.
% 8.11/1.44  
% 8.11/1.44  
% 8.11/1.44  fork 1: search terminated without proof.
% 8.11/1.45  
% 8.11/1.45  **** run 57 fork 0 starts with strategy
% 8.11/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 8.11/1.46  
% 8.11/1.46  
% 8.11/1.46  fork 2: search terminated without proof.
% 8.53/1.46  
% 8.53/1.46  **** run 63 fork 6 starts with strategy
% 8.53/1.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 8.53/1.47  
% 8.53/1.47  **** run 50 fork 1 starts with strategy
% 8.53/1.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 8.53/1.49  
% 8.53/1.49  **** run 67 fork 2 starts with strategy
% 8.53/1.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 8.53/1.50  
% 8.53/1.50  
% 8.53/1.50  fork 7: search terminated without proof.
% 8.53/1.52  
% 8.53/1.52  **** run 64 fork 7 starts with strategy
% 8.53/1.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 8.53/1.52  
% 8.53/1.52  
% 8.53/1.52  fork 4: search terminated without proof.
% 8.53/1.54  
% 8.53/1.54  
% 8.53/1.54  fork 3: search terminated without proof.
% 8.53/1.55  
% 8.53/1.55  **** run 69 fork 4 starts with strategy
% 8.53/1.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.53/1.55  
% 8.53/1.55  
% 8.53/1.55  fork 5: search terminated without proof.
% 9.32/1.56  
% 9.32/1.56  **** run 68 fork 3 starts with strategy
% 9.32/1.56  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 9.32/1.57  
% 9.32/1.57  **** run 70 fork 5 starts with strategy
% 9.32/1.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 9.32/1.58  
% 9.32/1.58  
% 9.32/1.58  fork 0: search terminated without proof.
% 9.32/1.59  
% 9.32/1.59  
% 9.32/1.59  fork 6: search terminated without proof.
% 9.32/1.59  
% 9.32/1.59  
% 9.32/1.59  fork 1: search terminated without proof.
% 9.32/1.61  
% 9.32/1.61  **** run 65 fork 0 starts with strategy
% 9.32/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.32/1.61  
% 9.32/1.61  
% 9.32/1.61  fork 2: search terminated without proof.
% 9.32/1.61  
% 9.32/1.61  **** run 71 fork 6 starts with strategy
% 9.32/1.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 9.32/1.63  
% 9.32/1.63  **** run 75 fork 2 starts with strategy
% 9.32/1.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 9.32/1.65  
% 9.32/1.65  **** run 58 fork 1 starts with strategy
% 9.32/1.65  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 9.32/1.65  
% 9.32/1.65  
% 9.32/1.65  fork 7: search terminated without proof.
% 9.32/1.66  
% 9.32/1.66  
% 9.32/1.66  fork 4: search terminated without proof.
% 9.32/1.68  
% 9.32/1.68  **** run 72 fork 7 starts with strategy
% 9.32/1.68  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 9.32/1.69  
% 9.32/1.69  
% 9.32/1.69  fork 3: search terminated without proof.
% 9.32/1.69  
% 9.32/1.69  **** run 77 fork 4 starts with strategy
% 9.32/1.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 9.32/1.69  
% 9.32/1.69  
% 9.32/1.69  fork 5: search terminated without proof.
% 9.32/1.71  
% 9.32/1.71  **** run 76 fork 3 starts with strategy
% 9.32/1.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 9.32/1.72  
% 9.32/1.72  **** run 78 fork 5 starts with strategy
% 9.32/1.72  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 9.32/1.73  
% 9.32/1.73  
% 9.32/1.73  fork 0: search terminated without proof.
% 9.32/1.74  
% 9.32/1.74  
% 9.32/1.74  fork 6: search terminated without proof.
% 9.32/1.76  
% 9.32/1.76  **** run 73 fork 0 starts with strategy
% 9.32/1.76  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 9.32/1.76  
% 9.32/1.76  
% 9.32/1.76  fork 2: search terminated without proof.
% 9.32/1.76  
% 9.32/1.76  **** run 79 fork 6 starts with strategy
% 9.32/1.76  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 9.32/1.78  
% 9.32/1.78  **** run 83 fork 2 starts with strategy
% 9.32/1.78  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 9.32/1.79  
% 9.32/1.79  fork 7: search finished without proof.
% 9.32/1.81  
% 9.32/1.81  **** run 80 fork 7 starts with strategy
% 9.32/1.81  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.32/1.83  
% 9.32/1.83  
% 9.32/1.83  fork 4: search terminated without proof.
% 9.32/1.83  
% 9.32/1.83  
% 9.32/1.83  result: proof found
% 9.32/1.83  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.32/1.83  by run 78 fork 5 strategy {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 9.32/1.83  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.32/1.83  
% 9.32/1.83  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 9.32/1.83  
% 9.32/1.83  run 78 fork 5 statistics:
% 9.32/1.83  ----------------------------------
% 9.32/1.83  this run seconds: 0.081765
% 9.32/1.83  total seconds: 1.442551
% 9.32/1.83  stat_given_used: 549
% 9.32/1.83  stat_given_used_at_endgame: 0
% 9.32/1.83  stat_given_candidates:   873
% 9.32/1.83  stat_given_candidates_at_endgame: 0
% 9.32/1.83  stat_given_candidates_h: 0
% 9.32/1.83  stat_binres_derived_cl:   5761
% 9.32/1.83  stat_binres_derived_cl_h: 0
% 9.32/1.83  stat_factor_derived_cl: 8
% 9.32/1.83  stat_para_derived_cl: 2116
% 9.32/1.83  stat_tautologies_discarded: 28
% 9.32/1.83  stat_forward_subsumed: 1005
% 9.32/1.83  stat_derived_cut: 32
% 9.32/1.83  stat_derived_rewritten: 25
% 9.32/1.83  stat_weight_discarded_building: 0
% 9.32/1.83  stat_weight_discarded_cl: 2213
% 9.32/1.83  stat_internlimit_discarded_cl: 0
% 9.32/1.83  stat_simplified:  25 simplified 0 derived 0 given
% 9.32/1.83  stat_kept_cl: 4393
% 9.32/1.83  stat_built_cl: 7729
% 9.32/1.83  stat_hyperres_partial_cl: 0
% 9.32/1.83  stat_made_rewriters: 68
% 9.32/1.83  stat_backward_subsumed: 0
% 9.32/1.83  stat_propagated_subsumed: 0
% 9.32/1.83  stat_clsubs_attempted:                      2836
% 9.32/1.83  stat_clsubs_fact_groundunit_found:             8
% 9.32/1.83  stat_clsubs_rule_groundunit_found:            35
% 9.32/1.83  stat_clsubs_top_meta_attempted:             115259
% 9.32/1.83  stat_clsubs_top_meta_failed:                112423
% 9.32/1.83  stat_clsubs_top_meta_nonpref_attempted:              115259
% 9.32/1.83  stat_clsubs_top_meta_nonpref_succeeded:               20003
% 9.32/1.83  stat_clsubs_top_meta_pref_attempted:                  20003
% 9.32/1.83  stat_clsubs_top_meta_pref1_succeeded:                 10800
% 9.32/1.83  stat_clsubs_top_meta_pref2_succeeded:                  3810
% 9.32/1.83  stat_clsubs_top_meta_pref3_succeeded:                  2836
% 9.32/1.83  stat_clsubs_top_meta_pref_succeeded:                   2836
% 9.32/1.83  stat_clsubs_meta_attempted:                 3869
% 9.32/1.83  stat_clsubs_meta_failed:                    1312
% 9.32/1.83  stat_clsubs_predsymbs_attempted:               0
% 9.32/1.83  stat_clsubs_unit_attempted:                 1346
% 9.32/1.83  stat_clsubs_full_attempted:                 1490
% 9.32/1.83  stat_forwardsubs_attempted:                 7612
% 9.32/1.83  stat_lit_hash_added:                   6223
% 9.32/1.83  stat_lit_hash_computed:               21988
% 9.32/1.83  stat_lit_hash_match_found:             1087
% 9.32/1.83  stat_lit_hash_match_miss:             23505
% 9.32/1.83  stat_lit_hash_cut_ok:                    16
% 9.32/1.83  stat_lit_strong_cut_ok:                  21
% 9.32/1.83  stat_lit_hash_subsume_ok:              1005
% 9.32/1.83  clqueue els 10000000 used 1
% 9.32/1.83  clactive els 10000000 used 550
% 9.32/1.83  clactivesubsume els 10000000 used 2041
% 9.32/1.83  queue_termbuf els 200000000 used 316579
% 9.32/1.83  hyper_termbuf els 100000000 used 1
% 9.32/1.83  active_termbuf els 100000000 used 19110
% 9.32/1.83  varstack els 5000 last used 1
% 9.32/1.83  given_termbuf els 10000000 last used 1
% 9.32/1.83  simplified_termbuf els 10000000 last used 1
% 9.32/1.83  derived_termbuf els 10000000 last used 28
% 9.32/1.83  wr_mallocs: 17531
% 9.32/1.83  wr_callocs: 21
% 9.32/1.83  wr_reallocs: 997
% 9.32/1.83  wr_frees: 2
% 9.32/1.83  wr_malloc_bytes: 4163226372
% 9.32/1.83  wr_calloc_bytes: 112065536
% 9.32/1.83  wr_realloc_bytes: 162312
% 9.32/1.83  wr_realloc_freebytes: 0
% 9.32/1.83  ----------------------------------
%------------------------------------------------------------------------------