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

View Problem - Process Solution

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

% Computer : n025.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 15:02:33 EDT 2023

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('32',plain,
    member(x,x),
    inference(cnf_transformation,[],[prove_no_class_belongs_to_itself_1]) ).

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

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

cnf('35',plain,
    member(x,universal_class),
    inference(resolution,[],['14','32']) ).

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

cnf('37',plain,
    member(x,singleton(x)),
    inference(paramodulation,[],['1','36']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('52',plain,
    domain_of(null_class) = null_class,
    inference(resolution,[],['51','4']) ).

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

cnf('54',plain,
    $false,
    inference(paramodulation,[then_simplify],['41','37','53']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET515-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.17/0.34  % Computer : n025.cluster.edu
% 0.17/0.34  % Model    : x86_64 x86_64
% 0.17/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.34  % Memory   : 8042.1875MB
% 0.17/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.34  % CPULimit : 300
% 0.17/0.34  % WCLimit  : 300
% 0.17/0.34  % DateTime : Sat Aug 26 10:02:07 EDT 2023
% 0.17/0.34  % CPUTime  : 
% 0.17/0.39  
% 0.17/0.39  input clause set summed statistics:
% 0.17/0.39  ----------------------------------
% 0.17/0.39  in_clause_count:                   113
% 0.17/0.39  in_rule_clause_count:              108
% 0.17/0.39  in_fact_clause_count:                5
% 0.17/0.39  in_answer_clause_count:              0
% 0.17/0.39  in_ground_clause_count:             12
% 0.17/0.39  in_unit_clause_count:               38
% 0.17/0.39  in_horn_clause_count:              105
% 0.17/0.39  in_pos_clause_count:                41
% 0.17/0.39  in_neg_clause_count:                 2
% 0.17/0.39  in_poseq_clause_count:              39
% 0.17/0.39  in_negeq_clause_count:               8
% 0.17/0.39  in_unitposeq_clause_count:          23
% 0.17/0.39  in_chain_clause_count:               2
% 0.17/0.39  in_min_length:             1
% 0.17/0.39  in_max_length:             5
% 0.17/0.39  in_min_depth:              1
% 0.17/0.39  in_max_depth:              6
% 0.17/0.39  in_min_size:               2
% 0.17/0.39  in_max_size:              41
% 0.17/0.39  in_min_vars:               0
% 0.17/0.39  in_max_vars:               5
% 0.17/0.39  in_extaxiom_count:               112
% 0.17/0.39  in_axiom_count:                    0
% 0.17/0.39  in_assumption_count:               0
% 0.17/0.39  in_goal_count:                     1
% 0.17/0.39  in_neg_goal_count:                 0
% 0.17/0.39  in_pos_goal_count:                 1
% 0.17/0.39  in_posunit_goal_count:             1
% 0.17/0.39  
% 0.17/0.39  auto guide:
% 0.17/0.39  -----------
% 0.17/0.39  {
% 0.17/0.39  "print":1,
% 0.17/0.39  "print_level": 15,
% 0.17/0.39  "max_size": 0,
% 0.17/0.39  "max_depth": 0,
% 0.17/0.39  "max_length": 0,
% 0.17/0.39  "max_dseconds": 0,
% 0.17/0.39  "runs":[
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.17/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.17/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.17/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.17/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.17/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.39  
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.17/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.17/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.17/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/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.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/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.17/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.17/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/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.17/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/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.17/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.17/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.17/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/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.17/0.39  
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/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.17/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/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.17/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.17/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.17/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.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.17/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/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.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.17/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/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.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.17/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.17/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.17/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/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.17/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/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.17/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.17/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.17/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/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.17/0.39  
% 0.17/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.39  
% 0.17/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.17/0.39  
% 0.17/0.39  ]}
% 0.17/0.39  
% 0.17/0.39  
% 0.17/0.39  **** run 1 fork 0 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.39  
% 0.17/0.39  **** run 2 fork 1 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.39  
% 0.17/0.39  **** run 3 fork 2 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.39  
% 0.17/0.39  **** run 4 fork 3 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.39  
% 0.17/0.39  **** run 5 fork 4 starts with strategy
% 0.17/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.41  
% 0.19/0.41  **** run 8 fork 7 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 6: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 5: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 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 14 fork 5 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.59  
% 0.19/0.59  fork 1: search finished without proof.
% 0.19/0.61  
% 0.19/0.61  **** run 10 fork 1 starts with strategy
% 0.19/0.61  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.63  
% 0.19/0.63  
% 0.19/0.63  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 16 fork 7 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 4: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 6: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 3: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 5: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.70  
% 0.19/0.70  **** run 23 fork 6 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.70  
% 0.19/0.70  **** run 20 fork 3 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.71  
% 0.19/0.71  **** run 22 fork 5 starts with strategy
% 0.19/0.71  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 0: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  
% 0.19/0.73  fork 2: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 17 fork 0 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.74  
% 0.19/0.74  
% 0.19/0.74  fork 1: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 19 fork 2 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.19/0.76  
% 0.19/0.76  **** run 18 fork 1 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.72/0.82  
% 2.72/0.82  
% 2.72/0.82  fork 7: search terminated without proof.
% 3.23/0.84  
% 3.23/0.84  **** run 24 fork 7 starts with strategy
% 3.23/0.84  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.23/0.84  
% 3.23/0.84  
% 3.23/0.84  fork 3: search terminated without proof.
% 3.23/0.85  
% 3.23/0.85  
% 3.23/0.85  fork 6: search terminated without proof.
% 3.23/0.86  
% 3.23/0.86  **** run 28 fork 3 starts with strategy
% 3.23/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.23/0.87  
% 3.23/0.87  **** run 31 fork 6 starts with strategy
% 3.23/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.23/0.87  
% 3.23/0.87  
% 3.23/0.87  fork 4: search terminated without proof.
% 3.23/0.87  
% 3.23/0.87  
% 3.23/0.87  fork 5: search terminated without proof.
% 3.23/0.88  
% 3.23/0.88  
% 3.23/0.88  fork 0: search terminated without proof.
% 3.23/0.89  
% 3.23/0.89  
% 3.23/0.89  fork 2: search terminated without proof.
% 3.23/0.89  
% 3.23/0.89  **** run 30 fork 5 starts with strategy
% 3.23/0.89  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.23/0.90  
% 3.23/0.90  **** run 29 fork 4 starts with strategy
% 3.23/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.23/0.90  
% 3.23/0.90  **** run 25 fork 0 starts with strategy
% 3.23/0.90  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.77/0.91  
% 3.77/0.91  
% 3.77/0.91  fork 1: search terminated without proof.
% 3.77/0.91  
% 3.77/0.91  **** run 27 fork 2 starts with strategy
% 3.77/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.77/0.93  
% 3.77/0.93  **** run 26 fork 1 starts with strategy
% 3.77/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 4.31/0.97  
% 4.31/0.97  
% 4.31/0.97  fork 7: search terminated without proof.
% 4.31/0.99  
% 4.31/0.99  
% 4.31/0.99  fork 3: search terminated without proof.
% 4.31/0.99  
% 4.31/0.99  **** run 32 fork 7 starts with strategy
% 4.31/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.31/0.99  
% 4.31/0.99  
% 4.31/0.99  fork 6: search terminated without proof.
% 4.31/1.00  
% 4.31/1.00  **** run 36 fork 3 starts with strategy
% 4.31/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.31/1.01  
% 4.31/1.01  **** run 39 fork 6 starts with strategy
% 4.31/1.01  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.31/1.02  
% 4.31/1.02  
% 4.31/1.02  fork 5: search terminated without proof.
% 4.31/1.02  
% 4.31/1.02  
% 4.31/1.02  fork 4: search terminated without proof.
% 4.31/1.03  
% 4.31/1.03  
% 4.31/1.03  fork 0: search terminated without proof.
% 4.31/1.03  
% 4.31/1.03  
% 4.31/1.03  fork 2: search terminated without proof.
% 4.31/1.04  
% 4.31/1.04  **** run 38 fork 5 starts with strategy
% 4.31/1.04  {"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.31/1.04  
% 4.31/1.04  fork 3: search finished without proof.
% 4.31/1.04  
% 4.31/1.04  **** run 37 fork 4 starts with strategy
% 4.31/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.31/1.05  
% 4.31/1.05  **** run 33 fork 0 starts with strategy
% 4.31/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.31/1.05  
% 4.31/1.05  **** run 35 fork 2 starts with strategy
% 4.31/1.05  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.03/1.06  
% 5.03/1.06  **** run 44 fork 3 starts with strategy
% 5.03/1.06  
% 5.03/1.06  
% 5.03/1.06  fork 1: search terminated without proof.
% 5.03/1.06  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.03/1.08  
% 5.03/1.08  **** run 34 fork 1 starts with strategy
% 5.03/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.27/1.12  
% 5.27/1.12  
% 5.27/1.12  fork 7: search terminated without proof.
% 5.60/1.14  
% 5.60/1.14  **** run 40 fork 7 starts with strategy
% 5.60/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.60/1.14  
% 5.60/1.14  
% 5.60/1.14  fork 6: search terminated without proof.
% 5.60/1.16  
% 5.60/1.16  **** run 47 fork 6 starts with strategy
% 5.60/1.16  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.60/1.17  
% 5.60/1.17  
% 5.60/1.17  fork 4: search terminated without proof.
% 5.60/1.17  
% 5.60/1.17  
% 5.60/1.17  fork 5: search terminated without proof.
% 5.60/1.17  
% 5.60/1.17  
% 5.60/1.17  fork 0: search terminated without proof.
% 5.60/1.18  
% 5.60/1.18  fork 2: search finished without proof.
% 5.60/1.19  
% 5.60/1.19  **** run 45 fork 4 starts with strategy
% 5.60/1.19  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 5.60/1.19  
% 5.60/1.19  
% 5.60/1.19  fork 3: search terminated without proof.
% 5.60/1.19  
% 5.60/1.19  **** run 46 fork 5 starts with strategy
% 5.60/1.19  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.60/1.19  
% 5.60/1.19  **** run 41 fork 0 starts with strategy
% 5.60/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.60/1.19  
% 5.60/1.19  **** run 43 fork 2 starts with strategy
% 5.60/1.19  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.17/1.21  
% 6.17/1.21  **** run 52 fork 3 starts with strategy
% 6.17/1.21  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.17/1.22  
% 6.17/1.22  
% 6.17/1.22  fork 1: search terminated without proof.
% 6.17/1.24  
% 6.17/1.24  **** run 42 fork 1 starts with strategy
% 6.17/1.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.17/1.26  
% 6.17/1.26  fork 7: search finished without proof.
% 6.67/1.28  
% 6.67/1.28  **** run 48 fork 7 starts with strategy
% 6.67/1.28  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.67/1.29  
% 6.67/1.29  
% 6.67/1.29  fork 6: search terminated without proof.
% 6.67/1.30  
% 6.67/1.30  **** run 55 fork 6 starts with strategy
% 6.67/1.30  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 6.67/1.32  
% 6.67/1.32  
% 6.67/1.32  fork 5: search terminated without proof.
% 6.67/1.32  
% 6.67/1.32  
% 6.67/1.32  fork 0: search terminated without proof.
% 6.67/1.32  
% 6.67/1.32  
% 6.67/1.32  fork 2: search terminated without proof.
% 6.67/1.32  
% 6.67/1.32  
% 6.67/1.32  fork 4: search terminated without proof.
% 6.67/1.34  
% 6.67/1.34  **** run 54 fork 5 starts with strategy
% 6.67/1.34  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.67/1.34  
% 6.67/1.34  **** run 51 fork 2 starts with strategy
% 6.67/1.34  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.67/1.34  
% 6.67/1.34  
% 6.67/1.34  fork 3: search terminated without proof.
% 6.67/1.34  
% 6.67/1.34  **** run 49 fork 0 starts with strategy
% 6.67/1.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.67/1.35  
% 6.67/1.35  **** run 53 fork 4 starts with strategy
% 6.67/1.35  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.41/1.36  
% 7.41/1.36  **** run 60 fork 3 starts with strategy
% 7.41/1.36  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.41/1.37  
% 7.41/1.37  
% 7.41/1.37  fork 1: search terminated without proof.
% 7.41/1.39  
% 7.41/1.39  **** run 50 fork 1 starts with strategy
% 7.41/1.39  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.41/1.41  
% 7.41/1.41  
% 7.41/1.41  fork 7: search terminated without proof.
% 7.41/1.42  
% 7.41/1.42  fork 6: search finished without proof.
% 7.41/1.42  
% 7.41/1.42  **** run 56 fork 7 starts with strategy
% 7.41/1.42  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.41/1.44  
% 7.41/1.44  **** run 63 fork 6 starts with strategy
% 7.41/1.44  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 7.41/1.46  
% 7.41/1.46  fork 0: search finished without proof.
% 7.41/1.46  
% 7.41/1.46  fork 2: search finished without proof.
% 7.41/1.48  
% 7.41/1.48  **** run 57 fork 0 starts with strategy
% 7.41/1.48  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.41/1.48  
% 7.41/1.48  **** run 59 fork 2 starts with strategy
% 7.41/1.48  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.41/1.49  
% 7.41/1.49  
% 7.41/1.49  fork 3: search terminated without proof.
% 8.37/1.51  
% 8.37/1.51  **** run 68 fork 3 starts with strategy
% 8.37/1.51  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.37/1.52  
% 8.37/1.52  fork 1: search finished without proof.
% 8.37/1.52  
% 8.37/1.52  
% 8.37/1.52  fork 5: search terminated without proof.
% 8.74/1.54  
% 8.74/1.54  **** run 58 fork 1 starts with strategy
% 8.74/1.54  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.74/1.55  
% 8.74/1.55  **** run 62 fork 5 starts with strategy
% 8.74/1.55  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.74/1.55  
% 8.74/1.55  
% 8.74/1.55  fork 7: search terminated without proof.
% 8.74/1.56  
% 8.74/1.56  
% 8.74/1.56  fork 4: search terminated without proof.
% 8.74/1.57  
% 8.74/1.57  
% 8.74/1.57  fork 6: search terminated without proof.
% 8.74/1.57  
% 8.74/1.57  **** run 64 fork 7 starts with strategy
% 8.74/1.57  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.74/1.58  
% 8.74/1.58  **** run 61 fork 4 starts with strategy
% 8.74/1.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.74/1.59  
% 8.74/1.59  **** run 71 fork 6 starts with strategy
% 8.74/1.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.23/1.60  
% 9.23/1.60  fork 0: search finished without proof.
% 9.23/1.61  
% 9.23/1.61  
% 9.23/1.61  fork 2: search terminated without proof.
% 9.23/1.62  
% 9.23/1.62  **** run 65 fork 0 starts with strategy
% 9.23/1.62  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 9.23/1.63  
% 9.23/1.63  **** run 67 fork 2 starts with strategy
% 9.23/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.23/1.64  
% 9.23/1.64  
% 9.23/1.64  fork 3: search terminated without proof.
% 9.23/1.66  
% 9.23/1.66  **** run 76 fork 3 starts with strategy
% 9.23/1.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.70/1.68  
% 9.70/1.68  
% 9.70/1.68  fork 1: search terminated without proof.
% 9.70/1.68  
% 9.70/1.68  
% 9.70/1.68  fork 5: search terminated without proof.
% 9.70/1.69  
% 9.70/1.69  **** run 66 fork 1 starts with strategy
% 9.70/1.69  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.70/1.70  
% 9.70/1.70  
% 9.70/1.70  fork 7: search terminated without proof.
% 9.70/1.70  
% 9.70/1.70  **** run 70 fork 5 starts with strategy
% 9.70/1.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 9.70/1.71  
% 9.70/1.71  
% 9.70/1.71  fork 4: search terminated without proof.
% 9.70/1.72  
% 9.70/1.72  
% 9.70/1.72  fork 6: search terminated without proof.
% 9.70/1.72  
% 9.70/1.72  **** run 72 fork 7 starts with strategy
% 9.70/1.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.70/1.73  
% 9.70/1.73  **** run 69 fork 4 starts with strategy
% 9.70/1.73  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 9.70/1.74  
% 9.70/1.74  **** run 79 fork 6 starts with strategy
% 9.70/1.74  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.44/1.75  
% 10.44/1.75  
% 10.44/1.75  fork 0: search terminated without proof.
% 10.44/1.76  
% 10.44/1.76  
% 10.44/1.76  fork 2: search terminated without proof.
% 10.44/1.77  
% 10.44/1.77  **** run 73 fork 0 starts with strategy
% 10.44/1.77  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.44/1.77  
% 10.44/1.77  **** run 75 fork 2 starts with strategy
% 10.44/1.77  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.44/1.79  
% 10.44/1.79  fork 6: search finished without proof.
% 10.44/1.79  
% 10.44/1.79  
% 10.44/1.79  fork 3: search terminated without proof.
% 10.75/1.81  
% 10.75/1.81  **** run 87 fork 6 starts with strategy
% 10.75/1.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 10.75/1.81  
% 10.75/1.81  **** run 84 fork 3 starts with strategy
% 10.75/1.81  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 10.75/1.82  
% 10.75/1.82  
% 10.75/1.82  fork 1: search terminated without proof.
% 10.75/1.84  
% 10.75/1.84  fork 6: search finished without proof.
% 11.08/1.84  
% 11.08/1.84  
% 11.08/1.84  fork 5: search terminated without proof.
% 11.14/1.84  
% 11.14/1.84  **** run 74 fork 1 starts with strategy
% 11.14/1.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.14/1.85  
% 11.14/1.85  
% 11.14/1.85  fork 7: search terminated without proof.
% 11.14/1.85  
% 11.14/1.85  **** run 95 fork 6 starts with strategy
% 11.14/1.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 11.14/1.86  
% 11.14/1.86  
% 11.14/1.86  fork 4: search terminated without proof.
% 11.14/1.87  
% 11.14/1.87  **** run 78 fork 5 starts with strategy
% 11.14/1.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.14/1.87  
% 11.14/1.87  **** run 80 fork 7 starts with strategy
% 11.14/1.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.14/1.88  
% 11.14/1.88  **** run 77 fork 4 starts with strategy
% 11.14/1.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.63/1.91  
% 11.63/1.91  
% 11.63/1.91  fork 0: search terminated without proof.
% 11.63/1.91  
% 11.63/1.91  
% 11.63/1.91  fork 2: search terminated without proof.
% 11.63/1.92  
% 11.63/1.92  **** run 81 fork 0 starts with strategy
% 11.63/1.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.63/1.93  
% 11.63/1.93  **** run 83 fork 2 starts with strategy
% 11.63/1.93  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 11.63/1.94  
% 11.63/1.94  
% 11.63/1.94  fork 3: search terminated without proof.
% 11.63/1.96  
% 11.63/1.96  **** run 92 fork 3 starts with strategy
% 11.63/1.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.06/1.97  
% 12.06/1.97  fork 6: search finished without proof.
% 12.06/1.98  
% 12.06/1.98  
% 12.06/1.98  fork 1: search terminated without proof.
% 12.06/1.99  
% 12.06/1.99  **** run 103 fork 6 starts with strategy
% 12.06/1.99  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.06/2.00  
% 12.06/2.00  
% 12.06/2.00  fork 5: search terminated without proof.
% 12.06/2.00  
% 12.06/2.00  
% 12.06/2.00  fork 7: search terminated without proof.
% 12.06/2.00  
% 12.06/2.00  **** run 82 fork 1 starts with strategy
% 12.06/2.00  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.06/2.01  
% 12.06/2.01  
% 12.06/2.01  fork 4: search terminated without proof.
% 12.06/2.02  
% 12.06/2.02  **** run 88 fork 7 starts with strategy
% 12.06/2.02  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.06/2.02  
% 12.06/2.02  **** run 86 fork 5 starts with strategy
% 12.06/2.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.06/2.02  
% 12.06/2.02  **** run 85 fork 4 starts with strategy
% 12.06/2.02  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.06/2.05  
% 12.06/2.05  
% 12.06/2.05  fork 0: search terminated without proof.
% 12.06/2.05  
% 12.06/2.05  
% 12.06/2.05  fork 2: search terminated without proof.
% 12.06/2.07  
% 12.06/2.07  **** run 89 fork 0 starts with strategy
% 12.06/2.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.06/2.07  
% 12.06/2.07  **** run 91 fork 2 starts with strategy
% 12.06/2.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.06/2.09  
% 12.06/2.09  
% 12.06/2.09  fork 3: search terminated without proof.
% 12.06/2.11  
% 12.06/2.11  **** run 100 fork 3 starts with strategy
% 12.06/2.11  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 12.06/2.11  
% 12.06/2.11  
% 12.06/2.11  fork 6: search terminated without proof.
% 12.06/2.13  
% 12.06/2.13  **** run 111 fork 6 starts with strategy
% 12.06/2.13  {"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}
% 12.06/2.15  
% 12.06/2.15  
% 12.06/2.15  fork 7: search terminated without proof.
% 12.06/2.15  
% 12.06/2.15  
% 12.06/2.15  fork 5: search terminated without proof.
% 12.06/2.16  
% 12.06/2.16  
% 12.06/2.16  fork 4: search terminated without proof.
% 12.06/2.17  
% 12.06/2.17  **** run 96 fork 7 starts with strategy
% 12.06/2.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 12.06/2.18  
% 12.06/2.18  **** run 94 fork 5 starts with strategy
% 12.06/2.18  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 12.06/2.18  
% 12.06/2.18  **** run 93 fork 4 starts with strategy
% 12.06/2.18  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 12.06/2.21  
% 12.06/2.21  
% 12.06/2.21  fork 2: search terminated without proof.
% 12.06/2.21  
% 12.06/2.21  
% 12.06/2.21  fork 1: search terminated without proof.
% 13.99/2.22  
% 13.99/2.22  **** run 99 fork 2 starts with strategy
% 13.99/2.22  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 13.99/2.24  
% 13.99/2.24  
% 13.99/2.24  fork 0: search terminated without proof.
% 13.99/2.24  
% 13.99/2.24  
% 13.99/2.24  fork 3: search terminated without proof.
% 13.99/2.24  
% 13.99/2.24  **** run 90 fork 1 starts with strategy
% 13.99/2.24  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 14.31/2.26  
% 14.31/2.26  **** run 108 fork 3 starts with strategy
% 14.31/2.26  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 14.31/2.27  
% 14.31/2.27  
% 14.31/2.27  fork 6: search terminated without proof.
% 14.31/2.27  
% 14.31/2.27  **** run 97 fork 0 starts with strategy
% 14.31/2.27  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.31/2.29  
% 14.31/2.29  **** run 119 fork 6 starts with strategy
% 14.31/2.29  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 14.31/2.29  
% 14.31/2.29  
% 14.31/2.29  fork 7: search terminated without proof.
% 14.71/2.31  
% 14.71/2.31  
% 14.71/2.31  fork 4: search terminated without proof.
% 14.71/2.31  
% 14.71/2.31  **** run 104 fork 7 starts with strategy
% 14.71/2.31  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 14.71/2.31  
% 14.71/2.31  
% 14.71/2.31  fork 5: search terminated without proof.
% 14.71/2.33  
% 14.71/2.33  **** run 101 fork 4 starts with strategy
% 14.71/2.33  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.71/2.33  
% 14.71/2.33  **** run 102 fork 5 starts with strategy
% 14.71/2.33  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.01/2.35  
% 15.01/2.35  
% 15.01/2.35  fork 2: search terminated without proof.
% 15.01/2.37  
% 15.01/2.37  **** run 107 fork 2 starts with strategy
% 15.01/2.37  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.01/2.37  
% 15.01/2.37  
% 15.01/2.37  fork 1: search terminated without proof.
% 15.01/2.39  
% 15.01/2.39  
% 15.01/2.39  fork 3: search terminated without proof.
% 15.01/2.39  
% 15.01/2.39  **** run 98 fork 1 starts with strategy
% 15.01/2.39  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.01/2.40  
% 15.01/2.40  
% 15.01/2.40  fork 0: search terminated without proof.
% 15.01/2.41  
% 15.01/2.41  **** run 116 fork 3 starts with strategy
% 15.01/2.41  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.01/2.43  
% 15.01/2.43  **** run 105 fork 0 starts with strategy
% 15.01/2.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 15.76/2.44  
% 15.76/2.44  
% 15.76/2.44  fork 7: search terminated without proof.
% 15.76/2.45  
% 15.76/2.45  
% 15.76/2.45  fork 4: search terminated without proof.
% 15.76/2.46  
% 15.76/2.46  **** run 112 fork 7 starts with strategy
% 15.76/2.46  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.76/2.46  
% 15.76/2.46  
% 15.76/2.46  fork 5: search terminated without proof.
% 15.76/2.47  
% 15.76/2.47  **** run 109 fork 4 starts with strategy
% 15.76/2.47  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 15.76/2.48  
% 15.76/2.48  **** run 110 fork 5 starts with strategy
% 15.76/2.48  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.18/2.50  
% 16.18/2.50  
% 16.18/2.50  fork 2: search terminated without proof.
% 16.18/2.52  
% 16.18/2.52  **** run 115 fork 2 starts with strategy
% 16.18/2.52  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 16.18/2.52  
% 16.18/2.52  
% 16.18/2.52  fork 1: search terminated without proof.
% 16.18/2.54  
% 16.18/2.54  **** run 106 fork 1 starts with strategy
% 16.18/2.54  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 16.71/2.56  
% 16.71/2.56  
% 16.71/2.56  fork 0: search terminated without proof.
% 16.71/2.58  
% 16.71/2.58  **** run 113 fork 0 starts with strategy
% 16.71/2.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.71/2.59  
% 16.71/2.59  
% 16.71/2.59  fork 7: search terminated without proof.
% 17.08/2.60  
% 17.08/2.60  **** run 120 fork 7 starts with strategy
% 17.08/2.60  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.08/2.60  
% 17.08/2.60  
% 17.08/2.60  fork 4: search terminated without proof.
% 17.08/2.61  
% 17.08/2.61  
% 17.08/2.61  fork 5: search terminated without proof.
% 17.08/2.62  
% 17.08/2.62  **** run 117 fork 4 starts with strategy
% 17.08/2.62  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.08/2.63  
% 17.08/2.63  **** run 118 fork 5 starts with strategy
% 17.08/2.63  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 17.42/2.66  
% 17.42/2.66  
% 17.42/2.66  fork 1: search terminated without proof.
% 17.42/2.68  
% 17.42/2.68  **** run 114 fork 1 starts with strategy
% 17.42/2.68  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.42/2.71  
% 17.42/2.71  
% 17.42/2.71  fork 0: search terminated without proof.
% 18.13/2.74  
% 18.13/2.74  **** run 121 fork 0 starts with strategy
% 18.13/2.74  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.13/2.81  
% 18.13/2.81  
% 18.13/2.81  fork 1: search terminated without proof.
% 18.13/2.83  
% 18.13/2.83  **** run 122 fork 1 starts with strategy
% 18.13/2.83  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 23.08/3.39  
% 23.08/3.39  
% 23.08/3.39  fork 6: search terminated without proof.
% 23.56/3.44  
% 23.56/3.44  
% 23.56/3.44  fork 3: search terminated without proof.
% 23.56/3.44  
% 23.56/3.44  **** run 127 fork 6 starts with strategy
% 23.56/3.44  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 23.56/3.45  
% 23.56/3.45  **** run 124 fork 3 starts with strategy
% 23.56/3.45  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 23.56/3.54  
% 23.56/3.54  
% 23.56/3.54  fork 2: search terminated without proof.
% 23.56/3.58  
% 23.56/3.58  **** run 123 fork 2 starts with strategy
% 23.56/3.58  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 23.56/3.63  
% 23.56/3.63  
% 23.56/3.63  fork 7: search terminated without proof.
% 23.56/3.65  
% 23.56/3.65  
% 23.56/3.65  fork 4: search terminated without proof.
% 23.56/3.67  
% 23.56/3.67  **** run 125 fork 4 starts with strategy
% 23.56/3.67  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 23.56/3.67  
% 23.56/3.67  **** run 128 fork 7 starts with strategy
% 23.56/3.67  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 25.27/3.72  
% 25.27/3.72  
% 25.27/3.72  fork 5: search terminated without proof.
% 25.27/3.74  
% 25.27/3.74  **** run 126 fork 5 starts with strategy
% 25.27/3.74  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.92/3.80  
% 25.92/3.80  
% 25.92/3.80  fork 0: search terminated without proof.
% 26.51/3.83  
% 26.51/3.83  **** run 129 fork 0 starts with strategy
% 26.51/3.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 26.51/3.86  
% 26.51/3.86  
% 26.51/3.86  fork 1: search terminated without proof.
% 26.93/3.90  
% 26.93/3.90  **** run 130 fork 1 starts with strategy
% 26.93/3.90  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 32.04/4.53  
% 32.04/4.53  
% 32.04/4.53  fork 3: search terminated without proof.
% 32.04/4.54  
% 32.04/4.54  
% 32.04/4.54  fork 6: search terminated without proof.
% 32.22/4.56  
% 32.22/4.56  **** run 132 fork 3 starts with strategy
% 32.22/4.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 32.22/4.56  
% 32.22/4.56  **** run 135 fork 6 starts with strategy
% 32.22/4.56  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 32.22/4.61  
% 32.22/4.61  
% 32.22/4.61  fork 2: search terminated without proof.
% 32.80/4.63  
% 32.80/4.63  **** run 131 fork 2 starts with strategy
% 32.80/4.63  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 33.21/4.70  
% 33.21/4.70  
% 33.21/4.70  fork 4: search terminated without proof.
% 33.21/4.70  
% 33.21/4.70  
% 33.21/4.70  fork 7: search terminated without proof.
% 33.21/4.72  
% 33.21/4.72  **** run 136 fork 7 starts with strategy
% 33.21/4.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 33.21/4.72  
% 33.21/4.72  **** run 133 fork 4 starts with strategy
% 33.21/4.72  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.86/4.77  
% 33.86/4.77  
% 33.86/4.77  fork 5: search terminated without proof.
% 34.07/4.79  
% 34.07/4.79  **** run 134 fork 5 starts with strategy
% 34.07/4.79  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.15/4.93  
% 35.15/4.93  
% 35.15/4.93  fork 1: search terminated without proof.
% 35.15/4.95  
% 35.15/4.95  **** run 138 fork 1 starts with strategy
% 35.15/4.95  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 35.60/4.97  
% 35.60/4.97  
% 35.60/4.97  fork 0: search terminated without proof.
% 35.60/5.00  
% 35.60/5.00  **** run 137 fork 0 starts with strategy
% 35.60/5.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 40.11/5.59  
% 40.11/5.59  
% 40.11/5.59  fork 3: search terminated without proof.
% 40.11/5.59  
% 40.11/5.59  
% 40.11/5.59  fork 6: search terminated without proof.
% 40.59/5.63  
% 40.59/5.63  **** run 140 fork 3 starts with strategy
% 40.59/5.63  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 40.59/5.63  
% 40.59/5.63  **** run 143 fork 6 starts with strategy
% 40.59/5.63  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 40.59/5.71  
% 40.59/5.71  
% 40.59/5.71  fork 2: search terminated without proof.
% 40.59/5.76  
% 40.59/5.76  **** run 139 fork 2 starts with strategy
% 40.59/5.76  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 41.67/5.79  
% 41.67/5.79  
% 41.67/5.79  fork 7: search terminated without proof.
% 41.67/5.79  
% 41.67/5.79  
% 41.67/5.79  fork 4: search terminated without proof.
% 41.67/5.82  
% 41.67/5.82  **** run 141 fork 4 starts with strategy
% 41.67/5.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 41.67/5.82  
% 41.67/5.82  **** run 144 fork 7 starts with strategy
% 41.67/5.82  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 41.67/5.84  
% 41.67/5.84  
% 41.67/5.84  fork 5: search terminated without proof.
% 42.48/5.86  
% 42.48/5.86  **** run 142 fork 5 starts with strategy
% 42.48/5.86  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 43.11/5.98  
% 43.11/5.98  
% 43.11/5.98  fork 1: search terminated without proof.
% 43.11/6.01  
% 43.11/6.01  **** run 146 fork 1 starts with strategy
% 43.11/6.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 43.90/6.09  
% 43.90/6.09  
% 43.90/6.09  fork 0: search terminated without proof.
% 44.37/6.12  
% 44.37/6.12  **** run 145 fork 0 starts with strategy
% 44.37/6.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 48.23/6.65  
% 48.23/6.65  
% 48.23/6.65  fork 6: search terminated without proof.
% 48.23/6.65  
% 48.23/6.65  
% 48.23/6.65  fork 3: search terminated without proof.
% 48.23/6.67  
% 48.23/6.67  **** run 151 fork 6 starts with strategy
% 48.23/6.67  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 48.93/6.69  
% 48.93/6.69  **** run 148 fork 3 starts with strategy
% 48.93/6.69  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 49.21/6.80  
% 49.21/6.80  
% 49.21/6.80  fork 2: search terminated without proof.
% 49.99/6.82  
% 49.99/6.82  **** run 147 fork 2 starts with strategy
% 49.99/6.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 49.99/6.85  
% 49.99/6.85  
% 49.99/6.85  fork 4: search terminated without proof.
% 49.99/6.86  
% 49.99/6.86  
% 49.99/6.86  fork 7: search terminated without proof.
% 49.99/6.87  
% 49.99/6.87  **** run 149 fork 4 starts with strategy
% 49.99/6.87  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 49.99/6.88  
% 49.99/6.88  **** run 152 fork 7 starts with strategy
% 49.99/6.88  {"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}
% 51.47/7.01  
% 51.47/7.01  
% 51.47/7.01  fork 5: search terminated without proof.
% 51.61/7.03  
% 51.61/7.03  
% 51.61/7.03  fork 1: search terminated without proof.
% 51.61/7.05  
% 51.61/7.05  **** run 150 fork 5 starts with strategy
% 51.61/7.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 51.61/7.06  
% 51.61/7.06  **** run 154 fork 1 starts with strategy
% 51.61/7.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 51.61/7.10  
% 51.61/7.10  fork 5: search finished without proof.
% 51.61/7.12  
% 51.61/7.12  **** run 158 fork 5 starts with strategy
% 51.61/7.12  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 51.61/7.13  
% 51.61/7.13  fork 4: search finished without proof.
% 51.61/7.15  
% 51.61/7.15  
% 51.61/7.15  fork 0: search terminated without proof.
% 51.61/7.15  
% 51.61/7.15  **** run 157 fork 4 starts with strategy
% 51.61/7.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 51.61/7.19  
% 51.61/7.19  **** run 153 fork 0 starts with strategy
% 51.61/7.19  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 55.73/7.66  
% 55.73/7.66  fork 1: search finished without proof.
% 55.73/7.68  
% 55.73/7.68  **** run 162 fork 1 starts with strategy
% 55.73/7.68  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 56.30/7.70  
% 56.30/7.70  
% 56.30/7.70  fork 6: search terminated without proof.
% 56.30/7.73  
% 56.30/7.73  **** run 159 fork 6 starts with strategy
% 56.30/7.73  {"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}
% 56.30/7.73  
% 56.30/7.73  
% 56.30/7.73  fork 3: search terminated without proof.
% 56.30/7.74  
% 56.30/7.74  
% 56.30/7.74  result: proof found
% 56.30/7.74  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 56.30/7.74  by run 147 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 56.30/7.74  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 56.30/7.74  
% 56.30/7.74  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 56.30/7.74  
% 56.30/7.74  run 147 fork 2 statistics:
% 56.30/7.74  ----------------------------------
% 56.30/7.74  this run seconds: 0.178784
% 56.30/7.74  total seconds: 6.501921
% 56.30/7.74  stat_given_used: 1379
% 56.30/7.74  stat_given_used_at_endgame: 0
% 56.30/7.74  stat_given_candidates:   3111
% 56.30/7.74  stat_given_candidates_at_endgame: 0
% 56.30/7.74  stat_given_candidates_h: 0
% 56.30/7.74  stat_binres_derived_cl:   32070
% 56.30/7.74  stat_binres_derived_cl_h: 0
% 56.30/7.74  stat_factor_derived_cl: 15
% 56.30/7.74  stat_para_derived_cl: 4898
% 56.30/7.74  stat_tautologies_discarded: 65
% 56.30/7.74  stat_forward_subsumed: 4880
% 56.30/7.74  stat_derived_cut: 107
% 56.30/7.74  stat_derived_rewritten: 243
% 56.30/7.74  stat_weight_discarded_building: 0
% 56.30/7.74  stat_weight_discarded_cl: 21010
% 56.30/7.74  stat_internlimit_discarded_cl: 0
% 56.30/7.75  stat_simplified:  247 simplified 0 derived 0 given
% 56.30/7.75  stat_kept_cl: 10527
% 56.30/7.75  stat_built_cl: 34542
% 56.30/7.75  stat_hyperres_partial_cl: 0
% 56.30/7.75  stat_made_rewriters: 90
% 56.30/7.75  stat_backward_subsumed: 0
% 56.30/7.75  stat_propagated_subsumed: 0
% 56.30/7.75  stat_clsubs_attempted:                     22099
% 56.30/7.75  stat_clsubs_fact_groundunit_found:            14
% 56.30/7.75  stat_clsubs_rule_groundunit_found:            39
% 56.30/7.75  stat_clsubs_top_meta_attempted:             852731
% 56.30/7.75  stat_clsubs_top_meta_failed:                830632
% 56.30/7.75  stat_clsubs_top_meta_nonpref_attempted:              852731
% 56.30/7.75  stat_clsubs_top_meta_nonpref_succeeded:              204442
% 56.30/7.75  stat_clsubs_top_meta_pref_attempted:                 204442
% 56.30/7.75  stat_clsubs_top_meta_pref1_succeeded:                105474
% 56.30/7.75  stat_clsubs_top_meta_pref2_succeeded:                 35804
% 56.30/7.75  stat_clsubs_top_meta_pref3_succeeded:                 22099
% 56.30/7.75  stat_clsubs_top_meta_pref_succeeded:                  22099
% 56.30/7.75  stat_clsubs_meta_attempted:                30675
% 56.30/7.75  stat_clsubs_meta_failed:                   11110
% 56.30/7.75  stat_clsubs_predsymbs_attempted:               0
% 56.30/7.75  stat_clsubs_unit_attempted:                 8454
% 56.30/7.75  stat_clsubs_full_attempted:                13645
% 56.30/7.75  stat_forwardsubs_attempted:                36418
% 56.30/7.75  stat_lit_hash_added:                  15582
% 56.30/7.75  stat_lit_hash_computed:               98688
% 56.30/7.75  stat_lit_hash_match_found:             5329
% 56.30/7.75  stat_lit_hash_match_miss:            123862
% 56.30/7.75  stat_lit_hash_cut_ok:                    57
% 56.30/7.75  stat_lit_strong_cut_ok:                  93
% 56.30/7.75  stat_lit_hash_subsume_ok:              4880
% 56.30/7.75  clqueue els 10000000 used 1
% 56.30/7.75  clactive els 10000000 used 1380
% 56.30/7.75  clactivesubsume els 10000000 used 5281
% 56.30/7.75  queue_termbuf els 200000000 used 610265
% 56.30/7.75  hyper_termbuf els 100000000 used 1
% 56.30/7.75  active_termbuf els 100000000 used 46225
% 56.30/7.75  varstack els 5000 last used 1
% 56.30/7.75  given_termbuf els 10000000 last used 1
% 56.30/7.75  simplified_termbuf els 10000000 last used 1
% 56.30/7.75  derived_termbuf els 10000000 last used 23
% 56.30/7.75  wr_mallocs: 34032
% 56.30/7.75  wr_callocs: 21
% 56.30/7.75  wr_reallocs: 1913
% 56.30/7.75  wr_frees: 4
% 56.30/7.75  wr_malloc_bytes: 4163854420
% 56.30/7.75  wr_calloc_bytes: 112065536
% 56.30/7.75  wr_realloc_bytes: 507992
% 56.30/7.75  wr_realloc_freebytes: 0
% 56.30/7.75  ----------------------------------
%------------------------------------------------------------------------------