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

View Problem - Process Solution

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

% Computer : n004.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 44.43s 6.06s
% Output   : CNFRefutation 44.43s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_multiplication_is_well_defined')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_multiplication_is_well_defined']) ).

cnf('2',plain,
    product(X,X,X),
    inference(cnf_transformation,[],[x_squared_is_x]) ).

cnf('3',plain,
    ( ~ product(X,X,Y)
    | Y = X ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_multiplication']) ).

cnf('5',plain,
    multiply(X,X) = X,
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,Y,X2006)
    | ~ sum(W,U,X)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity3']) ).

cnf('7',plain,
    product(X,X,X),
    inference(paramodulation,[],['5','4']) ).

cnf('8',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,Y)
    | sum(Z,V,Y) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(X,X,Y)
    | sum(Z,Z,Y) ),
    inference(factorization,[],['8']) ).

cnf('10',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_addition']) ).

cnf('11',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_addition']) ).

cnf('12',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ product(X,add(X,X),Y)
    | sum(Y,Y,add(X,X)) ),
    inference(resolution,[],['9','12']) ).

cnf('14',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,Y,X2006)
    | product(X,X2006,W) ),
    inference(cnf_transformation,[],['$inc_distributivity2']) ).

cnf('15',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Z,Z,U)
    | ~ sum(Y,Y,V)
    | product(X,V,U) ),
    inference(factorization,[],['14']) ).

cnf('16',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Y,Y,Z)
    | product(X,Z,Z) ),
    inference(factorization,[],['15']) ).

cnf('17',plain,
    ( ~ sum(X,X,Y)
    | product(X,Y,Y) ),
    inference(resolution,[],['16','7']) ).

cnf('18',plain,
    product(X,add(X,X),add(X,X)),
    inference(resolution,[],['17','12']) ).

cnf('19',plain,
    sum(add(X,X),add(X,X),add(X,X)),
    inference(resolution,[],['13','18']) ).

cnf('20',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,X,W)
    | sum(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_addition2']) ).

cnf('21',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],['$inc_additive_identity2']) ).

cnf('22',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | sum(Z,additive_identity,U) ),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    ( sum(add(X,Y),additive_identity,Z)
    | ~ sum(Y,X,Z) ),
    inference(resolution,[],['22','12']) ).

cnf('24',plain,
    sum(add(X,Y),additive_identity,add(Y,X)),
    inference(resolution,[],['23','11']) ).

cnf('25',plain,
    sum(additive_identity,add(X,Y),add(Y,X)),
    inference(resolution,[],['24','10']) ).

cnf('26',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,Z)
    | U = X ),
    inference(cnf_transformation,[],[cancellation2]) ).

cnf('27',plain,
    ( ~ sum(X,add(Y,Z),add(Z,Y))
    | X = additive_identity ),
    inference(resolution,[],['25','26']) ).

cnf('28',plain,
    add(X,X) = additive_identity,
    inference(resolution,[],['19','27']) ).

cnf('29',plain,
    sum(X,X,additive_identity),
    inference(paramodulation,[],['28','12']) ).

cnf('30',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(V,Z,W)
    | ~ sum(U,X,X2006)
    | product(X2006,Y,W) ),
    inference(cnf_transformation,[],['$inc_distributivity4']) ).

cnf('31',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(V,Z,X)
    | ~ sum(V,Y,W)
    | product(W,Z,U) ),
    inference(resolution,[],['30','4']) ).

cnf('32',plain,
    ( ~ product(X,Y,multiply(Z,Y))
    | ~ sum(X,Z,U)
    | product(U,Y,additive_identity) ),
    inference(resolution,[],['29','31']) ).

cnf('33',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(Z,Y,additive_identity) ),
    inference(paramodulation,[],['5','32']) ).

cnf('34',plain,
    ( ~ product(X,Y,Y)
    | ~ product(X,Z,Z)
    | ~ sum(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['14']) ).

cnf('35',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['34','7']) ).

cnf('36',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,U,X)
    | product(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_multiplication1']) ).

cnf('37',plain,
    ( ~ product(X,Y,Y)
    | ~ product(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['36']) ).

cnf('38',plain,
    ( ~ product(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['37','7']) ).

cnf('39',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('40',plain,
    product(a,c,c),
    inference(resolution,[],['38','39']) ).

cnf('41',plain,
    ( ~ sum(a,c,X)
    | product(a,X,X) ),
    inference(resolution,[],['35','40']) ).

cnf('42',plain,
    product(a,add(a,c),add(a,c)),
    inference(resolution,[],['41','11']) ).

cnf('43',plain,
    ( ~ sum(a,add(a,c),X)
    | product(X,add(a,c),additive_identity) ),
    inference(resolution,[],['33','42']) ).

cnf('44',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,U,Z)
    | U = Y ),
    inference(cnf_transformation,[],[cancellation1]) ).

cnf('45',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('46',plain,
    ( X = additive_inverse(Y)
    | ~ sum(Y,X,additive_identity) ),
    inference(resolution,[],['44','45']) ).

cnf('47',plain,
    X = additive_inverse(X),
    inference(resolution,[],['29','46']) ).

cnf('48',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_addition1']) ).

cnf('49',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('50',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,Z,U)
    | sum(X,U,Z) ),
    inference(resolution,[],['48','49']) ).

cnf('51',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('52',plain,
    ( sum(additive_inverse(X),Y,Z)
    | ~ sum(X,Z,Y) ),
    inference(resolution,[],['50','51']) ).

cnf('53',plain,
    sum(additive_inverse(X),add(X,Y),Y),
    inference(resolution,[],['52','11']) ).

cnf('54',plain,
    sum(X,add(X,Y),Y),
    inference(paramodulation,[],['47','53']) ).

cnf('55',plain,
    product(c,add(a,c),additive_identity),
    inference(resolution,[],['43','54']) ).

cnf('56',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(X,W,X2006)
    | ~ sum(W,U,Y)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity1']) ).

cnf('57',plain,
    ( sum(X,Y,multiply(Z,U))
    | ~ product(Z,V,X)
    | ~ product(Z,W,Y)
    | ~ sum(V,W,U) ),
    inference(resolution,[],['56','4']) ).

cnf('58',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,Z,U)
    | product(X,U,Z) ),
    inference(resolution,[],['36','7']) ).

cnf('59',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Z,V)
    | ~ product(U,X,W)
    | product(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_multiplication2']) ).

cnf('60',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,U,Y)
    | product(Z,U,Z) ),
    inference(factorization,[],['59']) ).

cnf('61',plain,
    ( ~ product(X,Y,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['60','7']) ).

cnf('62',plain,
    product(c,b,c),
    inference(resolution,[],['61','39']) ).

cnf('63',plain,
    ( ~ product(b,c,X)
    | product(c,X,c) ),
    inference(resolution,[],['58','62']) ).

cnf('64',plain,
    product(c,multiply(b,c),c),
    inference(resolution,[],['63','4']) ).

cnf('65',plain,
    ( ~ sum(multiply(b,c),Z3,Y3)
    | sum(c,X3,multiply(c,Y3))
    | ~ product(c,Z3,X3) ),
    inference(resolution,[],['57','64']) ).

cnf('66',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(Y,V,X)
    | ~ sum(V,Z,W)
    | product(Y,W,U) ),
    inference(resolution,[],['14','4']) ).

cnf('67',plain,
    ( ~ product(X,Y,multiply(X,Z))
    | ~ sum(Y,Z,U)
    | product(X,U,additive_identity) ),
    inference(resolution,[],['29','66']) ).

cnf('68',plain,
    ( ~ product(X,Y,X)
    | ~ sum(Y,X,Z)
    | product(X,Z,additive_identity) ),
    inference(paramodulation,[],['5','67']) ).

cnf('69',plain,
    ( ~ product(X,Y,X)
    | ~ product(Z,Y,Z)
    | ~ sum(X,Z,U)
    | product(U,Y,U) ),
    inference(factorization,[],['30']) ).

cnf('70',plain,
    ( ~ product(X,Y,X)
    | ~ sum(Y,X,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['69','7']) ).

cnf('71',plain,
    ( ~ sum(b,c,X)
    | product(X,b,X) ),
    inference(resolution,[],['70','62']) ).

cnf('72',plain,
    product(add(b,c),b,add(b,c)),
    inference(resolution,[],['71','11']) ).

cnf('73',plain,
    ( ~ sum(b,add(b,c),X)
    | product(add(b,c),X,additive_identity) ),
    inference(resolution,[],['68','72']) ).

cnf('74',plain,
    product(add(b,c),c,additive_identity),
    inference(resolution,[],['73','54']) ).

cnf('75',plain,
    ( product(X,Y,multiply(Z,Y))
    | ~ product(U,Y,additive_identity)
    | ~ sum(U,Z,X) ),
    inference(resolution,[],['31','49']) ).

cnf('76',plain,
    ( ~ sum(add(b,c),X,Y)
    | product(Y,c,multiply(X,c)) ),
    inference(resolution,[],['74','75']) ).

cnf('77',plain,
    sum(additive_inverse(X),add(Y,X),Y),
    inference(resolution,[],['52','12']) ).

cnf('78',plain,
    sum(add(X,Y),additive_inverse(Y),X),
    inference(resolution,[],['77','10']) ).

cnf('79',plain,
    sum(add(X,Y),Y,X),
    inference(paramodulation,[],['47','78']) ).

cnf('80',plain,
    product(b,c,multiply(c,c)),
    inference(resolution,[],['76','79']) ).

cnf('81',plain,
    product(b,c,c),
    inference(simplify,[],['80','5']) ).

cnf('82',plain,
    ( X = multiply(Y,Z)
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['1','4']) ).

cnf('83',plain,
    c = multiply(b,c),
    inference(resolution,[],['81','82']) ).

cnf('84',plain,
    ( ~ sum(c,X,Y)
    | sum(c,Z,multiply(c,Y))
    | ~ product(c,X,Z) ),
    inference(simplify,[],['65','83']) ).

cnf('85',plain,
    sum(X,add(Y,X),Y),
    inference(paramodulation,[],['47','77']) ).

cnf('86',plain,
    ( ~ product(c,add(X,c),Y)
    | sum(c,Y,multiply(c,X)) ),
    inference(resolution,[],['84','85']) ).

cnf('87',plain,
    sum(c,additive_identity,multiply(c,a)),
    inference(resolution,[],['55','86']) ).

cnf('88',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_addition_is_well_defined']) ).

cnf('89',plain,
    ( ~ sum(X,additive_identity,Y)
    | Y = X ),
    inference(resolution,[],['88','21']) ).

cnf('90',plain,
    add(X,additive_identity) = X,
    inference(resolution,[],['89','11']) ).

cnf('91',plain,
    ( ~ sum(add(X,Y),additive_identity,Z)
    | Z = add(Y,X) ),
    inference(resolution,[],['24','88']) ).

cnf('92',plain,
    ( Y3 = add(additive_identity,X3)
    | ~ sum(X3,additive_identity,Y3) ),
    inference(paramodulation,[],['90','91']) ).

cnf('93',plain,
    add(additive_identity,X) = X,
    inference(resolution,[],['89','12']) ).

cnf('94',plain,
    ( X = Y
    | ~ sum(Y,additive_identity,X) ),
    inference(simplify,[],['92','93']) ).

cnf('95',plain,
    multiply(c,a) = c,
    inference(resolution,[],['87','94']) ).

cnf('96',plain,
    ( product(X,Y,multiply(Z,U))
    | ~ product(X,V,Z)
    | ~ product(V,U,Y) ),
    inference(resolution,[],['36','4']) ).

cnf('97',plain,
    ( product(a,X,multiply(c,Y))
    | ~ product(b,Y,X) ),
    inference(resolution,[],['96','39']) ).

cnf('98',plain,
    product(a,multiply(b,X),multiply(c,X)),
    inference(resolution,[],['97','4']) ).

cnf('99',plain,
    ( ~ product(X,multiply(Y,X),Z)
    | product(Y,Z,multiply(Y,X)) ),
    inference(resolution,[],['58','4']) ).

cnf('100',plain,
    product(b,multiply(c,a),multiply(b,a)),
    inference(resolution,[],['98','99']) ).

cnf('101',plain,
    ( ~ product(X,multiply(Y,Z),U)
    | ~ product(X,Y,V)
    | product(V,Z,U) ),
    inference(resolution,[],['59','4']) ).

cnf('102',plain,
    ( product(X,a,multiply(b,a))
    | ~ product(b,c,X) ),
    inference(resolution,[],['100','101']) ).

cnf('103',plain,
    product(c,a,multiply(b,a)),
    inference(resolution,[],['81','102']) ).

cnf('104',plain,
    multiply(b,a) = multiply(c,a),
    inference(resolution,[],['103','82']) ).

cnf('105',plain,
    product(b,a,multiply(c,a)),
    inference(paramodulation,[],['104','4']) ).

cnf('106',plain,
    ~ product(b,a,c),
    inference(cnf_transformation,[],[prove_b_times_a_is_c]) ).

cnf('107',plain,
    $false,
    inference(paramodulation,[then_simplify],['95','105','106']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : RNG008-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.11  % Command  : gkc %s
% 0.12/0.32  % Computer : n004.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 300
% 0.12/0.32  % DateTime : Sun Aug 27 01:56:22 EDT 2023
% 0.12/0.32  % CPUTime  : 
% 0.18/0.36  
% 0.18/0.36  input clause set summed statistics:
% 0.18/0.36  ----------------------------------
% 0.18/0.36  in_clause_count:                    22
% 0.18/0.36  in_rule_clause_count:               18
% 0.18/0.36  in_fact_clause_count:                4
% 0.18/0.36  in_answer_clause_count:              0
% 0.18/0.36  in_ground_clause_count:              2
% 0.18/0.36  in_unit_clause_count:                9
% 0.18/0.36  in_horn_clause_count:               22
% 0.18/0.36  in_pos_clause_count:                 8
% 0.18/0.36  in_neg_clause_count:                 1
% 0.18/0.36  in_poseq_clause_count:               4
% 0.18/0.36  in_negeq_clause_count:               0
% 0.18/0.36  in_unitposeq_clause_count:           0
% 0.18/0.36  in_chain_clause_count:               0
% 0.18/0.36  in_min_length:             1
% 0.18/0.36  in_max_length:             5
% 0.18/0.36  in_min_depth:              1
% 0.18/0.36  in_max_depth:              2
% 0.18/0.36  in_min_size:               4
% 0.18/0.36  in_max_size:              20
% 0.18/0.36  in_min_vars:               0
% 0.18/0.36  in_max_vars:               7
% 0.18/0.36  in_extaxiom_count:                17
% 0.18/0.36  in_axiom_count:                    2
% 0.18/0.36  in_assumption_count:               2
% 0.18/0.36  in_goal_count:                     1
% 0.18/0.36  in_neg_goal_count:                 1
% 0.18/0.36  in_pos_goal_count:                 0
% 0.18/0.36  in_posunit_goal_count:             0
% 0.18/0.36  
% 0.18/0.36  auto guide:
% 0.18/0.36  -----------
% 0.18/0.36  {
% 0.18/0.36  "print":1,
% 0.18/0.36  "print_level": 15,
% 0.18/0.36  "max_size": 0,
% 0.18/0.36  "max_depth": 0,
% 0.18/0.36  "max_length": 0,
% 0.18/0.36  "max_dseconds": 0,
% 0.18/0.36  "runs":[
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.18/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.36  
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.18/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.36  
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.18/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.36  
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.36  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.36  
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.18/0.36  
% 0.18/0.36  ]}
% 0.18/0.36  
% 0.18/0.36  
% 0.18/0.36  **** run 1 fork 0 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.36  
% 0.18/0.36  **** run 2 fork 1 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.36  
% 0.18/0.36  **** run 3 fork 2 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.36  
% 0.18/0.36  **** run 4 fork 3 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.36  
% 0.18/0.36  **** run 5 fork 4 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.36  
% 0.18/0.36  **** run 6 fork 5 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.36  
% 0.18/0.36  **** run 7 fork 6 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.36  
% 0.18/0.36  **** run 8 fork 7 starts with strategy
% 0.18/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.40  
% 0.18/0.40  fork 3: search finished without proof.
% 0.18/0.43  
% 0.18/0.43  **** run 12 fork 3 starts with strategy
% 0.18/0.43  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.48  
% 0.18/0.48  fork 0: search finished without proof.
% 0.18/0.48  
% 0.18/0.48  fork 6: search finished without proof.
% 0.18/0.48  
% 0.18/0.48  
% 0.18/0.48  fork 2: search terminated without proof.
% 0.18/0.48  
% 0.18/0.48  
% 0.18/0.48  fork 7: search terminated without proof.
% 0.18/0.48  
% 0.18/0.48  
% 0.18/0.48  fork 4: search terminated without proof.
% 0.18/0.48  
% 0.18/0.48  
% 0.18/0.48  fork 5: search terminated without proof.
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  fork 1: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  **** run 15 fork 6 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.51  
% 0.18/0.51  **** run 9 fork 0 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.51  
% 0.18/0.51  **** run 13 fork 4 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.51  
% 0.18/0.51  **** run 11 fork 2 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.51  
% 0.18/0.51  **** run 14 fork 5 starts with strategy
% 0.18/0.51  
% 0.18/0.51  **** run 10 fork 1 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.51  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.51  
% 0.18/0.51  **** run 16 fork 7 starts with strategy
% 0.18/0.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.54  
% 0.18/0.54  
% 0.18/0.54  fork 3: search terminated without proof.
% 0.18/0.56  
% 0.18/0.56  **** run 20 fork 3 starts with strategy
% 0.18/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.62  
% 0.18/0.62  
% 0.18/0.62  fork 0: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 6: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 2: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 4: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 7: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 1: search terminated without proof.
% 0.18/0.63  
% 0.18/0.63  
% 0.18/0.63  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  **** run 23 fork 6 starts with strategy
% 0.18/0.65  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.65  
% 0.18/0.65  **** run 17 fork 0 starts with strategy
% 0.18/0.65  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.65  
% 0.18/0.65  **** run 21 fork 4 starts with strategy
% 0.18/0.65  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.66  
% 0.18/0.66  **** run 18 fork 1 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.66  
% 0.18/0.66  **** run 19 fork 2 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.66  
% 0.18/0.66  **** run 24 fork 7 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.69  
% 0.18/0.69  **** run 22 fork 5 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.70  
% 0.18/0.70  fork 3: search finished without proof.
% 0.18/0.72  
% 0.18/0.72  **** run 28 fork 3 starts with strategy
% 0.18/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.77  
% 0.18/0.77  
% 0.18/0.77  fork 4: search terminated without proof.
% 0.18/0.77  
% 0.18/0.77  
% 0.18/0.77  fork 0: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 6: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 2: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 1: search terminated without proof.
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 7: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  **** run 29 fork 4 starts with strategy
% 0.18/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.18/0.80  
% 0.18/0.80  **** run 25 fork 0 starts with strategy
% 0.18/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.18/0.81  
% 0.18/0.81  **** run 31 fork 6 starts with strategy
% 0.18/0.81  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.18/0.81  
% 0.18/0.81  **** run 26 fork 1 starts with strategy
% 0.18/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.18/0.82  
% 0.18/0.82  **** run 27 fork 2 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.82  
% 0.18/0.82  **** run 32 fork 7 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.18/0.84  
% 0.18/0.84  
% 0.18/0.84  fork 3: search terminated without proof.
% 0.18/0.86  
% 0.18/0.86  **** run 36 fork 3 starts with strategy
% 0.18/0.86  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.96/0.90  
% 3.96/0.90  
% 3.96/0.90  fork 5: search terminated without proof.
% 4.35/0.91  
% 4.35/0.91  fork 0: search finished without proof.
% 4.35/0.91  
% 4.35/0.91  
% 4.35/0.91  fork 4: search terminated without proof.
% 4.35/0.92  
% 4.35/0.92  **** run 30 fork 5 starts with strategy
% 4.35/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.35/0.93  
% 4.35/0.93  
% 4.35/0.93  fork 6: search terminated without proof.
% 4.35/0.93  
% 4.35/0.93  **** run 37 fork 4 starts with strategy
% 4.35/0.93  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.35/0.94  
% 4.35/0.94  **** run 33 fork 0 starts with strategy
% 4.35/0.94  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 1: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 2: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  fork 7: search finished without proof.
% 4.35/0.96  
% 4.35/0.96  **** run 39 fork 6 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.35/0.96  
% 4.35/0.96  **** run 34 fork 1 starts with strategy
% 4.35/0.96  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.35/0.97  
% 4.35/0.97  **** run 35 fork 2 starts with strategy
% 4.35/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.35/0.97  
% 4.35/0.97  **** run 40 fork 7 starts with strategy
% 4.35/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.84/0.99  
% 4.84/0.99  
% 4.84/0.99  fork 3: search terminated without proof.
% 4.84/1.02  
% 4.84/1.02  **** run 44 fork 3 starts with strategy
% 4.84/1.02  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.84/1.04  
% 4.84/1.04  
% 4.84/1.04  fork 5: search terminated without proof.
% 5.55/1.06  
% 5.55/1.06  
% 5.55/1.06  fork 0: search terminated without proof.
% 5.55/1.06  
% 5.55/1.06  **** run 38 fork 5 starts with strategy
% 5.55/1.06  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.55/1.07  
% 5.55/1.07  
% 5.55/1.07  fork 4: search terminated without proof.
% 5.55/1.08  
% 5.55/1.08  **** run 41 fork 0 starts with strategy
% 5.55/1.08  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.55/1.09  
% 5.55/1.09  
% 5.55/1.09  fork 1: search terminated without proof.
% 5.81/1.09  
% 5.81/1.09  
% 5.81/1.09  fork 2: search terminated without proof.
% 5.81/1.09  
% 5.81/1.09  fork 7: search finished without proof.
% 5.81/1.09  
% 5.81/1.09  **** run 45 fork 4 starts with strategy
% 5.81/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.81/1.09  
% 5.81/1.09  
% 5.81/1.09  fork 6: search terminated without proof.
% 5.81/1.11  
% 5.81/1.11  **** run 42 fork 1 starts with strategy
% 5.81/1.11  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.81/1.11  
% 5.81/1.11  **** run 43 fork 2 starts with strategy
% 5.81/1.11  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.81/1.12  
% 5.81/1.12  **** run 47 fork 6 starts with strategy
% 5.81/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.81/1.12  
% 5.81/1.12  **** run 48 fork 7 starts with strategy
% 5.81/1.12  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.19/1.14  
% 6.19/1.14  fork 7: search finished without proof.
% 6.19/1.15  
% 6.19/1.15  
% 6.19/1.15  fork 3: search terminated without proof.
% 6.19/1.16  
% 6.19/1.16  **** run 56 fork 7 starts with strategy
% 6.19/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.19/1.17  
% 6.19/1.17  **** run 52 fork 3 starts with strategy
% 6.19/1.17  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.19/1.18  
% 6.19/1.18  
% 6.19/1.18  fork 5: search terminated without proof.
% 6.19/1.21  
% 6.19/1.21  **** run 46 fork 5 starts with strategy
% 6.19/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 6.76/1.22  
% 6.76/1.22  
% 6.76/1.22  fork 4: search terminated without proof.
% 6.76/1.22  
% 6.76/1.22  
% 6.76/1.22  fork 0: search terminated without proof.
% 6.76/1.24  
% 6.76/1.24  
% 6.76/1.24  fork 2: search terminated without proof.
% 6.76/1.24  
% 6.76/1.24  
% 6.76/1.24  fork 1: search terminated without proof.
% 6.76/1.24  
% 6.76/1.24  **** run 53 fork 4 starts with strategy
% 6.76/1.24  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.76/1.24  
% 6.76/1.24  
% 6.76/1.24  fork 6: search terminated without proof.
% 6.76/1.25  
% 6.76/1.25  **** run 49 fork 0 starts with strategy
% 6.76/1.25  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.76/1.26  
% 6.76/1.26  **** run 50 fork 1 starts with strategy
% 6.76/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.76/1.26  
% 6.76/1.26  **** run 51 fork 2 starts with strategy
% 6.76/1.26  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.76/1.27  
% 6.76/1.27  **** run 55 fork 6 starts with strategy
% 6.76/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.22/1.29  
% 7.22/1.29  
% 7.22/1.29  fork 7: search terminated without proof.
% 7.22/1.29  
% 7.22/1.29  
% 7.22/1.29  fork 3: search terminated without proof.
% 7.22/1.31  
% 7.22/1.31  **** run 64 fork 7 starts with strategy
% 7.22/1.31  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.22/1.32  
% 7.22/1.32  **** run 60 fork 3 starts with strategy
% 7.22/1.32  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.22/1.34  
% 7.22/1.34  
% 7.22/1.34  fork 5: search terminated without proof.
% 7.95/1.36  
% 7.95/1.36  **** run 54 fork 5 starts with strategy
% 7.95/1.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.95/1.36  
% 7.95/1.36  
% 7.95/1.36  fork 0: search terminated without proof.
% 7.95/1.37  
% 7.95/1.37  
% 7.95/1.37  fork 4: search terminated without proof.
% 7.95/1.38  
% 7.95/1.38  
% 7.95/1.38  fork 2: search terminated without proof.
% 8.19/1.39  
% 8.19/1.39  
% 8.19/1.39  fork 6: search terminated without proof.
% 8.19/1.39  
% 8.19/1.39  
% 8.19/1.39  fork 1: search terminated without proof.
% 8.19/1.39  
% 8.19/1.39  **** run 57 fork 0 starts with strategy
% 8.19/1.39  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.19/1.39  
% 8.19/1.39  **** run 61 fork 4 starts with strategy
% 8.19/1.39  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.19/1.41  
% 8.19/1.41  **** run 59 fork 2 starts with strategy
% 8.19/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.19/1.41  
% 8.19/1.41  **** run 63 fork 6 starts with strategy
% 8.19/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.19/1.42  
% 8.19/1.42  **** run 58 fork 1 starts with strategy
% 8.19/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.19/1.43  
% 8.19/1.43  
% 8.19/1.43  fork 7: search terminated without proof.
% 8.19/1.45  
% 8.19/1.45  fork 6: search finished without proof.
% 8.19/1.46  
% 8.19/1.46  **** run 72 fork 7 starts with strategy
% 8.19/1.46  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.19/1.47  
% 8.19/1.47  
% 8.19/1.47  fork 3: search terminated without proof.
% 8.19/1.48  
% 8.19/1.48  **** run 71 fork 6 starts with strategy
% 8.19/1.48  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.19/1.49  
% 8.19/1.49  
% 8.19/1.49  fork 5: search terminated without proof.
% 8.19/1.50  
% 8.19/1.50  fork 6: search finished without proof.
% 8.19/1.52  
% 8.19/1.52  fork 4: search finished without proof.
% 8.19/1.52  
% 8.19/1.52  **** run 62 fork 5 starts with strategy
% 8.19/1.52  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.19/1.52  
% 8.19/1.52  **** run 79 fork 6 starts with strategy
% 8.19/1.52  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.19/1.52  
% 8.19/1.52  **** run 68 fork 3 starts with strategy
% 8.19/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.19/1.53  
% 8.19/1.53  
% 8.19/1.53  fork 0: search terminated without proof.
% 8.19/1.53  
% 8.19/1.53  
% 8.19/1.53  fork 2: search terminated without proof.
% 8.19/1.54  
% 8.19/1.54  **** run 69 fork 4 starts with strategy
% 8.19/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.19/1.54  
% 8.19/1.54  
% 8.19/1.54  fork 1: search terminated without proof.
% 8.19/1.54  
% 8.19/1.54  fork 5: search finished without proof.
% 8.19/1.56  
% 8.19/1.56  **** run 65 fork 0 starts with strategy
% 8.19/1.56  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.19/1.56  
% 8.19/1.56  **** run 67 fork 2 starts with strategy
% 8.19/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.19/1.56  
% 8.19/1.56  **** run 70 fork 5 starts with strategy
% 8.19/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.19/1.56  
% 8.19/1.56  **** run 66 fork 1 starts with strategy
% 8.19/1.56  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.19/1.58  
% 8.19/1.58  
% 8.19/1.58  fork 7: search terminated without proof.
% 8.19/1.61  
% 8.19/1.61  **** run 80 fork 7 starts with strategy
% 8.19/1.61  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.19/1.64  
% 8.19/1.64  fork 6: search finished without proof.
% 8.19/1.66  
% 8.19/1.66  
% 8.19/1.66  fork 4: search terminated without proof.
% 10.12/1.67  
% 10.12/1.67  **** run 87 fork 6 starts with strategy
% 10.12/1.67  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.12/1.68  
% 10.12/1.68  fork 2: search finished without proof.
% 10.12/1.68  
% 10.12/1.68  
% 10.12/1.68  fork 0: search terminated without proof.
% 10.43/1.69  
% 10.43/1.69  **** run 77 fork 4 starts with strategy
% 10.43/1.69  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.43/1.69  
% 10.43/1.69  
% 10.43/1.69  fork 5: search terminated without proof.
% 10.43/1.69  
% 10.43/1.69  
% 10.43/1.69  fork 1: search terminated without proof.
% 10.43/1.70  
% 10.43/1.70  **** run 75 fork 2 starts with strategy
% 10.43/1.70  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.43/1.71  
% 10.43/1.71  **** run 73 fork 0 starts with strategy
% 10.43/1.71  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 10.43/1.71  
% 10.43/1.71  **** run 78 fork 5 starts with strategy
% 10.43/1.71  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.43/1.71  
% 10.43/1.71  **** run 74 fork 1 starts with strategy
% 10.43/1.71  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.43/1.72  
% 10.43/1.72  
% 10.43/1.72  fork 3: search terminated without proof.
% 10.43/1.73  
% 10.43/1.73  fork 7: search finished without proof.
% 10.43/1.74  
% 10.43/1.74  **** run 76 fork 3 starts with strategy
% 10.43/1.74  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.43/1.75  
% 10.43/1.75  **** run 88 fork 7 starts with strategy
% 10.43/1.75  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 11.10/1.79  
% 11.10/1.79  
% 11.10/1.79  fork 6: search terminated without proof.
% 11.10/1.81  
% 11.10/1.81  
% 11.10/1.81  fork 4: search terminated without proof.
% 11.43/1.81  
% 11.43/1.81  **** run 95 fork 6 starts with strategy
% 11.43/1.81  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.43/1.82  
% 11.43/1.82  fork 2: search finished without proof.
% 11.43/1.83  
% 11.43/1.83  
% 11.43/1.83  fork 0: search terminated without proof.
% 11.43/1.83  
% 11.43/1.83  fork 5: search finished without proof.
% 11.43/1.83  
% 11.43/1.83  **** run 85 fork 4 starts with strategy
% 11.43/1.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 11.43/1.83  
% 11.43/1.83  fork 1: search finished without proof.
% 11.66/1.85  
% 11.66/1.85  **** run 83 fork 2 starts with strategy
% 11.66/1.85  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.66/1.85  
% 11.66/1.85  **** run 81 fork 0 starts with strategy
% 11.66/1.85  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.66/1.85  
% 11.66/1.85  **** run 86 fork 5 starts with strategy
% 11.66/1.85  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.66/1.86  
% 11.66/1.86  **** run 82 fork 1 starts with strategy
% 11.66/1.86  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.66/1.87  
% 11.66/1.87  
% 11.66/1.87  fork 3: search terminated without proof.
% 11.66/1.88  
% 11.66/1.88  
% 11.66/1.88  fork 7: search terminated without proof.
% 11.66/1.89  
% 11.66/1.89  **** run 84 fork 3 starts with strategy
% 11.66/1.89  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.66/1.90  
% 11.66/1.90  **** run 96 fork 7 starts with strategy
% 11.66/1.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.37/1.96  
% 12.37/1.96  
% 12.37/1.96  fork 4: search terminated without proof.
% 12.37/1.97  
% 12.37/1.97  
% 12.37/1.97  fork 2: search terminated without proof.
% 12.37/1.97  
% 12.37/1.97  
% 12.37/1.97  fork 0: search terminated without proof.
% 12.37/1.98  
% 12.37/1.98  **** run 93 fork 4 starts with strategy
% 12.37/1.98  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.37/1.98  
% 12.37/1.98  fork 1: search finished without proof.
% 12.37/1.98  
% 12.37/1.98  
% 12.37/1.98  fork 5: search terminated without proof.
% 12.83/2.00  
% 12.83/2.00  **** run 91 fork 2 starts with strategy
% 12.83/2.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 12.83/2.00  
% 12.83/2.00  **** run 89 fork 0 starts with strategy
% 12.83/2.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 12.83/2.00  
% 12.83/2.00  **** run 90 fork 1 starts with strategy
% 12.83/2.00  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.83/2.00  
% 12.83/2.00  **** run 94 fork 5 starts with strategy
% 12.83/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.83/2.01  
% 12.83/2.01  
% 12.83/2.01  fork 3: search terminated without proof.
% 12.83/2.04  
% 12.83/2.04  **** run 92 fork 3 starts with strategy
% 12.83/2.04  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 13.48/2.10  
% 13.48/2.10  fork 4: search finished without proof.
% 13.83/2.12  
% 13.83/2.12  **** run 101 fork 4 starts with strategy
% 13.83/2.12  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.83/2.12  
% 13.83/2.12  
% 13.83/2.12  fork 2: search terminated without proof.
% 13.83/2.12  
% 13.83/2.12  fork 1: search finished without proof.
% 13.83/2.12  
% 13.83/2.12  
% 13.83/2.12  fork 0: search terminated without proof.
% 13.83/2.15  
% 13.83/2.15  **** run 98 fork 1 starts with strategy
% 13.83/2.15  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.83/2.15  
% 13.83/2.15  **** run 99 fork 2 starts with strategy
% 13.83/2.15  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 13.83/2.15  
% 13.83/2.15  **** run 97 fork 0 starts with strategy
% 13.83/2.15  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.83/2.19  
% 13.83/2.19  fork 0: search finished without proof.
% 13.83/2.20  
% 13.83/2.20  
% 13.83/2.20  fork 3: search terminated without proof.
% 13.83/2.21  
% 13.83/2.21  **** run 105 fork 0 starts with strategy
% 13.83/2.21  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 13.83/2.25  
% 13.83/2.25  **** run 100 fork 3 starts with strategy
% 13.83/2.25  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.40/2.84  
% 19.40/2.84  
% 19.40/2.84  fork 6: search terminated without proof.
% 19.65/2.86  
% 19.65/2.86  **** run 103 fork 6 starts with strategy
% 19.65/2.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.65/2.92  
% 19.65/2.92  
% 19.65/2.92  fork 7: search terminated without proof.
% 20.23/2.95  
% 20.23/2.95  **** run 104 fork 7 starts with strategy
% 20.23/2.95  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.23/3.03  
% 20.23/3.03  
% 20.23/3.03  fork 5: search terminated without proof.
% 20.23/3.05  
% 20.23/3.05  **** run 102 fork 5 starts with strategy
% 20.23/3.05  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.23/3.15  
% 20.23/3.15  
% 20.23/3.15  fork 4: search terminated without proof.
% 20.23/3.17  
% 20.23/3.17  **** run 109 fork 4 starts with strategy
% 20.23/3.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.23/3.17  
% 20.23/3.17  
% 20.23/3.17  fork 1: search terminated without proof.
% 20.23/3.17  
% 20.23/3.17  
% 20.23/3.17  fork 2: search terminated without proof.
% 20.23/3.20  
% 20.23/3.20  **** run 106 fork 1 starts with strategy
% 20.23/3.20  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.23/3.21  
% 20.23/3.21  **** run 107 fork 2 starts with strategy
% 20.23/3.21  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 22.03/3.23  
% 22.03/3.23  
% 22.03/3.23  fork 0: search terminated without proof.
% 22.03/3.26  
% 22.03/3.26  **** run 113 fork 0 starts with strategy
% 22.03/3.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 23.97/3.47  
% 23.97/3.47  
% 23.97/3.47  fork 3: search terminated without proof.
% 24.53/3.50  
% 24.53/3.50  **** run 108 fork 3 starts with strategy
% 24.53/3.50  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.34/3.88  
% 26.34/3.88  
% 26.34/3.88  fork 6: search terminated without proof.
% 26.34/3.91  
% 26.34/3.91  **** run 111 fork 6 starts with strategy
% 26.34/3.91  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 26.34/3.97  
% 26.34/3.97  
% 26.34/3.97  fork 7: search terminated without proof.
% 26.34/4.01  
% 26.34/4.01  **** run 112 fork 7 starts with strategy
% 26.34/4.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.52/4.07  
% 28.52/4.07  
% 28.52/4.07  fork 5: search terminated without proof.
% 28.52/4.10  
% 28.52/4.10  **** run 110 fork 5 starts with strategy
% 28.52/4.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.51/4.19  
% 29.51/4.19  
% 29.51/4.19  fork 4: search terminated without proof.
% 29.51/4.21  
% 29.51/4.21  fork 1: search finished without proof.
% 30.23/4.21  
% 30.23/4.21  fork 2: search finished without proof.
% 30.23/4.23  
% 30.23/4.23  **** run 117 fork 4 starts with strategy
% 30.23/4.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 30.23/4.23  
% 30.23/4.23  **** run 114 fork 1 starts with strategy
% 30.23/4.23  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 30.23/4.24  
% 30.23/4.24  **** run 115 fork 2 starts with strategy
% 30.23/4.24  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 30.23/4.25  
% 30.23/4.25  fork 0: search finished without proof.
% 30.23/4.28  
% 30.23/4.28  **** run 121 fork 0 starts with strategy
% 30.23/4.28  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 33.27/4.66  
% 33.27/4.66  
% 33.27/4.66  fork 3: search terminated without proof.
% 33.27/4.71  
% 33.27/4.71  **** run 116 fork 3 starts with strategy
% 33.27/4.71  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 35.80/4.93  
% 35.80/4.93  
% 35.80/4.93  fork 6: search terminated without proof.
% 35.99/4.96  
% 35.99/4.96  **** run 119 fork 6 starts with strategy
% 35.99/4.96  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.56/5.03  
% 36.56/5.03  
% 36.56/5.03  fork 7: search terminated without proof.
% 36.56/5.05  
% 36.56/5.05  **** run 120 fork 7 starts with strategy
% 36.56/5.05  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.92/5.12  
% 36.92/5.12  
% 36.92/5.12  fork 5: search terminated without proof.
% 37.55/5.15  
% 37.55/5.15  **** run 118 fork 5 starts with strategy
% 37.55/5.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 38.35/5.25  
% 38.35/5.25  
% 38.35/5.25  fork 4: search terminated without proof.
% 38.35/5.26  
% 38.35/5.26  
% 38.35/5.26  fork 1: search terminated without proof.
% 38.35/5.26  
% 38.35/5.26  
% 38.35/5.26  fork 2: search terminated without proof.
% 38.35/5.28  
% 38.35/5.28  **** run 125 fork 4 starts with strategy
% 38.35/5.28  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.35/5.28  
% 38.35/5.28  **** run 122 fork 1 starts with strategy
% 38.35/5.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 38.35/5.29  
% 38.35/5.29  **** run 123 fork 2 starts with strategy
% 38.35/5.29  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.35/5.30  
% 38.35/5.30  
% 38.35/5.30  fork 0: search terminated without proof.
% 38.92/5.33  
% 38.92/5.33  **** run 129 fork 0 starts with strategy
% 38.92/5.33  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 43.44/5.92  
% 43.44/5.92  
% 43.44/5.92  fork 3: search terminated without proof.
% 43.44/5.93  
% 43.44/5.93  fork 6: search finished without proof.
% 43.44/5.94  
% 43.44/5.94  **** run 124 fork 3 starts with strategy
% 43.44/5.94  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 43.83/5.96  
% 43.83/5.96  **** run 127 fork 6 starts with strategy
% 43.83/5.96  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 44.43/6.06  
% 44.43/6.06  
% 44.43/6.06  result: proof found
% 44.43/6.06  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 44.43/6.06  by run 125 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 44.43/6.06  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 44.43/6.06  
% 44.43/6.06  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 44.43/6.06  
% 44.43/6.06  run 125 fork 4 statistics:
% 44.43/6.06  ----------------------------------
% 44.43/6.06  this run seconds: 0.530599
% 44.43/6.06  total seconds: 5.465528
% 44.43/6.06  stat_given_used: 2157
% 44.43/6.06  stat_given_used_at_endgame: 0
% 44.43/6.06  stat_given_candidates:   9890
% 44.43/6.06  stat_given_candidates_at_endgame: 0
% 44.43/6.06  stat_given_candidates_h: 0
% 44.43/6.06  stat_binres_derived_cl:   24111
% 44.43/6.06  stat_binres_derived_cl_h: 0
% 44.43/6.06  stat_factor_derived_cl: 204
% 44.43/6.06  stat_para_derived_cl: 5079
% 44.43/6.06  stat_tautologies_discarded: 218
% 44.43/6.06  stat_forward_subsumed: 8383
% 44.43/6.06  stat_derived_cut: 10
% 44.43/6.06  stat_derived_rewritten: 2040
% 44.43/6.06  stat_weight_discarded_building: 0
% 44.43/6.06  stat_weight_discarded_cl: 7184
% 44.43/6.06  stat_internlimit_discarded_cl: 0
% 44.43/6.06  stat_simplified:  2040 simplified 0 derived 0 given
% 44.43/6.06  stat_kept_cl: 13012
% 44.43/6.06  stat_built_cl: 26550
% 44.43/6.06  stat_hyperres_partial_cl: 0
% 44.43/6.06  stat_made_rewriters: 14
% 44.43/6.06  stat_backward_subsumed: 0
% 44.43/6.06  stat_propagated_subsumed: 0
% 44.43/6.06  stat_clsubs_attempted:                    265758
% 44.43/6.06  stat_clsubs_fact_groundunit_found:            15
% 44.43/6.06  stat_clsubs_rule_groundunit_found:            11
% 44.43/6.06  stat_clsubs_top_meta_attempted:            6360073
% 44.43/6.06  stat_clsubs_top_meta_failed:               6094315
% 44.43/6.06  stat_clsubs_top_meta_nonpref_attempted:             6360073
% 44.43/6.06  stat_clsubs_top_meta_nonpref_succeeded:             2173385
% 44.43/6.06  stat_clsubs_top_meta_pref_attempted:                2173385
% 44.43/6.06  stat_clsubs_top_meta_pref1_succeeded:                595057
% 44.43/6.06  stat_clsubs_top_meta_pref2_succeeded:                289478
% 44.43/6.06  stat_clsubs_top_meta_pref3_succeeded:                265758
% 44.43/6.06  stat_clsubs_top_meta_pref_succeeded:                 265758
% 44.43/6.06  stat_clsubs_meta_attempted:               431214
% 44.43/6.06  stat_clsubs_meta_failed:                  145972
% 44.43/6.06  stat_clsubs_predsymbs_attempted:               0
% 44.43/6.06  stat_clsubs_unit_attempted:                42986
% 44.43/6.06  stat_clsubs_full_attempted:               222772
% 44.43/6.06  stat_forwardsubs_attempted:                28580
% 44.43/6.06  stat_lit_hash_added:                  16816
% 44.43/6.06  stat_lit_hash_computed:              125059
% 44.43/6.06  stat_lit_hash_match_found:             9588
% 44.43/6.06  stat_lit_hash_match_miss:            146983
% 44.43/6.06  stat_lit_hash_cut_ok:                    29
% 44.43/6.06  stat_lit_strong_cut_ok:                   1
% 44.43/6.06  stat_lit_hash_subsume_ok:              8383
% 44.43/6.06  clqueue els 10000000 used 1
% 44.43/6.06  clactive els 10000000 used 2158
% 44.43/6.06  clactivesubsume els 10000000 used 12253
% 44.43/6.06  queue_termbuf els 200000000 used 786682
% 44.43/6.06  hyper_termbuf els 100000000 used 1
% 44.43/6.06  active_termbuf els 100000000 used 76414
% 44.43/6.06  varstack els 5000 last used 1
% 44.43/6.06  given_termbuf els 10000000 last used 1
% 44.43/6.06  simplified_termbuf els 10000000 last used 1
% 44.43/6.06  derived_termbuf els 10000000 last used 24
% 44.43/6.06  wr_mallocs: 17928
% 44.43/6.06  wr_callocs: 21
% 44.43/6.06  wr_reallocs: 3979
% 44.43/6.06  wr_frees: 2
% 44.43/6.06  wr_malloc_bytes: 4163213236
% 44.43/6.06  wr_calloc_bytes: 112065536
% 44.43/6.06  wr_realloc_bytes: 992176
% 44.43/6.06  wr_realloc_freebytes: 0
% 44.43/6.06  ----------------------------------
%------------------------------------------------------------------------------