TSTP Solution File: RNG008-3 by GKC---0.8

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 17.17s 2.67s
% Output   : CNFRefutation 17.17s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named a_times_b_is_c)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(a,b) = c,
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('2',plain,
    multiply(X,X) = X,
    inference(cnf_transformation,[],[boolean_ring]) ).

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

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

cnf('5',plain,
    multiply(a,b) = multiply(a,c),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    c = multiply(a,c),
    inference(simplify,[],['5','1']) ).

cnf('7',plain,
    multiply(additive_inverse(X),Y) = additive_inverse(multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_multiply_additive_inverse2']) ).

cnf('8',plain,
    additive_inverse(multiply(X3,additive_inverse(X3))) = additive_inverse(X3),
    inference(paramodulation,[],['7','2']) ).

cnf('9',plain,
    multiply(X,additive_inverse(Y)) = additive_inverse(multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_multiply_additive_inverse1']) ).

cnf('10',plain,
    additive_inverse(additive_inverse(X)) = X,
    inference(cnf_transformation,[],['$inc_additive_inverse_additive_inverse']) ).

cnf('11',plain,
    X = additive_inverse(X),
    inference(simplify,[then_simplify],['8','9','2','10']) ).

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

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

cnf('14',plain,
    add(add(X,Y),Z) = add(X,add(Y,Z)),
    inference(cnf_transformation,[],['$inc_associative_addition']) ).

cnf('15',plain,
    add(additive_identity,X3) = add(Y3,add(Y3,X3)),
    inference(paramodulation,[],['13','14']) ).

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

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

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

cnf('19',plain,
    add(add(X,Y),X) = Y,
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    X = add(add(X,Y),Y),
    inference(paramodulation,[],['19','17']) ).

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

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

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

cnf('24',plain,
    multiply(X3,additive_identity) = multiply(X3,add(multiply(X3,Y3),Y3)),
    inference(paramodulation,[],['13','23']) ).

cnf('25',plain,
    multiply(X,additive_identity) = additive_identity,
    inference(cnf_transformation,[],['$inc_multiply_additive_id1']) ).

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

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

cnf('28',plain,
    additive_identity = multiply(X,multiply(add(X,Y),Y)),
    inference(simplify,[then_simplify],['24','25','27']) ).

cnf('29',plain,
    additive_identity = multiply(add(X3,Y3),multiply(X3,Y3)),
    inference(paramodulation,[],['20','28']) ).

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

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

cnf('32',plain,
    multiply(add(X,Y),multiply(Z,U)) = multiply(multiply(add(Y,X),Z),U),
    inference(paramodulation,[],['3','31']) ).

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

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

cnf('35',plain,
    additive_identity = multiply(c,add(a,c)),
    inference(paramodulation,[],['6','34']) ).

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

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

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

cnf('39',plain,
    add(additive_identity,add(c,X3)) = add(multiply(c,a),X3),
    inference(paramodulation,[],['35','38']) ).

cnf('40',plain,
    add(c,X) = add(multiply(c,a),X),
    inference(simplify,[],['39','16']) ).

cnf('41',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],[right_identity]) ).

cnf('42',plain,
    add(c,additive_identity) = multiply(c,a),
    inference(paramodulation,[],['40','41']) ).

cnf('43',plain,
    c = multiply(c,a),
    inference(simplify,[],['42','41']) ).

cnf('44',plain,
    multiply(c,X) = multiply(a,multiply(b,X)),
    inference(paramodulation,[],['1','3']) ).

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

cnf('46',plain,
    multiply(multiply(X3,Y3),multiply(Y3,Z3)) = multiply(multiply(X3,Y3),Z3),
    inference(paramodulation,[],['3','45']) ).

cnf('47',plain,
    multiply(X,multiply(Y,Z)) = multiply(multiply(X,Y),Z),
    inference(simplify,[],['46','45']) ).

cnf('48',plain,
    multiply(X,multiply(c,Y)) = multiply(multiply(X,a),multiply(b,Y)),
    inference(paramodulation,[],['44','47']) ).

cnf('49',plain,
    multiply(b,multiply(c,a)) = multiply(b,a),
    inference(paramodulation,[],['48','2']) ).

cnf('50',plain,
    multiply(b,c) = multiply(b,a),
    inference(paramodulation,[],['43','49']) ).

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

cnf('52',plain,
    multiply(b,c) != c,
    inference(paramodulation,[],['50','51']) ).

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

cnf('54',plain,
    multiply(c,b) = multiply(a,b),
    inference(paramodulation,[],['1','53']) ).

cnf('55',plain,
    multiply(c,b) = c,
    inference(simplify,[],['54','1']) ).

cnf('56',plain,
    multiply(add(X,a),b) = add(multiply(X,b),c),
    inference(paramodulation,[],['1','26']) ).

cnf('57',plain,
    multiply(add(c,a),b) = add(c,c),
    inference(paramodulation,[],['55','56']) ).

cnf('58',plain,
    multiply(c,add(b,c)) = multiply(add(c,a),b),
    inference(paramodulation,[],['56','36']) ).

cnf('59',plain,
    multiply(c,add(b,c)) = additive_identity,
    inference(simplify,[then_simplify],['57','58','13']) ).

cnf('60',plain,
    multiply(X3,add(Y3,Z3)) = add(multiply(X3,Z3),multiply(X3,Y3)),
    inference(paramodulation,[],['18','21']) ).

cnf('61',plain,
    multiply(X,add(Y,Z)) = multiply(X,add(Z,Y)),
    inference(simplify,[],['60','21']) ).

cnf('62',plain,
    multiply(c,add(c,b)) = additive_identity,
    inference(paramodulation,[],['59','61']) ).

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

cnf('64',plain,
    multiply(add(X,multiply(Y,Z)),Z) = multiply(add(X,Y),Z),
    inference(simplify,[],['63','26']) ).

cnf('65',plain,
    multiply(add(X3,additive_identity),add(c,b)) = multiply(add(X3,c),add(c,b)),
    inference(paramodulation,[],['62','64']) ).

cnf('66',plain,
    multiply(X,add(c,b)) = multiply(add(X,c),add(c,b)),
    inference(simplify,[],['65','41']) ).

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

cnf('68',plain,
    multiply(b,add(c,b)) = add(b,c),
    inference(paramodulation,[],['66','67']) ).

cnf('69',plain,
    add(add(b,c),add(b,X3)) = add(multiply(b,c),X3),
    inference(paramodulation,[],['68','38']) ).

cnf('70',plain,
    add(X,Y) = add(add(Z,X),add(Z,Y)),
    inference(paramodulation,[],['19','14']) ).

cnf('71',plain,
    add(c,X) = add(multiply(b,c),X),
    inference(simplify,[],['69','70']) ).

cnf('72',plain,
    add(c,additive_identity) = multiply(b,c),
    inference(paramodulation,[],['71','41']) ).

cnf('73',plain,
    c = multiply(b,c),
    inference(simplify,[],['72','41']) ).

cnf('74',plain,
    $false,
    inference(simplify,[],['52','73']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG008-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n012.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 02:44:25 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                    19
% 0.19/0.39  in_rule_clause_count:               19
% 0.19/0.39  in_fact_clause_count:                0
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              3
% 0.19/0.39  in_unit_clause_count:               19
% 0.19/0.39  in_horn_clause_count:               19
% 0.19/0.39  in_pos_clause_count:                18
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:              18
% 0.19/0.39  in_negeq_clause_count:               1
% 0.19/0.39  in_unitposeq_clause_count:          18
% 0.19/0.39  in_chain_clause_count:               0
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             1
% 0.19/0.39  in_min_depth:              2
% 0.19/0.39  in_max_depth:              3
% 0.19/0.39  in_min_size:               4
% 0.19/0.39  in_max_size:              13
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                14
% 0.19/0.39  in_axiom_count:                    2
% 0.19/0.39  in_assumption_count:               1
% 0.19/0.39  in_goal_count:                     2
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 1
% 0.19/0.39  in_posunit_goal_count:             1
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"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.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 23 fork 6 starts with strategy
% 0.19/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.19/0.68  
% 0.19/0.68  **** run 21 fork 4 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 6: search terminated without proof.
% 2.64/0.81  
% 2.64/0.81  
% 2.64/0.81  fork 5: search terminated without proof.
% 2.64/0.82  
% 2.64/0.82  
% 2.64/0.82  fork 4: search terminated without proof.
% 2.64/0.82  
% 2.64/0.82  
% 2.64/0.82  fork 2: search terminated without proof.
% 2.64/0.82  
% 2.64/0.82  **** run 31 fork 6 starts with strategy
% 2.64/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.64/0.83  
% 2.64/0.83  
% 2.64/0.83  fork 3: search terminated without proof.
% 2.64/0.83  
% 2.64/0.83  
% 2.64/0.83  fork 7: search terminated without proof.
% 2.64/0.84  
% 2.64/0.84  **** run 30 fork 5 starts with strategy
% 2.64/0.84  {"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}
% 2.64/0.84  
% 2.64/0.84  **** run 29 fork 4 starts with strategy
% 2.64/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.64/0.84  
% 2.64/0.84  **** run 27 fork 2 starts with strategy
% 2.64/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.64/0.85  
% 2.64/0.85  **** run 32 fork 7 starts with strategy
% 2.64/0.85  {"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}
% 2.64/0.85  
% 2.64/0.85  **** run 28 fork 3 starts with strategy
% 2.64/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.64/0.87  
% 2.64/0.87  
% 2.64/0.87  fork 0: search terminated without proof.
% 3.88/0.88  
% 3.88/0.88  
% 3.88/0.88  fork 1: search terminated without proof.
% 3.88/0.89  
% 3.88/0.89  **** run 25 fork 0 starts with strategy
% 3.88/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.88/0.90  
% 3.88/0.90  **** run 26 fork 1 starts with strategy
% 3.88/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.29/0.94  
% 4.29/0.94  
% 4.29/0.94  fork 6: search terminated without proof.
% 4.29/0.95  
% 4.29/0.95  **** run 39 fork 6 starts with strategy
% 4.29/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.29/0.96  
% 4.29/0.96  
% 4.29/0.96  fork 5: search terminated without proof.
% 4.29/0.96  
% 4.29/0.96  
% 4.29/0.96  fork 4: search terminated without proof.
% 4.29/0.96  
% 4.29/0.96  
% 4.29/0.96  fork 2: search terminated without proof.
% 4.29/0.97  
% 4.29/0.97  
% 4.29/0.97  fork 3: search terminated without proof.
% 4.29/0.97  
% 4.29/0.97  
% 4.29/0.97  fork 7: search terminated without proof.
% 4.29/0.98  
% 4.29/0.98  **** run 38 fork 5 starts with strategy
% 4.29/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.29/0.98  
% 4.29/0.98  **** run 35 fork 2 starts with strategy
% 4.29/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.29/0.98  
% 4.29/0.98  **** run 37 fork 4 starts with strategy
% 4.29/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.29/1.00  
% 4.29/1.00  **** run 36 fork 3 starts with strategy
% 4.29/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.29/1.00  
% 4.29/1.00  **** run 40 fork 7 starts with strategy
% 4.29/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.29/1.01  
% 4.29/1.01  
% 4.29/1.01  fork 0: search terminated without proof.
% 4.97/1.03  
% 4.97/1.03  
% 4.97/1.03  fork 1: search terminated without proof.
% 4.97/1.03  
% 4.97/1.03  **** run 33 fork 0 starts with strategy
% 4.97/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.97/1.05  
% 4.97/1.05  **** run 34 fork 1 starts with strategy
% 4.97/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.97/1.07  
% 4.97/1.07  
% 4.97/1.07  fork 6: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  **** run 47 fork 6 starts with strategy
% 5.56/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 5: search terminated without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 2: search terminated without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 4: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 3: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 7: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  **** run 43 fork 2 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.56/1.12  
% 5.56/1.12  **** run 46 fork 5 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.56/1.13  
% 5.56/1.13  **** run 45 fork 4 starts with strategy
% 5.56/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.56/1.14  
% 5.56/1.14  **** run 44 fork 3 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.56/1.14  
% 5.56/1.14  **** run 48 fork 7 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.56/1.15  
% 5.56/1.15  fork 5: search finished without proof.
% 5.56/1.15  
% 5.56/1.15  
% 5.56/1.15  fork 0: search terminated without proof.
% 6.18/1.17  
% 6.18/1.17  
% 6.18/1.17  fork 1: search terminated without proof.
% 6.18/1.17  
% 6.18/1.17  **** run 54 fork 5 starts with strategy
% 6.18/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.18/1.17  
% 6.18/1.17  **** run 41 fork 0 starts with strategy
% 6.18/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.25/1.19  
% 6.25/1.19  **** run 42 fork 1 starts with strategy
% 6.25/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.50/1.21  
% 6.50/1.21  
% 6.50/1.21  fork 6: search terminated without proof.
% 6.50/1.23  
% 6.50/1.23  **** run 55 fork 6 starts with strategy
% 6.50/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.67/1.24  
% 6.67/1.24  
% 6.67/1.24  fork 2: search terminated without proof.
% 6.67/1.25  
% 6.67/1.25  
% 6.67/1.25  fork 4: search terminated without proof.
% 6.67/1.26  
% 6.67/1.26  
% 6.67/1.26  fork 3: search terminated without proof.
% 6.67/1.26  
% 6.67/1.26  **** run 51 fork 2 starts with strategy
% 6.67/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.67/1.27  
% 6.67/1.27  
% 6.67/1.27  fork 7: search terminated without proof.
% 6.67/1.27  
% 6.67/1.27  **** run 53 fork 4 starts with strategy
% 6.67/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.67/1.29  
% 6.67/1.29  **** run 52 fork 3 starts with strategy
% 6.67/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.67/1.29  
% 6.67/1.29  
% 6.67/1.29  fork 5: search terminated without proof.
% 6.67/1.29  
% 6.67/1.29  
% 6.67/1.29  fork 0: search terminated without proof.
% 6.67/1.29  
% 6.67/1.29  fork 2: search finished without proof.
% 6.67/1.29  
% 6.67/1.29  **** run 56 fork 7 starts with strategy
% 6.67/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.67/1.31  
% 6.67/1.31  **** run 59 fork 2 starts with strategy
% 6.67/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.67/1.31  
% 6.67/1.31  
% 6.67/1.31  fork 1: search terminated without proof.
% 6.67/1.31  
% 6.67/1.31  **** run 49 fork 0 starts with strategy
% 6.67/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.67/1.31  
% 6.67/1.31  **** run 62 fork 5 starts with strategy
% 6.67/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.37/1.33  
% 7.37/1.33  **** run 50 fork 1 starts with strategy
% 7.37/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.37/1.34  
% 7.37/1.34  
% 7.37/1.34  fork 6: search terminated without proof.
% 7.37/1.36  
% 7.37/1.36  **** run 63 fork 6 starts with strategy
% 7.37/1.36  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.37/1.39  
% 7.37/1.39  
% 7.37/1.39  fork 4: search terminated without proof.
% 7.37/1.41  
% 7.37/1.41  
% 7.37/1.41  fork 3: search terminated without proof.
% 7.37/1.41  
% 7.37/1.41  **** run 61 fork 4 starts with strategy
% 7.37/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.37/1.41  
% 7.37/1.41  
% 7.37/1.41  fork 7: search terminated without proof.
% 7.37/1.43  
% 7.37/1.43  
% 7.37/1.43  fork 2: search terminated without proof.
% 7.37/1.43  
% 7.37/1.43  
% 7.37/1.43  fork 0: search terminated without proof.
% 7.37/1.43  
% 7.37/1.43  **** run 60 fork 3 starts with strategy
% 7.37/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.37/1.43  
% 7.37/1.43  
% 7.37/1.43  fork 5: search terminated without proof.
% 7.37/1.44  
% 7.37/1.44  **** run 64 fork 7 starts with strategy
% 7.37/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.37/1.45  
% 7.37/1.45  **** run 67 fork 2 starts with strategy
% 7.37/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.37/1.45  
% 7.37/1.45  **** run 57 fork 0 starts with strategy
% 7.37/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.37/1.46  
% 7.37/1.46  **** run 70 fork 5 starts with strategy
% 7.37/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.37/1.48  
% 7.37/1.48  
% 7.37/1.48  fork 6: search terminated without proof.
% 7.37/1.50  
% 7.37/1.50  **** run 71 fork 6 starts with strategy
% 7.37/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.37/1.53  
% 7.37/1.53  
% 7.37/1.53  fork 4: search terminated without proof.
% 7.37/1.53  
% 7.37/1.53  
% 7.37/1.53  fork 1: search terminated without proof.
% 7.37/1.55  
% 7.37/1.55  **** run 69 fork 4 starts with strategy
% 7.37/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.37/1.55  
% 7.37/1.55  
% 7.37/1.55  fork 3: search terminated without proof.
% 7.37/1.56  
% 7.37/1.56  
% 7.37/1.56  fork 7: search terminated without proof.
% 7.37/1.57  
% 7.37/1.57  **** run 68 fork 3 starts with strategy
% 7.37/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.37/1.57  
% 7.37/1.57  **** run 58 fork 1 starts with strategy
% 7.37/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.37/1.58  
% 7.37/1.58  
% 7.37/1.58  fork 0: search terminated without proof.
% 7.37/1.58  
% 7.37/1.58  
% 7.37/1.58  fork 2: search terminated without proof.
% 7.37/1.59  
% 7.37/1.59  **** run 72 fork 7 starts with strategy
% 7.37/1.59  
% 7.37/1.59  
% 7.37/1.59  fork 5: search terminated without proof.
% 7.37/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.37/1.60  
% 7.37/1.60  **** run 65 fork 0 starts with strategy
% 7.37/1.60  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.37/1.60  
% 7.37/1.60  **** run 75 fork 2 starts with strategy
% 7.37/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 7.37/1.61  
% 7.37/1.61  **** run 78 fork 5 starts with strategy
% 7.37/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 7.37/1.63  
% 7.37/1.63  
% 7.37/1.63  fork 6: search terminated without proof.
% 8.35/1.65  
% 8.35/1.65  **** run 79 fork 6 starts with strategy
% 8.35/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 8.35/1.67  
% 8.35/1.67  
% 8.35/1.67  fork 4: search terminated without proof.
% 8.35/1.69  
% 8.35/1.69  **** run 77 fork 4 starts with strategy
% 8.35/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 8.35/1.70  
% 8.35/1.70  
% 8.35/1.70  fork 3: search terminated without proof.
% 10.41/1.71  
% 10.41/1.71  **** run 76 fork 3 starts with strategy
% 10.41/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.41/1.72  
% 10.41/1.72  
% 10.41/1.72  fork 7: search terminated without proof.
% 10.41/1.72  
% 10.41/1.72  
% 10.41/1.72  fork 0: search terminated without proof.
% 10.41/1.72  
% 10.41/1.72  
% 10.41/1.72  fork 2: search terminated without proof.
% 10.50/1.73  
% 10.50/1.73  
% 10.50/1.73  fork 5: search terminated without proof.
% 10.50/1.74  
% 10.50/1.74  **** run 73 fork 0 starts with strategy
% 10.50/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.50/1.74  
% 10.50/1.74  
% 10.50/1.74  fork 1: search terminated without proof.
% 10.50/1.74  
% 10.50/1.74  **** run 80 fork 7 starts with strategy
% 10.50/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.50/1.74  
% 10.50/1.74  **** run 83 fork 2 starts with strategy
% 10.50/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.50/1.75  
% 10.50/1.75  **** run 86 fork 5 starts with strategy
% 10.50/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.50/1.76  
% 10.50/1.76  **** run 66 fork 1 starts with strategy
% 10.50/1.76  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 10.50/1.77  
% 10.50/1.77  
% 10.50/1.77  fork 6: search terminated without proof.
% 10.50/1.79  
% 10.50/1.79  **** run 87 fork 6 starts with strategy
% 10.50/1.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.15/1.82  
% 11.15/1.82  
% 11.15/1.82  fork 4: search terminated without proof.
% 11.15/1.83  
% 11.15/1.83  **** run 85 fork 4 starts with strategy
% 11.15/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.15/1.84  
% 11.15/1.84  
% 11.15/1.84  fork 3: search terminated without proof.
% 11.15/1.86  
% 11.15/1.86  **** run 84 fork 3 starts with strategy
% 11.15/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.15/1.86  
% 11.15/1.86  
% 11.15/1.86  fork 0: search terminated without proof.
% 11.15/1.87  
% 11.15/1.87  
% 11.15/1.87  fork 7: search terminated without proof.
% 11.73/1.88  
% 11.73/1.88  **** run 81 fork 0 starts with strategy
% 11.73/1.88  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.73/1.88  
% 11.73/1.88  
% 11.73/1.88  fork 1: search terminated without proof.
% 11.73/1.90  
% 11.73/1.90  **** run 88 fork 7 starts with strategy
% 11.73/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.73/1.90  
% 11.73/1.90  **** run 74 fork 1 starts with strategy
% 11.73/1.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 12.58/2.01  
% 12.58/2.01  
% 12.58/2.01  fork 0: search terminated without proof.
% 12.87/2.03  
% 12.87/2.03  **** run 89 fork 0 starts with strategy
% 12.87/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.87/2.03  
% 12.87/2.03  
% 12.87/2.03  fork 1: search terminated without proof.
% 12.87/2.05  
% 12.87/2.05  **** run 82 fork 1 starts with strategy
% 12.87/2.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 17.17/2.67  
% 17.17/2.67  
% 17.17/2.67  result: proof found
% 17.17/2.67  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.17/2.67  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}
% 17.17/2.67  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.17/2.67  
% 17.17/2.67  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 17.17/2.67  
% 17.17/2.67  run 86 fork 5 statistics:
% 17.17/2.67  ----------------------------------
% 17.17/2.67  this run seconds: 0.247705
% 17.17/2.67  total seconds: 1.628649
% 17.17/2.67  stat_given_used: 292
% 17.17/2.67  stat_given_used_at_endgame: 0
% 17.17/2.67  stat_given_candidates:   3789
% 17.17/2.67  stat_given_candidates_at_endgame: 0
% 17.17/2.67  stat_given_candidates_h: 0
% 17.17/2.67  stat_binres_derived_cl:   0
% 17.17/2.67  stat_binres_derived_cl_h: 0
% 17.17/2.67  stat_factor_derived_cl: 0
% 17.17/2.67  stat_para_derived_cl: 54645
% 17.17/2.67  stat_tautologies_discarded: 0
% 17.17/2.67  stat_forward_subsumed: 15009
% 17.17/2.67  stat_derived_cut: 1
% 17.17/2.67  stat_derived_rewritten: 472
% 17.17/2.67  stat_weight_discarded_building: 0
% 17.17/2.67  stat_weight_discarded_cl: 0
% 17.17/2.67  stat_internlimit_discarded_cl: 0
% 17.17/2.67  stat_simplified:  472 simplified 0 derived 0 given
% 17.17/2.67  stat_kept_cl: 38013
% 17.17/2.67  stat_built_cl: 39068
% 17.17/2.67  stat_hyperres_partial_cl: 0
% 17.17/2.67  stat_made_rewriters: 257
% 17.17/2.67  stat_backward_subsumed: 0
% 17.17/2.67  stat_propagated_subsumed: 0
% 17.17/2.67  stat_clsubs_attempted:                      9427
% 17.17/2.67  stat_clsubs_fact_groundunit_found:             0
% 17.17/2.67  stat_clsubs_rule_groundunit_found:             1
% 17.17/2.67  stat_clsubs_top_meta_attempted:              44744
% 17.17/2.67  stat_clsubs_top_meta_failed:                 35317
% 17.17/2.67  stat_clsubs_top_meta_nonpref_attempted:               44744
% 17.17/2.67  stat_clsubs_top_meta_nonpref_succeeded:               21182
% 17.17/2.67  stat_clsubs_top_meta_pref_attempted:                  21182
% 17.17/2.67  stat_clsubs_top_meta_pref1_succeeded:                 21182
% 17.17/2.67  stat_clsubs_top_meta_pref2_succeeded:                 13069
% 17.17/2.67  stat_clsubs_top_meta_pref3_succeeded:                  9427
% 17.17/2.67  stat_clsubs_top_meta_pref_succeeded:                   9427
% 17.17/2.67  stat_clsubs_meta_attempted:                 9427
% 17.17/2.67  stat_clsubs_meta_failed:                     110
% 17.17/2.67  stat_clsubs_predsymbs_attempted:               0
% 17.17/2.67  stat_clsubs_unit_attempted:                 9427
% 17.17/2.67  stat_clsubs_full_attempted:                    0
% 17.17/2.67  stat_forwardsubs_attempted:                53022
% 17.17/2.67  stat_lit_hash_added:                  38096
% 17.17/2.67  stat_lit_hash_computed:               92064
% 17.17/2.67  stat_lit_hash_match_found:            15073
% 17.17/2.67  stat_lit_hash_match_miss:             77379
% 17.17/2.67  stat_lit_hash_cut_ok:                     0
% 17.17/2.67  stat_lit_strong_cut_ok:                   0
% 17.17/2.67  stat_lit_hash_subsume_ok:             15009
% 17.17/2.67  clqueue els 10000000 used 1
% 17.17/2.67  clactive els 10000000 used 293
% 17.17/2.67  clactivesubsume els 10000000 used 1369
% 17.17/2.67  queue_termbuf els 200000000 used 2939075
% 17.17/2.67  hyper_termbuf els 100000000 used 1
% 17.17/2.67  active_termbuf els 100000000 used 11790
% 17.17/2.67  varstack els 5000 last used 1
% 17.17/2.67  given_termbuf els 10000000 last used 1
% 17.17/2.67  simplified_termbuf els 10000000 last used 1
% 17.17/2.67  derived_termbuf els 10000000 last used 3
% 17.17/2.67  wr_mallocs: 145623
% 17.17/2.67  wr_callocs: 21
% 17.17/2.67  wr_reallocs: 4297
% 17.17/2.67  wr_frees: 2
% 17.17/2.67  wr_malloc_bytes: 4167783124
% 17.17/2.67  wr_calloc_bytes: 112065536
% 17.17/2.67  wr_realloc_bytes: 1144056
% 17.17/2.67  wr_realloc_freebytes: 0
% 17.17/2.67  ----------------------------------
%------------------------------------------------------------------------------