TSTP Solution File: NUM143-1 by GKC---0.8

View Problem - Process Solution

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

% Computer : n023.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 11:23:10 EDT 2023

% Result   : Unsatisfiable 18.71s 2.91s
% Output   : CNFRefutation 18.71s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_union')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    complement(intersection(complement(X),complement(Y))) = union(X,Y),
    inference(cnf_transformation,[],['$inc_union']) ).

cnf('2',plain,
    union(X,singleton(X)) = successor(X),
    inference(cnf_transformation,[],['$inc_successor']) ).

cnf('3',plain,
    intersection(successor(x),x) != x,
    inference(cnf_transformation,[],[prove_corollary_to_successor_of_set_is_set_1]) ).

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

cnf('5',plain,
    ( ~ subclass(intersection(successor(x),x),x)
    | ~ subclass(x,intersection(successor(x),x)) ),
    inference(resolution,[],['3','4']) ).

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

cnf('7',plain,
    ( ~ subclass(x,intersection(successor(x),x))
    | member(not_subclass_element(intersection(successor(x),x),x),intersection(successor(x),x)) ),
    inference(resolution,[],['5','6']) ).

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

cnf('9',plain,
    ( ~ subclass(x,intersection(successor(x),x))
    | member(not_subclass_element(intersection(successor(x),x),x),x) ),
    inference(resolution,[],['7','8']) ).

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

cnf('11',plain,
    ( ~ member(not_subclass_element(intersection(successor(x),x),x),x)
    | ~ subclass(x,intersection(successor(x),x)) ),
    inference(resolution,[],['5','10']) ).

cnf('12',plain,
    ~ subclass(x,intersection(successor(x),x)),
    inference(simplify,[],['9','11']) ).

cnf('13',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),intersection(successor(x),x)),
    inference(resolution,[],['12','10']) ).

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

cnf('15',plain,
    member(not_subclass_element(x,intersection(successor(x),x)),x),
    inference(resolution,[],['12','6']) ).

cnf('16',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),successor(x)),
    inference(resolution,[then_simplify],['13','14','15']) ).

cnf('17',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),union(x,singleton(x))),
    inference(paramodulation,[],['2','16']) ).

cnf('18',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),complement(intersection(complement(x),complement(singleton(x))))),
    inference(paramodulation,[],['1','17']) ).

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

cnf('20',plain,
    member(not_subclass_element(x,intersection(successor(x),x)),x),
    inference(resolution,[],['12','6']) ).

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

cnf('22',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),complement(x)),
    inference(resolution,[],['20','21']) ).

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

cnf('24',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),intersection(complement(x),X3)),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),universal_class),
    inference(resolution,[then_simplify],['18','19','24']) ).

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

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

cnf('28',plain,
    ~ member(not_subclass_element(x,intersection(successor(x),x)),X),
    inference(resolution,[then_simplify],['25','26','27']) ).

cnf('29',plain,
    ~ subclass(x,intersection(union(x,singleton(x)),x)),
    inference(paramodulation,[],['2','12']) ).

cnf('30',plain,
    ~ subclass(x,intersection(successor(x),x)),
    inference(paramodulation,[],['2','29']) ).

cnf('31',plain,
    $false,
    inference(resolution,[then_simplify],['28','6','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : NUM143-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.10/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n023.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 14:01:12 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                   159
% 0.13/0.38  in_rule_clause_count:              155
% 0.13/0.38  in_fact_clause_count:                4
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:             16
% 0.13/0.38  in_unit_clause_count:               47
% 0.13/0.38  in_horn_clause_count:              147
% 0.13/0.38  in_pos_clause_count:                50
% 0.13/0.38  in_neg_clause_count:                 4
% 0.13/0.38  in_poseq_clause_count:              55
% 0.13/0.38  in_negeq_clause_count:              15
% 0.13/0.38  in_unitposeq_clause_count:          29
% 0.13/0.38  in_chain_clause_count:               2
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             5
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              6
% 0.13/0.38  in_min_size:               2
% 0.13/0.38  in_max_size:              41
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               5
% 0.13/0.38  in_extaxiom_count:               158
% 0.13/0.38  in_axiom_count:                    0
% 0.13/0.38  in_assumption_count:               0
% 0.13/0.38  in_goal_count:                     1
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"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.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/0.38  {"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.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"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.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.38  {"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.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"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.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.13/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"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.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.13/0.38  {"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.38  {"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.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"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.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"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.38  {"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.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"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.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"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.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.13/0.38  {"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.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"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.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.38  {"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.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"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.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.13/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.13/0.38  {"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  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 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  
% 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.43  
% 0.19/0.43  fork 3: search finished without proof.
% 0.19/0.46  
% 0.19/0.46  **** run 12 fork 3 starts with strategy
% 0.19/0.46  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.51  
% 0.19/0.51  fork 2: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 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 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 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  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 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 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 1.65/0.59  
% 1.65/0.59  
% 1.65/0.59  fork 3: search terminated without proof.
% 1.81/0.61  
% 1.81/0.61  **** run 20 fork 3 starts with strategy
% 1.81/0.61  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.02/0.66  
% 2.02/0.66  
% 2.02/0.66  fork 2: search terminated without proof.
% 2.02/0.67  
% 2.02/0.67  
% 2.02/0.67  fork 1: search terminated without proof.
% 2.02/0.68  
% 2.02/0.68  
% 2.02/0.68  fork 4: search terminated without proof.
% 2.02/0.68  
% 2.02/0.68  
% 2.02/0.68  fork 5: search terminated without proof.
% 2.02/0.68  
% 2.02/0.68  **** run 19 fork 2 starts with strategy
% 2.02/0.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.02/0.69  
% 2.02/0.69  
% 2.02/0.69  fork 0: search terminated without proof.
% 2.02/0.69  
% 2.02/0.69  **** run 18 fork 1 starts with strategy
% 2.02/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.02/0.69  
% 2.02/0.69  
% 2.02/0.69  fork 6: search terminated without proof.
% 2.02/0.69  
% 2.02/0.69  
% 2.02/0.69  fork 7: search terminated without proof.
% 2.02/0.70  
% 2.02/0.70  **** run 22 fork 5 starts with strategy
% 2.02/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 2.02/0.70  **** run 21 fork 4 starts with strategy
% 2.02/0.70  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.02/0.70  
% 2.02/0.71  
% 2.02/0.71  **** run 17 fork 0 starts with strategy
% 2.02/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 2.02/0.72  
% 2.02/0.72  **** run 23 fork 6 starts with strategy
% 2.02/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 2.02/0.72  
% 2.02/0.72  **** run 24 fork 7 starts with strategy
% 2.02/0.72  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.84/0.74  
% 2.84/0.74  
% 2.84/0.74  fork 3: search terminated without proof.
% 2.84/0.76  
% 2.84/0.76  **** run 28 fork 3 starts with strategy
% 2.84/0.76  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.38/0.82  
% 3.38/0.82  
% 3.38/0.82  fork 2: search terminated without proof.
% 3.38/0.82  
% 3.38/0.82  
% 3.38/0.82  fork 1: search terminated without proof.
% 3.38/0.84  
% 3.38/0.84  **** run 27 fork 2 starts with strategy
% 3.38/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.38/0.84  
% 3.38/0.84  
% 3.38/0.84  fork 6: search terminated without proof.
% 3.38/0.84  
% 3.38/0.84  
% 3.38/0.84  fork 5: search terminated without proof.
% 3.38/0.84  
% 3.38/0.84  **** run 26 fork 1 starts with strategy
% 3.38/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.38/0.84  
% 3.38/0.84  
% 3.38/0.84  fork 4: search terminated without proof.
% 3.38/0.84  
% 3.38/0.84  
% 3.38/0.84  fork 0: search terminated without proof.
% 3.38/0.85  
% 3.38/0.85  
% 3.38/0.85  fork 7: search terminated without proof.
% 3.38/0.86  
% 3.38/0.86  **** run 31 fork 6 starts with strategy
% 3.38/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.38/0.87  
% 3.38/0.87  **** run 30 fork 5 starts with strategy
% 3.38/0.87  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.38/0.87  
% 3.38/0.87  **** run 25 fork 0 starts with strategy
% 3.38/0.87  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.98/0.87  
% 3.98/0.87  **** run 29 fork 4 starts with strategy
% 3.98/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.98/0.88  
% 3.98/0.88  **** run 32 fork 7 starts with strategy
% 3.98/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.98/0.89  
% 3.98/0.89  
% 3.98/0.89  fork 3: search terminated without proof.
% 4.20/0.91  
% 4.20/0.91  **** run 36 fork 3 starts with strategy
% 4.20/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.42/0.94  
% 4.42/0.94  fork 3: search finished without proof.
% 4.42/0.96  
% 4.42/0.96  **** run 44 fork 3 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 2: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 1: search terminated without proof.
% 4.42/0.99  
% 4.42/0.99  **** run 35 fork 2 starts with strategy
% 4.42/0.99  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.42/0.99  
% 4.42/0.99  **** run 34 fork 1 starts with strategy
% 4.42/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.42/0.99  
% 4.42/0.99  
% 4.42/0.99  fork 5: search terminated without proof.
% 4.42/1.00  
% 4.42/1.00  
% 4.42/1.00  fork 4: search terminated without proof.
% 4.42/1.00  
% 4.42/1.00  fork 0: search finished without proof.
% 4.42/1.00  
% 4.42/1.00  
% 4.42/1.00  fork 6: search terminated without proof.
% 4.42/1.01  
% 4.42/1.01  
% 4.42/1.01  fork 7: search terminated without proof.
% 4.42/1.02  
% 4.42/1.02  **** run 38 fork 5 starts with strategy
% 4.42/1.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.42/1.02  
% 4.42/1.02  **** run 33 fork 0 starts with strategy
% 4.42/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.42/1.02  
% 4.42/1.02  **** run 37 fork 4 starts with strategy
% 4.42/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.21/1.03  
% 5.21/1.03  **** run 39 fork 6 starts with strategy
% 5.21/1.03  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.21/1.03  
% 5.21/1.03  **** run 40 fork 7 starts with strategy
% 5.21/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.21/1.09  
% 5.21/1.09  
% 5.21/1.09  fork 3: search terminated without proof.
% 5.77/1.10  
% 5.77/1.10  fork 2: search finished without proof.
% 5.77/1.11  
% 5.77/1.11  **** run 52 fork 3 starts with strategy
% 5.77/1.11  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 5.77/1.12  
% 5.77/1.12  **** run 43 fork 2 starts with strategy
% 5.77/1.12  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.77/1.12  
% 5.77/1.12  
% 5.77/1.12  fork 1: search terminated without proof.
% 5.77/1.14  
% 5.77/1.14  **** run 42 fork 1 starts with strategy
% 5.77/1.14  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.77/1.15  
% 5.77/1.15  fork 5: search finished without proof.
% 5.77/1.15  
% 5.77/1.15  
% 5.77/1.15  fork 0: search terminated without proof.
% 5.77/1.15  
% 5.77/1.15  
% 5.77/1.15  fork 4: search terminated without proof.
% 5.77/1.15  
% 5.77/1.15  
% 5.77/1.15  fork 6: search terminated without proof.
% 5.77/1.17  
% 5.77/1.17  fork 7: search finished without proof.
% 5.77/1.17  
% 5.77/1.17  **** run 46 fork 5 starts with strategy
% 5.77/1.17  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.77/1.17  
% 5.77/1.17  **** run 45 fork 4 starts with strategy
% 5.77/1.17  {"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.43/1.18  
% 6.43/1.18  **** run 47 fork 6 starts with strategy
% 6.43/1.18  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.46/1.18  
% 6.46/1.18  **** run 41 fork 0 starts with strategy
% 6.46/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.46/1.19  
% 6.46/1.19  **** run 48 fork 7 starts with strategy
% 6.46/1.19  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.81/1.24  
% 6.81/1.24  
% 6.81/1.24  fork 3: search terminated without proof.
% 6.81/1.25  
% 6.81/1.25  
% 6.81/1.25  fork 2: search terminated without proof.
% 6.81/1.25  
% 6.81/1.25  **** run 60 fork 3 starts with strategy
% 6.81/1.25  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 6.81/1.26  
% 6.81/1.26  **** run 51 fork 2 starts with strategy
% 6.81/1.26  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.81/1.27  
% 6.81/1.27  
% 6.81/1.27  fork 1: search terminated without proof.
% 6.81/1.29  
% 6.81/1.29  **** run 50 fork 1 starts with strategy
% 6.81/1.29  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.81/1.30  
% 6.81/1.30  
% 6.81/1.30  fork 5: search terminated without proof.
% 6.81/1.30  
% 6.81/1.30  fork 2: search finished without proof.
% 6.81/1.30  
% 6.81/1.30  
% 6.81/1.30  fork 4: search terminated without proof.
% 6.81/1.31  
% 6.81/1.31  
% 6.81/1.31  fork 6: search terminated without proof.
% 7.51/1.31  
% 7.51/1.31  
% 7.51/1.31  fork 0: search terminated without proof.
% 7.51/1.32  
% 7.51/1.32  **** run 59 fork 2 starts with strategy
% 7.51/1.32  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.51/1.32  
% 7.51/1.32  **** run 54 fork 5 starts with strategy
% 7.51/1.32  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.51/1.32  
% 7.51/1.32  **** run 53 fork 4 starts with strategy
% 7.51/1.32  
% 7.51/1.32  
% 7.51/1.32  fork 7: search terminated without proof.
% 7.51/1.32  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.51/1.33  
% 7.51/1.33  **** run 49 fork 0 starts with strategy
% 7.51/1.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.51/1.33  
% 7.51/1.33  **** run 55 fork 6 starts with strategy
% 7.51/1.33  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.51/1.35  
% 7.51/1.35  **** run 56 fork 7 starts with strategy
% 7.51/1.35  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.51/1.38  
% 7.51/1.38  
% 7.51/1.38  fork 3: search terminated without proof.
% 8.04/1.40  
% 8.04/1.40  **** run 68 fork 3 starts with strategy
% 8.04/1.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.04/1.41  
% 8.04/1.41  
% 8.04/1.41  fork 1: search terminated without proof.
% 8.04/1.43  
% 8.04/1.43  **** run 58 fork 1 starts with strategy
% 8.04/1.43  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.04/1.45  
% 8.04/1.45  
% 8.04/1.45  fork 2: search terminated without proof.
% 8.04/1.45  
% 8.04/1.45  
% 8.04/1.45  fork 5: search terminated without proof.
% 8.04/1.45  
% 8.04/1.45  fork 6: search finished without proof.
% 8.04/1.46  
% 8.04/1.46  fork 0: search finished without proof.
% 8.04/1.46  
% 8.04/1.46  
% 8.04/1.46  fork 4: search terminated without proof.
% 8.75/1.47  
% 8.75/1.47  **** run 67 fork 2 starts with strategy
% 8.75/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 8.75/1.47  
% 8.75/1.47  **** run 62 fork 5 starts with strategy
% 8.75/1.47  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.75/1.48  
% 8.75/1.48  **** run 63 fork 6 starts with strategy
% 8.75/1.48  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 8.75/1.48  
% 8.75/1.48  **** run 57 fork 0 starts with strategy
% 8.75/1.48  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.75/1.48  
% 8.75/1.48  
% 8.75/1.48  fork 7: search terminated without proof.
% 8.86/1.48  
% 8.86/1.48  **** run 61 fork 4 starts with strategy
% 8.86/1.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.86/1.51  
% 8.86/1.51  **** run 64 fork 7 starts with strategy
% 8.86/1.51  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.20/1.53  
% 9.20/1.53  
% 9.20/1.53  fork 3: search terminated without proof.
% 9.20/1.55  
% 9.20/1.55  **** run 76 fork 3 starts with strategy
% 9.20/1.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.20/1.57  
% 9.20/1.57  
% 9.20/1.57  fork 1: search terminated without proof.
% 9.20/1.58  
% 9.20/1.58  **** run 66 fork 1 starts with strategy
% 9.20/1.58  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.20/1.60  
% 9.20/1.60  
% 9.20/1.60  fork 2: search terminated without proof.
% 9.20/1.60  
% 9.20/1.60  
% 9.20/1.60  fork 5: search terminated without proof.
% 9.20/1.61  
% 9.20/1.61  
% 9.20/1.61  fork 6: search terminated without proof.
% 9.20/1.61  
% 9.20/1.61  
% 9.20/1.61  fork 0: search terminated without proof.
% 9.89/1.62  
% 9.89/1.62  **** run 75 fork 2 starts with strategy
% 9.89/1.62  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 9.89/1.62  
% 9.89/1.62  
% 9.89/1.62  fork 4: search terminated without proof.
% 9.89/1.62  
% 9.89/1.62  **** run 70 fork 5 starts with strategy
% 9.89/1.62  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 9.89/1.63  
% 9.89/1.63  **** run 65 fork 0 starts with strategy
% 9.89/1.63  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 9.89/1.63  
% 9.89/1.63  **** run 71 fork 6 starts with strategy
% 9.89/1.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.89/1.64  
% 9.89/1.64  
% 9.89/1.64  fork 7: search terminated without proof.
% 9.89/1.64  
% 9.89/1.64  **** run 69 fork 4 starts with strategy
% 9.89/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.89/1.66  
% 9.89/1.66  **** run 72 fork 7 starts with strategy
% 9.89/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.89/1.68  
% 9.89/1.68  
% 9.89/1.68  fork 3: search terminated without proof.
% 10.54/1.70  
% 10.54/1.70  **** run 84 fork 3 starts with strategy
% 10.54/1.70  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 10.54/1.71  
% 10.54/1.71  
% 10.54/1.71  fork 1: search terminated without proof.
% 10.54/1.73  
% 10.54/1.73  **** run 74 fork 1 starts with strategy
% 10.54/1.73  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.54/1.75  
% 10.54/1.75  
% 10.54/1.75  fork 2: search terminated without proof.
% 10.54/1.75  
% 10.54/1.75  
% 10.54/1.75  fork 5: search terminated without proof.
% 10.54/1.76  
% 10.54/1.76  
% 10.54/1.76  fork 6: search terminated without proof.
% 10.54/1.77  
% 10.54/1.77  **** run 83 fork 2 starts with strategy
% 10.54/1.77  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 10.54/1.77  
% 10.54/1.77  
% 10.54/1.77  fork 0: search terminated without proof.
% 10.54/1.77  
% 10.54/1.77  
% 10.54/1.77  fork 4: search terminated without proof.
% 10.54/1.77  
% 10.54/1.77  **** run 78 fork 5 starts with strategy
% 10.54/1.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.21/1.78  
% 11.21/1.78  **** run 79 fork 6 starts with strategy
% 11.21/1.78  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.33/1.79  
% 11.33/1.79  
% 11.33/1.79  fork 7: search terminated without proof.
% 11.33/1.79  
% 11.33/1.79  **** run 77 fork 4 starts with strategy
% 11.33/1.79  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.33/1.79  
% 11.33/1.79  **** run 73 fork 0 starts with strategy
% 11.33/1.79  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 11.46/1.81  
% 11.46/1.81  fork 6: search finished without proof.
% 11.50/1.82  
% 11.50/1.82  **** run 80 fork 7 starts with strategy
% 11.50/1.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.50/1.82  
% 11.50/1.82  
% 11.50/1.82  fork 3: search terminated without proof.
% 11.50/1.83  
% 11.50/1.83  **** run 87 fork 6 starts with strategy
% 11.50/1.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 11.50/1.84  
% 11.50/1.84  **** run 92 fork 3 starts with strategy
% 11.50/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 11.50/1.86  
% 11.50/1.86  
% 11.50/1.86  fork 1: search terminated without proof.
% 11.50/1.86  
% 11.50/1.86  fork 6: search finished without proof.
% 11.50/1.88  
% 11.50/1.88  **** run 82 fork 1 starts with strategy
% 11.50/1.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 11.50/1.88  
% 11.50/1.88  **** run 95 fork 6 starts with strategy
% 11.50/1.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 12.21/1.90  
% 12.21/1.90  
% 12.21/1.90  fork 5: search terminated without proof.
% 12.21/1.90  
% 12.21/1.90  
% 12.21/1.90  fork 2: search terminated without proof.
% 12.21/1.92  
% 12.21/1.92  **** run 91 fork 2 starts with strategy
% 12.21/1.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.21/1.92  
% 12.21/1.92  **** run 86 fork 5 starts with strategy
% 12.21/1.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.21/1.92  
% 12.21/1.92  
% 12.21/1.92  fork 4: search terminated without proof.
% 12.21/1.93  
% 12.21/1.93  
% 12.21/1.93  fork 0: search terminated without proof.
% 12.21/1.94  
% 12.21/1.94  **** run 85 fork 4 starts with strategy
% 12.21/1.94  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.21/1.95  
% 12.21/1.95  
% 12.21/1.95  fork 7: search terminated without proof.
% 12.21/1.95  
% 12.21/1.95  **** run 81 fork 0 starts with strategy
% 12.21/1.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.21/1.97  
% 12.21/1.97  **** run 88 fork 7 starts with strategy
% 12.21/1.97  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.21/1.98  
% 12.21/1.98  
% 12.21/1.98  fork 3: search terminated without proof.
% 12.87/2.00  
% 12.87/2.00  **** run 100 fork 3 starts with strategy
% 12.87/2.00  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 12.87/2.00  
% 12.87/2.00  fork 6: search finished without proof.
% 12.87/2.01  
% 12.87/2.01  
% 12.87/2.01  fork 1: search terminated without proof.
% 12.87/2.02  
% 12.87/2.02  **** run 103 fork 6 starts with strategy
% 12.87/2.02  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.87/2.02  
% 12.87/2.02  **** run 90 fork 1 starts with strategy
% 12.87/2.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.87/2.05  
% 12.87/2.05  
% 12.87/2.05  fork 5: search terminated without proof.
% 12.87/2.06  
% 12.87/2.06  
% 12.87/2.06  fork 2: search terminated without proof.
% 12.87/2.07  
% 12.87/2.07  **** run 94 fork 5 starts with strategy
% 12.87/2.07  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 12.87/2.07  
% 12.87/2.07  **** run 99 fork 2 starts with strategy
% 12.87/2.07  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.87/2.08  
% 12.87/2.08  
% 12.87/2.08  fork 4: search terminated without proof.
% 13.58/2.08  
% 13.58/2.08  
% 13.58/2.08  fork 0: search terminated without proof.
% 13.72/2.10  
% 13.72/2.10  **** run 93 fork 4 starts with strategy
% 13.72/2.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.72/2.10  
% 13.72/2.10  **** run 89 fork 0 starts with strategy
% 13.72/2.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 13.72/2.10  
% 13.72/2.10  
% 13.72/2.10  fork 7: search terminated without proof.
% 13.91/2.13  
% 13.91/2.13  **** run 96 fork 7 starts with strategy
% 13.91/2.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.91/2.13  
% 13.91/2.13  
% 13.91/2.13  fork 3: search terminated without proof.
% 13.91/2.15  
% 13.91/2.15  **** run 108 fork 3 starts with strategy
% 13.91/2.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.91/2.15  
% 13.91/2.15  
% 13.91/2.15  fork 6: search terminated without proof.
% 13.91/2.15  
% 13.91/2.15  
% 13.91/2.15  fork 1: search terminated without proof.
% 13.91/2.17  
% 13.91/2.17  **** run 111 fork 6 starts with strategy
% 13.91/2.17  {"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}
% 13.91/2.17  
% 13.91/2.17  **** run 98 fork 1 starts with strategy
% 13.91/2.17  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.91/2.20  
% 13.91/2.20  
% 13.91/2.20  fork 2: search terminated without proof.
% 14.57/2.22  
% 14.57/2.22  **** run 107 fork 2 starts with strategy
% 14.57/2.22  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 14.57/2.22  
% 14.57/2.22  
% 14.57/2.22  fork 4: search terminated without proof.
% 14.57/2.23  
% 14.57/2.23  
% 14.57/2.23  fork 0: search terminated without proof.
% 14.57/2.24  
% 14.57/2.24  **** run 101 fork 4 starts with strategy
% 14.57/2.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.57/2.26  
% 14.57/2.26  **** run 97 fork 0 starts with strategy
% 14.57/2.26  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.57/2.26  
% 14.57/2.26  
% 14.57/2.26  fork 7: search terminated without proof.
% 14.57/2.28  
% 14.57/2.28  
% 14.57/2.28  fork 3: search terminated without proof.
% 14.57/2.28  
% 14.57/2.28  **** run 104 fork 7 starts with strategy
% 14.57/2.28  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 15.06/2.30  
% 15.06/2.30  **** run 116 fork 3 starts with strategy
% 15.06/2.30  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.06/2.30  
% 15.06/2.30  
% 15.06/2.30  fork 1: search terminated without proof.
% 15.06/2.32  
% 15.06/2.32  **** run 106 fork 1 starts with strategy
% 15.06/2.32  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.06/2.35  
% 15.06/2.35  
% 15.06/2.35  fork 2: search terminated without proof.
% 15.06/2.37  
% 15.06/2.37  **** run 115 fork 2 starts with strategy
% 15.06/2.37  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 15.06/2.37  
% 15.06/2.37  
% 15.06/2.37  fork 4: search terminated without proof.
% 15.66/2.39  
% 15.66/2.39  **** run 109 fork 4 starts with strategy
% 15.66/2.39  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 15.66/2.40  
% 15.66/2.40  
% 15.66/2.40  fork 0: search terminated without proof.
% 15.73/2.41  
% 15.73/2.41  
% 15.73/2.41  fork 7: search terminated without proof.
% 15.73/2.42  
% 15.73/2.42  **** run 105 fork 0 starts with strategy
% 15.73/2.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.73/2.42  
% 15.73/2.42  **** run 112 fork 7 starts with strategy
% 15.73/2.42  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.73/2.45  
% 15.73/2.45  
% 15.73/2.45  fork 1: search terminated without proof.
% 15.73/2.47  
% 15.73/2.47  **** run 114 fork 1 starts with strategy
% 15.73/2.47  {"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.32/2.53  
% 16.32/2.53  
% 16.32/2.53  fork 4: search terminated without proof.
% 16.32/2.55  
% 16.32/2.55  
% 16.32/2.55  fork 0: search terminated without proof.
% 16.32/2.55  
% 16.32/2.55  **** run 117 fork 4 starts with strategy
% 16.32/2.55  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 16.32/2.55  
% 16.32/2.55  
% 16.32/2.55  fork 7: search terminated without proof.
% 16.32/2.56  
% 16.32/2.56  **** run 113 fork 0 starts with strategy
% 16.32/2.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.32/2.57  
% 16.32/2.57  **** run 120 fork 7 starts with strategy
% 16.32/2.57  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.86/2.60  
% 16.86/2.60  
% 16.86/2.60  fork 1: search terminated without proof.
% 16.86/2.62  
% 16.86/2.62  **** run 122 fork 1 starts with strategy
% 16.86/2.62  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.43/2.69  
% 17.43/2.69  
% 17.43/2.69  fork 0: search terminated without proof.
% 17.56/2.72  
% 17.56/2.72  **** run 121 fork 0 starts with strategy
% 17.56/2.72  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.71/2.91  
% 18.71/2.91  
% 18.71/2.91  result: proof found
% 18.71/2.91  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 18.71/2.91  by run 94 fork 5 strategy {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 18.71/2.91  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 18.71/2.91  
% 18.71/2.91  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 18.71/2.91  
% 18.71/2.91  run 94 fork 5 statistics:
% 18.71/2.91  ----------------------------------
% 18.71/2.91  this run seconds: 0.010505
% 18.71/2.91  total seconds: 1.722243
% 18.71/2.91  stat_given_used: 88
% 18.71/2.91  stat_given_used_at_endgame: 0
% 18.71/2.91  stat_given_candidates:   113
% 18.71/2.91  stat_given_candidates_at_endgame: 0
% 18.71/2.91  stat_given_candidates_h: 0
% 18.71/2.91  stat_binres_derived_cl:   596
% 18.71/2.91  stat_binres_derived_cl_h: 0
% 18.71/2.91  stat_factor_derived_cl: 0
% 18.71/2.91  stat_para_derived_cl: 231
% 18.71/2.91  stat_tautologies_discarded: 0
% 18.71/2.91  stat_forward_subsumed: 164
% 18.71/2.91  stat_derived_cut: 8
% 18.71/2.91  stat_derived_rewritten: 0
% 18.71/2.91  stat_weight_discarded_building: 0
% 18.71/2.91  stat_weight_discarded_cl: 0
% 18.71/2.91  stat_internlimit_discarded_cl: 0
% 18.71/2.91  stat_simplified:  1 simplified 0 derived 0 given
% 18.71/2.91  stat_kept_cl: 662
% 18.71/2.91  stat_built_cl: 1155
% 18.71/2.91  stat_hyperres_partial_cl: 0
% 18.71/2.91  stat_made_rewriters: 0
% 18.71/2.91  stat_backward_subsumed: 0
% 18.71/2.91  stat_propagated_subsumed: 0
% 18.71/2.91  stat_clsubs_attempted:                        51
% 18.71/2.91  stat_clsubs_fact_groundunit_found:             0
% 18.71/2.91  stat_clsubs_rule_groundunit_found:             2
% 18.71/2.91  stat_clsubs_top_meta_attempted:              17050
% 18.71/2.91  stat_clsubs_top_meta_failed:                 16999
% 18.71/2.91  stat_clsubs_top_meta_nonpref_attempted:               17050
% 18.71/2.91  stat_clsubs_top_meta_nonpref_succeeded:                5630
% 18.71/2.91  stat_clsubs_top_meta_pref_attempted:                   5630
% 18.71/2.91  stat_clsubs_top_meta_pref1_succeeded:                   167
% 18.71/2.91  stat_clsubs_top_meta_pref2_succeeded:                    61
% 18.71/2.91  stat_clsubs_top_meta_pref3_succeeded:                    51
% 18.71/2.91  stat_clsubs_top_meta_pref_succeeded:                     51
% 18.71/2.91  stat_clsubs_meta_attempted:                  106
% 18.71/2.91  stat_clsubs_meta_failed:                      45
% 18.71/2.91  stat_clsubs_predsymbs_attempted:               0
% 18.71/2.91  stat_clsubs_unit_attempted:                    0
% 18.71/2.91  stat_clsubs_full_attempted:                   51
% 18.71/2.91  stat_forwardsubs_attempted:                  827
% 18.71/2.91  stat_lit_hash_added:                   1105
% 18.71/2.91  stat_lit_hash_computed:                3341
% 18.71/2.91  stat_lit_hash_match_found:              175
% 18.71/2.91  stat_lit_hash_match_miss:              3213
% 18.71/2.91  stat_lit_hash_cut_ok:                     7
% 18.71/2.91  stat_lit_strong_cut_ok:                   5
% 18.71/2.91  stat_lit_hash_subsume_ok:               164
% 18.71/2.91  clqueue els 10000000 used 1
% 18.71/2.91  clactive els 10000000 used 247
% 18.71/2.91  clactivesubsume els 10000000 used 997
% 18.71/2.91  queue_termbuf els 200000000 used 52057
% 18.71/2.91  hyper_termbuf els 100000000 used 1
% 18.71/2.91  active_termbuf els 100000000 used 10575
% 18.71/2.91  varstack els 5000 last used 1
% 18.71/2.91  given_termbuf els 10000000 last used 1
% 18.71/2.91  simplified_termbuf els 10000000 last used 1
% 18.71/2.91  derived_termbuf els 10000000 last used 35
% 18.71/2.91  wr_mallocs: 4949
% 18.71/2.91  wr_callocs: 21
% 18.71/2.91  wr_reallocs: 168
% 18.71/2.91  wr_frees: 4
% 18.71/2.91  wr_malloc_bytes: 4162767108
% 18.71/2.91  wr_calloc_bytes: 112065536
% 18.71/2.91  wr_realloc_bytes: 38768
% 18.71/2.91  wr_realloc_freebytes: 0
% 18.71/2.91  ----------------------------------
%------------------------------------------------------------------------------