TSTP Solution File: GEO053-2 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GEO053-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n032.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 23:04:55 EDT 2023

% Result   : Unsatisfiable 17.94s 2.64s
% Output   : CNFRefutation 17.94s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_inner_pasch1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( between(X,inner_pasch(Y,X,Z,U,V),V)
    | ~ between(V,U,Z)
    | ~ between(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_inner_pasch1']) ).

cnf('2',plain,
    ( ~ between(X,Y,X)
    | X = Y ),
    inference(cnf_transformation,[],['$inc_identity_for_betweeness']) ).

cnf('3',plain,
    ( X = inner_pasch(Y,X,Z,U,X)
    | ~ between(Y,X,Z)
    | ~ between(X,U,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( between(X,inner_pasch(Y,Z,U,X,V),Y)
    | ~ between(V,X,U)
    | ~ between(Y,Z,U) ),
    inference(cnf_transformation,[],['$inc_inner_pasch2']) ).

cnf('5',plain,
    ( ~ between(X,Y,Z)
    | ~ between(U,X,Z)
    | between(Y,X,U) ),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    equidistant(X,extension(Y,X,Z,U),Z,U),
    inference(cnf_transformation,[],['$inc_segment_construction2']) ).

cnf('7',plain,
    ( ~ equidistant(X,Y,Z,Z)
    | X = Y ),
    inference(cnf_transformation,[],['$inc_identity_for_equidistance']) ).

cnf('8',plain,
    X = extension(Y,X,Z,Z),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    between(X,Y,extension(X,Y,Z,U)),
    inference(cnf_transformation,[],['$inc_segment_construction1']) ).

cnf('10',plain,
    between(X,Y,Y),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    ( ~ between(X,Y,Z)
    | between(Z,Y,X) ),
    inference(resolution,[],['5','10']) ).

cnf('12',plain,
    between(u,v,w),
    inference(cnf_transformation,[],[v_between_u_and_w]) ).

cnf('13',plain,
    between(w,v,u),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    ( ~ equidistant(X,Y,Z,U)
    | ~ equidistant(X,V,Z,W)
    | ~ equidistant(X2006,Y,X2007,U)
    | ~ equidistant(X2006,X,X2007,Z)
    | equidistant(V,Y,W,U)
    | ~ between(X2007,Z,W)
    | ~ between(X2006,X,V)
    | X2006 = X ),
    inference(cnf_transformation,[],['$inc_outer_five_segment']) ).

cnf('15',plain,
    v != w,
    inference(cnf_transformation,[],[prove_v_equals_w]) ).

cnf('16',plain,
    ( ~ equidistant(v,w,X,Y)
    | ~ equidistant(w,Z,Y,U)
    | ~ equidistant(w,V,Y,W)
    | ~ equidistant(v,V,X,W)
    | equidistant(Z,V,U,W)
    | ~ between(v,w,Z)
    | ~ between(X,Y,U) ),
    inference(resolution,[],['14','15']) ).

cnf('17',plain,
    ( ~ equidistant(X,Y,Z,U)
    | ~ equidistant(X,Y,V,W)
    | equidistant(V,W,Z,U) ),
    inference(cnf_transformation,[],['$inc_transitivity_for_equidistance']) ).

cnf('18',plain,
    equidistant(X,Y,Y,X),
    inference(cnf_transformation,[],['$inc_reflexivity_for_equidistance']) ).

cnf('19',plain,
    ( ~ equidistant(X,Y,Z,U)
    | equidistant(Z,U,Y,X) ),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    equidistant(X,Y,X,Y),
    inference(resolution,[],['19','18']) ).

cnf('21',plain,
    equidistant(X,Y,Y,X),
    inference(resolution,[],['20','19']) ).

cnf('22',plain,
    ( ~ equidistant(w,X,v,Y)
    | ~ equidistant(w,Z,v,U)
    | ~ equidistant(v,X,w,Y)
    | equidistant(Z,X,U,Y)
    | ~ between(w,v,U)
    | ~ between(v,w,Z) ),
    inference(resolution,[],['16','21']) ).

cnf('23',plain,
    equidistant(u,v,u,w),
    inference(cnf_transformation,[],[u_to_v_equals_u_to_w]) ).

cnf('24',plain,
    ( ~ equidistant(u,v,X,Y)
    | equidistant(X,Y,u,w) ),
    inference(resolution,[],['17','23']) ).

cnf('25',plain,
    equidistant(v,u,u,w),
    inference(resolution,[],['24','18']) ).

cnf('26',plain,
    equidistant(u,w,u,v),
    inference(resolution,[],['19','25']) ).

cnf('27',plain,
    equidistant(u,v,w,u),
    inference(resolution,[],['26','19']) ).

cnf('28',plain,
    equidistant(w,u,v,u),
    inference(resolution,[],['27','19']) ).

cnf('29',plain,
    equidistant(u,w,v,u),
    inference(resolution,[],['19','23']) ).

cnf('30',plain,
    equidistant(v,u,w,u),
    inference(resolution,[],['29','19']) ).

cnf('31',plain,
    ( ~ equidistant(w,X,v,Y)
    | equidistant(X,u,Y,u)
    | ~ between(w,v,Y)
    | ~ between(v,w,X) ),
    inference(resolution,[then_simplify],['22','28','30']) ).

cnf('32',plain,
    ( ~ equidistant(X,Y,Z,U)
    | equidistant(Z,U,X,Y) ),
    inference(resolution,[],['20','17']) ).

cnf('33',plain,
    equidistant(X,Y,extension(Z,U,X,Y),U),
    inference(resolution,[],['19','6']) ).

cnf('34',plain,
    equidistant(extension(X,Y,Z,U),Y,U,Z),
    inference(resolution,[],['33','19']) ).

cnf('35',plain,
    equidistant(X,Y,Z,extension(U,Z,Y,X)),
    inference(resolution,[],['34','19']) ).

cnf('36',plain,
    equidistant(X,extension(Y,X,Z,U),U,Z),
    inference(resolution,[],['32','35']) ).

cnf('37',plain,
    ( equidistant(extension(X,w,Y,v),u,Y,u)
    | ~ between(v,w,extension(X,w,Y,v))
    | ~ between(w,v,Y) ),
    inference(resolution,[],['31','36']) ).

cnf('38',plain,
    ( ~ between(w,v,u)
    | ~ between(v,w,extension(X,w,u,v))
    | extension(X,w,u,v) = u ),
    inference(resolution,[],['37','7']) ).

cnf('39',plain,
    ( ~ between(w,v,u)
    | extension(v,w,u,v) = u ),
    inference(resolution,[],['38','9']) ).

cnf('40',plain,
    ( ~ between(w,v,u)
    | between(v,w,u) ),
    inference(paramodulation,[],['39','9']) ).

cnf('41',plain,
    between(v,w,u),
    inference(resolution,[],['13','40']) ).

cnf('42',plain,
    ( between(w,v,X)
    | ~ between(X,v,u) ),
    inference(resolution,[],['41','5']) ).

cnf('43',plain,
    between(w,v,u),
    inference(resolution,[],['11','12']) ).

cnf('44',plain,
    w = v,
    inference(resolution,[then_simplify],['42','2','43']) ).

cnf('45',plain,
    $false,
    inference(paramodulation,[],['44','15']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.10  % Problem  : GEO053-2 : TPTP v8.1.2. Released v1.0.0.
% 0.08/0.11  % Command  : gkc %s
% 0.10/0.30  % Computer : n032.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 300
% 0.10/0.30  % DateTime : Tue Aug 29 23:10:32 EDT 2023
% 0.10/0.30  % CPUTime  : 
% 0.10/0.34  
% 0.10/0.34  input clause set summed statistics:
% 0.10/0.34  ----------------------------------
% 0.10/0.34  in_clause_count:                    21
% 0.10/0.34  in_rule_clause_count:               18
% 0.10/0.34  in_fact_clause_count:                3
% 0.10/0.34  in_answer_clause_count:              0
% 0.10/0.34  in_ground_clause_count:              6
% 0.10/0.34  in_unit_clause_count:                9
% 0.10/0.34  in_horn_clause_count:               16
% 0.10/0.34  in_pos_clause_count:                 5
% 0.10/0.34  in_neg_clause_count:                 4
% 0.10/0.34  in_poseq_clause_count:               7
% 0.10/0.34  in_negeq_clause_count:               1
% 0.10/0.34  in_unitposeq_clause_count:           0
% 0.10/0.34  in_chain_clause_count:               0
% 0.10/0.34  in_min_length:             1
% 0.10/0.34  in_max_length:             8
% 0.10/0.34  in_min_depth:              1
% 0.10/0.34  in_max_depth:              2
% 0.10/0.34  in_min_size:               3
% 0.10/0.34  in_max_size:              36
% 0.10/0.34  in_min_vars:               0
% 0.10/0.34  in_max_vars:               8
% 0.10/0.34  in_extaxiom_count:                18
% 0.10/0.34  in_axiom_count:                    0
% 0.10/0.34  in_assumption_count:               2
% 0.10/0.34  in_goal_count:                     1
% 0.10/0.34  in_neg_goal_count:                 1
% 0.10/0.34  in_pos_goal_count:                 0
% 0.10/0.34  in_posunit_goal_count:             0
% 0.10/0.34  
% 0.10/0.34  auto guide:
% 0.10/0.34  -----------
% 0.10/0.34  {
% 0.10/0.34  "print":1,
% 0.10/0.34  "print_level": 15,
% 0.10/0.34  "max_size": 0,
% 0.10/0.34  "max_depth": 0,
% 0.10/0.34  "max_length": 0,
% 0.10/0.34  "max_dseconds": 0,
% 0.10/0.34  "runs":[
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.34  {"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.10/0.34  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.34  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.34  {"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.10/0.34  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.34  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.10/0.34  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.10/0.34  {"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.10/0.34  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.10/0.34  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.10/0.34  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.34  
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.34  {"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.10/0.34  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.34  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.34  {"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.10/0.34  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.34  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.10/0.34  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.10/0.34  {"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.10/0.34  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.10/0.34  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.10/0.34  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.34  
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.34  {"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.10/0.34  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.34  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.34  {"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.10/0.34  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.34  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.10/0.34  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.34  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.10/0.34  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.10/0.34  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.10/0.34  {"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.10/0.34  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.10/0.34  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.10/0.34  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.34  
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.34  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.34  
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.34  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.10/0.34  
% 0.10/0.34  ]}
% 0.10/0.34  
% 0.10/0.34  
% 0.10/0.34  **** run 1 fork 0 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.10/0.34  
% 0.10/0.34  **** run 2 fork 1 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.10/0.34  
% 0.10/0.34  **** run 3 fork 2 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.10/0.34  
% 0.10/0.34  **** run 4 fork 3 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.10/0.34  
% 0.10/0.34  **** run 5 fork 4 starts with strategy
% 0.10/0.34  
% 0.10/0.34  **** run 6 fork 5 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.10/0.34  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.10/0.34  
% 0.10/0.34  **** run 7 fork 6 starts with strategy
% 0.10/0.34  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.35  
% 0.16/0.35  **** run 8 fork 7 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.37  
% 0.16/0.37  fork 3: search finished without proof.
% 0.16/0.40  
% 0.16/0.40  **** run 12 fork 3 starts with strategy
% 0.16/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.16/0.46  
% 0.16/0.46  
% 0.16/0.46  fork 4: search terminated without proof.
% 0.16/0.46  
% 0.16/0.46  
% 0.16/0.46  fork 2: search terminated without proof.
% 0.16/0.46  
% 0.16/0.46  
% 0.16/0.46  fork 5: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 0: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 6: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 1: search terminated without proof.
% 0.16/0.48  
% 0.16/0.48  
% 0.16/0.48  fork 7: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  **** run 13 fork 4 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.16/0.49  
% 0.16/0.49  **** run 11 fork 2 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.49  
% 0.16/0.49  **** run 14 fork 5 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.16/0.49  
% 0.16/0.49  **** run 15 fork 6 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.49  
% 0.16/0.49  **** run 9 fork 0 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.49  
% 0.16/0.49  **** run 10 fork 1 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.50  
% 0.16/0.50  **** run 16 fork 7 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.16/0.51  
% 0.16/0.51  
% 0.16/0.51  fork 3: search terminated without proof.
% 0.16/0.53  
% 0.16/0.53  **** run 20 fork 3 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.16/0.60  
% 0.16/0.60  
% 0.16/0.60  fork 4: search terminated without proof.
% 0.16/0.60  
% 0.16/0.60  
% 0.16/0.60  fork 2: search terminated without proof.
% 0.16/0.60  
% 0.16/0.60  
% 0.16/0.60  fork 5: search terminated without proof.
% 0.16/0.60  
% 0.16/0.60  
% 0.16/0.60  fork 0: search terminated without proof.
% 0.16/0.60  
% 0.16/0.60  
% 0.16/0.60  fork 6: search terminated without proof.
% 0.16/0.61  
% 0.16/0.61  
% 0.16/0.61  fork 1: search terminated without proof.
% 0.16/0.62  
% 0.16/0.62  
% 0.16/0.62  fork 7: search terminated without proof.
% 0.16/0.62  
% 0.16/0.62  **** run 21 fork 4 starts with strategy
% 0.16/0.62  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.16/0.62  
% 0.16/0.62  **** run 19 fork 2 starts with strategy
% 0.16/0.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.16/0.62  
% 0.16/0.62  **** run 22 fork 5 starts with strategy
% 0.16/0.62  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.16/0.62  
% 0.16/0.62  **** run 23 fork 6 starts with strategy
% 0.16/0.62  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.16/0.62  
% 0.16/0.62  **** run 17 fork 0 starts with strategy
% 0.16/0.62  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.63  
% 0.16/0.63  **** run 18 fork 1 starts with strategy
% 0.16/0.63  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.16/0.64  
% 0.16/0.64  **** run 24 fork 7 starts with strategy
% 0.16/0.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.16/0.66  
% 0.16/0.66  
% 0.16/0.66  fork 3: search terminated without proof.
% 0.16/0.68  
% 0.16/0.68  **** run 28 fork 3 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.12/0.73  
% 3.12/0.73  
% 3.12/0.73  fork 5: search terminated without proof.
% 3.12/0.74  
% 3.12/0.74  
% 3.12/0.74  fork 1: search terminated without proof.
% 3.12/0.75  
% 3.12/0.75  **** run 30 fork 5 starts with strategy
% 3.12/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.12/0.75  
% 3.12/0.75  
% 3.12/0.75  fork 2: search terminated without proof.
% 3.12/0.76  
% 3.12/0.76  
% 3.12/0.76  fork 4: search terminated without proof.
% 3.12/0.77  
% 3.12/0.77  
% 3.12/0.77  fork 7: search terminated without proof.
% 3.12/0.77  
% 3.12/0.77  **** run 26 fork 1 starts with strategy
% 3.12/0.77  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.12/0.77  
% 3.12/0.77  **** run 27 fork 2 starts with strategy
% 3.12/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.12/0.77  
% 3.12/0.77  
% 3.12/0.77  fork 0: search terminated without proof.
% 3.54/0.78  
% 3.54/0.78  **** run 29 fork 4 starts with strategy
% 3.54/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.54/0.79  
% 3.54/0.79  **** run 32 fork 7 starts with strategy
% 3.54/0.79  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.54/0.79  
% 3.54/0.79  **** run 25 fork 0 starts with strategy
% 3.54/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.54/0.79  
% 3.54/0.79  
% 3.54/0.79  fork 6: search terminated without proof.
% 3.54/0.80  
% 3.54/0.80  
% 3.54/0.80  fork 3: search terminated without proof.
% 3.54/0.81  
% 3.54/0.81  **** run 31 fork 6 starts with strategy
% 3.54/0.81  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.54/0.82  
% 3.54/0.82  **** run 36 fork 3 starts with strategy
% 3.54/0.82  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.25/0.89  
% 4.25/0.89  
% 4.25/0.89  fork 5: search terminated without proof.
% 4.25/0.89  
% 4.25/0.89  
% 4.25/0.89  fork 1: search terminated without proof.
% 4.25/0.89  
% 4.25/0.89  
% 4.25/0.89  fork 2: search terminated without proof.
% 4.25/0.90  
% 4.25/0.90  **** run 38 fork 5 starts with strategy
% 4.25/0.90  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.25/0.91  
% 4.25/0.91  **** run 34 fork 1 starts with strategy
% 4.25/0.91  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.25/0.91  
% 4.25/0.91  **** run 35 fork 2 starts with strategy
% 4.25/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.25/0.91  
% 4.25/0.91  
% 4.25/0.91  fork 0: search terminated without proof.
% 4.61/0.92  
% 4.61/0.92  
% 4.61/0.92  fork 7: search terminated without proof.
% 4.61/0.92  
% 4.61/0.92  
% 4.61/0.92  fork 4: search terminated without proof.
% 4.61/0.93  
% 4.61/0.93  **** run 33 fork 0 starts with strategy
% 4.61/0.93  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.61/0.94  
% 4.61/0.94  **** run 40 fork 7 starts with strategy
% 4.61/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.61/0.94  
% 4.61/0.94  
% 4.61/0.94  fork 6: search terminated without proof.
% 4.61/0.94  
% 4.61/0.94  
% 4.61/0.94  fork 3: search terminated without proof.
% 4.82/0.94  
% 4.82/0.94  **** run 37 fork 4 starts with strategy
% 4.82/0.94  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.82/0.96  
% 4.82/0.96  **** run 44 fork 3 starts with strategy
% 4.82/0.96  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.82/0.96  
% 4.82/0.96  **** run 39 fork 6 starts with strategy
% 4.82/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.82/1.02  
% 4.82/1.02  
% 4.82/1.02  fork 1: search terminated without proof.
% 5.50/1.03  
% 5.50/1.03  
% 5.50/1.03  fork 5: search terminated without proof.
% 5.50/1.03  
% 5.50/1.03  
% 5.50/1.03  fork 2: search terminated without proof.
% 5.50/1.04  
% 5.50/1.04  **** run 42 fork 1 starts with strategy
% 5.50/1.04  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.50/1.05  
% 5.50/1.05  **** run 46 fork 5 starts with strategy
% 5.50/1.05  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.50/1.05  
% 5.50/1.05  **** run 43 fork 2 starts with strategy
% 5.50/1.05  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.50/1.05  
% 5.50/1.05  
% 5.50/1.05  fork 0: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 7: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 4: search terminated without proof.
% 5.50/1.07  
% 5.50/1.07  **** run 41 fork 0 starts with strategy
% 5.50/1.07  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.50/1.08  
% 5.50/1.08  **** run 48 fork 7 starts with strategy
% 5.50/1.08  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.50/1.08  
% 5.50/1.08  
% 5.50/1.08  fork 6: search terminated without proof.
% 5.94/1.08  
% 5.94/1.08  **** run 45 fork 4 starts with strategy
% 5.94/1.08  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.94/1.08  
% 5.94/1.08  fork 3: search finished without proof.
% 5.94/1.10  
% 5.94/1.10  **** run 47 fork 6 starts with strategy
% 5.94/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.94/1.10  
% 5.94/1.10  **** run 52 fork 3 starts with strategy
% 5.94/1.10  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 5.94/1.10  
% 5.94/1.10  fork 7: search finished without proof.
% 5.94/1.12  
% 5.94/1.12  **** run 56 fork 7 starts with strategy
% 5.94/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.52/1.16  
% 6.52/1.16  
% 6.52/1.16  fork 1: search terminated without proof.
% 6.65/1.17  
% 6.65/1.17  
% 6.65/1.17  fork 2: search terminated without proof.
% 6.65/1.17  
% 6.65/1.17  
% 6.65/1.17  fork 5: search terminated without proof.
% 6.65/1.17  
% 6.65/1.17  **** run 50 fork 1 starts with strategy
% 6.65/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.65/1.19  
% 6.65/1.19  **** run 51 fork 2 starts with strategy
% 6.65/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.65/1.19  
% 6.65/1.19  **** run 54 fork 5 starts with strategy
% 6.65/1.19  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.65/1.19  
% 6.65/1.19  fork 0: search finished without proof.
% 6.65/1.21  
% 6.65/1.21  
% 6.65/1.21  fork 4: search terminated without proof.
% 6.65/1.21  
% 6.65/1.21  **** run 49 fork 0 starts with strategy
% 6.65/1.21  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.65/1.22  
% 6.65/1.22  
% 6.65/1.22  fork 6: search terminated without proof.
% 6.65/1.23  
% 6.65/1.23  
% 6.65/1.23  fork 3: search terminated without proof.
% 6.65/1.23  
% 6.65/1.23  **** run 53 fork 4 starts with strategy
% 6.65/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.65/1.24  
% 6.65/1.24  
% 6.65/1.24  fork 7: search terminated without proof.
% 6.65/1.24  
% 6.65/1.24  **** run 55 fork 6 starts with strategy
% 6.65/1.24  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.65/1.24  
% 6.65/1.24  **** run 60 fork 3 starts with strategy
% 6.65/1.24  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.65/1.26  
% 6.65/1.26  **** run 64 fork 7 starts with strategy
% 6.65/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.65/1.27  
% 6.65/1.27  fork 3: search finished without proof.
% 7.45/1.30  
% 7.45/1.30  **** run 68 fork 3 starts with strategy
% 7.45/1.30  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.69/1.32  
% 7.69/1.32  
% 7.69/1.32  fork 2: search terminated without proof.
% 7.69/1.32  
% 7.69/1.32  
% 7.69/1.32  fork 1: search terminated without proof.
% 7.69/1.33  
% 7.69/1.33  fork 5: search finished without proof.
% 7.69/1.34  
% 7.69/1.34  **** run 58 fork 1 starts with strategy
% 7.69/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.69/1.34  
% 7.69/1.34  **** run 59 fork 2 starts with strategy
% 7.69/1.34  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.69/1.34  
% 7.69/1.34  **** run 62 fork 5 starts with strategy
% 7.69/1.34  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.69/1.36  
% 7.69/1.36  
% 7.69/1.36  fork 6: search terminated without proof.
% 7.69/1.37  
% 7.69/1.37  
% 7.69/1.37  fork 0: search terminated without proof.
% 7.69/1.38  
% 7.69/1.38  
% 7.69/1.38  fork 4: search terminated without proof.
% 7.69/1.38  
% 7.69/1.38  
% 7.69/1.38  fork 7: search terminated without proof.
% 7.69/1.38  
% 7.69/1.38  **** run 63 fork 6 starts with strategy
% 7.69/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.69/1.38  
% 7.69/1.38  **** run 57 fork 0 starts with strategy
% 7.69/1.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.69/1.39  
% 7.69/1.39  **** run 61 fork 4 starts with strategy
% 7.69/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.35/1.40  
% 8.35/1.40  **** run 72 fork 7 starts with strategy
% 8.35/1.40  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.35/1.42  
% 8.35/1.42  
% 8.35/1.42  fork 3: search terminated without proof.
% 8.35/1.43  
% 8.35/1.43  fork 4: search finished without proof.
% 8.35/1.44  
% 8.35/1.44  **** run 76 fork 3 starts with strategy
% 8.35/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.35/1.45  
% 8.35/1.45  **** run 69 fork 4 starts with strategy
% 8.35/1.45  {"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}
% 8.35/1.46  
% 8.35/1.46  
% 8.35/1.46  fork 1: search terminated without proof.
% 8.35/1.47  
% 8.35/1.47  
% 8.35/1.47  fork 5: search terminated without proof.
% 8.35/1.47  
% 8.35/1.47  
% 8.35/1.47  fork 2: search terminated without proof.
% 8.35/1.48  
% 8.35/1.48  **** run 66 fork 1 starts with strategy
% 8.35/1.48  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.06/1.49  
% 9.06/1.49  **** run 70 fork 5 starts with strategy
% 9.06/1.49  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.06/1.49  
% 9.06/1.49  **** run 67 fork 2 starts with strategy
% 9.06/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 9.19/1.51  
% 9.19/1.51  
% 9.19/1.51  fork 6: search terminated without proof.
% 9.19/1.51  
% 9.19/1.51  
% 9.19/1.51  fork 0: search terminated without proof.
% 9.31/1.51  
% 9.31/1.51  fork 2: search finished without proof.
% 9.31/1.52  
% 9.31/1.52  
% 9.31/1.52  fork 7: search terminated without proof.
% 9.31/1.52  
% 9.31/1.52  **** run 71 fork 6 starts with strategy
% 9.31/1.52  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.31/1.53  
% 9.31/1.53  **** run 65 fork 0 starts with strategy
% 9.31/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 9.31/1.53  
% 9.31/1.53  **** run 75 fork 2 starts with strategy
% 9.31/1.53  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.31/1.54  
% 9.31/1.54  **** run 80 fork 7 starts with strategy
% 9.31/1.54  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 9.31/1.57  
% 9.31/1.57  
% 9.31/1.57  fork 4: search terminated without proof.
% 9.31/1.57  
% 9.31/1.57  fork 3: search finished without proof.
% 9.31/1.58  
% 9.31/1.58  **** run 77 fork 4 starts with strategy
% 9.31/1.58  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.31/1.59  
% 9.31/1.59  **** run 84 fork 3 starts with strategy
% 9.31/1.59  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.31/1.59  
% 9.31/1.59  
% 9.31/1.59  fork 1: search terminated without proof.
% 9.31/1.61  
% 9.31/1.61  **** run 74 fork 1 starts with strategy
% 9.31/1.61  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.07/1.62  
% 10.07/1.62  
% 10.07/1.62  fork 5: search terminated without proof.
% 10.07/1.63  
% 10.07/1.63  **** run 78 fork 5 starts with strategy
% 10.07/1.63  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.07/1.65  
% 10.07/1.65  
% 10.07/1.65  fork 6: search terminated without proof.
% 10.07/1.65  
% 10.07/1.65  
% 10.07/1.65  fork 0: search terminated without proof.
% 10.07/1.65  
% 10.07/1.65  
% 10.07/1.65  fork 2: search terminated without proof.
% 10.07/1.66  
% 10.07/1.66  
% 10.07/1.66  fork 7: search terminated without proof.
% 10.07/1.66  
% 10.07/1.66  **** run 79 fork 6 starts with strategy
% 10.07/1.66  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.07/1.67  
% 10.07/1.67  **** run 73 fork 0 starts with strategy
% 10.07/1.67  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.07/1.67  
% 10.07/1.67  **** run 83 fork 2 starts with strategy
% 10.07/1.67  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.07/1.68  
% 10.07/1.68  **** run 88 fork 7 starts with strategy
% 10.07/1.68  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.72/1.71  
% 10.72/1.71  
% 10.72/1.71  fork 4: search terminated without proof.
% 10.72/1.71  
% 10.72/1.71  
% 10.72/1.71  fork 3: search terminated without proof.
% 10.72/1.72  
% 10.72/1.72  **** run 85 fork 4 starts with strategy
% 10.72/1.72  {"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}
% 10.72/1.72  
% 10.72/1.72  
% 10.72/1.72  fork 1: search terminated without proof.
% 10.72/1.73  
% 10.72/1.73  **** run 92 fork 3 starts with strategy
% 10.72/1.73  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.72/1.74  
% 10.72/1.74  **** run 82 fork 1 starts with strategy
% 10.72/1.74  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.72/1.76  
% 10.72/1.76  
% 10.72/1.76  fork 5: search terminated without proof.
% 10.72/1.78  
% 10.72/1.78  **** run 86 fork 5 starts with strategy
% 10.72/1.78  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.40/1.78  
% 11.40/1.78  
% 11.40/1.78  fork 6: search terminated without proof.
% 11.40/1.79  
% 11.40/1.79  fork 2: search finished without proof.
% 11.40/1.79  
% 11.40/1.79  
% 11.40/1.79  fork 0: search terminated without proof.
% 11.40/1.80  
% 11.40/1.80  
% 11.40/1.80  fork 7: search terminated without proof.
% 11.40/1.80  
% 11.40/1.80  **** run 87 fork 6 starts with strategy
% 11.40/1.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.40/1.80  
% 11.40/1.80  **** run 81 fork 0 starts with strategy
% 11.40/1.80  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 11.40/1.81  
% 11.40/1.81  **** run 91 fork 2 starts with strategy
% 11.40/1.81  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.40/1.82  
% 11.40/1.82  **** run 96 fork 7 starts with strategy
% 11.40/1.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.40/1.85  
% 11.40/1.85  
% 11.40/1.85  fork 4: search terminated without proof.
% 11.40/1.86  
% 11.40/1.86  **** run 93 fork 4 starts with strategy
% 11.40/1.86  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.97/1.88  
% 11.97/1.88  
% 11.97/1.88  fork 1: search terminated without proof.
% 12.12/1.89  
% 12.12/1.89  fork 4: search finished without proof.
% 12.12/1.90  
% 12.12/1.90  **** run 90 fork 1 starts with strategy
% 12.12/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.12/1.91  
% 12.12/1.91  **** run 101 fork 4 starts with strategy
% 12.12/1.91  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 12.12/1.93  
% 12.12/1.93  
% 12.12/1.93  fork 6: search terminated without proof.
% 12.12/1.93  
% 12.12/1.93  
% 12.12/1.93  fork 0: search terminated without proof.
% 12.12/1.93  
% 12.12/1.93  
% 12.12/1.93  fork 5: search terminated without proof.
% 12.12/1.95  
% 12.12/1.95  **** run 95 fork 6 starts with strategy
% 12.12/1.95  
% 12.12/1.95  **** run 89 fork 0 starts with strategy
% 12.12/1.95  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.12/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.12/1.95  
% 12.12/1.95  **** run 94 fork 5 starts with strategy
% 12.12/1.95  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.19/2.07  
% 13.19/2.07  
% 13.19/2.07  fork 0: search terminated without proof.
% 13.19/2.09  
% 13.19/2.09  **** run 97 fork 0 starts with strategy
% 13.19/2.09  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 17.94/2.64  
% 17.94/2.64  
% 17.94/2.64  result: proof found
% 17.94/2.64  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 17.94/2.64  by run 101 fork 4 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 17.94/2.64  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 17.94/2.64  
% 17.94/2.64  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 17.94/2.65  
% 17.94/2.65  run 101 fork 4 statistics:
% 17.94/2.65  ----------------------------------
% 17.94/2.65  this run seconds: 0.473196
% 17.94/2.65  total seconds: 2.009826
% 17.94/2.65  stat_given_used: 870
% 17.94/2.65  stat_given_used_at_endgame: 0
% 17.94/2.65  stat_given_candidates:   4160
% 17.94/2.65  stat_given_candidates_at_endgame: 0
% 17.94/2.65  stat_given_candidates_h: 0
% 17.94/2.65  stat_binres_derived_cl:   15614
% 17.94/2.65  stat_binres_derived_cl_h: 0
% 17.94/2.65  stat_factor_derived_cl: 314
% 17.94/2.65  stat_para_derived_cl: 11623
% 17.94/2.65  stat_tautologies_discarded: 44
% 17.94/2.65  stat_forward_subsumed: 3944
% 17.94/2.65  stat_derived_cut: 2359
% 17.94/2.65  stat_derived_rewritten: 160
% 17.94/2.65  stat_weight_discarded_building: 0
% 17.94/2.65  stat_weight_discarded_cl: 0
% 17.94/2.65  stat_internlimit_discarded_cl: 0
% 17.94/2.65  stat_simplified:  168 simplified 0 derived 0 given
% 17.94/2.65  stat_kept_cl: 23225
% 17.94/2.65  stat_built_cl: 25133
% 17.94/2.65  stat_hyperres_partial_cl: 0
% 17.94/2.65  stat_made_rewriters: 2
% 17.94/2.65  stat_backward_subsumed: 0
% 17.94/2.65  stat_propagated_subsumed: 0
% 17.94/2.65  stat_clsubs_attempted:                    123189
% 17.94/2.65  stat_clsubs_fact_groundunit_found:            20
% 17.94/2.65  stat_clsubs_rule_groundunit_found:             4
% 17.94/2.65  stat_clsubs_top_meta_attempted:            1045265
% 17.94/2.65  stat_clsubs_top_meta_failed:                922076
% 17.94/2.65  stat_clsubs_top_meta_nonpref_attempted:             1045265
% 17.94/2.65  stat_clsubs_top_meta_nonpref_succeeded:              287944
% 17.94/2.65  stat_clsubs_top_meta_pref_attempted:                 287944
% 17.94/2.65  stat_clsubs_top_meta_pref1_succeeded:                234020
% 17.94/2.65  stat_clsubs_top_meta_pref2_succeeded:                140704
% 17.94/2.65  stat_clsubs_top_meta_pref3_succeeded:                123189
% 17.94/2.65  stat_clsubs_top_meta_pref_succeeded:                 123189
% 17.94/2.65  stat_clsubs_meta_attempted:               286367
% 17.94/2.65  stat_clsubs_meta_failed:                  101342
% 17.94/2.65  stat_clsubs_predsymbs_attempted:               0
% 17.94/2.65  stat_clsubs_unit_attempted:                44565
% 17.94/2.65  stat_clsubs_full_attempted:                78624
% 17.94/2.65  stat_forwardsubs_attempted:                27169
% 17.94/2.65  stat_lit_hash_added:                   6928
% 17.94/2.65  stat_lit_hash_computed:              205548
% 17.94/2.65  stat_lit_hash_match_found:             5370
% 17.94/2.65  stat_lit_hash_match_miss:            313210
% 17.94/2.65  stat_lit_hash_cut_ok:                  1348
% 17.94/2.65  stat_lit_strong_cut_ok:                1750
% 17.94/2.65  stat_lit_hash_subsume_ok:              3944
% 17.94/2.65  clqueue els 10000000 used 1
% 17.94/2.65  clactive els 10000000 used 871
% 17.94/2.65  clactivesubsume els 10000000 used 5017
% 17.94/2.65  queue_termbuf els 200000000 used 2138680
% 17.94/2.65  hyper_termbuf els 100000000 used 1
% 17.94/2.65  active_termbuf els 100000000 used 45792
% 17.94/2.65  varstack els 5000 last used 1
% 17.94/2.65  given_termbuf els 10000000 last used 1
% 17.94/2.65  simplified_termbuf els 10000000 last used 1
% 17.94/2.65  derived_termbuf els 10000000 last used 22
% 17.94/2.65  wr_mallocs: 8725
% 17.94/2.65  wr_callocs: 21
% 17.94/2.65  wr_reallocs: 2653
% 17.94/2.65  wr_frees: 2
% 17.94/2.65  wr_malloc_bytes: 4162911588
% 17.94/2.65  wr_calloc_bytes: 112065536
% 17.94/2.65  wr_realloc_bytes: 724392
% 17.94/2.65  wr_realloc_freebytes: 0
% 17.94/2.65  ----------------------------------
%------------------------------------------------------------------------------