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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 11.66s 1.92s
% Output   : CNFRefutation 11.66s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_multiplicative_id1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,multiplicative_identity) = X,
    inference(cnf_transformation,[],['$inc_multiplicative_id1']) ).

cnf('2',plain,
    add(X,inverse(X)) = multiplicative_identity,
    inference(cnf_transformation,[],['$inc_additive_inverse1']) ).

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

cnf('4',plain,
    add(X3,multiply(inverse(X3),Y3)) = multiply(multiplicative_identity,add(X3,Y3)),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    multiply(multiplicative_identity,X) = X,
    inference(cnf_transformation,[],['$inc_multiplicative_id2']) ).

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

cnf('7',plain,
    add(X3,inverse(X3)) = add(X3,multiplicative_identity),
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    multiplicative_identity = add(X,multiplicative_identity),
    inference(simplify,[],['7','2']) ).

cnf('9',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],['$inc_additive_id1']) ).

cnf('10',plain,
    multiply(add(X,Y),Z) = add(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_distributivity3']) ).

cnf('11',plain,
    multiply(add(multiplicative_identity,X),Y) = add(Y,multiply(X,Y)),
    inference(paramodulation,[],['5','10']) ).

cnf('12',plain,
    add(additive_identity,X) = X,
    inference(cnf_transformation,[],['$inc_additive_id2']) ).

cnf('13',plain,
    multiply(add(multiplicative_identity,X),additive_identity) = multiply(X,additive_identity),
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    multiply(multiplicative_identity,additive_identity) = multiply(additive_identity,additive_identity),
    inference(paramodulation,[],['9','13']) ).

cnf('15',plain,
    additive_identity = multiply(additive_identity,additive_identity),
    inference(simplify,[],['14','5']) ).

cnf('16',plain,
    add(multiply(X,Y),Z) = multiply(add(X,Z),add(Y,Z)),
    inference(cnf_transformation,[],['$inc_distributivity1']) ).

cnf('17',plain,
    add(additive_identity,X3) = multiply(add(additive_identity,X3),add(additive_identity,X3)),
    inference(paramodulation,[],['15','16']) ).

cnf('18',plain,
    X = multiply(X,X),
    inference(simplify,[then_simplify],['17','12','12','12']) ).

cnf('19',plain,
    multiply(add(X3,Y3),Y3) = add(multiply(X3,Y3),Y3),
    inference(paramodulation,[],['18','10']) ).

cnf('20',plain,
    multiply(add(X,multiplicative_identity),Y) = add(multiply(X,Y),Y),
    inference(paramodulation,[],['5','10']) ).

cnf('21',plain,
    multiply(add(X,Y),Y) = multiply(add(X,multiplicative_identity),Y),
    inference(simplify,[],['19','20']) ).

cnf('22',plain,
    multiply(add(X3,Y3),Y3) = multiply(multiplicative_identity,Y3),
    inference(paramodulation,[],['8','21']) ).

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

cnf('24',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_multiply']) ).

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

cnf('26',plain,
    add(X,Y) = add(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_add']) ).

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

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

cnf('29',plain,
    multiply(add(X,Y),X) = X,
    inference(paramodulation,[],['23','28']) ).

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

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

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

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

cnf('34',plain,
    add(X,add(Y,Z)) = add(add(X,Z),add(Y,Z)),
    inference(paramodulation,[],['25','33']) ).

cnf('35',plain,
    add(add(X3,Y3),add(Z3,Y3)) = add(Z3,add(X3,Y3)),
    inference(paramodulation,[],['34','26']) ).

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

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

cnf('38',plain,
    add(X,add(Y,Z)) = add(add(X,Y),add(Y,Z)),
    inference(paramodulation,[],['37','33']) ).

cnf('39',plain,
    add(X3,add(Y3,Z3)) = add(add(X3,Z3),add(Z3,Y3)),
    inference(paramodulation,[],['26','38']) ).

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

cnf('41',plain,
    add(a,add(b,c)) != add(add(a,b),c),
    inference(cnf_transformation,[],[prove_associativity]) ).

cnf('42',plain,
    add(a,add(b,c)) != add(c,add(a,b)),
    inference(paramodulation,[],['26','41']) ).

cnf('43',plain,
    $false,
    inference(paramodulation,[then_simplify],['36','40','42']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO008-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n027.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 08:19:51 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    15
% 0.20/0.38  in_rule_clause_count:               15
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:               15
% 0.20/0.38  in_horn_clause_count:               15
% 0.20/0.38  in_pos_clause_count:                14
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              14
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:          14
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             1
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              3
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              13
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                14
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.38  
% 0.20/0.38  **** run 6 fork 5 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/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.20/0.38  
% 0.20/0.38  **** run 7 fork 6 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 10 fork 1 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  **** run 13 fork 4 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.53  
% 0.20/0.53  **** run 11 fork 2 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 15 fork 6 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.53  
% 0.20/0.53  **** run 12 fork 3 starts with strategy
% 0.20/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.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"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.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 18 fork 1 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.67  
% 0.20/0.67  **** run 21 fork 4 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.67  
% 0.20/0.67  **** run 23 fork 6 starts with strategy
% 0.20/0.67  {"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.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 4: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 3: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 2: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 5: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 0: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 1: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 29 fork 4 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.83  
% 0.20/0.83  **** run 27 fork 2 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.83  
% 0.20/0.83  **** run 28 fork 3 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.83  
% 0.20/0.83  **** run 25 fork 0 starts with strategy
% 0.20/0.83  
% 0.20/0.83  **** run 26 fork 1 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.83  
% 0.20/0.83  **** run 30 fork 5 starts with strategy
% 0.20/0.83  {"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.36/0.87  
% 3.36/0.87  
% 3.36/0.87  fork 7: search terminated without proof.
% 3.92/0.88  
% 3.92/0.88  
% 3.92/0.88  fork 6: search terminated without proof.
% 3.92/0.90  
% 3.92/0.90  **** run 32 fork 7 starts with strategy
% 3.92/0.90  {"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.92/0.91  
% 3.92/0.91  **** run 31 fork 6 starts with strategy
% 3.92/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.39/0.94  
% 4.39/0.94  
% 4.39/0.94  fork 4: search terminated without proof.
% 4.39/0.95  
% 4.39/0.95  
% 4.39/0.95  fork 2: search terminated without proof.
% 4.39/0.95  
% 4.39/0.95  
% 4.39/0.95  fork 3: search terminated without proof.
% 4.39/0.96  
% 4.39/0.96  
% 4.39/0.96  fork 5: search terminated without proof.
% 4.39/0.96  
% 4.39/0.96  
% 4.39/0.96  fork 1: search terminated without proof.
% 4.39/0.96  
% 4.39/0.96  
% 4.39/0.96  fork 0: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  **** run 37 fork 4 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.54/0.97  
% 4.54/0.97  **** run 35 fork 2 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/0.98  
% 4.54/0.98  **** run 36 fork 3 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/0.98  
% 4.54/0.98  **** run 38 fork 5 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.54/0.98  
% 4.54/0.98  **** run 33 fork 0 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.54/0.98  
% 4.54/0.98  **** run 34 fork 1 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.17/1.09  
% 5.17/1.09  
% 5.17/1.09  fork 4: search terminated without proof.
% 5.17/1.09  
% 5.17/1.09  
% 5.17/1.09  fork 2: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 3: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 5: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 1: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 0: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 6: search terminated without proof.
% 5.17/1.11  
% 5.17/1.11  
% 5.17/1.11  fork 7: search terminated without proof.
% 5.17/1.11  
% 5.17/1.11  **** run 45 fork 4 starts with strategy
% 5.17/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.17/1.11  
% 5.17/1.11  **** run 43 fork 2 starts with strategy
% 5.17/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.17/1.12  
% 5.17/1.12  **** run 44 fork 3 starts with strategy
% 5.17/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.17/1.12  
% 5.17/1.12  **** run 46 fork 5 starts with strategy
% 5.17/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.17/1.12  
% 5.17/1.12  **** run 42 fork 1 starts with strategy
% 5.17/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.17/1.13  
% 5.17/1.13  **** run 39 fork 6 starts with strategy
% 5.17/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.17/1.13  
% 5.17/1.13  **** run 41 fork 0 starts with strategy
% 5.17/1.13  {"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 40 fork 7 starts with strategy
% 5.78/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.78/1.14  
% 5.78/1.14  fork 2: search finished without proof.
% 5.78/1.15  
% 5.78/1.15  fork 3: search finished without proof.
% 5.78/1.15  
% 5.78/1.15  fork 1: search finished without proof.
% 5.78/1.15  
% 5.78/1.15  fork 5: search finished without proof.
% 5.78/1.16  
% 5.78/1.16  **** run 51 fork 2 starts with strategy
% 5.78/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.78/1.17  
% 5.78/1.17  **** run 52 fork 3 starts with strategy
% 5.78/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.78/1.17  
% 5.78/1.17  **** run 50 fork 1 starts with strategy
% 5.78/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.78/1.17  
% 5.78/1.17  **** run 54 fork 5 starts with strategy
% 5.78/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.11/1.19  
% 6.11/1.19  fork 2: search finished without proof.
% 6.11/1.21  
% 6.11/1.21  **** run 59 fork 2 starts with strategy
% 6.11/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.11/1.23  
% 6.11/1.23  
% 6.11/1.23  fork 4: search terminated without proof.
% 6.65/1.25  
% 6.65/1.25  
% 6.65/1.25  fork 0: search terminated without proof.
% 6.65/1.25  
% 6.65/1.25  
% 6.65/1.25  fork 6: search terminated without proof.
% 6.65/1.25  
% 6.65/1.25  **** run 53 fork 4 starts with strategy
% 6.65/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.65/1.26  
% 6.65/1.26  
% 6.65/1.26  fork 7: search terminated without proof.
% 6.83/1.27  
% 6.83/1.27  **** run 47 fork 6 starts with strategy
% 6.83/1.27  
% 6.83/1.27  **** run 49 fork 0 starts with strategy
% 6.83/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.83/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.83/1.28  
% 6.83/1.28  **** run 48 fork 7 starts with strategy
% 6.83/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.83/1.29  
% 6.83/1.29  
% 6.83/1.29  fork 3: search terminated without proof.
% 6.83/1.29  
% 6.83/1.29  
% 6.83/1.29  fork 1: search terminated without proof.
% 6.83/1.29  
% 6.83/1.29  
% 6.83/1.29  fork 5: search terminated without proof.
% 6.83/1.31  
% 6.83/1.31  **** run 60 fork 3 starts with strategy
% 6.83/1.31  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.83/1.31  
% 6.83/1.31  **** run 58 fork 1 starts with strategy
% 6.83/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.83/1.31  
% 6.83/1.31  **** run 62 fork 5 starts with strategy
% 6.83/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.27/1.33  
% 7.27/1.33  
% 7.27/1.33  fork 2: search terminated without proof.
% 7.27/1.35  
% 7.27/1.35  **** run 67 fork 2 starts with strategy
% 7.27/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.27/1.37  
% 7.27/1.37  
% 7.27/1.37  fork 4: search terminated without proof.
% 7.27/1.39  
% 7.27/1.39  
% 7.27/1.39  fork 0: search terminated without proof.
% 7.27/1.39  
% 7.27/1.39  **** run 61 fork 4 starts with strategy
% 7.27/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.27/1.39  
% 7.27/1.39  
% 7.27/1.39  fork 6: search terminated without proof.
% 7.27/1.40  
% 7.27/1.40  
% 7.27/1.40  fork 7: search terminated without proof.
% 7.27/1.42  
% 7.27/1.42  **** run 55 fork 6 starts with strategy
% 7.27/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.27/1.42  
% 7.27/1.42  **** run 56 fork 7 starts with strategy
% 7.27/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.27/1.43  
% 7.27/1.43  
% 7.27/1.43  fork 1: search terminated without proof.
% 7.27/1.43  
% 7.27/1.43  **** run 57 fork 0 starts with strategy
% 7.27/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.27/1.43  
% 7.27/1.43  
% 7.27/1.43  fork 5: search terminated without proof.
% 7.27/1.45  
% 7.27/1.45  **** run 66 fork 1 starts with strategy
% 7.27/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.27/1.46  
% 7.27/1.46  **** run 70 fork 5 starts with strategy
% 7.27/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.27/1.46  
% 7.27/1.46  
% 7.27/1.46  fork 3: search terminated without proof.
% 7.27/1.49  
% 7.27/1.49  **** run 68 fork 3 starts with strategy
% 7.27/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.27/1.50  
% 7.27/1.50  
% 7.27/1.50  fork 2: search terminated without proof.
% 8.07/1.52  
% 8.07/1.52  
% 8.07/1.52  fork 4: search terminated without proof.
% 8.07/1.53  
% 8.07/1.53  **** run 75 fork 2 starts with strategy
% 8.07/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.07/1.54  
% 8.07/1.54  **** run 69 fork 4 starts with strategy
% 8.07/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.07/1.54  
% 8.07/1.54  
% 8.07/1.54  fork 6: search terminated without proof.
% 8.07/1.56  
% 8.07/1.56  **** run 63 fork 6 starts with strategy
% 8.07/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.07/1.56  
% 8.07/1.56  
% 8.07/1.56  fork 0: search terminated without proof.
% 8.07/1.57  
% 8.07/1.57  
% 8.07/1.57  fork 7: search terminated without proof.
% 9.23/1.58  
% 9.23/1.58  
% 9.23/1.58  fork 5: search terminated without proof.
% 9.23/1.59  
% 9.23/1.59  **** run 65 fork 0 starts with strategy
% 9.23/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.23/1.59  
% 9.23/1.59  
% 9.23/1.59  fork 1: search terminated without proof.
% 9.23/1.60  
% 9.23/1.60  **** run 64 fork 7 starts with strategy
% 9.23/1.60  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 9.23/1.61  
% 9.23/1.61  **** run 78 fork 5 starts with strategy
% 9.23/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.23/1.61  
% 9.23/1.61  **** run 74 fork 1 starts with strategy
% 9.23/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.23/1.61  
% 9.23/1.61  
% 9.23/1.61  fork 3: search terminated without proof.
% 9.59/1.64  
% 9.59/1.64  **** run 76 fork 3 starts with strategy
% 9.59/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.59/1.64  
% 9.59/1.64  fork 5: search finished without proof.
% 9.70/1.66  
% 9.70/1.66  
% 9.70/1.66  fork 2: search terminated without proof.
% 9.70/1.66  
% 9.70/1.66  **** run 86 fork 5 starts with strategy
% 9.70/1.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.70/1.67  
% 9.70/1.67  
% 9.70/1.67  fork 4: search terminated without proof.
% 9.70/1.68  
% 9.70/1.68  **** run 83 fork 2 starts with strategy
% 9.70/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.70/1.69  
% 9.70/1.69  
% 9.70/1.69  fork 6: search terminated without proof.
% 9.70/1.69  
% 9.70/1.69  **** run 77 fork 4 starts with strategy
% 9.70/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.70/1.70  
% 9.70/1.70  
% 9.70/1.70  fork 0: search terminated without proof.
% 9.70/1.71  
% 9.70/1.71  **** run 71 fork 6 starts with strategy
% 9.70/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 10.26/1.72  
% 10.26/1.72  fork 4: search finished without proof.
% 10.26/1.72  
% 10.26/1.72  
% 10.26/1.72  fork 7: search terminated without proof.
% 10.26/1.72  
% 10.26/1.72  **** run 73 fork 0 starts with strategy
% 10.26/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.26/1.73  
% 10.26/1.73  
% 10.26/1.73  fork 1: search terminated without proof.
% 10.26/1.74  
% 10.26/1.74  **** run 85 fork 4 starts with strategy
% 10.26/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 10.26/1.74  
% 10.26/1.74  **** run 72 fork 7 starts with strategy
% 10.26/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 10.26/1.75  
% 10.26/1.75  **** run 82 fork 1 starts with strategy
% 10.26/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.26/1.77  
% 10.26/1.77  
% 10.26/1.77  fork 3: search terminated without proof.
% 10.74/1.78  
% 10.74/1.78  **** run 84 fork 3 starts with strategy
% 10.74/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.74/1.83  
% 10.74/1.83  
% 10.74/1.83  fork 6: search terminated without proof.
% 10.74/1.85  
% 10.74/1.85  
% 10.74/1.85  fork 0: search terminated without proof.
% 10.74/1.85  
% 10.74/1.85  **** run 79 fork 6 starts with strategy
% 10.74/1.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 11.41/1.87  
% 11.41/1.87  
% 11.41/1.87  fork 7: search terminated without proof.
% 11.41/1.87  
% 11.41/1.87  **** run 81 fork 0 starts with strategy
% 11.41/1.87  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.66/1.89  
% 11.66/1.89  **** run 80 fork 7 starts with strategy
% 11.66/1.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.66/1.92  
% 11.66/1.92  
% 11.66/1.92  result: proof found
% 11.66/1.92  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.66/1.92  by run 86 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.66/1.92  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.66/1.92  
% 11.66/1.92  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 11.66/1.92  
% 11.66/1.92  run 86 fork 5 statistics:
% 11.66/1.92  ----------------------------------
% 11.66/1.92  this run seconds: 0.241749
% 11.66/1.92  total seconds: 1.533151
% 11.66/1.92  stat_given_used: 208
% 11.66/1.92  stat_given_used_at_endgame: 0
% 11.66/1.92  stat_given_candidates:   2603
% 11.66/1.92  stat_given_candidates_at_endgame: 0
% 11.66/1.92  stat_given_candidates_h: 0
% 11.66/1.92  stat_binres_derived_cl:   0
% 11.66/1.92  stat_binres_derived_cl_h: 0
% 11.66/1.92  stat_factor_derived_cl: 0
% 11.66/1.92  stat_para_derived_cl: 54334
% 11.66/1.92  stat_tautologies_discarded: 0
% 11.66/1.92  stat_forward_subsumed: 13872
% 11.66/1.92  stat_derived_cut: 1
% 11.66/1.92  stat_derived_rewritten: 283
% 11.66/1.92  stat_weight_discarded_building: 0
% 11.66/1.92  stat_weight_discarded_cl: 0
% 11.66/1.92  stat_internlimit_discarded_cl: 0
% 11.66/1.92  stat_simplified:  283 simplified 0 derived 0 given
% 11.66/1.92  stat_kept_cl: 38811
% 11.66/1.92  stat_built_cl: 39510
% 11.66/1.92  stat_hyperres_partial_cl: 0
% 11.66/1.92  stat_made_rewriters: 189
% 11.66/1.92  stat_backward_subsumed: 0
% 11.66/1.92  stat_propagated_subsumed: 0
% 11.66/1.92  stat_clsubs_attempted:                      5568
% 11.66/1.92  stat_clsubs_fact_groundunit_found:             0
% 11.66/1.92  stat_clsubs_rule_groundunit_found:             1
% 11.66/1.92  stat_clsubs_top_meta_attempted:              32746
% 11.66/1.92  stat_clsubs_top_meta_failed:                 27178
% 11.66/1.92  stat_clsubs_top_meta_nonpref_attempted:               32746
% 11.66/1.92  stat_clsubs_top_meta_nonpref_succeeded:               13786
% 11.66/1.92  stat_clsubs_top_meta_pref_attempted:                  13786
% 11.66/1.92  stat_clsubs_top_meta_pref1_succeeded:                 13786
% 11.66/1.92  stat_clsubs_top_meta_pref2_succeeded:                  7443
% 11.66/1.92  stat_clsubs_top_meta_pref3_succeeded:                  5568
% 11.66/1.92  stat_clsubs_top_meta_pref_succeeded:                   5568
% 11.66/1.92  stat_clsubs_meta_attempted:                 5568
% 11.66/1.92  stat_clsubs_meta_failed:                      45
% 11.66/1.92  stat_clsubs_predsymbs_attempted:               0
% 11.66/1.92  stat_clsubs_unit_attempted:                 5568
% 11.66/1.92  stat_clsubs_full_attempted:                    0
% 11.66/1.92  stat_forwardsubs_attempted:                52684
% 11.66/1.92  stat_lit_hash_added:                  38830
% 11.66/1.92  stat_lit_hash_computed:               92023
% 11.66/1.92  stat_lit_hash_match_found:            13940
% 11.66/1.92  stat_lit_hash_match_miss:             78348
% 11.66/1.92  stat_lit_hash_cut_ok:                     0
% 11.66/1.92  stat_lit_strong_cut_ok:                   1
% 11.66/1.92  stat_lit_hash_subsume_ok:             13872
% 11.66/1.92  clqueue els 10000000 used 1
% 11.66/1.92  clactive els 10000000 used 209
% 11.66/1.92  clactivesubsume els 10000000 used 1225
% 11.66/1.92  queue_termbuf els 200000000 used 3381756
% 11.66/1.92  hyper_termbuf els 100000000 used 1
% 11.66/1.92  active_termbuf els 100000000 used 8746
% 11.66/1.92  varstack els 5000 last used 1
% 11.66/1.92  given_termbuf els 10000000 last used 1
% 11.66/1.92  simplified_termbuf els 10000000 last used 1
% 11.66/1.92  derived_termbuf els 10000000 last used 51
% 11.66/1.92  wr_mallocs: 147496
% 11.66/1.92  wr_callocs: 21
% 11.66/1.92  wr_reallocs: 4698
% 11.66/1.92  wr_frees: 2
% 11.66/1.92  wr_malloc_bytes: 4167856004
% 11.66/1.92  wr_calloc_bytes: 112065536
% 11.66/1.92  wr_realloc_bytes: 1164232
% 11.66/1.92  wr_realloc_freebytes: 0
% 11.66/1.92  ----------------------------------
%------------------------------------------------------------------------------