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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 17.33s 2.71s
% Output   : CNFRefutation 17.33s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named add_multiply_property)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    add(X,multiply(Y,Z)) = multiply(add(Y,X),add(Z,X)),
    inference(cnf_transformation,[],[add_multiply_property]) ).

cnf('2',plain,
    add(multiply(X,Y),Y) = Y,
    inference(cnf_transformation,[],[add_multiply]) ).

cnf('3',plain,
    multiply(add(X,Y),Y) = Y,
    inference(cnf_transformation,[],[multiply_add]) ).

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

cnf('5',plain,
    add(X3,multiply(Y3,Y3)) = add(Y3,X3),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    add(X,Y) = add(Y,X),
    inference(simplify,[],['5','4']) ).

cnf('7',plain,
    add(X,multiply(Y,X)) = X,
    inference(paramodulation,[],['6','2']) ).

cnf('8',plain,
    multiply(X,add(Y,Z)) = add(multiply(Y,X),multiply(Z,X)),
    inference(cnf_transformation,[],[multiply_add_property]) ).

cnf('9',plain,
    multiply(X3,add(Y3,Z3)) = multiply(add(Z3,multiply(Y3,X3)),add(X3,multiply(Y3,X3))),
    inference(paramodulation,[],['8','1']) ).

cnf('10',plain,
    multiply(X,add(Y,Z)) = multiply(add(Z,multiply(Y,X)),X),
    inference(simplify,[],['9','7']) ).

cnf('11',plain,
    multiply(X3,Y3) = multiply(add(multiply(Z3,Y3),multiply(Y3,X3)),X3),
    inference(paramodulation,[],['7','10']) ).

cnf('12',plain,
    add(X,X) = X,
    inference(paramodulation,[],['3','2']) ).

cnf('13',plain,
    multiply(X3,add(Y3,Y3)) = multiply(Y3,X3),
    inference(paramodulation,[],['8','12']) ).

cnf('14',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['13','12']) ).

cnf('15',plain,
    multiply(X,add(Y,Z)) = add(multiply(Y,X),multiply(X,Z)),
    inference(paramodulation,[],['14','8']) ).

cnf('16',plain,
    multiply(X,Y) = multiply(multiply(Y,add(Z,X)),X),
    inference(simplify,[],['11','15']) ).

cnf('17',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(Z,Y),multiply(X,Y)),
    inference(paramodulation,[],['7','16']) ).

cnf('18',plain,
    multiply(multiply(X3,Y3),multiply(Z3,Y3)) = multiply(multiply(X3,Y3),Z3),
    inference(paramodulation,[],['17','14']) ).

cnf('19',plain,
    multiply(multiply(X,Y),Z) = multiply(multiply(Z,Y),X),
    inference(simplify,[],['18','17']) ).

cnf('20',plain,
    multiply(multiply(a,b),c) != multiply(a,multiply(b,c)),
    inference(cnf_transformation,[],[prove_associativity_of_multiply]) ).

cnf('21',plain,
    multiply(multiply(a,b),c) != multiply(a,multiply(c,b)),
    inference(paramodulation,[],['14','20']) ).

cnf('22',plain,
    multiply(add(X3,Y3),add(Z3,Y3)) = add(Y3,multiply(Z3,X3)),
    inference(paramodulation,[],['1','14']) ).

cnf('23',plain,
    add(X,multiply(Y,Z)) = add(X,multiply(Z,Y)),
    inference(simplify,[],['22','1']) ).

cnf('24',plain,
    add(multiply(X,Y),X) = X,
    inference(paramodulation,[],['14','2']) ).

cnf('25',plain,
    add(multiply(multiply(X,Y),Z),multiply(Y,X)) = multiply(X,Y),
    inference(paramodulation,[],['23','24']) ).

cnf('26',plain,
    multiply(X,inverse(X)) = n0,
    inference(cnf_transformation,[],[multiplicative_inverse]) ).

cnf('27',plain,
    multiply(inverse(X),X) = n0,
    inference(paramodulation,[],['14','26']) ).

cnf('28',plain,
    multiply(X3,add(Y3,inverse(X3))) = add(multiply(Y3,X3),n0),
    inference(paramodulation,[],['27','8']) ).

cnf('29',plain,
    add(n0,X) = X,
    inference(paramodulation,[],['27','2']) ).

cnf('30',plain,
    add(X,n0) = X,
    inference(paramodulation,[],['6','29']) ).

cnf('31',plain,
    multiply(X,add(Y,inverse(X))) = multiply(Y,X),
    inference(simplify,[],['28','30']) ).

cnf('32',plain,
    multiply(X3,add(Y3,Z3)) = add(multiply(Z3,X3),multiply(Y3,X3)),
    inference(paramodulation,[],['6','8']) ).

cnf('33',plain,
    multiply(X,add(Y,Z)) = multiply(X,add(Z,Y)),
    inference(simplify,[],['32','8']) ).

cnf('34',plain,
    multiply(X,add(inverse(X),Y)) = multiply(Y,X),
    inference(paramodulation,[],['31','33']) ).

cnf('35',plain,
    add(X3,multiply(multiply(X3,Y3),Z3)) = multiply(X3,add(Z3,X3)),
    inference(paramodulation,[],['24','1']) ).

cnf('36',plain,
    multiply(X,add(Y,X)) = X,
    inference(paramodulation,[],['14','3']) ).

cnf('37',plain,
    add(X,multiply(multiply(X,Y),Z)) = X,
    inference(simplify,[],['35','36']) ).

cnf('38',plain,
    multiply(add(X3,Y3),add(Y3,Z3)) = add(Y3,multiply(Z3,add(X3,Y3))),
    inference(paramodulation,[],['36','8']) ).

cnf('39',plain,
    add(X,multiply(Y,Z)) = multiply(add(Y,X),add(X,Z)),
    inference(paramodulation,[],['6','1']) ).

cnf('40',plain,
    add(X,multiply(Y,Z)) = add(X,multiply(Z,add(Y,X))),
    inference(simplify,[],['38','39']) ).

cnf('41',plain,
    add(X,multiply(Y,multiply(X,Z))) = X,
    inference(paramodulation,[],['37','40']) ).

cnf('42',plain,
    add(multiply(X,multiply(Y,Z)),Y) = Y,
    inference(paramodulation,[],['41','6']) ).

cnf('43',plain,
    add(multiply(X,multiply(Y,Z)),Z) = Z,
    inference(paramodulation,[],['34','42']) ).

cnf('44',plain,
    multiply(X3,Y3) = multiply(Y3,X3),
    inference(paramodulation,[],['25','43']) ).

cnf('45',plain,
    $false,
    inference(paramodulation,[then_simplify],['19','21','44']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.07  % Problem  : BOO022-1 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.07  % Command  : gkc %s
% 0.07/0.26  % Computer : n016.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.26  % CPULimit : 300
% 0.07/0.26  % WCLimit  : 300
% 0.07/0.26  % DateTime : Sun Aug 27 09:06:43 EDT 2023
% 0.07/0.26  % CPUTime  : 
% 0.07/0.31  
% 0.07/0.31  input clause set summed statistics:
% 0.07/0.31  ----------------------------------
% 0.07/0.31  in_clause_count:                     7
% 0.07/0.31  in_rule_clause_count:                7
% 0.07/0.31  in_fact_clause_count:                0
% 0.07/0.31  in_answer_clause_count:              0
% 0.07/0.31  in_ground_clause_count:              1
% 0.07/0.31  in_unit_clause_count:                7
% 0.07/0.31  in_horn_clause_count:                7
% 0.07/0.31  in_pos_clause_count:                 6
% 0.07/0.31  in_neg_clause_count:                 1
% 0.07/0.31  in_poseq_clause_count:               6
% 0.07/0.31  in_negeq_clause_count:               1
% 0.07/0.31  in_unitposeq_clause_count:           6
% 0.07/0.31  in_chain_clause_count:               0
% 0.07/0.31  in_min_length:             1
% 0.07/0.31  in_max_length:             1
% 0.07/0.31  in_min_depth:              3
% 0.07/0.31  in_max_depth:              3
% 0.07/0.31  in_min_size:               6
% 0.07/0.31  in_max_size:              13
% 0.07/0.31  in_min_vars:               0
% 0.07/0.31  in_max_vars:               3
% 0.07/0.31  in_extaxiom_count:                 0
% 0.07/0.31  in_axiom_count:                    6
% 0.07/0.31  in_assumption_count:               0
% 0.07/0.31  in_goal_count:                     1
% 0.07/0.31  in_neg_goal_count:                 1
% 0.07/0.31  in_pos_goal_count:                 0
% 0.07/0.31  in_posunit_goal_count:             0
% 0.07/0.31  
% 0.07/0.31  auto guide:
% 0.07/0.31  -----------
% 0.07/0.31  {
% 0.07/0.31  "print":1,
% 0.07/0.31  "print_level": 15,
% 0.07/0.31  "max_size": 0,
% 0.07/0.31  "max_depth": 0,
% 0.07/0.31  "max_length": 0,
% 0.07/0.31  "max_dseconds": 0,
% 0.07/0.31  "runs":[
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.07/0.31  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.07/0.31  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"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.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.07/0.31  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.07/0.31  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.07/0.31  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.07/0.31  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.07/0.31  
% 0.07/0.31  ]}
% 0.07/0.31  
% 0.07/0.31  
% 0.07/0.31  **** run 1 fork 0 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.07/0.31  
% 0.07/0.31  **** run 2 fork 1 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.07/0.31  
% 0.07/0.31  **** run 3 fork 2 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.07/0.31  
% 0.07/0.31  **** run 4 fork 3 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.07/0.32  
% 0.07/0.32  **** run 5 fork 4 starts with strategy
% 0.07/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.07/0.32  
% 0.07/0.32  **** run 6 fork 5 starts with strategy
% 0.07/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.07/0.32  
% 0.07/0.32  **** run 7 fork 6 starts with strategy
% 0.07/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.07/0.32  
% 0.07/0.32  **** run 8 fork 7 starts with strategy
% 0.07/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 1: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 0: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 2: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 3: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 4: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 6: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 5: search terminated without proof.
% 0.11/0.44  
% 0.11/0.44  
% 0.11/0.44  fork 7: search terminated without proof.
% 0.11/0.48  
% 0.11/0.48  **** run 12 fork 3 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.11/0.48  
% 0.11/0.48  **** run 10 fork 1 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.48  
% 0.11/0.48  **** run 15 fork 6 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.11/0.48  
% 0.11/0.48  **** run 11 fork 2 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.48  
% 0.11/0.48  **** run 16 fork 7 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.11/0.48  
% 0.11/0.48  **** run 13 fork 4 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.11/0.48  
% 0.11/0.48  **** run 9 fork 0 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.48  
% 0.11/0.48  **** run 14 fork 5 starts with strategy
% 0.11/0.48  {"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.11/0.59  
% 0.11/0.59  
% 0.11/0.59  fork 3: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 6: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 2: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 1: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 7: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 4: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 0: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 5: search terminated without proof.
% 0.11/0.61  
% 0.11/0.61  **** run 20 fork 3 starts with strategy
% 0.11/0.61  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.11/0.62  
% 0.11/0.62  **** run 23 fork 6 starts with strategy
% 0.11/0.62  {"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.11/0.62  
% 0.11/0.62  **** run 19 fork 2 starts with strategy
% 0.11/0.62  
% 0.11/0.62  **** run 24 fork 7 starts with strategy
% 0.11/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.11/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.11/0.62  
% 0.11/0.62  **** run 18 fork 1 starts with strategy
% 0.11/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.63  
% 0.11/0.63  **** run 21 fork 4 starts with strategy
% 0.11/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.11/0.63  
% 0.11/0.63  **** run 22 fork 5 starts with strategy
% 0.11/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.11/0.63  
% 0.11/0.63  **** run 17 fork 0 starts with strategy
% 0.11/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.75  
% 0.11/0.75  
% 0.11/0.75  fork 3: search terminated without proof.
% 0.11/0.76  
% 0.11/0.76  
% 0.11/0.76  fork 4: search terminated without proof.
% 0.11/0.76  
% 0.11/0.76  
% 0.11/0.76  fork 5: search terminated without proof.
% 0.11/0.76  
% 0.11/0.76  
% 0.11/0.76  fork 1: search terminated without proof.
% 0.11/0.76  
% 0.11/0.76  
% 0.11/0.76  fork 2: search terminated without proof.
% 0.11/0.77  
% 0.11/0.77  
% 0.11/0.77  fork 6: search terminated without proof.
% 0.11/0.78  
% 0.11/0.78  **** run 28 fork 3 starts with strategy
% 0.11/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.78  
% 0.11/0.78  **** run 26 fork 1 starts with strategy
% 0.11/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.78  
% 0.11/0.78  **** run 27 fork 2 starts with strategy
% 0.11/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.11/0.78  
% 0.11/0.78  **** run 30 fork 5 starts with strategy
% 0.11/0.78  {"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.11/0.78  
% 0.11/0.78  **** run 29 fork 4 starts with strategy
% 0.11/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.79  
% 0.11/0.79  **** run 31 fork 6 starts with strategy
% 0.11/0.79  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.11/0.79  
% 0.11/0.79  
% 0.11/0.79  fork 7: search terminated without proof.
% 0.11/0.81  
% 0.11/0.81  
% 0.11/0.81  fork 0: search terminated without proof.
% 0.11/0.82  
% 0.11/0.82  **** run 32 fork 7 starts with strategy
% 0.11/0.82  {"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.17/0.84  
% 3.17/0.84  **** run 25 fork 0 starts with strategy
% 3.17/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.36/0.90  
% 4.36/0.90  
% 4.36/0.90  fork 3: search terminated without proof.
% 4.36/0.90  
% 4.36/0.90  
% 4.36/0.90  fork 5: search terminated without proof.
% 4.36/0.91  
% 4.36/0.91  
% 4.36/0.91  fork 1: search terminated without proof.
% 4.36/0.91  
% 4.36/0.91  
% 4.36/0.91  fork 2: search terminated without proof.
% 4.36/0.91  
% 4.36/0.91  
% 4.36/0.91  fork 4: search terminated without proof.
% 4.36/0.92  
% 4.36/0.92  **** run 36 fork 3 starts with strategy
% 4.36/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.36/0.92  
% 4.36/0.92  
% 4.36/0.92  fork 6: search terminated without proof.
% 4.36/0.93  
% 4.36/0.93  **** run 38 fork 5 starts with strategy
% 4.36/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.81/0.93  
% 4.81/0.93  **** run 34 fork 1 starts with strategy
% 4.81/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.81/0.93  
% 4.81/0.93  **** run 35 fork 2 starts with strategy
% 4.81/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.81/0.94  
% 4.81/0.94  **** run 37 fork 4 starts with strategy
% 4.81/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.81/0.94  
% 4.81/0.94  
% 4.81/0.94  fork 7: search terminated without proof.
% 4.81/0.95  
% 4.81/0.95  **** run 39 fork 6 starts with strategy
% 4.81/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.02/0.96  
% 5.02/0.96  
% 5.02/0.96  fork 0: search terminated without proof.
% 5.02/0.96  
% 5.02/0.96  **** run 40 fork 7 starts with strategy
% 5.02/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.02/0.98  
% 5.02/0.98  **** run 33 fork 0 starts with strategy
% 5.02/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.59/1.04  
% 5.59/1.04  
% 5.59/1.04  fork 3: search terminated without proof.
% 5.59/1.05  
% 5.59/1.05  
% 5.59/1.05  fork 5: search terminated without proof.
% 5.59/1.05  
% 5.59/1.05  
% 5.59/1.05  fork 1: search terminated without proof.
% 5.59/1.05  
% 5.59/1.05  
% 5.59/1.05  fork 2: search terminated without proof.
% 5.59/1.06  
% 5.59/1.06  
% 5.59/1.06  fork 4: search terminated without proof.
% 5.59/1.06  
% 5.59/1.06  **** run 44 fork 3 starts with strategy
% 5.59/1.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.59/1.06  
% 5.59/1.06  **** run 46 fork 5 starts with strategy
% 5.59/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.94/1.07  
% 5.94/1.07  
% 5.94/1.07  fork 6: search terminated without proof.
% 5.94/1.07  
% 5.94/1.07  **** run 42 fork 1 starts with strategy
% 5.94/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.94/1.07  
% 5.94/1.07  **** run 43 fork 2 starts with strategy
% 5.94/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.94/1.08  
% 5.94/1.08  
% 5.94/1.08  fork 7: search terminated without proof.
% 5.94/1.08  
% 5.94/1.08  **** run 45 fork 4 starts with strategy
% 5.94/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.94/1.09  
% 5.94/1.09  **** run 47 fork 6 starts with strategy
% 5.94/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.94/1.09  
% 5.94/1.09  fork 5: search finished without proof.
% 5.94/1.10  
% 5.94/1.10  
% 5.94/1.10  fork 0: search terminated without proof.
% 5.94/1.10  
% 5.94/1.10  fork 2: search finished without proof.
% 5.94/1.10  
% 5.94/1.10  **** run 48 fork 7 starts with strategy
% 5.94/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.94/1.11  
% 5.94/1.11  **** run 54 fork 5 starts with strategy
% 5.94/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.94/1.12  
% 5.94/1.12  **** run 51 fork 2 starts with strategy
% 5.94/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.94/1.12  
% 5.94/1.12  **** run 41 fork 0 starts with strategy
% 5.94/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.54/1.15  
% 6.54/1.15  fork 2: search finished without proof.
% 6.54/1.16  
% 6.54/1.16  **** run 59 fork 2 starts with strategy
% 6.54/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.78/1.18  
% 6.78/1.18  
% 6.78/1.18  fork 3: search terminated without proof.
% 6.78/1.19  
% 6.78/1.19  
% 6.78/1.19  fork 1: search terminated without proof.
% 6.78/1.20  
% 6.78/1.20  **** run 52 fork 3 starts with strategy
% 6.78/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.78/1.21  
% 6.78/1.21  
% 6.78/1.21  fork 4: search terminated without proof.
% 6.78/1.21  
% 6.78/1.21  **** run 50 fork 1 starts with strategy
% 6.78/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.78/1.21  
% 6.78/1.21  
% 6.78/1.21  fork 6: search terminated without proof.
% 6.78/1.22  
% 6.78/1.22  
% 6.78/1.22  fork 7: search terminated without proof.
% 7.21/1.23  
% 7.21/1.23  **** run 53 fork 4 starts with strategy
% 7.21/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.21/1.23  
% 7.21/1.23  **** run 55 fork 6 starts with strategy
% 7.21/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.21/1.23  
% 7.21/1.23  
% 7.21/1.23  fork 5: search terminated without proof.
% 7.21/1.24  
% 7.21/1.24  
% 7.21/1.24  fork 0: search terminated without proof.
% 7.21/1.24  
% 7.21/1.24  **** run 56 fork 7 starts with strategy
% 7.21/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.21/1.25  
% 7.21/1.25  **** run 62 fork 5 starts with strategy
% 7.21/1.25  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.42/1.26  
% 7.42/1.26  **** run 49 fork 0 starts with strategy
% 7.42/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.42/1.28  
% 7.42/1.28  
% 7.42/1.28  fork 2: search terminated without proof.
% 7.42/1.30  
% 7.42/1.30  **** run 67 fork 2 starts with strategy
% 7.42/1.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.42/1.32  
% 7.42/1.32  
% 7.42/1.32  fork 3: search terminated without proof.
% 7.96/1.33  
% 7.96/1.33  
% 7.96/1.33  fork 1: search terminated without proof.
% 7.96/1.34  
% 7.96/1.34  **** run 60 fork 3 starts with strategy
% 7.96/1.34  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.96/1.35  
% 7.96/1.35  
% 7.96/1.35  fork 6: search terminated without proof.
% 7.96/1.35  
% 7.96/1.35  
% 7.96/1.35  fork 4: search terminated without proof.
% 7.96/1.35  
% 7.96/1.35  **** run 58 fork 1 starts with strategy
% 7.96/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.96/1.36  
% 7.96/1.36  
% 7.96/1.36  fork 7: search terminated without proof.
% 7.96/1.37  
% 7.96/1.37  
% 7.96/1.37  fork 5: search terminated without proof.
% 7.96/1.37  
% 7.96/1.37  **** run 63 fork 6 starts with strategy
% 7.96/1.37  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.96/1.38  
% 7.96/1.38  **** run 61 fork 4 starts with strategy
% 7.96/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.96/1.38  
% 7.96/1.38  
% 7.96/1.38  fork 0: search terminated without proof.
% 7.96/1.39  
% 7.96/1.39  **** run 64 fork 7 starts with strategy
% 7.96/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.96/1.39  
% 7.96/1.39  **** run 70 fork 5 starts with strategy
% 7.96/1.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 7.96/1.41  
% 7.96/1.41  **** run 57 fork 0 starts with strategy
% 7.96/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.96/1.48  
% 7.96/1.48  
% 7.96/1.48  fork 1: search terminated without proof.
% 7.96/1.49  
% 7.96/1.49  
% 7.96/1.49  fork 6: search terminated without proof.
% 7.96/1.49  
% 7.96/1.49  
% 7.96/1.49  fork 3: search terminated without proof.
% 7.96/1.50  
% 7.96/1.50  **** run 66 fork 1 starts with strategy
% 7.96/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.96/1.51  
% 7.96/1.51  
% 7.96/1.51  fork 7: search terminated without proof.
% 7.96/1.51  
% 7.96/1.51  
% 7.96/1.51  fork 4: search terminated without proof.
% 7.96/1.51  
% 7.96/1.51  **** run 68 fork 3 starts with strategy
% 7.96/1.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 7.96/1.51  
% 7.96/1.51  **** run 71 fork 6 starts with strategy
% 7.96/1.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.96/1.53  
% 7.96/1.53  
% 7.96/1.53  fork 0: search terminated without proof.
% 7.96/1.53  
% 7.96/1.53  **** run 72 fork 7 starts with strategy
% 7.96/1.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 7.96/1.53  
% 7.96/1.53  **** run 69 fork 4 starts with strategy
% 7.96/1.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.86/1.55  
% 8.86/1.55  **** run 65 fork 0 starts with strategy
% 8.86/1.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 10.15/1.63  
% 10.15/1.63  
% 10.15/1.63  fork 1: search terminated without proof.
% 10.40/1.64  
% 10.40/1.64  **** run 74 fork 1 starts with strategy
% 10.40/1.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 10.40/1.67  
% 10.40/1.67  
% 10.40/1.67  fork 0: search terminated without proof.
% 10.40/1.68  
% 10.40/1.68  **** run 73 fork 0 starts with strategy
% 10.40/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 15.49/2.38  
% 15.49/2.38  
% 15.49/2.38  fork 2: search terminated without proof.
% 15.89/2.43  
% 15.89/2.43  **** run 75 fork 2 starts with strategy
% 15.89/2.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 16.23/2.54  
% 16.23/2.54  
% 16.23/2.54  fork 3: search terminated without proof.
% 16.23/2.55  
% 16.23/2.55  
% 16.23/2.55  fork 7: search terminated without proof.
% 16.76/2.55  
% 16.76/2.55  
% 16.76/2.55  fork 4: search terminated without proof.
% 16.95/2.60  
% 16.95/2.60  **** run 76 fork 3 starts with strategy
% 16.95/2.60  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.95/2.61  
% 16.95/2.61  **** run 80 fork 7 starts with strategy
% 16.95/2.61  {"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}
% 16.95/2.62  
% 16.95/2.62  **** run 77 fork 4 starts with strategy
% 16.95/2.62  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.33/2.66  
% 17.33/2.66  
% 17.33/2.66  fork 1: search terminated without proof.
% 17.33/2.70  
% 17.33/2.70  
% 17.33/2.70  fork 0: search terminated without proof.
% 17.33/2.71  
% 17.33/2.71  
% 17.33/2.71  result: proof found
% 17.33/2.71  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 17.33/2.71  by run 70 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.33/2.71  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 17.33/2.71  
% 17.33/2.71  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 17.33/2.71  
% 17.33/2.71  run 70 fork 5 statistics:
% 17.33/2.71  ----------------------------------
% 17.33/2.71  this run seconds: 0.745081
% 17.33/2.71  total seconds: 1.842905
% 17.33/2.71  stat_given_used: 439
% 17.33/2.71  stat_given_used_at_endgame: 0
% 17.33/2.71  stat_given_candidates:   7197
% 17.33/2.71  stat_given_candidates_at_endgame: 0
% 17.33/2.71  stat_given_candidates_h: 0
% 17.33/2.71  stat_binres_derived_cl:   0
% 17.33/2.71  stat_binres_derived_cl_h: 0
% 17.33/2.71  stat_factor_derived_cl: 0
% 17.33/2.71  stat_para_derived_cl: 231869
% 17.33/2.71  stat_tautologies_discarded: 0
% 17.33/2.71  stat_forward_subsumed: 106448
% 17.33/2.71  stat_derived_cut: 1
% 17.33/2.71  stat_derived_rewritten: 372
% 17.33/2.71  stat_weight_discarded_building: 0
% 17.33/2.71  stat_weight_discarded_cl: 24301
% 17.33/2.71  stat_internlimit_discarded_cl: 0
% 17.33/2.71  stat_simplified:  372 simplified 0 derived 0 given
% 17.33/2.71  stat_kept_cl: 95429
% 17.33/2.71  stat_built_cl: 120980
% 17.33/2.71  stat_hyperres_partial_cl: 0
% 17.33/2.71  stat_made_rewriters: 419
% 17.33/2.71  stat_backward_subsumed: 0
% 17.33/2.71  stat_propagated_subsumed: 0
% 17.33/2.71  stat_clsubs_attempted:                     13375
% 17.33/2.71  stat_clsubs_fact_groundunit_found:             0
% 17.33/2.71  stat_clsubs_rule_groundunit_found:             1
% 17.33/2.71  stat_clsubs_top_meta_attempted:             110608
% 17.33/2.71  stat_clsubs_top_meta_failed:                 97233
% 17.33/2.71  stat_clsubs_top_meta_nonpref_attempted:              110608
% 17.33/2.71  stat_clsubs_top_meta_nonpref_succeeded:               54463
% 17.33/2.71  stat_clsubs_top_meta_pref_attempted:                  54463
% 17.33/2.71  stat_clsubs_top_meta_pref1_succeeded:                 54262
% 17.33/2.71  stat_clsubs_top_meta_pref2_succeeded:                 19607
% 17.33/2.71  stat_clsubs_top_meta_pref3_succeeded:                 13375
% 17.33/2.71  stat_clsubs_top_meta_pref_succeeded:                  13375
% 17.33/2.71  stat_clsubs_meta_attempted:                13375
% 17.33/2.71  stat_clsubs_meta_failed:                     847
% 17.33/2.71  stat_clsubs_predsymbs_attempted:               0
% 17.33/2.71  stat_clsubs_unit_attempted:                13375
% 17.33/2.71  stat_clsubs_full_attempted:                    0
% 17.33/2.71  stat_forwardsubs_attempted:               226179
% 17.33/2.71  stat_lit_hash_added:                  95446
% 17.33/2.71  stat_lit_hash_computed:              322629
% 17.33/2.71  stat_lit_hash_match_found:           106659
% 17.33/2.71  stat_lit_hash_match_miss:            240627
% 17.33/2.71  stat_lit_hash_cut_ok:                     0
% 17.33/2.71  stat_lit_strong_cut_ok:                   1
% 17.33/2.71  stat_lit_hash_subsume_ok:            106448
% 17.33/2.71  clqueue els 10000000 used 1
% 17.33/2.71  clactive els 10000000 used 440
% 17.33/2.71  clactivesubsume els 10000000 used 2575
% 17.33/2.71  queue_termbuf els 200000000 used 7624756
% 17.33/2.71  hyper_termbuf els 100000000 used 1
% 17.33/2.71  active_termbuf els 100000000 used 18643
% 17.33/2.71  varstack els 5000 last used 1
% 17.33/2.71  given_termbuf els 10000000 last used 1
% 17.33/2.71  simplified_termbuf els 10000000 last used 1
% 17.33/2.71  derived_termbuf els 10000000 last used 51
% 17.33/2.71  wr_mallocs: 360746
% 17.33/2.71  wr_callocs: 21
% 17.33/2.71  wr_reallocs: 13894
% 17.33/2.71  wr_frees: 2
% 17.33/2.71  wr_malloc_bytes: 4175416484
% 17.33/2.71  wr_calloc_bytes: 112065536
% 17.33/2.71  wr_realloc_bytes: 3205832
% 17.33/2.71  wr_realloc_freebytes: 0
% 17.33/2.71  ----------------------------------
% 17.33/2.71  
% 17.33/2.71  **** run 82 fork 1 starts with strategy
% 17.33/2.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
%------------------------------------------------------------------------------