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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : COL077-1 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n027.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 18:27:19 EDT 2023

% Result   : Unsatisfiable 23.74s 3.55s
% Output   : CNFRefutation 23.74s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_extensionality1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( apply(eq,pair(X,Y)) = projection2
    | X = Y ),
    inference(cnf_transformation,[],['$inc_extensionality1']) ).

cnf('2',plain,
    apply(apply(apply(apply(apply(abstraction,abstraction),abstraction),abstraction),abstraction),abstraction) != identity,
    inference(cnf_transformation,[],[prove_TRC1a]) ).

cnf('3',plain,
    apply(eq,pair(apply(apply(apply(apply(apply(abstraction,abstraction),abstraction),abstraction),abstraction),abstraction),identity)) = projection2,
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    apply(apply(apply(abstraction,X),Y),Z) = apply(apply(X,k(Z)),apply(Y,Z)),
    inference(cnf_transformation,[],['$inc_abstraction']) ).

cnf('5',plain,
    apply(apply(apply(apply(abstraction,abstraction),X3),Y3),Z3) = apply(apply(k(Y3),k(Z3)),apply(apply(X3,Y3),Z3)),
    inference(paramodulation,[],['4','4']) ).

cnf('6',plain,
    apply(k(X),Y) = X,
    inference(cnf_transformation,[],['$inc_k_definition']) ).

cnf('7',plain,
    apply(apply(apply(apply(abstraction,abstraction),X),Y),Z) = apply(Y,apply(apply(X,Y),Z)),
    inference(simplify,[],['5','6']) ).

cnf('8',plain,
    apply(apply(apply(apply(abstraction,apply(abstraction,abstraction)),X3),Y3),Z3) = apply(apply(X3,Y3),apply(apply(k(Y3),apply(X3,Y3)),Z3)),
    inference(paramodulation,[],['4','7']) ).

cnf('9',plain,
    apply(apply(apply(apply(abstraction,apply(abstraction,abstraction)),X),Y),Z) = apply(apply(X,Y),apply(Y,Z)),
    inference(simplify,[],['8','6']) ).

cnf('10',plain,
    apply(apply(apply(apply(abstraction,apply(abstraction,abstraction)),X3),eq),pair(apply(apply(apply(apply(apply(abstraction,abstraction),abstraction),abstraction),abstraction),abstraction),identity)) = apply(apply(X3,eq),projection2),
    inference(paramodulation,[],['3','9']) ).

cnf('11',plain,
    apply(identity,X) = X,
    inference(cnf_transformation,[],[identity_definition]) ).

cnf('12',plain,
    ( apply(X,n(X,Y)) != apply(Y,n(X,Y))
    | X = Y ),
    inference(cnf_transformation,[],['$inc_extensionality2']) ).

cnf('13',plain,
    ( apply(X,n(X,identity)) != n(X,identity)
    | X = identity ),
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    apply(apply(apply(abstraction,apply(apply(abstraction,abstraction),X3)),Y3),Z3) = apply(k(Z3),apply(apply(X3,k(Z3)),apply(Y3,Z3))),
    inference(paramodulation,[],['4','7']) ).

cnf('15',plain,
    apply(apply(apply(abstraction,apply(apply(abstraction,abstraction),X)),Y),Z) = Z,
    inference(simplify,[then_simplify],['14','4','6']) ).

cnf('16',plain,
    apply(apply(abstraction,apply(apply(abstraction,abstraction),X)),Y) = identity,
    inference(resolution,[],['13','15']) ).

cnf('17',plain,
    ( apply(X,n(X,k(Y))) != Y
    | X = k(Y) ),
    inference(paramodulation,[],['6','12']) ).

cnf('18',plain,
    apply(abstraction,apply(apply(abstraction,abstraction),X)) = k(identity),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    apply(apply(apply(apply(abstraction,abstraction),abstraction),abstraction),X) = k(identity),
    inference(paramodulation,[],['18','7']) ).

cnf('20',plain,
    apply(apply(apply(abstraction,abstraction),abstraction),abstraction) = k(k(identity)),
    inference(resolution,[],['19','17']) ).

cnf('21',plain,
    apply(eq,pair(X,X)) = projection1,
    inference(cnf_transformation,[],['$inc_equality']) ).

cnf('22',plain,
    apply(apply(apply(apply(abstraction,apply(abstraction,abstraction)),X),eq),pair(Y,Y)) = apply(apply(X,eq),projection1),
    inference(paramodulation,[],['21','9']) ).

cnf('23',plain,
    apply(apply(X,eq),projection1) = apply(apply(X,eq),projection2),
    inference(simplify,[then_simplify],['10','20','6','6','22']) ).

cnf('24',plain,
    apply(apply(apply(abstraction,identity),X3),Y3) = apply(k(Y3),apply(X3,Y3)),
    inference(paramodulation,[],['11','4']) ).

cnf('25',plain,
    apply(apply(apply(abstraction,identity),X),Y) = Y,
    inference(simplify,[],['24','6']) ).

cnf('26',plain,
    apply(apply(apply(abstraction,identity),eq),projection2) = projection1,
    inference(paramodulation,[],['23','25']) ).

cnf('27',plain,
    apply(apply(abstraction,identity),X) = identity,
    inference(resolution,[],['13','25']) ).

cnf('28',plain,
    apply(abstraction,identity) = k(identity),
    inference(resolution,[],['27','17']) ).

cnf('29',plain,
    projection2 = projection1,
    inference(simplify,[then_simplify],['26','28','6','11']) ).

cnf('30',plain,
    projection1 != projection2,
    inference(cnf_transformation,[],['$inc_different_projections']) ).

cnf('31',plain,
    apply(projection1,n(projection1,projection2)) != apply(projection2,n(projection1,projection2)),
    inference(resolution,[],['12','30']) ).

cnf('32',plain,
    $false,
    inference(paramodulation,[],['29','31']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : COL077-1 : TPTP v8.1.2. Released v1.2.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n027.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Sun Aug 27 05:36:06 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                    12
% 0.13/0.38  in_rule_clause_count:               12
% 0.13/0.38  in_fact_clause_count:                0
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:              2
% 0.13/0.38  in_unit_clause_count:               10
% 0.13/0.38  in_horn_clause_count:               11
% 0.13/0.38  in_pos_clause_count:                 9
% 0.13/0.38  in_neg_clause_count:                 2
% 0.13/0.38  in_poseq_clause_count:              10
% 0.13/0.38  in_negeq_clause_count:               3
% 0.13/0.38  in_unitposeq_clause_count:           8
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             2
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              6
% 0.13/0.38  in_min_size:               3
% 0.13/0.38  in_max_size:              16
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               3
% 0.13/0.38  in_extaxiom_count:                10
% 0.13/0.38  in_axiom_count:                    1
% 0.13/0.38  in_assumption_count:               0
% 0.13/0.38  in_goal_count:                     1
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.38  
% 0.13/0.38  ]}
% 0.13/0.38  
% 0.13/0.38  
% 0.13/0.38  **** run 1 fork 0 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 2 fork 1 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 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.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}{"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 5 fork 4 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 7: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: 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.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 7: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 4: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 24 fork 7 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 7: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 0: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 5: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 6: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 3: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  **** run 32 fork 7 starts with strategy
% 0.19/0.82  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 2: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  
% 0.19/0.84  fork 4: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 30 fork 5 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.84  
% 0.19/0.84  **** run 31 fork 6 starts with strategy
% 0.19/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.19/0.85  
% 0.19/0.85  
% 0.19/0.85  fork 1: search terminated without proof.
% 0.19/0.85  
% 0.19/0.85  **** run 25 fork 0 starts with strategy
% 0.19/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.19/0.85  
% 0.19/0.85  **** run 28 fork 3 starts with strategy
% 0.19/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.85  
% 0.19/0.85  fork 7: search finished without proof.
% 0.19/0.86  
% 0.19/0.86  **** run 29 fork 4 starts with strategy
% 0.19/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.19/0.87  
% 0.19/0.87  **** run 27 fork 2 starts with strategy
% 0.19/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.87  
% 0.19/0.87  **** run 40 fork 7 starts with strategy
% 0.19/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 0.19/0.88  
% 0.19/0.88  **** run 26 fork 1 starts with strategy
% 0.19/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.65/0.90  
% 3.65/0.90  fork 7: search finished without proof.
% 4.16/0.92  
% 4.16/0.92  **** run 48 fork 7 starts with strategy
% 4.16/0.92  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 5: search terminated without proof.
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 6: search terminated without proof.
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 3: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 2: search terminated without proof.
% 4.43/0.99  
% 4.43/0.99  
% 4.43/0.99  fork 4: search terminated without proof.
% 4.43/0.99  
% 4.43/0.99  **** run 39 fork 6 starts with strategy
% 4.43/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.43/0.99  
% 4.43/0.99  **** run 38 fork 5 starts with strategy
% 4.43/0.99  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.43/1.00  
% 4.43/1.00  **** run 36 fork 3 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.43/1.00  
% 4.43/1.00  
% 4.43/1.00  fork 0: search terminated without proof.
% 4.43/1.00  
% 4.43/1.00  **** run 35 fork 2 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.43/1.01  
% 4.43/1.01  **** run 37 fork 4 starts with strategy
% 4.43/1.01  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.43/1.02  
% 4.43/1.02  
% 4.43/1.02  fork 1: search terminated without proof.
% 4.43/1.02  
% 4.43/1.02  **** run 33 fork 0 starts with strategy
% 4.43/1.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 5.16/1.04  
% 5.16/1.04  fork 2: search finished without proof.
% 5.16/1.04  
% 5.16/1.04  **** run 34 fork 1 starts with strategy
% 5.16/1.04  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.16/1.04  
% 5.16/1.04  
% 5.16/1.04  fork 7: search terminated without proof.
% 5.16/1.05  
% 5.16/1.05  **** run 43 fork 2 starts with strategy
% 5.16/1.05  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.16/1.06  
% 5.16/1.06  **** run 56 fork 7 starts with strategy
% 5.16/1.06  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 5.64/1.11  
% 5.64/1.11  
% 5.64/1.11  fork 6: search terminated without proof.
% 5.64/1.12  
% 5.64/1.12  
% 5.64/1.12  fork 5: search terminated without proof.
% 5.64/1.12  
% 5.64/1.12  
% 5.64/1.12  fork 3: search terminated without proof.
% 5.64/1.13  
% 5.64/1.13  **** run 47 fork 6 starts with strategy
% 5.64/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.64/1.13  
% 5.64/1.13  
% 5.64/1.13  fork 4: search terminated without proof.
% 5.64/1.14  
% 5.64/1.14  **** run 46 fork 5 starts with strategy
% 5.64/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.64/1.14  
% 5.64/1.14  **** run 44 fork 3 starts with strategy
% 5.64/1.14  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.64/1.15  
% 5.64/1.15  
% 5.64/1.15  fork 0: search terminated without proof.
% 6.16/1.16  
% 6.16/1.16  **** run 45 fork 4 starts with strategy
% 6.16/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.16/1.16  
% 6.16/1.16  
% 6.16/1.16  fork 1: search terminated without proof.
% 6.20/1.17  
% 6.20/1.17  **** run 41 fork 0 starts with strategy
% 6.20/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.20/1.17  
% 6.20/1.17  
% 6.20/1.17  fork 2: search terminated without proof.
% 6.20/1.18  
% 6.20/1.18  **** run 42 fork 1 starts with strategy
% 6.20/1.18  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.20/1.19  
% 6.20/1.19  
% 6.20/1.19  fork 7: search terminated without proof.
% 6.20/1.19  
% 6.20/1.19  **** run 51 fork 2 starts with strategy
% 6.20/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.54/1.21  
% 6.54/1.21  **** run 64 fork 7 starts with strategy
% 6.54/1.21  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.81/1.25  
% 6.81/1.25  
% 6.81/1.25  fork 6: search terminated without proof.
% 6.81/1.26  
% 6.81/1.26  **** run 55 fork 6 starts with strategy
% 6.81/1.26  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.81/1.27  
% 6.81/1.27  
% 6.81/1.27  fork 5: search terminated without proof.
% 6.81/1.27  
% 6.81/1.27  
% 6.81/1.27  fork 3: search terminated without proof.
% 6.81/1.28  
% 6.81/1.28  
% 6.81/1.28  fork 4: search terminated without proof.
% 6.81/1.29  
% 6.81/1.29  
% 6.81/1.29  fork 0: search terminated without proof.
% 6.81/1.29  
% 6.81/1.29  **** run 54 fork 5 starts with strategy
% 6.81/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.81/1.29  
% 6.81/1.29  **** run 52 fork 3 starts with strategy
% 6.81/1.29  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.81/1.30  
% 6.81/1.30  **** run 53 fork 4 starts with strategy
% 6.81/1.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.81/1.31  
% 6.81/1.31  **** run 49 fork 0 starts with strategy
% 6.81/1.31  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.81/1.31  
% 6.81/1.31  
% 6.81/1.31  fork 1: search terminated without proof.
% 6.81/1.32  
% 6.81/1.32  
% 6.81/1.32  fork 2: search terminated without proof.
% 6.81/1.33  
% 6.81/1.33  
% 6.81/1.33  fork 7: search terminated without proof.
% 7.55/1.33  
% 7.55/1.33  **** run 50 fork 1 starts with strategy
% 7.55/1.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.55/1.34  
% 7.55/1.34  **** run 59 fork 2 starts with strategy
% 7.55/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.55/1.35  
% 7.55/1.35  **** run 72 fork 7 starts with strategy
% 7.55/1.35  {"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}
% 7.55/1.38  
% 7.55/1.38  
% 7.55/1.38  fork 6: search terminated without proof.
% 8.02/1.40  
% 8.02/1.40  **** run 63 fork 6 starts with strategy
% 8.02/1.40  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 8.02/1.41  
% 8.02/1.41  
% 8.02/1.41  fork 5: search terminated without proof.
% 8.02/1.42  
% 8.02/1.42  
% 8.02/1.42  fork 3: search terminated without proof.
% 8.02/1.43  
% 8.02/1.43  
% 8.02/1.43  fork 4: search terminated without proof.
% 8.02/1.43  
% 8.02/1.43  
% 8.02/1.43  fork 0: search terminated without proof.
% 8.02/1.43  
% 8.02/1.43  **** run 62 fork 5 starts with strategy
% 8.02/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.02/1.44  
% 8.02/1.44  **** run 60 fork 3 starts with strategy
% 8.02/1.44  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.02/1.45  
% 8.02/1.45  
% 8.02/1.45  fork 1: search terminated without proof.
% 8.02/1.46  
% 8.02/1.46  **** run 57 fork 0 starts with strategy
% 8.02/1.46  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.02/1.46  
% 8.02/1.46  **** run 61 fork 4 starts with strategy
% 8.02/1.46  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.02/1.46  
% 8.02/1.46  fork 5: search finished without proof.
% 8.02/1.47  
% 8.02/1.47  
% 8.02/1.47  fork 2: search terminated without proof.
% 8.02/1.47  
% 8.02/1.47  fork 3: search finished without proof.
% 8.02/1.47  
% 8.02/1.47  
% 8.02/1.47  fork 7: search terminated without proof.
% 8.02/1.48  
% 8.02/1.48  **** run 70 fork 5 starts with strategy
% 8.02/1.48  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.02/1.49  
% 8.02/1.49  **** run 80 fork 7 starts with strategy
% 8.02/1.49  
% 8.02/1.49  **** run 68 fork 3 starts with strategy
% 8.02/1.49  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.02/1.49  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 8.02/1.49  
% 8.02/1.49  **** run 67 fork 2 starts with strategy
% 8.02/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.02/1.52  
% 8.02/1.52  **** run 58 fork 1 starts with strategy
% 8.02/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.02/1.52  
% 8.02/1.52  
% 8.02/1.52  fork 6: search terminated without proof.
% 8.02/1.54  
% 8.02/1.54  **** run 71 fork 6 starts with strategy
% 8.02/1.54  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.02/1.58  
% 8.02/1.58  
% 8.02/1.58  fork 0: search terminated without proof.
% 8.02/1.58  
% 8.02/1.58  
% 8.02/1.58  fork 4: search terminated without proof.
% 8.02/1.60  
% 8.02/1.60  **** run 65 fork 0 starts with strategy
% 8.02/1.60  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.02/1.60  
% 8.02/1.60  **** run 69 fork 4 starts with strategy
% 8.02/1.60  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.02/1.60  
% 8.02/1.60  
% 8.02/1.60  fork 5: search terminated without proof.
% 8.02/1.61  
% 8.02/1.61  
% 8.02/1.61  fork 7: search terminated without proof.
% 8.02/1.61  
% 8.02/1.61  
% 8.02/1.61  fork 3: search terminated without proof.
% 8.02/1.61  
% 8.02/1.61  
% 8.02/1.61  fork 2: search terminated without proof.
% 8.02/1.63  
% 8.02/1.63  **** run 78 fork 5 starts with strategy
% 8.02/1.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.02/1.63  
% 8.02/1.63  **** run 88 fork 7 starts with strategy
% 8.02/1.63  {"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}
% 8.02/1.63  
% 8.02/1.63  **** run 76 fork 3 starts with strategy
% 8.02/1.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.02/1.63  
% 8.02/1.63  **** run 75 fork 2 starts with strategy
% 8.02/1.63  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.10/1.67  
% 10.10/1.67  
% 10.10/1.67  fork 6: search terminated without proof.
% 10.10/1.69  
% 10.10/1.69  **** run 79 fork 6 starts with strategy
% 10.10/1.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.46/1.71  
% 10.46/1.71  
% 10.46/1.71  fork 1: search terminated without proof.
% 10.46/1.71  
% 10.46/1.71  fork 6: search finished without proof.
% 10.46/1.73  
% 10.46/1.73  
% 10.46/1.73  fork 4: search terminated without proof.
% 10.46/1.73  
% 10.46/1.73  **** run 87 fork 6 starts with strategy
% 10.46/1.73  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.46/1.73  
% 10.46/1.73  **** run 66 fork 1 starts with strategy
% 10.46/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 10.70/1.75  
% 10.70/1.75  
% 10.70/1.75  fork 5: search terminated without proof.
% 10.70/1.75  
% 10.70/1.75  **** run 77 fork 4 starts with strategy
% 10.70/1.75  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.70/1.75  
% 10.70/1.75  
% 10.70/1.75  fork 3: search terminated without proof.
% 10.70/1.76  
% 10.70/1.76  
% 10.70/1.76  fork 0: search terminated without proof.
% 10.70/1.76  
% 10.70/1.76  
% 10.70/1.76  fork 2: search terminated without proof.
% 10.70/1.76  
% 10.70/1.76  
% 10.70/1.76  fork 7: search terminated without proof.
% 10.70/1.76  
% 10.70/1.76  fork 1: search finished without proof.
% 10.70/1.77  
% 10.70/1.77  **** run 86 fork 5 starts with strategy
% 10.70/1.77  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.70/1.77  
% 10.70/1.77  **** run 84 fork 3 starts with strategy
% 10.70/1.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.70/1.78  
% 10.70/1.78  **** run 73 fork 0 starts with strategy
% 10.70/1.78  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.70/1.78  
% 10.70/1.78  **** run 83 fork 2 starts with strategy
% 10.70/1.78  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.70/1.78  
% 10.70/1.78  **** run 74 fork 1 starts with strategy
% 10.70/1.78  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.70/1.78  
% 10.70/1.78  **** run 96 fork 7 starts with strategy
% 10.70/1.78  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.38/1.86  
% 11.38/1.86  
% 11.38/1.86  fork 6: search terminated without proof.
% 11.38/1.87  
% 11.38/1.87  **** run 95 fork 6 starts with strategy
% 11.38/1.87  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.38/1.88  
% 11.38/1.88  
% 11.38/1.88  fork 4: search terminated without proof.
% 11.86/1.89  
% 11.86/1.89  
% 11.86/1.89  fork 5: search terminated without proof.
% 11.86/1.90  
% 11.86/1.90  **** run 85 fork 4 starts with strategy
% 11.86/1.90  
% 11.86/1.90  
% 11.86/1.90  fork 3: search terminated without proof.
% 11.86/1.90  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.86/1.90  
% 11.86/1.90  
% 11.86/1.90  fork 2: search terminated without proof.
% 11.86/1.90  
% 11.86/1.90  
% 11.86/1.90  fork 0: search terminated without proof.
% 11.86/1.90  
% 11.86/1.90  
% 11.86/1.90  fork 1: search terminated without proof.
% 11.86/1.91  
% 11.86/1.91  **** run 94 fork 5 starts with strategy
% 11.86/1.91  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.86/1.92  
% 11.86/1.92  **** run 92 fork 3 starts with strategy
% 11.86/1.92  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.86/1.92  
% 11.86/1.92  **** run 91 fork 2 starts with strategy
% 11.86/1.92  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.86/1.92  
% 11.86/1.92  **** run 81 fork 0 starts with strategy
% 11.86/1.92  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.86/1.93  
% 11.86/1.93  **** run 82 fork 1 starts with strategy
% 11.86/1.93  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 12.82/2.03  
% 12.82/2.03  
% 12.82/2.03  fork 4: search terminated without proof.
% 13.04/2.04  
% 13.04/2.04  
% 13.04/2.04  fork 3: search terminated without proof.
% 13.04/2.04  
% 13.04/2.04  **** run 93 fork 4 starts with strategy
% 13.04/2.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.04/2.04  
% 13.04/2.04  
% 13.04/2.04  fork 0: search terminated without proof.
% 13.04/2.04  
% 13.04/2.04  
% 13.04/2.04  fork 2: search terminated without proof.
% 13.04/2.05  
% 13.04/2.05  
% 13.04/2.05  fork 1: search terminated without proof.
% 13.04/2.06  
% 13.04/2.06  **** run 100 fork 3 starts with strategy
% 13.04/2.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.04/2.06  
% 13.04/2.06  **** run 99 fork 2 starts with strategy
% 13.04/2.06  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.04/2.06  
% 13.04/2.06  **** run 89 fork 0 starts with strategy
% 13.04/2.06  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 13.04/2.07  
% 13.04/2.07  **** run 90 fork 1 starts with strategy
% 13.04/2.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 13.78/2.19  
% 13.78/2.19  
% 13.78/2.19  fork 0: search terminated without proof.
% 13.78/2.21  
% 13.78/2.21  **** run 97 fork 0 starts with strategy
% 13.78/2.21  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.78/2.21  
% 13.78/2.21  
% 13.78/2.21  fork 1: search terminated without proof.
% 13.78/2.23  
% 13.78/2.23  **** run 98 fork 1 starts with strategy
% 13.78/2.23  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.36/2.81  
% 18.36/2.81  
% 18.36/2.81  fork 7: search terminated without proof.
% 18.36/2.86  
% 18.36/2.86  **** run 104 fork 7 starts with strategy
% 18.36/2.86  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 19.48/2.94  
% 19.48/2.94  
% 19.48/2.94  fork 5: search terminated without proof.
% 19.48/2.94  
% 19.48/2.94  
% 19.48/2.94  fork 6: search terminated without proof.
% 19.48/2.97  
% 19.48/2.97  **** run 103 fork 6 starts with strategy
% 19.48/2.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.48/2.98  
% 19.48/2.98  **** run 102 fork 5 starts with strategy
% 19.48/2.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.39/3.08  
% 20.39/3.08  
% 20.39/3.08  fork 4: search terminated without proof.
% 21.07/3.09  
% 21.07/3.09  
% 21.07/3.09  fork 2: search terminated without proof.
% 21.17/3.12  
% 21.17/3.12  **** run 101 fork 4 starts with strategy
% 21.17/3.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.17/3.13  
% 21.17/3.13  **** run 107 fork 2 starts with strategy
% 21.17/3.13  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 23.25/3.41  
% 23.25/3.41  
% 23.25/3.41  fork 0: search terminated without proof.
% 23.25/3.43  
% 23.25/3.43  
% 23.25/3.43  fork 1: search terminated without proof.
% 23.25/3.44  
% 23.25/3.44  **** run 105 fork 0 starts with strategy
% 23.25/3.44  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 23.25/3.45  
% 23.25/3.45  **** run 106 fork 1 starts with strategy
% 23.25/3.45  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 23.74/3.55  
% 23.74/3.55  
% 23.74/3.55  result: proof found
% 23.74/3.55  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 23.74/3.55  by run 100 fork 3 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 23.74/3.55  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 23.74/3.55  
% 23.74/3.55  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 23.74/3.55  
% 23.74/3.55  run 100 fork 3 statistics:
% 23.74/3.55  ----------------------------------
% 23.74/3.55  this run seconds: 0.720618
% 23.74/3.55  total seconds: 2.419390
% 23.74/3.55  stat_given_used: 570
% 23.74/3.55  stat_given_used_at_endgame: 0
% 23.74/3.55  stat_given_candidates:   3909
% 23.74/3.55  stat_given_candidates_at_endgame: 0
% 23.74/3.55  stat_given_candidates_h: 0
% 23.74/3.55  stat_binres_derived_cl:   93
% 23.74/3.55  stat_binres_derived_cl_h: 0
% 23.74/3.55  stat_factor_derived_cl: 1
% 23.74/3.55  stat_para_derived_cl: 20895
% 23.74/3.55  stat_tautologies_discarded: 0
% 23.74/3.55  stat_forward_subsumed: 3710
% 23.74/3.55  stat_derived_cut: 2
% 23.74/3.55  stat_derived_rewritten: 260
% 23.74/3.55  stat_weight_discarded_building: 0
% 23.74/3.55  stat_weight_discarded_cl: 727
% 23.74/3.55  stat_internlimit_discarded_cl: 0
% 23.74/3.55  stat_simplified:  260 simplified 0 derived 0 given
% 23.74/3.55  stat_kept_cl: 16015
% 23.74/3.55  stat_built_cl: 18142
% 23.74/3.55  stat_hyperres_partial_cl: 0
% 23.74/3.55  stat_made_rewriters: 501
% 23.74/3.55  stat_backward_subsumed: 0
% 23.74/3.55  stat_propagated_subsumed: 0
% 23.74/3.55  stat_clsubs_attempted:                     29834
% 23.74/3.55  stat_clsubs_fact_groundunit_found:             0
% 23.74/3.55  stat_clsubs_rule_groundunit_found:             2
% 23.74/3.55  stat_clsubs_top_meta_attempted:             147689
% 23.74/3.55  stat_clsubs_top_meta_failed:                117855
% 23.74/3.55  stat_clsubs_top_meta_nonpref_attempted:              147689
% 23.74/3.55  stat_clsubs_top_meta_nonpref_succeeded:               57737
% 23.74/3.55  stat_clsubs_top_meta_pref_attempted:                  57737
% 23.74/3.55  stat_clsubs_top_meta_pref1_succeeded:                 57551
% 23.74/3.55  stat_clsubs_top_meta_pref2_succeeded:                 56521
% 23.74/3.55  stat_clsubs_top_meta_pref3_succeeded:                 29834
% 23.74/3.55  stat_clsubs_top_meta_pref_succeeded:                  29834
% 23.74/3.55  stat_clsubs_meta_attempted:                29955
% 23.74/3.55  stat_clsubs_meta_failed:                     549
% 23.74/3.55  stat_clsubs_predsymbs_attempted:               0
% 23.74/3.55  stat_clsubs_unit_attempted:                29816
% 23.74/3.55  stat_clsubs_full_attempted:                   18
% 23.74/3.55  stat_forwardsubs_attempted:                20452
% 23.74/3.55  stat_lit_hash_added:                  16398
% 23.74/3.55  stat_lit_hash_computed:               37996
% 23.74/3.55  stat_lit_hash_match_found:             3729
% 23.74/3.55  stat_lit_hash_match_miss:             35244
% 23.74/3.55  stat_lit_hash_cut_ok:                     2
% 23.74/3.55  stat_lit_strong_cut_ok:                   0
% 23.74/3.55  stat_lit_hash_subsume_ok:              3710
% 23.74/3.55  clqueue els 10000000 used 1
% 23.74/3.55  clactive els 10000000 used 571
% 23.74/3.55  clactivesubsume els 10000000 used 3037
% 23.74/3.55  queue_termbuf els 200000000 used 2310488
% 23.74/3.55  hyper_termbuf els 100000000 used 1
% 23.74/3.55  active_termbuf els 100000000 used 46156
% 23.74/3.55  varstack els 5000 last used 1
% 23.74/3.55  given_termbuf els 10000000 last used 1
% 23.74/3.55  simplified_termbuf els 10000000 last used 1
% 23.74/3.55  derived_termbuf els 10000000 last used 50
% 23.74/3.55  wr_mallocs: 64145
% 23.74/3.55  wr_callocs: 21
% 23.74/3.55  wr_reallocs: 3919
% 23.74/3.55  wr_frees: 2
% 23.74/3.55  wr_malloc_bytes: 4164817588
% 23.74/3.55  wr_calloc_bytes: 112065536
% 23.74/3.55  wr_realloc_bytes: 646632
% 23.74/3.55  wr_realloc_freebytes: 0
% 23.74/3.55  ----------------------------------
%------------------------------------------------------------------------------