TSTP Solution File: GRP184-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP184-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 114.98s 14.94s
% Output   : CNFRefutation 114.98s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named p21x_2)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    inverse(inverse(X)) = X,
    inference(cnf_transformation,[],[p21x_2]) ).

cnf('2',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('3',plain,
    multiply(X,inverse(X)) = identity,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('5',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('6',plain,
    multiply(least_upper_bound(X,identity),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    multiply(least_upper_bound(X3,identity),inverse(X3)) = least_upper_bound(identity,inverse(X3)),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    inverse(identity) = identity,
    inference(cnf_transformation,[],[p21x_1]) ).

cnf('9',plain,
    inverse(greatest_lower_bound(X,Y)) = least_upper_bound(inverse(X),inverse(Y)),
    inference(cnf_transformation,[],[p21x_4]) ).

cnf('10',plain,
    inverse(greatest_lower_bound(identity,X)) = least_upper_bound(identity,inverse(X)),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    multiply(least_upper_bound(X,identity),inverse(X)) = inverse(greatest_lower_bound(identity,X)),
    inference(simplify,[],['7','10']) ).

cnf('12',plain,
    inverse(multiply(X,Y)) = multiply(inverse(Y),inverse(X)),
    inference(cnf_transformation,[],[p21x_3]) ).

cnf('13',plain,
    inverse(X3) = multiply(inverse(X3),inverse(identity)),
    inference(paramodulation,[],['4','12']) ).

cnf('14',plain,
    inverse(X) = multiply(inverse(X),identity),
    inference(simplify,[],['13','8']) ).

cnf('15',plain,
    inverse(inverse(X3)) = multiply(X3,identity),
    inference(paramodulation,[],['1','14']) ).

cnf('16',plain,
    X = multiply(X,identity),
    inference(simplify,[],['15','1']) ).

cnf('17',plain,
    multiply(X,least_upper_bound(Y,Z)) = least_upper_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub1']) ).

cnf('18',plain,
    multiply(X,least_upper_bound(Y,identity)) = least_upper_bound(multiply(X,Y),X),
    inference(paramodulation,[],['16','17']) ).

cnf('19',plain,
    multiply(least_upper_bound(X3,identity),least_upper_bound(inverse(X3),identity)) = least_upper_bound(inverse(greatest_lower_bound(identity,X3)),least_upper_bound(X3,identity)),
    inference(paramodulation,[],['11','18']) ).

cnf('20',plain,
    inverse(greatest_lower_bound(X,identity)) = least_upper_bound(inverse(X),identity),
    inference(paramodulation,[],['8','9']) ).

cnf('21',plain,
    multiply(inverse(X3),least_upper_bound(X3,identity)) = least_upper_bound(identity,inverse(X3)),
    inference(paramodulation,[],['2','18']) ).

cnf('22',plain,
    multiply(inverse(X),least_upper_bound(X,identity)) = inverse(greatest_lower_bound(identity,X)),
    inference(simplify,[],['21','10']) ).

cnf('23',plain,
    multiply(least_upper_bound(inverse(X3),identity),least_upper_bound(X3,identity)) = least_upper_bound(inverse(greatest_lower_bound(identity,X3)),least_upper_bound(X3,identity)),
    inference(paramodulation,[],['22','6']) ).

cnf('24',plain,
    multiply(inverse(greatest_lower_bound(X,identity)),least_upper_bound(X,identity)) = least_upper_bound(inverse(greatest_lower_bound(identity,X)),least_upper_bound(X,identity)),
    inference(simplify,[],['23','20']) ).

cnf('25',plain,
    multiply(least_upper_bound(X,identity),inverse(greatest_lower_bound(X,identity))) = multiply(inverse(greatest_lower_bound(X,identity)),least_upper_bound(X,identity)),
    inference(simplify,[then_simplify],['19','20','24']) ).

cnf('26',plain,
    multiply(least_upper_bound(a,identity),inverse(greatest_lower_bound(a,identity))) != multiply(inverse(greatest_lower_bound(a,identity)),least_upper_bound(a,identity)),
    inference(cnf_transformation,[],[prove_p21x]) ).

cnf('27',plain,
    $false,
    inference(resolution,[],['25','26']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP184-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Mon Aug 28 20:46:28 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.37  
% 0.12/0.37  input clause set summed statistics:
% 0.12/0.37  ----------------------------------
% 0.12/0.37  in_clause_count:                    21
% 0.12/0.37  in_rule_clause_count:               21
% 0.12/0.37  in_fact_clause_count:                0
% 0.12/0.37  in_answer_clause_count:              0
% 0.12/0.37  in_ground_clause_count:              2
% 0.12/0.37  in_unit_clause_count:               21
% 0.12/0.37  in_horn_clause_count:               21
% 0.12/0.37  in_pos_clause_count:                20
% 0.12/0.37  in_neg_clause_count:                 1
% 0.12/0.37  in_poseq_clause_count:              20
% 0.12/0.37  in_negeq_clause_count:               1
% 0.12/0.37  in_unitposeq_clause_count:          20
% 0.12/0.37  in_chain_clause_count:               0
% 0.12/0.37  in_min_length:             1
% 0.12/0.37  in_max_length:             1
% 0.12/0.37  in_min_depth:              2
% 0.12/0.37  in_max_depth:              4
% 0.12/0.37  in_min_size:               4
% 0.12/0.37  in_max_size:              17
% 0.12/0.37  in_min_vars:               0
% 0.12/0.37  in_max_vars:               3
% 0.12/0.37  in_extaxiom_count:                15
% 0.12/0.37  in_axiom_count:                    0
% 0.12/0.37  in_assumption_count:               5
% 0.12/0.37  in_goal_count:                     1
% 0.12/0.37  in_neg_goal_count:                 1
% 0.12/0.37  in_pos_goal_count:                 0
% 0.12/0.37  in_posunit_goal_count:             0
% 0.12/0.37  
% 0.12/0.37  auto guide:
% 0.12/0.37  -----------
% 0.12/0.37  {
% 0.12/0.37  "print":1,
% 0.12/0.37  "print_level": 15,
% 0.12/0.37  "max_size": 0,
% 0.12/0.37  "max_depth": 0,
% 0.12/0.37  "max_length": 0,
% 0.12/0.37  "max_dseconds": 0,
% 0.12/0.37  "runs":[
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.12/0.38  
% 0.12/0.38  **** run 7 fork 6 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 8 fork 7 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 3: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 6: 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.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 2.02/0.64  
% 2.02/0.64  
% 2.02/0.64  fork 6: search terminated without proof.
% 2.02/0.64  
% 2.02/0.64  
% 2.02/0.64  fork 2: search terminated without proof.
% 2.02/0.64  
% 2.02/0.64  
% 2.02/0.64  fork 5: search terminated without proof.
% 2.02/0.65  
% 2.02/0.65  
% 2.02/0.65  fork 4: search terminated without proof.
% 2.02/0.65  
% 2.02/0.65  
% 2.02/0.65  fork 3: search terminated without proof.
% 2.02/0.66  
% 2.02/0.66  
% 2.02/0.66  fork 0: search terminated without proof.
% 2.02/0.66  
% 2.02/0.66  **** run 23 fork 6 starts with strategy
% 2.02/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.02/0.67  
% 2.02/0.67  **** run 19 fork 2 starts with strategy
% 2.02/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.02/0.67  
% 2.02/0.67  **** run 22 fork 5 starts with strategy
% 2.02/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.02/0.67  
% 2.02/0.67  
% 2.02/0.67  fork 7: search terminated without proof.
% 2.02/0.68  
% 2.02/0.68  **** run 20 fork 3 starts with strategy
% 2.02/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.02/0.68  
% 2.02/0.68  
% 2.02/0.68  fork 1: search terminated without proof.
% 2.02/0.68  
% 2.02/0.68  **** run 21 fork 4 starts with strategy
% 2.02/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.02/0.68  
% 2.02/0.68  **** run 17 fork 0 starts with strategy
% 2.02/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.02/0.70  
% 2.02/0.70  **** run 24 fork 7 starts with strategy
% 2.02/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.02/0.70  
% 2.02/0.70  **** run 18 fork 1 starts with strategy
% 2.02/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.80/0.78  
% 2.80/0.78  
% 2.80/0.78  fork 5: search terminated without proof.
% 2.80/0.79  
% 2.80/0.79  
% 2.80/0.79  fork 6: search terminated without proof.
% 3.38/0.80  
% 3.38/0.80  
% 3.38/0.80  fork 2: search terminated without proof.
% 3.38/0.80  
% 3.38/0.80  **** run 30 fork 5 starts with strategy
% 3.38/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.38/0.81  
% 3.38/0.81  
% 3.38/0.81  fork 3: search terminated without proof.
% 3.38/0.81  
% 3.38/0.81  
% 3.38/0.81  fork 4: search terminated without proof.
% 3.38/0.81  
% 3.38/0.81  
% 3.38/0.81  fork 7: search terminated without proof.
% 3.38/0.81  
% 3.38/0.81  **** run 31 fork 6 starts with strategy
% 3.38/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.38/0.81  
% 3.38/0.81  
% 3.38/0.81  fork 0: search terminated without proof.
% 3.38/0.82  
% 3.38/0.82  **** run 27 fork 2 starts with strategy
% 3.38/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.38/0.83  
% 3.38/0.83  **** run 28 fork 3 starts with strategy
% 3.38/0.83  
% 3.38/0.83  **** run 29 fork 4 starts with strategy
% 3.38/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.38/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.38/0.84  
% 3.38/0.84  
% 3.38/0.84  fork 1: search terminated without proof.
% 3.38/0.84  
% 3.38/0.84  **** run 32 fork 7 starts with strategy
% 3.38/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.38/0.84  
% 3.38/0.84  **** run 25 fork 0 starts with strategy
% 3.38/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.38/0.86  
% 3.38/0.86  **** run 26 fork 1 starts with strategy
% 3.38/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.41/0.94  
% 4.41/0.94  
% 4.41/0.94  fork 6: search terminated without proof.
% 4.41/0.94  
% 4.41/0.94  
% 4.41/0.94  fork 5: search terminated without proof.
% 4.41/0.95  
% 4.41/0.95  
% 4.41/0.95  fork 2: search terminated without proof.
% 4.41/0.95  
% 4.41/0.95  
% 4.41/0.95  fork 3: search terminated without proof.
% 4.41/0.95  
% 4.41/0.95  
% 4.41/0.95  fork 4: search terminated without proof.
% 4.41/0.95  
% 4.41/0.95  **** run 39 fork 6 starts with strategy
% 4.41/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.41/0.96  
% 4.41/0.96  **** run 38 fork 5 starts with strategy
% 4.41/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.41/0.96  
% 4.41/0.96  
% 4.41/0.96  fork 0: search terminated without proof.
% 4.41/0.97  
% 4.41/0.97  **** run 35 fork 2 starts with strategy
% 4.41/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.41/0.97  
% 4.41/0.97  **** run 36 fork 3 starts with strategy
% 4.41/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.41/0.98  
% 4.41/0.98  **** run 37 fork 4 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.41/0.98  
% 4.41/0.98  
% 4.41/0.98  fork 7: search terminated without proof.
% 4.41/0.99  
% 4.41/0.99  
% 4.41/0.99  fork 1: search terminated without proof.
% 4.41/0.99  
% 4.41/0.99  **** run 33 fork 0 starts with strategy
% 4.41/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.41/1.00  
% 4.41/1.00  **** run 40 fork 7 starts with strategy
% 4.41/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.41/1.01  
% 4.41/1.01  **** run 34 fork 1 starts with strategy
% 4.41/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.19/1.08  
% 5.19/1.08  
% 5.19/1.08  fork 6: search terminated without proof.
% 5.19/1.08  
% 5.19/1.08  
% 5.19/1.08  fork 5: search terminated without proof.
% 5.19/1.09  
% 5.19/1.09  
% 5.19/1.09  fork 2: search terminated without proof.
% 5.78/1.09  
% 5.78/1.09  
% 5.78/1.09  fork 3: search terminated without proof.
% 5.78/1.10  
% 5.78/1.10  **** run 47 fork 6 starts with strategy
% 5.78/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.78/1.10  
% 5.78/1.10  
% 5.78/1.10  fork 4: search terminated without proof.
% 5.78/1.10  
% 5.78/1.10  **** run 46 fork 5 starts with strategy
% 5.78/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.78/1.11  
% 5.78/1.11  
% 5.78/1.11  fork 0: search terminated without proof.
% 5.78/1.12  
% 5.78/1.12  **** run 44 fork 3 starts with strategy
% 5.78/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.78/1.12  
% 5.78/1.12  **** run 43 fork 2 starts with strategy
% 5.78/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.78/1.12  
% 5.78/1.12  **** run 45 fork 4 starts with strategy
% 5.78/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.78/1.12  
% 5.78/1.12  
% 5.78/1.12  fork 7: search terminated without proof.
% 5.78/1.13  
% 5.78/1.13  fork 5: search finished without proof.
% 5.78/1.13  
% 5.78/1.13  
% 5.78/1.13  fork 1: search terminated without proof.
% 5.78/1.14  
% 5.78/1.14  **** run 41 fork 0 starts with strategy
% 5.78/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.78/1.14  
% 5.78/1.14  **** run 48 fork 7 starts with strategy
% 5.78/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.78/1.14  
% 5.78/1.14  **** run 54 fork 5 starts with strategy
% 5.78/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.78/1.16  
% 5.78/1.16  **** run 42 fork 1 starts with strategy
% 5.78/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.52/1.22  
% 6.52/1.22  
% 6.52/1.22  fork 6: search terminated without proof.
% 6.79/1.23  
% 6.79/1.23  **** run 55 fork 6 starts with strategy
% 6.79/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.79/1.24  
% 6.79/1.24  
% 6.79/1.24  fork 4: search terminated without proof.
% 6.79/1.24  
% 6.79/1.24  
% 6.79/1.24  fork 2: search terminated without proof.
% 6.79/1.24  
% 6.79/1.24  
% 6.79/1.24  fork 3: search terminated without proof.
% 6.79/1.26  
% 6.79/1.26  **** run 53 fork 4 starts with strategy
% 6.79/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.79/1.26  
% 6.79/1.26  **** run 52 fork 3 starts with strategy
% 6.79/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.79/1.26  
% 6.79/1.26  
% 6.79/1.26  fork 0: search terminated without proof.
% 6.79/1.26  
% 6.79/1.26  **** run 51 fork 2 starts with strategy
% 6.79/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.79/1.27  
% 6.79/1.27  
% 6.79/1.27  fork 5: search terminated without proof.
% 6.79/1.28  
% 6.79/1.28  
% 6.79/1.28  fork 7: search terminated without proof.
% 6.79/1.29  
% 6.79/1.29  
% 6.79/1.29  fork 1: search terminated without proof.
% 6.79/1.29  
% 6.79/1.29  **** run 62 fork 5 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.79/1.29  
% 6.79/1.29  **** run 49 fork 0 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.79/1.30  
% 6.79/1.30  **** run 56 fork 7 starts with strategy
% 6.79/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.43/1.31  
% 7.43/1.31  fork 2: search finished without proof.
% 7.43/1.31  
% 7.43/1.31  **** run 50 fork 1 starts with strategy
% 7.43/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.43/1.33  
% 7.43/1.33  **** run 59 fork 2 starts with strategy
% 7.43/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.43/1.35  
% 7.43/1.35  
% 7.43/1.35  fork 6: search terminated without proof.
% 7.43/1.37  
% 7.43/1.37  **** run 63 fork 6 starts with strategy
% 7.43/1.37  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.99/1.38  
% 7.99/1.38  
% 7.99/1.38  fork 4: search terminated without proof.
% 7.99/1.38  
% 7.99/1.38  
% 7.99/1.38  fork 3: search terminated without proof.
% 7.99/1.40  
% 7.99/1.40  **** run 61 fork 4 starts with strategy
% 7.99/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.99/1.40  
% 7.99/1.40  **** run 60 fork 3 starts with strategy
% 7.99/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.99/1.41  
% 7.99/1.41  
% 7.99/1.41  fork 0: search terminated without proof.
% 7.99/1.41  
% 7.99/1.41  
% 7.99/1.41  fork 5: search terminated without proof.
% 7.99/1.42  
% 7.99/1.42  
% 7.99/1.42  fork 7: search terminated without proof.
% 7.99/1.43  
% 7.99/1.43  **** run 70 fork 5 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.99/1.43  
% 7.99/1.43  
% 7.99/1.43  fork 1: search terminated without proof.
% 7.99/1.43  
% 7.99/1.43  **** run 57 fork 0 starts with strategy
% 7.99/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.99/1.45  
% 7.99/1.45  **** run 64 fork 7 starts with strategy
% 7.99/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.99/1.45  
% 7.99/1.45  
% 7.99/1.45  fork 2: search terminated without proof.
% 7.99/1.46  
% 7.99/1.46  **** run 58 fork 1 starts with strategy
% 7.99/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.75/1.47  
% 8.75/1.47  **** run 67 fork 2 starts with strategy
% 8.75/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.92/1.50  
% 8.92/1.50  
% 8.92/1.50  fork 6: search terminated without proof.
% 8.92/1.52  
% 8.92/1.52  **** run 71 fork 6 starts with strategy
% 8.92/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.18/1.53  
% 9.18/1.53  
% 9.18/1.53  fork 3: search terminated without proof.
% 9.18/1.54  
% 9.18/1.54  
% 9.18/1.54  fork 4: search terminated without proof.
% 9.18/1.54  
% 9.18/1.54  **** run 68 fork 3 starts with strategy
% 9.18/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.18/1.55  
% 9.18/1.55  
% 9.18/1.55  fork 0: search terminated without proof.
% 9.18/1.56  
% 9.18/1.56  **** run 69 fork 4 starts with strategy
% 9.18/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.18/1.56  
% 9.18/1.56  
% 9.18/1.56  fork 5: search terminated without proof.
% 9.18/1.57  
% 9.18/1.57  
% 9.18/1.57  fork 7: search terminated without proof.
% 9.18/1.58  
% 9.18/1.58  **** run 65 fork 0 starts with strategy
% 9.18/1.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.18/1.58  
% 9.18/1.58  **** run 78 fork 5 starts with strategy
% 9.18/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.18/1.58  
% 9.18/1.58  
% 9.18/1.58  fork 1: search terminated without proof.
% 9.18/1.59  
% 9.18/1.59  **** run 72 fork 7 starts with strategy
% 9.18/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.18/1.60  
% 9.18/1.60  
% 9.18/1.60  fork 2: search terminated without proof.
% 9.80/1.61  
% 9.80/1.61  **** run 66 fork 1 starts with strategy
% 9.80/1.61  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.80/1.63  
% 9.80/1.63  **** run 75 fork 2 starts with strategy
% 9.80/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.80/1.64  
% 9.80/1.64  
% 9.80/1.64  fork 6: search terminated without proof.
% 9.80/1.66  
% 9.80/1.66  **** run 79 fork 6 starts with strategy
% 9.80/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.80/1.67  
% 9.80/1.67  
% 9.80/1.67  fork 3: search terminated without proof.
% 10.45/1.69  
% 10.45/1.69  **** run 76 fork 3 starts with strategy
% 10.45/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.45/1.69  
% 10.45/1.69  
% 10.45/1.69  fork 4: search terminated without proof.
% 10.45/1.70  
% 10.45/1.70  
% 10.45/1.70  fork 0: search terminated without proof.
% 10.45/1.71  
% 10.45/1.71  **** run 77 fork 4 starts with strategy
% 10.45/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.45/1.72  
% 10.45/1.72  
% 10.45/1.72  fork 5: search terminated without proof.
% 10.45/1.72  
% 10.45/1.72  **** run 73 fork 0 starts with strategy
% 10.45/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.45/1.72  
% 10.45/1.72  
% 10.45/1.72  fork 7: search terminated without proof.
% 10.45/1.73  
% 10.45/1.73  
% 10.45/1.73  fork 1: search terminated without proof.
% 10.45/1.74  
% 10.45/1.74  **** run 80 fork 7 starts with strategy
% 10.45/1.74  
% 10.45/1.74  **** run 86 fork 5 starts with strategy
% 10.45/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.45/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.45/1.75  
% 10.45/1.75  **** run 74 fork 1 starts with strategy
% 10.45/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.45/1.75  
% 10.45/1.75  
% 10.45/1.75  fork 2: search terminated without proof.
% 10.45/1.78  
% 10.45/1.78  **** run 83 fork 2 starts with strategy
% 10.45/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.22/1.79  
% 11.22/1.79  
% 11.22/1.79  fork 6: search terminated without proof.
% 11.41/1.81  
% 11.41/1.81  **** run 87 fork 6 starts with strategy
% 11.41/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.41/1.82  
% 11.41/1.82  
% 11.41/1.82  fork 3: search terminated without proof.
% 11.51/1.84  
% 11.51/1.84  **** run 84 fork 3 starts with strategy
% 11.51/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.51/1.84  
% 11.51/1.84  
% 11.51/1.84  fork 4: search terminated without proof.
% 11.51/1.84  
% 11.51/1.84  
% 11.51/1.84  fork 0: search terminated without proof.
% 11.51/1.86  
% 11.51/1.86  **** run 85 fork 4 starts with strategy
% 11.51/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.51/1.87  
% 11.51/1.87  **** run 81 fork 0 starts with strategy
% 11.51/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.51/1.87  
% 11.51/1.87  
% 11.51/1.87  fork 7: search terminated without proof.
% 11.51/1.88  
% 11.51/1.88  
% 11.51/1.88  fork 1: search terminated without proof.
% 11.51/1.89  
% 11.51/1.89  **** run 88 fork 7 starts with strategy
% 11.51/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.51/1.90  
% 11.51/1.90  **** run 82 fork 1 starts with strategy
% 11.51/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.87/1.99  
% 12.87/1.99  
% 12.87/1.99  fork 0: search terminated without proof.
% 12.87/2.01  
% 12.87/2.01  **** run 89 fork 0 starts with strategy
% 12.87/2.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.56/2.79  
% 18.56/2.79  
% 18.56/2.79  fork 5: search terminated without proof.
% 18.56/2.80  
% 18.56/2.80  
% 18.56/2.80  fork 2: search terminated without proof.
% 19.33/2.83  
% 19.33/2.83  
% 19.33/2.83  fork 6: search terminated without proof.
% 19.33/2.86  
% 19.33/2.86  
% 19.33/2.86  fork 3: search terminated without proof.
% 19.33/2.86  
% 19.33/2.86  **** run 94 fork 5 starts with strategy
% 19.33/2.86  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.33/2.88  
% 19.33/2.88  **** run 91 fork 2 starts with strategy
% 19.33/2.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.33/2.89  
% 19.33/2.89  **** run 95 fork 6 starts with strategy
% 19.33/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 20.05/2.91  
% 20.05/2.91  
% 20.05/2.91  fork 7: search terminated without proof.
% 20.05/2.92  
% 20.05/2.92  
% 20.05/2.92  fork 4: search terminated without proof.
% 20.05/2.93  
% 20.05/2.93  **** run 92 fork 3 starts with strategy
% 20.05/2.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.05/2.93  
% 20.05/2.93  
% 20.05/2.93  fork 1: search terminated without proof.
% 20.05/2.98  
% 20.05/2.98  **** run 96 fork 7 starts with strategy
% 20.05/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.05/2.98  
% 20.05/2.98  **** run 93 fork 4 starts with strategy
% 20.05/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.81/3.00  
% 20.81/3.00  **** run 90 fork 1 starts with strategy
% 20.81/3.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.81/3.03  
% 20.81/3.03  
% 20.81/3.03  fork 0: search terminated without proof.
% 21.63/3.09  
% 21.63/3.09  **** run 97 fork 0 starts with strategy
% 21.63/3.09  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.94/3.89  
% 27.94/3.89  
% 27.94/3.89  fork 5: search terminated without proof.
% 28.04/3.91  
% 28.04/3.91  
% 28.04/3.91  fork 2: search terminated without proof.
% 28.11/3.91  
% 28.11/3.91  
% 28.11/3.91  fork 6: search terminated without proof.
% 28.11/3.95  
% 28.11/3.95  
% 28.11/3.95  fork 3: search terminated without proof.
% 28.11/3.95  
% 28.11/3.95  **** run 102 fork 5 starts with strategy
% 28.11/3.95  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.11/3.97  
% 28.11/3.97  **** run 99 fork 2 starts with strategy
% 28.11/3.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.11/3.99  
% 28.11/3.99  **** run 103 fork 6 starts with strategy
% 28.11/3.99  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.11/4.00  
% 28.11/4.00  
% 28.11/4.00  fork 7: search terminated without proof.
% 28.89/4.01  
% 28.89/4.01  
% 28.89/4.01  fork 4: search terminated without proof.
% 28.89/4.02  
% 28.89/4.02  **** run 100 fork 3 starts with strategy
% 28.89/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.89/4.03  
% 28.89/4.03  
% 28.89/4.03  fork 1: search terminated without proof.
% 28.89/4.06  
% 28.89/4.06  **** run 104 fork 7 starts with strategy
% 28.89/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 28.89/4.09  
% 28.89/4.09  **** run 101 fork 4 starts with strategy
% 28.89/4.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.61/4.10  
% 29.61/4.10  **** run 98 fork 1 starts with strategy
% 29.61/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.61/4.13  
% 29.61/4.13  
% 29.61/4.13  fork 0: search terminated without proof.
% 29.61/4.18  
% 29.61/4.18  **** run 105 fork 0 starts with strategy
% 29.61/4.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 36.17/4.97  
% 36.17/4.97  
% 36.17/4.97  fork 5: search terminated without proof.
% 36.17/4.99  
% 36.17/4.99  
% 36.17/4.99  fork 2: search terminated without proof.
% 36.80/5.01  
% 36.80/5.01  
% 36.80/5.01  fork 6: search terminated without proof.
% 36.80/5.03  
% 36.80/5.03  **** run 110 fork 5 starts with strategy
% 36.80/5.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.80/5.04  
% 36.80/5.04  **** run 107 fork 2 starts with strategy
% 36.80/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.80/5.05  
% 36.80/5.05  
% 36.80/5.05  fork 3: search terminated without proof.
% 36.80/5.07  
% 36.80/5.07  **** run 111 fork 6 starts with strategy
% 37.43/5.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.43/5.10  
% 37.43/5.10  
% 37.43/5.10  fork 7: search terminated without proof.
% 37.43/5.12  
% 37.43/5.12  **** run 108 fork 3 starts with strategy
% 37.43/5.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.43/5.12  
% 37.43/5.12  
% 37.43/5.12  fork 1: search terminated without proof.
% 37.43/5.12  
% 37.43/5.12  
% 37.43/5.12  fork 4: search terminated without proof.
% 37.43/5.16  
% 37.43/5.16  **** run 112 fork 7 starts with strategy
% 37.43/5.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.25/5.19  
% 38.25/5.19  **** run 106 fork 1 starts with strategy
% 38.25/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.25/5.20  
% 38.25/5.20  **** run 109 fork 4 starts with strategy
% 38.25/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 38.40/5.21  
% 38.40/5.21  
% 38.40/5.21  fork 0: search terminated without proof.
% 38.57/5.27  
% 38.57/5.27  **** run 113 fork 0 starts with strategy
% 38.57/5.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 44.86/6.05  
% 44.86/6.05  
% 44.86/6.05  fork 5: search terminated without proof.
% 44.86/6.07  
% 44.86/6.07  
% 44.86/6.07  fork 2: search terminated without proof.
% 44.86/6.10  
% 44.86/6.10  **** run 118 fork 5 starts with strategy
% 44.86/6.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.58/6.10  
% 45.58/6.10  
% 45.58/6.10  fork 6: search terminated without proof.
% 45.58/6.12  
% 45.58/6.12  **** run 115 fork 2 starts with strategy
% 45.58/6.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.58/6.14  
% 45.58/6.14  
% 45.58/6.14  fork 3: search terminated without proof.
% 45.58/6.17  
% 45.58/6.17  **** run 119 fork 6 starts with strategy
% 45.58/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.32/6.20  
% 46.32/6.20  **** run 116 fork 3 starts with strategy
% 46.32/6.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.43/6.21  
% 46.43/6.21  
% 46.43/6.21  fork 1: search terminated without proof.
% 46.43/6.22  
% 46.43/6.22  
% 46.43/6.22  fork 7: search terminated without proof.
% 46.43/6.22  
% 46.43/6.22  
% 46.43/6.22  fork 4: search terminated without proof.
% 46.43/6.28  
% 46.43/6.28  **** run 120 fork 7 starts with strategy
% 46.43/6.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 46.43/6.29  
% 46.43/6.29  **** run 117 fork 4 starts with strategy
% 46.43/6.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.43/6.29  
% 46.43/6.29  **** run 114 fork 1 starts with strategy
% 46.43/6.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.43/6.30  
% 46.43/6.30  
% 46.43/6.30  fork 0: search terminated without proof.
% 47.17/6.36  
% 47.17/6.36  **** run 121 fork 0 starts with strategy
% 47.17/6.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.48/7.12  
% 53.48/7.12  
% 53.48/7.12  fork 5: search terminated without proof.
% 53.48/7.14  
% 53.48/7.14  
% 53.48/7.14  fork 2: search terminated without proof.
% 53.48/7.16  
% 53.48/7.16  **** run 126 fork 5 starts with strategy
% 53.48/7.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 54.33/7.20  
% 54.33/7.20  
% 54.33/7.20  fork 6: search terminated without proof.
% 54.33/7.20  
% 54.33/7.20  **** run 123 fork 2 starts with strategy
% 54.33/7.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.38/7.23  
% 54.38/7.23  
% 54.38/7.23  fork 3: search terminated without proof.
% 54.38/7.24  
% 54.38/7.24  **** run 127 fork 6 starts with strategy
% 54.38/7.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.38/7.26  
% 54.38/7.26  fork 6: search finished without proof.
% 54.38/7.28  
% 54.38/7.28  **** run 135 fork 6 starts with strategy
% 54.38/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.38/7.30  
% 54.38/7.30  **** run 124 fork 3 starts with strategy
% 54.38/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.21/7.31  
% 55.21/7.31  
% 55.21/7.31  fork 4: search terminated without proof.
% 55.21/7.31  
% 55.21/7.31  
% 55.21/7.31  fork 7: search terminated without proof.
% 55.21/7.31  
% 55.21/7.31  
% 55.21/7.31  fork 1: search terminated without proof.
% 55.21/7.37  
% 55.21/7.37  **** run 128 fork 7 starts with strategy
% 55.21/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.21/7.39  
% 55.21/7.39  **** run 122 fork 1 starts with strategy
% 55.21/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.21/7.39  
% 55.21/7.39  
% 55.21/7.39  fork 0: search terminated without proof.
% 55.21/7.39  
% 55.21/7.39  **** run 125 fork 4 starts with strategy
% 55.21/7.39  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 55.95/7.45  
% 55.95/7.45  **** run 129 fork 0 starts with strategy
% 55.95/7.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 61.50/8.18  
% 61.50/8.18  
% 61.50/8.18  fork 5: search terminated without proof.
% 62.41/8.22  
% 62.41/8.22  
% 62.41/8.22  fork 2: search terminated without proof.
% 62.41/8.23  
% 62.41/8.23  **** run 134 fork 5 starts with strategy
% 62.41/8.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 62.41/8.26  
% 62.41/8.26  **** run 131 fork 2 starts with strategy
% 62.41/8.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 62.41/8.30  
% 62.41/8.30  
% 62.41/8.30  fork 6: search terminated without proof.
% 63.10/8.32  
% 63.10/8.32  
% 63.10/8.32  fork 3: search terminated without proof.
% 63.10/8.34  
% 63.10/8.34  **** run 132 fork 3 starts with strategy
% 63.10/8.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 63.10/8.35  
% 63.10/8.35  **** run 143 fork 6 starts with strategy
% 63.10/8.35  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.10/8.38  
% 63.10/8.38  fork 3: search finished without proof.
% 63.76/8.40  
% 63.76/8.40  **** run 140 fork 3 starts with strategy
% 63.76/8.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 63.76/8.42  
% 63.76/8.42  
% 63.76/8.42  fork 4: search terminated without proof.
% 63.76/8.43  
% 63.76/8.43  
% 63.76/8.43  fork 1: search terminated without proof.
% 63.76/8.44  
% 63.76/8.44  **** run 133 fork 4 starts with strategy
% 63.76/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.76/8.45  
% 63.76/8.45  
% 63.76/8.45  fork 7: search terminated without proof.
% 64.47/8.48  
% 64.47/8.48  **** run 136 fork 7 starts with strategy
% 64.47/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 64.47/8.48  
% 64.47/8.48  **** run 130 fork 1 starts with strategy
% 64.47/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 64.68/8.51  
% 64.68/8.51  
% 64.68/8.51  fork 0: search terminated without proof.
% 64.76/8.56  
% 64.76/8.56  **** run 137 fork 0 starts with strategy
% 64.76/8.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 70.36/9.26  
% 70.36/9.26  
% 70.36/9.26  fork 5: search terminated without proof.
% 70.36/9.28  
% 70.36/9.28  
% 70.36/9.28  fork 2: search terminated without proof.
% 70.36/9.30  
% 70.36/9.30  **** run 142 fork 5 starts with strategy
% 70.36/9.30  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 71.15/9.33  
% 71.15/9.33  **** run 139 fork 2 starts with strategy
% 71.15/9.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 71.15/9.38  
% 71.15/9.38  
% 71.15/9.38  fork 6: search terminated without proof.
% 71.80/9.42  
% 71.80/9.42  
% 71.80/9.42  fork 3: search terminated without proof.
% 71.80/9.44  
% 71.80/9.44  **** run 151 fork 6 starts with strategy
% 71.80/9.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.80/9.46  
% 71.80/9.46  
% 71.80/9.46  fork 4: search terminated without proof.
% 71.80/9.49  
% 71.80/9.49  **** run 148 fork 3 starts with strategy
% 71.80/9.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 72.53/9.49  
% 72.53/9.49  **** run 141 fork 4 starts with strategy
% 72.53/9.49  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 72.53/9.50  
% 72.53/9.50  
% 72.53/9.50  fork 7: search terminated without proof.
% 72.53/9.53  
% 72.53/9.53  
% 72.53/9.53  fork 1: search terminated without proof.
% 72.53/9.58  
% 72.53/9.58  **** run 144 fork 7 starts with strategy
% 72.53/9.58  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.53/9.58  
% 72.53/9.58  
% 72.53/9.58  fork 0: search terminated without proof.
% 73.32/9.59  
% 73.32/9.59  **** run 138 fork 1 starts with strategy
% 73.32/9.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 73.53/9.63  
% 73.53/9.63  **** run 145 fork 0 starts with strategy
% 73.53/9.63  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 79.02/10.32  
% 79.02/10.32  
% 79.02/10.32  fork 5: search terminated without proof.
% 79.02/10.35  
% 79.02/10.35  **** run 150 fork 5 starts with strategy
% 79.02/10.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.02/10.36  
% 79.02/10.36  
% 79.02/10.36  fork 2: search terminated without proof.
% 79.74/10.41  
% 79.74/10.41  **** run 147 fork 2 starts with strategy
% 79.74/10.41  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 79.74/10.48  
% 79.74/10.48  
% 79.74/10.48  fork 6: search terminated without proof.
% 80.63/10.51  
% 80.63/10.51  
% 80.63/10.51  fork 3: search terminated without proof.
% 80.63/10.51  
% 80.63/10.51  
% 80.63/10.51  fork 4: search terminated without proof.
% 80.63/10.55  
% 80.63/10.55  **** run 159 fork 6 starts with strategy
% 80.63/10.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 80.63/10.55  
% 80.63/10.55  **** run 149 fork 4 starts with strategy
% 80.63/10.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 80.63/10.58  
% 80.63/10.58  **** run 156 fork 3 starts with strategy
% 80.63/10.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 81.42/10.61  
% 81.42/10.61  
% 81.42/10.61  fork 7: search terminated without proof.
% 81.42/10.63  
% 81.42/10.63  
% 81.42/10.63  fork 1: search terminated without proof.
% 81.42/10.65  
% 81.42/10.65  
% 81.42/10.65  fork 0: search terminated without proof.
% 81.42/10.67  
% 81.42/10.67  **** run 152 fork 7 starts with strategy
% 81.42/10.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 81.42/10.68  
% 81.42/10.68  **** run 153 fork 0 starts with strategy
% 81.42/10.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 81.42/10.68  
% 81.42/10.68  **** run 146 fork 1 starts with strategy
% 81.42/10.68  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 86.96/11.38  
% 86.96/11.38  
% 86.96/11.38  fork 5: search terminated without proof.
% 87.86/11.43  
% 87.86/11.43  
% 87.86/11.43  fork 2: search terminated without proof.
% 87.86/11.44  
% 87.86/11.44  **** run 158 fork 5 starts with strategy
% 87.86/11.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 87.86/11.46  
% 87.86/11.46  **** run 155 fork 2 starts with strategy
% 87.86/11.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 88.57/11.58  
% 88.57/11.58  
% 88.57/11.58  fork 6: search terminated without proof.
% 89.25/11.59  
% 89.25/11.59  
% 89.25/11.59  fork 4: search terminated without proof.
% 89.25/11.61  
% 89.25/11.61  
% 89.25/11.61  fork 3: search terminated without proof.
% 89.25/11.63  
% 89.25/11.63  **** run 167 fork 6 starts with strategy
% 89.25/11.63  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 89.25/11.64  
% 89.25/11.64  **** run 157 fork 4 starts with strategy
% 89.25/11.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 89.25/11.67  
% 89.25/11.67  **** run 164 fork 3 starts with strategy
% 89.25/11.67  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 90.15/11.70  
% 90.15/11.70  
% 90.15/11.70  fork 7: search terminated without proof.
% 90.23/11.71  
% 90.23/11.71  
% 90.23/11.71  fork 0: search terminated without proof.
% 90.25/11.73  
% 90.25/11.73  
% 90.25/11.73  fork 1: search terminated without proof.
% 90.25/11.76  
% 90.25/11.76  **** run 160 fork 7 starts with strategy
% 90.25/11.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 90.25/11.77  
% 90.25/11.77  **** run 154 fork 1 starts with strategy
% 90.25/11.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 90.25/11.78  
% 90.25/11.78  **** run 161 fork 0 starts with strategy
% 90.25/11.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 95.82/12.46  
% 95.82/12.46  
% 95.82/12.46  fork 5: search terminated without proof.
% 95.82/12.48  
% 95.82/12.48  
% 95.82/12.48  fork 2: search terminated without proof.
% 96.45/12.52  
% 96.45/12.52  **** run 166 fork 5 starts with strategy
% 96.45/12.52  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 96.45/12.55  
% 96.45/12.55  **** run 163 fork 2 starts with strategy
% 96.45/12.55  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 97.50/12.67  
% 97.50/12.67  
% 97.50/12.67  fork 4: search terminated without proof.
% 98.13/12.73  
% 98.13/12.73  **** run 165 fork 4 starts with strategy
% 98.13/12.73  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.78/12.79  
% 98.78/12.79  
% 98.78/12.79  fork 7: search terminated without proof.
% 98.78/12.81  
% 98.78/12.81  
% 98.78/12.81  fork 0: search terminated without proof.
% 98.78/12.82  
% 98.78/12.82  
% 98.78/12.82  fork 1: search terminated without proof.
% 98.78/12.85  
% 98.78/12.85  **** run 168 fork 7 starts with strategy
% 98.78/12.85  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 99.54/12.89  
% 99.54/12.89  **** run 169 fork 0 starts with strategy
% 99.54/12.89  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 99.69/12.90  
% 99.69/12.90  **** run 162 fork 1 starts with strategy
% 99.69/12.90  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 107.63/13.96  
% 107.63/13.96  
% 107.63/13.96  fork 1: search terminated without proof.
% 108.36/14.01  
% 108.36/14.01  **** run 170 fork 1 starts with strategy
% 108.36/14.01  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 114.98/14.94  
% 114.98/14.94  
% 114.98/14.94  result: proof found
% 114.98/14.94  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 114.98/14.94  by run 167 fork 6 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 114.98/14.94  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 114.98/14.94  
% 114.98/14.94  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 114.98/14.94  
% 114.98/14.94  run 167 fork 6 statistics:
% 114.98/14.94  ----------------------------------
% 114.98/14.94  this run seconds: 2.501182
% 114.98/14.94  total seconds: 13.773083
% 114.98/14.94  stat_given_used: 699
% 114.98/14.94  stat_given_used_at_endgame: 0
% 114.98/14.94  stat_given_candidates:   10479
% 114.98/14.94  stat_given_candidates_at_endgame: 0
% 114.98/14.94  stat_given_candidates_h: 0
% 114.98/14.94  stat_binres_derived_cl:   1
% 114.98/14.94  stat_binres_derived_cl_h: 0
% 114.98/14.94  stat_factor_derived_cl: 0
% 114.98/14.94  stat_para_derived_cl: 493339
% 114.98/14.94  stat_tautologies_discarded: 0
% 114.98/14.94  stat_forward_subsumed: 169840
% 114.98/14.94  stat_derived_cut: 0
% 114.98/14.94  stat_derived_rewritten: 2288
% 114.98/14.94  stat_weight_discarded_building: 0
% 114.98/14.94  stat_weight_discarded_cl: 0
% 114.98/14.94  stat_internlimit_discarded_cl: 0
% 114.98/14.94  stat_simplified:  2288 simplified 0 derived 0 given
% 114.98/14.94  stat_kept_cl: 315206
% 114.98/14.94  stat_built_cl: 318892
% 114.98/14.94  stat_hyperres_partial_cl: 0
% 114.98/14.94  stat_made_rewriters: 569
% 114.98/14.94  stat_backward_subsumed: 0
% 114.98/14.94  stat_propagated_subsumed: 0
% 114.98/14.94  stat_clsubs_attempted:                     62001
% 114.98/14.94  stat_clsubs_fact_groundunit_found:             0
% 114.98/14.94  stat_clsubs_rule_groundunit_found:             1
% 114.98/14.94  stat_clsubs_top_meta_attempted:             620167
% 114.98/14.94  stat_clsubs_top_meta_failed:                558166
% 114.98/14.94  stat_clsubs_top_meta_nonpref_attempted:              620167
% 114.98/14.94  stat_clsubs_top_meta_nonpref_succeeded:              263325
% 114.98/14.94  stat_clsubs_top_meta_pref_attempted:                 263325
% 114.98/14.94  stat_clsubs_top_meta_pref1_succeeded:                263325
% 114.98/14.94  stat_clsubs_top_meta_pref2_succeeded:                 82975
% 114.98/14.94  stat_clsubs_top_meta_pref3_succeeded:                 62001
% 114.98/14.94  stat_clsubs_top_meta_pref_succeeded:                  62001
% 114.98/14.94  stat_clsubs_meta_attempted:                62001
% 114.98/14.94  stat_clsubs_meta_failed:                     413
% 114.98/14.94  stat_clsubs_predsymbs_attempted:               0
% 114.98/14.94  stat_clsubs_unit_attempted:                62001
% 114.98/14.94  stat_clsubs_full_attempted:                    0
% 114.98/14.94  stat_forwardsubs_attempted:               485046
% 114.98/14.94  stat_lit_hash_added:                 315229
% 114.98/14.94  stat_lit_hash_computed:              805414
% 114.98/14.94  stat_lit_hash_match_found:           172119
% 114.98/14.94  stat_lit_hash_match_miss:            635560
% 114.98/14.94  stat_lit_hash_cut_ok:                     0
% 114.98/14.94  stat_lit_strong_cut_ok:                   0
% 114.98/14.94  stat_lit_hash_subsume_ok:            169840
% 114.98/14.94  clqueue els 10000000 used 1
% 114.98/14.94  clactive els 10000000 used 700
% 114.98/14.94  clactivesubsume els 10000000 used 4183
% 114.98/14.94  queue_termbuf els 200000000 used 28861836
% 114.98/14.94  hyper_termbuf els 100000000 used 1
% 114.98/14.94  active_termbuf els 100000000 used 33624
% 114.98/14.94  varstack els 5000 last used 1
% 114.98/14.94  given_termbuf els 10000000 last used 68
% 114.98/14.94  simplified_termbuf els 10000000 last used 1
% 114.98/14.94  derived_termbuf els 10000000 last used 3
% 114.98/14.94  wr_mallocs: 248754
% 114.98/14.94  wr_callocs: 19
% 114.98/14.94  wr_reallocs: 61634
% 114.98/14.94  wr_frees: 2
% 114.98/14.94  wr_malloc_bytes: 4174403428
% 114.98/14.94  wr_calloc_bytes: 96065504
% 114.98/14.94  wr_realloc_bytes: 11818304
% 114.98/14.94  wr_realloc_freebytes: 0
% 114.98/14.94  ----------------------------------
%------------------------------------------------------------------------------