Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-13-7/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-13-7-maros.opb
MD5SUM1ae5b04b2d0e1f5ab82e29e98b8350c0
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43097
Optimality of the best value was proved NO
Number of terms in the objective function 64
Biggest coefficient in the objective function 4718592
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 14745570
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4718592
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 14745570
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Number of variables64
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint12
Maximum length of a constraint64

Trace number 14185

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-04-20 23:10:20 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20380 boxname=wulflinc31 idbench=1568 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  1ae5b04b2d0e1f5ab82e29e98b8350c0  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-maros.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-maros.opb
IDLAUNCH: 20380
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        507404 kB
Buffers:         32168 kB
Cached:         458952 kB
SwapCached:        588 kB
Active:          69348 kB
Inactive:       423832 kB
HighTotal:      131008 kB
HighFree:          280 kB
LowTotal:       903652 kB
LowFree:        507124 kB
SwapTotal:     2097892 kB
SwapFree:      2096468 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5100 kB
Slab:            28456 kB
Committed_AS:    63488 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-20 23:31:03 (client local time) WITH STATUS 143 IN 1238.43 SECONDS
stats: 20380 7 1238.43 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-maros.opb
c reading problem 
c [nbvar=64]
c [nbconstr=6]
c time 0.394
c #vars     64
c #clauses  6
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=57280
c Current CPU time (ms) : 0.807
c starts	: 1
c conflicts	: 1
c decisions	: 37
c propagations	: 101
c inspects	: 109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 2
c 
c CURRENT OPTIMUM=57275
c Current CPU time (ms) : 0.871
c starts	: 2
c conflicts	: 1
c decisions	: 47
c propagations	: 150
c inspects	: 198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 3
c 
c CURRENT OPTIMUM=57270
c Current CPU time (ms) : 1.01
c starts	: 3
c conflicts	: 1
c decisions	: 56
c propagations	: 199
c inspects	: 295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 4
c 
c CURRENT OPTIMUM=57265
c Current CPU time (ms) : 1.104
c starts	: 4
c conflicts	: 1
c decisions	: 65
c propagations	: 248
c inspects	: 401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 5
c 
c CURRENT OPTIMUM=57260
c Current CPU time (ms) : 1.186
c starts	: 5
c conflicts	: 1
c decisions	: 73
c propagations	: 297
c inspects	: 512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 6
c 
c CURRENT OPTIMUM=57255
c Current CPU time (ms) : 1.279
c starts	: 6
c conflicts	: 1
c decisions	: 82
c propagations	: 346
c inspects	: 636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 7
c 
c CURRENT OPTIMUM=57250
c Current CPU time (ms) : 1.375
c starts	: 7
c conflicts	: 1
c decisions	: 90
c propagations	: 395
c inspects	: 763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 8
c 
c CURRENT OPTIMUM=57245
c Current CPU time (ms) : 1.478
c starts	: 8
c conflicts	: 1
c decisions	: 98
c propagations	: 444
c inspects	: 898
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 9
c 
c CURRENT OPTIMUM=57240
c Current CPU time (ms) : 1.576
c starts	: 9
c conflicts	: 1
c decisions	: 105
c propagations	: 493
c inspects	: 1033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 10
c 
c CURRENT OPTIMUM=57235
c Current CPU time (ms) : 1.699
c starts	: 10
c conflicts	: 1
c decisions	: 114
c propagations	: 542
c inspects	: 1193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 11
c 
c CURRENT OPTIMUM=57230
c Current CPU time (ms) : 1.821
c starts	: 11
c conflicts	: 1
c decisions	: 122
c propagations	: 591
c inspects	: 1352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 12
c 
c CURRENT OPTIMUM=57225
c Current CPU time (ms) : 1.95
c starts	: 12
c conflicts	: 1
c decisions	: 130
c propagations	: 640
c inspects	: 1519
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 13
c 
c CURRENT OPTIMUM=57220
c Current CPU time (ms) : 2.459
c starts	: 13
c conflicts	: 1
c decisions	: 137
c propagations	: 689
c inspects	: 1682
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 14
c 
c CURRENT OPTIMUM=57215
c Current CPU time (ms) : 2.596
c starts	: 14
c conflicts	: 1
c decisions	: 145
c propagations	: 738
c inspects	: 1865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 15
c 
c CURRENT OPTIMUM=57210
c Current CPU time (ms) : 2.758
c starts	: 15
c conflicts	: 1
c decisions	: 152
c propagations	: 787
c inspects	: 2042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 16
c 
c CURRENT OPTIMUM=57205
c Current CPU time (ms) : 2.897
c starts	: 16
c conflicts	: 1
c decisions	: 159
c propagations	: 836
c inspects	: 2226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 17
c 
c CURRENT OPTIMUM=57200
c Current CPU time (ms) : 3.025
c starts	: 17
c conflicts	: 1
c decisions	: 165
c propagations	: 885
c inspects	: 2401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 18
c 
c CURRENT OPTIMUM=57195
c Current CPU time (ms) : 3.205
c starts	: 18
c conflicts	: 1
c decisions	: 174
c propagations	: 934
c inspects	: 2633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 19
c 
c CURRENT OPTIMUM=57190
c Current CPU time (ms) : 3.375
c starts	: 19
c conflicts	: 1
c decisions	: 182
c propagations	: 983
c inspects	: 2856
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 20
c 
c CURRENT OPTIMUM=57185
c Current CPU time (ms) : 3.552
c starts	: 20
c conflicts	: 1
c decisions	: 190
c propagations	: 1032
c inspects	: 3087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 21
c 
c CURRENT OPTIMUM=57180
c Current CPU time (ms) : 3.718
c starts	: 21
c conflicts	: 1
c decisions	: 197
c propagations	: 1081
c inspects	: 3306
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 22
c 
c CURRENT OPTIMUM=57175
c Current CPU time (ms) : 3.918
c starts	: 22
c conflicts	: 1
c decisions	: 205
c propagations	: 1130
c inspects	: 3553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 23
c 
c CURRENT OPTIMUM=57170
c Current CPU time (ms) : 4.139
c starts	: 23
c conflicts	: 1
c decisions	: 212
c propagations	: 1179
c inspects	: 3786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 24
c 
c CURRENT OPTIMUM=57165
c Current CPU time (ms) : 4.879
c starts	: 24
c conflicts	: 1
c decisions	: 219
c propagations	: 1228
c inspects	: 4026
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 25
c 
c CURRENT OPTIMUM=57160
c Current CPU time (ms) : 5.142
c starts	: 25
c conflicts	: 1
c decisions	: 225
c propagations	: 1277
c inspects	: 4249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 26
c 
c CURRENT OPTIMUM=57155
c Current CPU time (ms) : 5.533
c starts	: 26
c conflicts	: 1
c decisions	: 233
c propagations	: 1326
c inspects	: 4528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 27
c 
c CURRENT OPTIMUM=57150
c Current CPU time (ms) : 5.759
c starts	: 27
c conflicts	: 1
c decisions	: 240
c propagations	: 1375
c inspects	: 4789
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 28
c 
c CURRENT OPTIMUM=57145
c Current CPU time (ms) : 5.896
c starts	: 28
c conflicts	: 1
c decisions	: 247
c propagations	: 1424
c inspects	: 5057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 29
c 
c CURRENT OPTIMUM=57140
c Current CPU time (ms) : 5.97
c starts	: 29
c conflicts	: 1
c decisions	: 253
c propagations	: 1473
c inspects	: 5304
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 30
c 
c CURRENT OPTIMUM=57135
c Current CPU time (ms) : 6.043
c starts	: 30
c conflicts	: 1
c decisions	: 260
c propagations	: 1522
c inspects	: 5586
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 31
c 
c CURRENT OPTIMUM=57130
c Current CPU time (ms) : 6.105
c starts	: 31
c conflicts	: 1
c decisions	: 266
c propagations	: 1571
c inspects	: 5845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 32
c 
c CURRENT OPTIMUM=57125
c Current CPU time (ms) : 6.171
c starts	: 32
c conflicts	: 1
c decisions	: 272
c propagations	: 1620
c inspects	: 6110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 33
c 
c CURRENT OPTIMUM=57120
c Current CPU time (ms) : 6.227
c starts	: 33
c conflicts	: 1
c decisions	: 277
c propagations	: 1669
c inspects	: 6349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 34
c 
c CURRENT OPTIMUM=57115
c Current CPU time (ms) : 6.319
c starts	: 34
c conflicts	: 1
c decisions	: 286
c propagations	: 1718
c inspects	: 6725
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 35
c 
c CURRENT OPTIMUM=57110
c Current CPU time (ms) : 6.41
c starts	: 35
c conflicts	: 1
c decisions	: 294
c propagations	: 1767
c inspects	: 7076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 36
c 
c CURRENT OPTIMUM=57105
c Current CPU time (ms) : 6.498
c starts	: 36
c conflicts	: 1
c decisions	: 302
c propagations	: 1816
c inspects	: 7435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 37
c 
c CURRENT OPTIMUM=57100
c Current CPU time (ms) : 6.576
c starts	: 37
c conflicts	: 1
c decisions	: 309
c propagations	: 1865
c inspects	: 7766
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 38
c 
c CURRENT OPTIMUM=57095
c Current CPU time (ms) : 6.669
c starts	: 38
c conflicts	: 1
c decisions	: 317
c propagations	: 1914
c inspects	: 8141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 39
c 
c CURRENT OPTIMUM=57090
c Current CPU time (ms) : 6.748
c starts	: 39
c conflicts	: 1
c decisions	: 324
c propagations	: 1963
c inspects	: 8486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 40
c 
c CURRENT OPTIMUM=57085
c Current CPU time (ms) : 6.83
c starts	: 40
c conflicts	: 1
c decisions	: 331
c propagations	: 2012
c inspects	: 8838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 41
c 
c CURRENT OPTIMUM=57080
c Current CPU time (ms) : 6.904
c starts	: 41
c conflicts	: 1
c decisions	: 337
c propagations	: 2061
c inspects	: 9157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 42
c 
c CURRENT OPTIMUM=57075
c Current CPU time (ms) : 7.012
c starts	: 42
c conflicts	: 1
c decisions	: 345
c propagations	: 2110
c inspects	: 9564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 43
c 
c CURRENT OPTIMUM=57070
c Current CPU time (ms) : 7.096
c starts	: 43
c conflicts	: 1
c decisions	: 352
c propagations	: 2159
c inspects	: 9937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 44
c 
c CURRENT OPTIMUM=57065
c Current CPU time (ms) : 7.183
c starts	: 44
c conflicts	: 1
c decisions	: 359
c propagations	: 2208
c inspects	: 10317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 45
c 
c CURRENT OPTIMUM=57060
c Current CPU time (ms) : 7.261
c starts	: 45
c conflicts	: 1
c decisions	: 365
c propagations	: 2257
c inspects	: 10660
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 46
c 
c CURRENT OPTIMUM=57055
c Current CPU time (ms) : 7.368
c starts	: 46
c conflicts	: 1
c decisions	: 372
c propagations	: 2306
c inspects	: 11054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 47
c 
c CURRENT OPTIMUM=57050
c Current CPU time (ms) : 7.633
c starts	: 47
c conflicts	: 1
c decisions	: 378
c propagations	: 2355
c inspects	: 11409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 48
c 
c CURRENT OPTIMUM=57045
c Current CPU time (ms) : 7.859
c starts	: 48
c conflicts	: 1
c decisions	: 384
c propagations	: 2404
c inspects	: 11770
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 49
c 
c CURRENT OPTIMUM=57040
c Current CPU time (ms) : 8.013
c starts	: 49
c conflicts	: 1
c decisions	: 389
c propagations	: 2453
c inspects	: 12089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 50
c 
c CURRENT OPTIMUM=57035
c Current CPU time (ms) : 8.123
c starts	: 50
c conflicts	: 1
c decisions	: 397
c propagations	: 2502
c inspects	: 12560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 51
c 
c CURRENT OPTIMUM=57030
c Current CPU time (ms) : 8.224
c starts	: 51
c conflicts	: 1
c decisions	: 404
c propagations	: 2551
c inspects	: 12989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 52
c 
c CURRENT OPTIMUM=57025
c Current CPU time (ms) : 8.326
c starts	: 52
c conflicts	: 1
c decisions	: 411
c propagations	: 2600
c inspects	: 13425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 53
c 
c CURRENT OPTIMUM=57020
c Current CPU time (ms) : 8.438
c starts	: 53
c conflicts	: 1
c decisions	: 417
c propagations	: 2649
c inspects	: 13816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 54
c 
c CURRENT OPTIMUM=57015
c Current CPU time (ms) : 8.645
c starts	: 54
c conflicts	: 1
c decisions	: 424
c propagations	: 2698
c inspects	: 14266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 55
c 
c CURRENT OPTIMUM=57010
c Current CPU time (ms) : 8.754
c starts	: 55
c conflicts	: 1
c decisions	: 430
c propagations	: 2747
c inspects	: 14669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 56
c 
c CURRENT OPTIMUM=57005
c Current CPU time (ms) : 8.847
c starts	: 56
c conflicts	: 1
c decisions	: 436
c propagations	: 2796
c inspects	: 15078
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 57
c 
c CURRENT OPTIMUM=57000
c Current CPU time (ms) : 8.929
c starts	: 57
c conflicts	: 1
c decisions	: 441
c propagations	: 2845
c inspects	: 15437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 58
c 
c CURRENT OPTIMUM=56995
c Current CPU time (ms) : 9.035
c starts	: 58
c conflicts	: 1
c decisions	: 448
c propagations	: 2894
c inspects	: 15915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 59
c 
c CURRENT OPTIMUM=56990
c Current CPU time (ms) : 9.136
c starts	: 59
c conflicts	: 1
c decisions	: 454
c propagations	: 2943
c inspects	: 16342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 60
c 
c CURRENT OPTIMUM=56985
c Current CPU time (ms) : 9.233
c starts	: 60
c conflicts	: 1
c decisions	: 460
c propagations	: 2992
c inspects	: 16775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 61
c 
c CURRENT OPTIMUM=56980
c Current CPU time (ms) : 9.322
c starts	: 61
c conflicts	: 1
c decisions	: 465
c propagations	: 3041
c inspects	: 17154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 62
c 
c CURRENT OPTIMUM=56975
c Current CPU time (ms) : 9.423
c starts	: 62
c conflicts	: 1
c decisions	: 471
c propagations	: 3090
c inspects	: 17599
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 63
c 
c CURRENT OPTIMUM=56970
c Current CPU time (ms) : 9.512
c starts	: 63
c conflicts	: 1
c decisions	: 476
c propagations	: 3139
c inspects	: 17988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 64
c 
c CURRENT OPTIMUM=56965
c Current CPU time (ms) : 9.617
c starts	: 64
c conflicts	: 1
c decisions	: 481
c propagations	: 3188
c inspects	: 18382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 65
c 
c CURRENT OPTIMUM=56960
c Current CPU time (ms) : 9.69
c starts	: 65
c conflicts	: 1
c decisions	: 485
c propagations	: 3237
c inspects	: 18717
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 66
c 
c CURRENT OPTIMUM=56955
c Current CPU time (ms) : 9.845
c starts	: 66
c conflicts	: 1
c decisions	: 495
c propagations	: 3286
c inspects	: 19446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 67
c 
c CURRENT OPTIMUM=56950
c Current CPU time (ms) : 9.989
c starts	: 67
c conflicts	: 1
c decisions	: 504
c propagations	: 3335
c inspects	: 20119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 68
c 
c CURRENT OPTIMUM=56945
c Current CPU time (ms) : 10.134
c starts	: 68
c conflicts	: 1
c decisions	: 513
c propagations	: 3384
c inspects	: 20801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 69
c 
c CURRENT OPTIMUM=56940
c Current CPU time (ms) : 10.268
c starts	: 69
c conflicts	: 1
c decisions	: 521
c propagations	: 3433
c inspects	: 21424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 70
c 
c CURRENT OPTIMUM=56935
c Current CPU time (ms) : 10.417
c starts	: 70
c conflicts	: 1
c decisions	: 530
c propagations	: 3482
c inspects	: 22124
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 71
c 
c CURRENT OPTIMUM=56930
c Current CPU time (ms) : 10.574
c starts	: 71
c conflicts	: 1
c decisions	: 538
c propagations	: 3531
c inspects	: 22763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 72
c 
c CURRENT OPTIMUM=56925
c Current CPU time (ms) : 10.713
c starts	: 72
c conflicts	: 1
c decisions	: 546
c propagations	: 3580
c inspects	: 23410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 73
c 
c CURRENT OPTIMUM=56920
c Current CPU time (ms) : 10.839
c starts	: 73
c conflicts	: 1
c decisions	: 553
c propagations	: 3629
c inspects	: 23993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 74
c 
c CURRENT OPTIMUM=56915
c Current CPU time (ms) : 10.997
c starts	: 74
c conflicts	: 1
c decisions	: 562
c propagations	: 3678
c inspects	: 24729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 75
c 
c CURRENT OPTIMUM=56910
c Current CPU time (ms) : 11.14
c starts	: 75
c conflicts	: 1
c decisions	: 570
c propagations	: 3727
c inspects	: 25400
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 76
c 
c CURRENT OPTIMUM=56905
c Current CPU time (ms) : 11.296
c starts	: 76
c conflicts	: 1
c decisions	: 578
c propagations	: 3776
c inspects	: 26079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 77
c 
c CURRENT OPTIMUM=56900
c Current CPU time (ms) : 11.431
c starts	: 77
c conflicts	: 1
c decisions	: 585
c propagations	: 3825
c inspects	: 26690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 78
c 
c CURRENT OPTIMUM=56895
c Current CPU time (ms) : 11.659
c starts	: 78
c conflicts	: 1
c decisions	: 593
c propagations	: 3874
c inspects	: 27385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 79
c 
c CURRENT OPTIMUM=56890
c Current CPU time (ms) : 11.798
c starts	: 79
c conflicts	: 1
c decisions	: 600
c propagations	: 3923
c inspects	: 28010
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 80
c 
c CURRENT OPTIMUM=56885
c Current CPU time (ms) : 11.937
c starts	: 80
c conflicts	: 1
c decisions	: 607
c propagations	: 3972
c inspects	: 28642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 81
c 
c CURRENT OPTIMUM=56880
c Current CPU time (ms) : 12.061
c starts	: 81
c conflicts	: 1
c decisions	: 613
c propagations	: 4021
c inspects	: 29201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 82
c 
c CURRENT OPTIMUM=56875
c Current CPU time (ms) : 12.238
c starts	: 82
c conflicts	: 1
c decisions	: 622
c propagations	: 4070
c inspects	: 30009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 83
c 
c CURRENT OPTIMUM=56870
c Current CPU time (ms) : 12.401
c starts	: 83
c conflicts	: 1
c decisions	: 630
c propagations	: 4119
c inspects	: 30744
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 84
c 
c CURRENT OPTIMUM=56865
c Current CPU time (ms) : 12.584
c starts	: 84
c conflicts	: 1
c decisions	: 638
c propagations	: 4168
c inspects	: 31487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 85
c 
c CURRENT OPTIMUM=56860
c Current CPU time (ms) : 12.732
c starts	: 85
c conflicts	: 1
c decisions	: 645
c propagations	: 4217
c inspects	: 32154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 86
c 
c CURRENT OPTIMUM=56855
c Current CPU time (ms) : 12.894
c starts	: 86
c conflicts	: 1
c decisions	: 653
c propagations	: 4266
c inspects	: 32913
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 87
c 
c CURRENT OPTIMUM=56850
c Current CPU time (ms) : 13.039
c starts	: 87
c conflicts	: 1
c decisions	: 660
c propagations	: 4315
c inspects	: 33594
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 88
c 
c CURRENT OPTIMUM=56845
c Current CPU time (ms) : 13.187
c starts	: 88
c conflicts	: 1
c decisions	: 667
c propagations	: 4364
c inspects	: 34282
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 89
c 
c CURRENT OPTIMUM=56840
c Current CPU time (ms) : 13.317
c starts	: 89
c conflicts	: 1
c decisions	: 673
c propagations	: 4413
c inspects	: 34889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 90
c 
c CURRENT OPTIMUM=56835
c Current CPU time (ms) : 13.51
c starts	: 90
c conflicts	: 1
c decisions	: 681
c propagations	: 4462
c inspects	: 35680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 91
c 
c CURRENT OPTIMUM=56830
c Current CPU time (ms) : 13.662
c starts	: 91
c conflicts	: 1
c decisions	: 688
c propagations	: 4511
c inspects	: 36389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 92
c 
c CURRENT OPTIMUM=56825
c Current CPU time (ms) : 13.816
c starts	: 92
c conflicts	: 1
c decisions	: 695
c propagations	: 4560
c inspects	: 37105
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 93
c 
c CURRENT OPTIMUM=56820
c Current CPU time (ms) : 13.952
c starts	: 93
c conflicts	: 1
c decisions	: 701
c propagations	: 4609
c inspects	: 37736
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 94
c 
c CURRENT OPTIMUM=56815
c Current CPU time (ms) : 14.109
c starts	: 94
c conflicts	: 1
c decisions	: 708
c propagations	: 4658
c inspects	: 38466
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 95
c 
c CURRENT OPTIMUM=56810
c Current CPU time (ms) : 14.247
c starts	: 95
c conflicts	: 1
c decisions	: 714
c propagations	: 4707
c inspects	: 39109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 96
c 
c CURRENT OPTIMUM=56805
c Current CPU time (ms) : 14.387
c starts	: 96
c conflicts	: 1
c decisions	: 720
c propagations	: 4756
c inspects	: 39758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 97
c 
c CURRENT OPTIMUM=56800
c Current CPU time (ms) : 14.532
c starts	: 97
c conflicts	: 1
c decisions	: 725
c propagations	: 4805
c inspects	: 40317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 98
c 
c CURRENT OPTIMUM=56795
c Current CPU time (ms) : 14.733
c starts	: 98
c conflicts	: 1
c decisions	: 734
c propagations	: 4854
c inspects	: 41269
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 99
c 
c CURRENT OPTIMUM=56790
c Current CPU time (ms) : 14.916
c starts	: 99
c conflicts	: 1
c decisions	: 742
c propagations	: 4903
c inspects	: 42132
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 100
c 
c CURRENT OPTIMUM=56785
c Current CPU time (ms) : 15.102
c starts	: 100
c conflicts	: 1
c decisions	: 750
c propagations	: 4952
c inspects	: 43003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 101
c 
c CURRENT OPTIMUM=56780
c Current CPU time (ms) : 15.268
c starts	: 101
c conflicts	: 1
c decisions	: 757
c propagations	: 5001
c inspects	: 43782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 102
c 
c CURRENT OPTIMUM=56775
c Current CPU time (ms) : 15.481
c starts	: 102
c conflicts	: 1
c decisions	: 765
c propagations	: 5050
c inspects	: 44669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 103
c 
c CURRENT OPTIMUM=56770
c Current CPU time (ms) : 15.651
c starts	: 103
c conflicts	: 1
c decisions	: 772
c propagations	: 5099
c inspects	: 45462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 104
c 
c CURRENT OPTIMUM=56765
c Current CPU time (ms) : 15.822
c starts	: 104
c conflicts	: 1
c decisions	: 779
c propagations	: 5148
c inspects	: 46262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 105
c 
c CURRENT OPTIMUM=56760
c Current CPU time (ms) : 15.973
c starts	: 105
c conflicts	: 1
c decisions	: 785
c propagations	: 5197
c inspects	: 46965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 106
c 
c CURRENT OPTIMUM=56755
c Current CPU time (ms) : 16.169
c starts	: 106
c conflicts	: 1
c decisions	: 793
c propagations	: 5246
c inspects	: 47884
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 107
c 
c CURRENT OPTIMUM=56750
c Current CPU time (ms) : 16.372
c starts	: 107
c conflicts	: 1
c decisions	: 800
c propagations	: 5295
c inspects	: 48705
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 108
c 
c CURRENT OPTIMUM=56745
c Current CPU time (ms) : 16.549
c starts	: 108
c conflicts	: 1
c decisions	: 807
c propagations	: 5344
c inspects	: 49533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 109
c 
c CURRENT OPTIMUM=56740
c Current CPU time (ms) : 16.705
c starts	: 109
c conflicts	: 1
c decisions	: 813
c propagations	: 5393
c inspects	: 50260
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 110
c 
c CURRENT OPTIMUM=56735
c Current CPU time (ms) : 16.884
c starts	: 110
c conflicts	: 1
c decisions	: 820
c propagations	: 5442
c inspects	: 51102
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 111
c 
c CURRENT OPTIMUM=56730
c Current CPU time (ms) : 17.043
c starts	: 111
c conflicts	: 1
c decisions	: 826
c propagations	: 5491
c inspects	: 51841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 112
c 
c CURRENT OPTIMUM=56725
c Current CPU time (ms) : 17.203
c starts	: 112
c conflicts	: 1
c decisions	: 832
c propagations	: 5540
c inspects	: 52586
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 113
c 
c CURRENT OPTIMUM=56720
c Current CPU time (ms) : 17.368
c starts	: 113
c conflicts	: 1
c decisions	: 837
c propagations	: 5589
c inspects	: 53225
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 114
c 
c CURRENT OPTIMUM=56715
c Current CPU time (ms) : 17.58
c starts	: 114
c conflicts	: 1
c decisions	: 845
c propagations	: 5638
c inspects	: 54208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 115
c 
c CURRENT OPTIMUM=56710
c Current CPU time (ms) : 17.77
c starts	: 115
c conflicts	: 1
c decisions	: 852
c propagations	: 5687
c inspects	: 55085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 116
c 
c CURRENT OPTIMUM=56705
c Current CPU time (ms) : 17.962
c starts	: 116
c conflicts	: 1
c decisions	: 859
c propagations	: 5736
c inspects	: 55969
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 117
c 
c CURRENT OPTIMUM=56700
c Current CPU time (ms) : 18.13
c starts	: 117
c conflicts	: 1
c decisions	: 865
c propagations	: 5785
c inspects	: 56744
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 118
c 
c CURRENT OPTIMUM=56695
c Current CPU time (ms) : 18.352
c starts	: 118
c conflicts	: 1
c decisions	: 872
c propagations	: 5834
c inspects	: 57642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 119
c 
c CURRENT OPTIMUM=56690
c Current CPU time (ms) : 18.521
c starts	: 119
c conflicts	: 1
c decisions	: 878
c propagations	: 5883
c inspects	: 58429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 120
c 
c CURRENT OPTIMUM=56685
c Current CPU time (ms) : 18.698
c starts	: 120
c conflicts	: 1
c decisions	: 884
c propagations	: 5932
c inspects	: 59222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 121
c 
c CURRENT OPTIMUM=56680
c Current CPU time (ms) : 18.847
c starts	: 121
c conflicts	: 1
c decisions	: 889
c propagations	: 5981
c inspects	: 59901
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 122
c 
c CURRENT OPTIMUM=56675
c Current CPU time (ms) : 19.05
c starts	: 122
c conflicts	: 1
c decisions	: 896
c propagations	: 6030
c inspects	: 60827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 123
c 
c CURRENT OPTIMUM=56670
c Current CPU time (ms) : 19.252
c starts	: 123
c conflicts	: 1
c decisions	: 902
c propagations	: 6079
c inspects	: 61638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 124
c 
c CURRENT OPTIMUM=56665
c Current CPU time (ms) : 19.429
c starts	: 124
c conflicts	: 1
c decisions	: 908
c propagations	: 6128
c inspects	: 62455
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 125
c 
c CURRENT OPTIMUM=56660
c Current CPU time (ms) : 19.579
c starts	: 125
c conflicts	: 1
c decisions	: 913
c propagations	: 6177
c inspects	: 63154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 126
c 
c CURRENT OPTIMUM=56655
c Current CPU time (ms) : 19.758
c starts	: 126
c conflicts	: 1
c decisions	: 919
c propagations	: 6226
c inspects	: 63983
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 127
c 
c CURRENT OPTIMUM=56650
c Current CPU time (ms) : 19.91
c starts	: 127
c conflicts	: 1
c decisions	: 924
c propagations	: 6275
c inspects	: 64692
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 128
c 
c CURRENT OPTIMUM=56645
c Current CPU time (ms) : 20.064
c starts	: 128
c conflicts	: 1
c decisions	: 929
c propagations	: 6324
c inspects	: 65406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 129
c 
c CURRENT OPTIMUM=56640
c Current CPU time (ms) : 20.22
c starts	: 129
c conflicts	: 1
c decisions	: 933
c propagations	: 6373
c inspects	: 65997
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 130
c 
c CURRENT OPTIMUM=56635
c Current CPU time (ms) : 20.482
c starts	: 130
c conflicts	: 1
c decisions	: 942
c propagations	: 6422
c inspects	: 67237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 131
c 
c CURRENT OPTIMUM=56630
c Current CPU time (ms) : 20.72
c starts	: 131
c conflicts	: 1
c decisions	: 950
c propagations	: 6471
c inspects	: 68356
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 132
c 
c CURRENT OPTIMUM=56625
c Current CPU time (ms) : 20.958
c starts	: 132
c conflicts	: 1
c decisions	: 958
c propagations	: 6520
c inspects	: 69483
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 133
c 
c CURRENT OPTIMUM=56620
c Current CPU time (ms) : 21.201
c starts	: 133
c conflicts	: 1
c decisions	: 965
c propagations	: 6569
c inspects	: 70486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 134
c 
c CURRENT OPTIMUM=56615
c Current CPU time (ms) : 21.447
c starts	: 134
c conflicts	: 1
c decisions	: 973
c propagations	: 6618
c inspects	: 71629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 135
c 
c CURRENT OPTIMUM=56610
c Current CPU time (ms) : 21.669
c starts	: 135
c conflicts	: 1
c decisions	: 980
c propagations	: 6667
c inspects	: 72646
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 136
c 
c CURRENT OPTIMUM=56605
c Current CPU time (ms) : 21.892
c starts	: 136
c conflicts	: 1
c decisions	: 987
c propagations	: 6716
c inspects	: 73670
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 137
c 
c CURRENT OPTIMUM=56600
c Current CPU time (ms) : 22.088
c starts	: 137
c conflicts	: 1
c decisions	: 993
c propagations	: 6765
c inspects	: 74565
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 138
c 
c CURRENT OPTIMUM=56595
c Current CPU time (ms) : 22.366
c starts	: 138
c conflicts	: 1
c decisions	: 1001
c propagations	: 6814
c inspects	: 75740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 139
c 
c CURRENT OPTIMUM=56590
c Current CPU time (ms) : 22.59
c starts	: 139
c conflicts	: 1
c decisions	: 1008
c propagations	: 6863
c inspects	: 76785
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 140
c 
c CURRENT OPTIMUM=56585
c Current CPU time (ms) : 22.814
c starts	: 140
c conflicts	: 1
c decisions	: 1015
c propagations	: 6912
c inspects	: 77837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 141
c 
c CURRENT OPTIMUM=56580
c Current CPU time (ms) : 23.009
c starts	: 141
c conflicts	: 1
c decisions	: 1021
c propagations	: 6961
c inspects	: 78756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 142
c 
c CURRENT OPTIMUM=56575
c Current CPU time (ms) : 23.267
c starts	: 142
c conflicts	: 1
c decisions	: 1028
c propagations	: 7010
c inspects	: 79822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 143
c 
c CURRENT OPTIMUM=56570
c Current CPU time (ms) : 23.467
c starts	: 143
c conflicts	: 1
c decisions	: 1034
c propagations	: 7059
c inspects	: 80753
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 144
c 
c CURRENT OPTIMUM=56565
c Current CPU time (ms) : 23.668
c starts	: 144
c conflicts	: 1
c decisions	: 1040
c propagations	: 7108
c inspects	: 81690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 145
c 
c CURRENT OPTIMUM=56560
c Current CPU time (ms) : 23.84
c starts	: 145
c conflicts	: 1
c decisions	: 1045
c propagations	: 7157
c inspects	: 82489
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 146
c 
c CURRENT OPTIMUM=56555
c Current CPU time (ms) : 24.138
c starts	: 146
c conflicts	: 1
c decisions	: 1053
c propagations	: 7206
c inspects	: 83728
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 147
c 
c CURRENT OPTIMUM=56550
c Current CPU time (ms) : 24.696
c starts	: 147
c conflicts	: 1
c decisions	: 1060
c propagations	: 7255
c inspects	: 84829
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 148
c 
c CURRENT OPTIMUM=56545
c Current CPU time (ms) : 24.953
c starts	: 148
c conflicts	: 1
c decisions	: 1067
c propagations	: 7304
c inspects	: 85937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 149
c 
c CURRENT OPTIMUM=56540
c Current CPU time (ms) : 25.162
c starts	: 149
c conflicts	: 1
c decisions	: 1073
c propagations	: 7353
c inspects	: 86904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 150
c 
c CURRENT OPTIMUM=56535
c Current CPU time (ms) : 25.438
c starts	: 150
c conflicts	: 1
c decisions	: 1080
c propagations	: 7402
c inspects	: 88026
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 151
c 
c CURRENT OPTIMUM=56530
c Current CPU time (ms) : 25.651
c starts	: 151
c conflicts	: 1
c decisions	: 1086
c propagations	: 7451
c inspects	: 89005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 152
c 
c CURRENT OPTIMUM=56525
c Current CPU time (ms) : 25.868
c starts	: 152
c conflicts	: 1
c decisions	: 1092
c propagations	: 7500
c inspects	: 89990
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 153
c 
c CURRENT OPTIMUM=56520
c Current CPU time (ms) : 26.05
c starts	: 153
c conflicts	: 1
c decisions	: 1097
c propagations	: 7549
c inspects	: 90829
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 154
c 
c CURRENT OPTIMUM=56515
c Current CPU time (ms) : 26.33
c starts	: 154
c conflicts	: 1
c decisions	: 1104
c propagations	: 7598
c inspects	: 91979
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 155
c 
c CURRENT OPTIMUM=56510
c Current CPU time (ms) : 26.548
c starts	: 155
c conflicts	: 1
c decisions	: 1110
c propagations	: 7647
c inspects	: 92982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 156
c 
c CURRENT OPTIMUM=56505
c Current CPU time (ms) : 26.768
c starts	: 156
c conflicts	: 1
c decisions	: 1116
c propagations	: 7696
c inspects	: 93991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 157
c 
c CURRENT OPTIMUM=56500
c Current CPU time (ms) : 26.956
c starts	: 157
c conflicts	: 1
c decisions	: 1121
c propagations	: 7745
c inspects	: 94850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 158
c 
c CURRENT OPTIMUM=56495
c Current CPU time (ms) : 27.177
c starts	: 158
c conflicts	: 1
c decisions	: 1127
c propagations	: 7794
c inspects	: 95871
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 159
c 
c CURRENT OPTIMUM=56490
c Current CPU time (ms) : 27.4
c starts	: 159
c conflicts	: 1
c decisions	: 1132
c propagations	: 7843
c inspects	: 96740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 160
c 
c CURRENT OPTIMUM=56485
c Current CPU time (ms) : 27.591
c starts	: 160
c conflicts	: 1
c decisions	: 1137
c propagations	: 7892
c inspects	: 97614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 161
c 
c CURRENT OPTIMUM=56480
c Current CPU time (ms) : 27.749
c starts	: 161
c conflicts	: 1
c decisions	: 1141
c propagations	: 7941
c inspects	: 98333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 162
c 
c CURRENT OPTIMUM=56475
c Current CPU time (ms) : 28.043
c starts	: 162
c conflicts	: 1
c decisions	: 1149
c propagations	: 7990
c inspects	: 99700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 163
c 
c CURRENT OPTIMUM=56470
c Current CPU time (ms) : 28.34
c starts	: 163
c conflicts	: 1
c decisions	: 1156
c propagations	: 8039
c inspects	: 100913
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 164
c 
c CURRENT OPTIMUM=56465
c Current CPU time (ms) : 28.603
c starts	: 164
c conflicts	: 1
c decisions	: 1163
c propagations	: 8088
c inspects	: 102133
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 165
c 
c CURRENT OPTIMUM=56460
c Current CPU time (ms) : 28.834
c starts	: 165
c conflicts	: 1
c decisions	: 1169
c propagations	: 8137
c inspects	: 103196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 166
c 
c CURRENT OPTIMUM=56455
c Current CPU time (ms) : 29.1
c starts	: 166
c conflicts	: 1
c decisions	: 1176
c propagations	: 8186
c inspects	: 104430
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 167
c 
c CURRENT OPTIMUM=56450
c Current CPU time (ms) : 29.368
c starts	: 167
c conflicts	: 1
c decisions	: 1182
c propagations	: 8235
c inspects	: 105505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 168
c 
c CURRENT OPTIMUM=56445
c Current CPU time (ms) : 29.601
c starts	: 168
c conflicts	: 1
c decisions	: 1188
c propagations	: 8284
c inspects	: 106586
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 169
c 
c CURRENT OPTIMUM=56440
c Current CPU time (ms) : 29.802
c starts	: 169
c conflicts	: 1
c decisions	: 1193
c propagations	: 8333
c inspects	: 107505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 170
c 
c CURRENT OPTIMUM=56435
c Current CPU time (ms) : 30.074
c starts	: 170
c conflicts	: 1
c decisions	: 1200
c propagations	: 8382
c inspects	: 108767
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 171
c 
c CURRENT OPTIMUM=56430
c Current CPU time (ms) : 30.348
c starts	: 171
c conflicts	: 1
c decisions	: 1206
c propagations	: 8431
c inspects	: 109866
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 172
c 
c CURRENT OPTIMUM=56425
c Current CPU time (ms) : 30.587
c starts	: 172
c conflicts	: 1
c decisions	: 1212
c propagations	: 8480
c inspects	: 110971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 173
c 
c CURRENT OPTIMUM=56420
c Current CPU time (ms) : 30.791
c starts	: 173
c conflicts	: 1
c decisions	: 1217
c propagations	: 8529
c inspects	: 111910
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 174
c 
c CURRENT OPTIMUM=56415
c Current CPU time (ms) : 31.033
c starts	: 174
c conflicts	: 1
c decisions	: 1223
c propagations	: 8578
c inspects	: 113027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 175
c 
c CURRENT OPTIMUM=56410
c Current CPU time (ms) : 31.276
c starts	: 175
c conflicts	: 1
c decisions	: 1228
c propagations	: 8627
c inspects	: 113976
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 176
c 
c CURRENT OPTIMUM=56405
c Current CPU time (ms) : 31.485
c starts	: 176
c conflicts	: 1
c decisions	: 1233
c propagations	: 8676
c inspects	: 114930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 177
c 
c CURRENT OPTIMUM=56400
c Current CPU time (ms) : 31.656
c starts	: 177
c conflicts	: 1
c decisions	: 1237
c propagations	: 8725
c inspects	: 115713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 178
c 
c CURRENT OPTIMUM=56395
c Current CPU time (ms) : 31.941
c starts	: 178
c conflicts	: 1
c decisions	: 1244
c propagations	: 8774
c inspects	: 117031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 179
c 
c CURRENT OPTIMUM=56390
c Current CPU time (ms) : 32.224
c starts	: 179
c conflicts	: 1
c decisions	: 1250
c propagations	: 8823
c inspects	: 118178
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 180
c 
c CURRENT OPTIMUM=56385
c Current CPU time (ms) : 32.475
c starts	: 180
c conflicts	: 1
c decisions	: 1256
c propagations	: 8872
c inspects	: 119331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 181
c 
c CURRENT OPTIMUM=56380
c Current CPU time (ms) : 32.688
c starts	: 181
c conflicts	: 1
c decisions	: 1261
c propagations	: 8921
c inspects	: 120310
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 182
c 
c CURRENT OPTIMUM=56375
c Current CPU time (ms) : 32.94
c starts	: 182
c conflicts	: 1
c decisions	: 1267
c propagations	: 8970
c inspects	: 121475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 183
c 
c CURRENT OPTIMUM=56370
c Current CPU time (ms) : 33.193
c starts	: 183
c conflicts	: 1
c decisions	: 1272
c propagations	: 9019
c inspects	: 122464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 184
c 
c CURRENT OPTIMUM=56365
c Current CPU time (ms) : 33.416
c starts	: 184
c conflicts	: 1
c decisions	: 1277
c propagations	: 9068
c inspects	: 123458
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 185
c 
c CURRENT OPTIMUM=56360
c Current CPU time (ms) : 33.591
c starts	: 185
c conflicts	: 1
c decisions	: 1281
c propagations	: 9117
c inspects	: 124273
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 186
c 
c CURRENT OPTIMUM=56355
c Current CPU time (ms) : 33.844
c starts	: 186
c conflicts	: 1
c decisions	: 1287
c propagations	: 9166
c inspects	: 125462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 187
c 
c CURRENT OPTIMUM=56350
c Current CPU time (ms) : 34.098
c starts	: 187
c conflicts	: 1
c decisions	: 1292
c propagations	: 9215
c inspects	: 126471
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 188
c 
c CURRENT OPTIMUM=56345
c Current CPU time (ms) : 34.32
c starts	: 188
c conflicts	: 1
c decisions	: 1297
c propagations	: 9264
c inspects	: 127485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 189
c 
c CURRENT OPTIMUM=56340
c Current CPU time (ms) : 34.502
c starts	: 189
c conflicts	: 1
c decisions	: 1301
c propagations	: 9313
c inspects	: 128316
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 190
c 
c CURRENT OPTIMUM=56335
c Current CPU time (ms) : 34.724
c starts	: 190
c conflicts	: 1
c decisions	: 1306
c propagations	: 9362
c inspects	: 129340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 191
c 
c CURRENT OPTIMUM=56330
c Current CPU time (ms) : 34.909
c starts	: 191
c conflicts	: 1
c decisions	: 1310
c propagations	: 9411
c inspects	: 130179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 192
c 
c CURRENT OPTIMUM=56325
c Current CPU time (ms) : 35.133
c starts	: 192
c conflicts	: 1
c decisions	: 1314
c propagations	: 9460
c inspects	: 131022
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 193
c 
c CURRENT OPTIMUM=56320
c Current CPU time (ms) : 35.279
c starts	: 193
c conflicts	: 1
c decisions	: 1317
c propagations	: 9509
c inspects	: 131677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 194
c 
c CURRENT OPTIMUM=54720
c Current CPU time (ms) : 35.547
c starts	: 194
c conflicts	: 1
c decisions	: 1323
c propagations	: 9558
c inspects	: 132918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 195
c 
c CURRENT OPTIMUM=54715
c Current CPU time (ms) : 36.054
c starts	: 195
c conflicts	: 1
c decisions	: 1334
c propagations	: 9607
c inspects	: 135134
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 196
c 
c CURRENT OPTIMUM=54710
c Current CPU time (ms) : 36.484
c starts	: 196
c conflicts	: 1
c decisions	: 1344
c propagations	: 9656
c inspects	: 137166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 197
c 
c CURRENT OPTIMUM=54705
c Current CPU time (ms) : 36.956
c starts	: 197
c conflicts	: 1
c decisions	: 1354
c propagations	: 9705
c inspects	: 139208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 198
c 
c CURRENT OPTIMUM=54700
c Current CPU time (ms) : 37.354
c starts	: 198
c conflicts	: 1
c decisions	: 1363
c propagations	: 9754
c inspects	: 141063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 199
c 
c CURRENT OPTIMUM=54695
c Current CPU time (ms) : 37.792
c starts	: 199
c conflicts	: 1
c decisions	: 1373
c propagations	: 9803
c inspects	: 143125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 200
c 
c CURRENT OPTIMUM=54690
c Current CPU time (ms) : 38.224
c starts	: 200
c conflicts	: 1
c decisions	: 1382
c propagations	: 9852
c inspects	: 144998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 201
c 
c CURRENT OPTIMUM=54685
c Current CPU time (ms) : 38.624
c starts	: 201
c conflicts	: 1
c decisions	: 1391
c propagations	: 9901
c inspects	: 146880
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 202
c 
c CURRENT OPTIMUM=54680
c Current CPU time (ms) : 39.011
c starts	: 202
c conflicts	: 1
c decisions	: 1399
c propagations	: 9950
c inspects	: 148570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 203
c 
c CURRENT OPTIMUM=54675
c Current CPU time (ms) : 39.451
c starts	: 203
c conflicts	: 1
c decisions	: 1409
c propagations	: 9999
c inspects	: 150672
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 204
c 
c CURRENT OPTIMUM=54670
c Current CPU time (ms) : 39.881
c starts	: 204
c conflicts	: 1
c decisions	: 1418
c propagations	: 10048
c inspects	: 152581
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 205
c 
c CURRENT OPTIMUM=54665
c Current CPU time (ms) : 40.292
c starts	: 205
c conflicts	: 1
c decisions	: 1427
c propagations	: 10097
c inspects	: 154499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 206
c 
c CURRENT OPTIMUM=54660
c Current CPU time (ms) : 40.66
c starts	: 206
c conflicts	: 1
c decisions	: 1435
c propagations	: 10146
c inspects	: 156221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 207
c 
c CURRENT OPTIMUM=54655
c Current CPU time (ms) : 41.1
c starts	: 207
c conflicts	: 1
c decisions	: 1444
c propagations	: 10195
c inspects	: 158157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 208
c 
c CURRENT OPTIMUM=54650
c Current CPU time (ms) : 41.472
c starts	: 208
c conflicts	: 1
c decisions	: 1452
c propagations	: 10244
c inspects	: 159895
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 209
c 
c CURRENT OPTIMUM=54645
c Current CPU time (ms) : 41.873
c starts	: 209
c conflicts	: 1
c decisions	: 1460
c propagations	: 10293
c inspects	: 161641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 210
c 
c CURRENT OPTIMUM=54640
c Current CPU time (ms) : 42.206
c starts	: 210
c conflicts	: 1
c decisions	: 1467
c propagations	: 10342
c inspects	: 163186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 211
c 
c CURRENT OPTIMUM=54635
c Current CPU time (ms) : 42.696
c starts	: 211
c conflicts	: 1
c decisions	: 1477
c propagations	: 10391
c inspects	: 165368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 212
c 
c CURRENT OPTIMUM=54630
c Current CPU time (ms) : 43.118
c starts	: 212
c conflicts	: 1
c decisions	: 1486
c propagations	: 10440
c inspects	: 167349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 213
c 
c CURRENT OPTIMUM=54625
c Current CPU time (ms) : 43.542
c starts	: 213
c conflicts	: 1
c decisions	: 1495
c propagations	: 10489
c inspects	: 169339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 214
c 
c CURRENT OPTIMUM=54620
c Current CPU time (ms) : 43.951
c starts	: 214
c conflicts	: 1
c decisions	: 1503
c propagations	: 10538
c inspects	: 171125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 215
c 
c CURRENT OPTIMUM=54615
c Current CPU time (ms) : 44.38
c starts	: 215
c conflicts	: 1
c decisions	: 1512
c propagations	: 10587
c inspects	: 173133
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 216
c 
c CURRENT OPTIMUM=54610
c Current CPU time (ms) : 44.793
c starts	: 216
c conflicts	: 1
c decisions	: 1520
c propagations	: 10636
c inspects	: 174935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 217
c 
c CURRENT OPTIMUM=54605
c Current CPU time (ms) : 45.181
c starts	: 217
c conflicts	: 1
c decisions	: 1528
c propagations	: 10685
c inspects	: 176745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 218
c 
c CURRENT OPTIMUM=54600
c Current CPU time (ms) : 45.552
c starts	: 218
c conflicts	: 1
c decisions	: 1535
c propagations	: 10734
c inspects	: 178346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 219
c 
c CURRENT OPTIMUM=54595
c Current CPU time (ms) : 45.988
c starts	: 219
c conflicts	: 1
c decisions	: 1544
c propagations	: 10783
c inspects	: 180390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 220
c 
c CURRENT OPTIMUM=54590
c Current CPU time (ms) : 46.38
c starts	: 220
c conflicts	: 1
c decisions	: 1552
c propagations	: 10832
c inspects	: 182224
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 221
c 
c CURRENT OPTIMUM=54585
c Current CPU time (ms) : 46.801
c starts	: 221
c conflicts	: 1
c decisions	: 1560
c propagations	: 10881
c inspects	: 184066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 222
c 
c CURRENT OPTIMUM=54580
c Current CPU time (ms) : 47.153
c starts	: 222
c conflicts	: 1
c decisions	: 1567
c propagations	: 10930
c inspects	: 185695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 223
c 
c CURRENT OPTIMUM=54575
c Current CPU time (ms) : 47.576
c starts	: 223
c conflicts	: 1
c decisions	: 1575
c propagations	: 10979
c inspects	: 187553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 224
c 
c CURRENT OPTIMUM=54570
c Current CPU time (ms) : 47.931
c starts	: 224
c conflicts	: 1
c decisions	: 1582
c propagations	: 11028
c inspects	: 189196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 225
c 
c CURRENT OPTIMUM=54565
c Current CPU time (ms) : 48.287
c starts	: 225
c conflicts	: 1
c decisions	: 1589
c propagations	: 11077
c inspects	: 190846
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 226
c 
c CURRENT OPTIMUM=54560
c Current CPU time (ms) : 48.622
c starts	: 226
c conflicts	: 1
c decisions	: 1595
c propagations	: 11126
c inspects	: 192278
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 227
c 
c CURRENT OPTIMUM=54555
c Current CPU time (ms) : 49.109
c starts	: 227
c conflicts	: 1
c decisions	: 1605
c propagations	: 11175
c inspects	: 194620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 228
c 
c CURRENT OPTIMUM=54550
c Current CPU time (ms) : 49.586
c starts	: 228
c conflicts	: 1
c decisions	: 1614
c propagations	: 11224
c inspects	: 196745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 229
c 
c CURRENT OPTIMUM=54545
c Current CPU time (ms) : 50.042
c starts	: 229
c conflicts	: 1
c decisions	: 1623
c propagations	: 11273
c inspects	: 198879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 230
c 
c CURRENT OPTIMUM=54540
c Current CPU time (ms) : 50.477
c starts	: 230
c conflicts	: 1
c decisions	: 1631
c propagations	: 11322
c inspects	: 200793
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 231
c 
c CURRENT OPTIMUM=54535
c Current CPU time (ms) : 50.937
c starts	: 231
c conflicts	: 1
c decisions	: 1640
c propagations	: 11371
c inspects	: 202945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 232
c 
c CURRENT OPTIMUM=54530
c Current CPU time (ms) : 51.376
c starts	: 232
c conflicts	: 1
c decisions	: 1648
c propagations	: 11420
c inspects	: 204875
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 233
c 
c CURRENT OPTIMUM=54525
c Current CPU time (ms) : 51.791
c starts	: 233
c conflicts	: 1
c decisions	: 1656
c propagations	: 11469
c inspects	: 206813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 234
c 
c CURRENT OPTIMUM=54520
c Current CPU time (ms) : 52.185
c starts	: 234
c conflicts	: 1
c decisions	: 1663
c propagations	: 11518
c inspects	: 208526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 235
c 
c CURRENT OPTIMUM=54515
c Current CPU time (ms) : 52.652
c starts	: 235
c conflicts	: 1
c decisions	: 1672
c propagations	: 11567
c inspects	: 210714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 236
c 
c CURRENT OPTIMUM=54510
c Current CPU time (ms) : 53.096
c starts	: 236
c conflicts	: 1
c decisions	: 1680
c propagations	: 11616
c inspects	: 212676
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 237
c 
c CURRENT OPTIMUM=54505
c Current CPU time (ms) : 53.52
c starts	: 237
c conflicts	: 1
c decisions	: 1688
c propagations	: 11665
c inspects	: 214646
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 238
c 
c CURRENT OPTIMUM=54500
c Current CPU time (ms) : 53.895
c starts	: 238
c conflicts	: 1
c decisions	: 1695
c propagations	: 11714
c inspects	: 216387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 239
c 
c CURRENT OPTIMUM=54495
c Current CPU time (ms) : 54.346
c starts	: 239
c conflicts	: 1
c decisions	: 1703
c propagations	: 11763
c inspects	: 218373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 240
c 
c CURRENT OPTIMUM=54490
c Current CPU time (ms) : 54.724
c starts	: 240
c conflicts	: 1
c decisions	: 1710
c propagations	: 11812
c inspects	: 220128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 241
c 
c CURRENT OPTIMUM=54485
c Current CPU time (ms) : 55.128
c starts	: 241
c conflicts	: 1
c decisions	: 1717
c propagations	: 11861
c inspects	: 221890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 242
c 
c CURRENT OPTIMUM=54480
c Current CPU time (ms) : 55.461
c starts	: 242
c conflicts	: 1
c decisions	: 1723
c propagations	: 11910
c inspects	: 223418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 243
c 
c CURRENT OPTIMUM=54475
c Current CPU time (ms) : 55.968
c starts	: 243
c conflicts	: 1
c decisions	: 1732
c propagations	: 11959
c inspects	: 225678
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 244
c 
c CURRENT OPTIMUM=54470
c Current CPU time (ms) : 56.4
c starts	: 244
c conflicts	: 1
c decisions	: 1740
c propagations	: 12008
c inspects	: 227704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 245
c 
c CURRENT OPTIMUM=54465
c Current CPU time (ms) : 56.861
c starts	: 245
c conflicts	: 1
c decisions	: 1748
c propagations	: 12057
c inspects	: 229738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 246
c 
c CURRENT OPTIMUM=54460
c Current CPU time (ms) : 57.25
c starts	: 246
c conflicts	: 1
c decisions	: 1755
c propagations	: 12106
c inspects	: 231535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 247
c 
c CURRENT OPTIMUM=54455
c Current CPU time (ms) : 57.688
c starts	: 247
c conflicts	: 1
c decisions	: 1763
c propagations	: 12155
c inspects	: 233585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 248
c 
c CURRENT OPTIMUM=54450
c Current CPU time (ms) : 58.106
c starts	: 248
c conflicts	: 1
c decisions	: 1770
c propagations	: 12204
c inspects	: 235396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 249
c 
c CURRENT OPTIMUM=54445
c Current CPU time (ms) : 58.499
c starts	: 249
c conflicts	: 1
c decisions	: 1777
c propagations	: 12253
c inspects	: 237214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 250
c 
c CURRENT OPTIMUM=54440
c Current CPU time (ms) : 58.865
c starts	: 250
c conflicts	: 1
c decisions	: 1783
c propagations	: 12302
c inspects	: 238790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 251
c 
c CURRENT OPTIMUM=54435
c Current CPU time (ms) : 59.311
c starts	: 251
c conflicts	: 1
c decisions	: 1791
c propagations	: 12351
c inspects	: 240872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 252
c 
c CURRENT OPTIMUM=54430
c Current CPU time (ms) : 59.73
c starts	: 252
c conflicts	: 1
c decisions	: 1798
c propagations	: 12400
c inspects	: 242711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 253
c 
c CURRENT OPTIMUM=54425
c Current CPU time (ms) : 60.128
c starts	: 253
c conflicts	: 1
c decisions	: 1805
c propagations	: 12449
c inspects	: 244557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 254
c 
c CURRENT OPTIMUM=54420
c Current CPU time (ms) : 60.474
c starts	: 254
c conflicts	: 1
c decisions	: 1811
c propagations	: 12498
c inspects	: 246157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 255
c 
c CURRENT OPTIMUM=54415
c Current CPU time (ms) : 60.898
c starts	: 255
c conflicts	: 1
c decisions	: 1818
c propagations	: 12547
c inspects	: 248017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 256
c 
c CURRENT OPTIMUM=54410
c Current CPU time (ms) : 61.246
c starts	: 256
c conflicts	: 1
c decisions	: 1824
c propagations	: 12596
c inspects	: 249629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 257
c 
c CURRENT OPTIMUM=54405
c Current CPU time (ms) : 61.62
c starts	: 257
c conflicts	: 1
c decisions	: 1830
c propagations	: 12645
c inspects	: 251247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 258
c 
c CURRENT OPTIMUM=54400
c Current CPU time (ms) : 61.916
c starts	: 258
c conflicts	: 1
c decisions	: 1835
c propagations	: 12694
c inspects	: 252614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 259
c 
c CURRENT OPTIMUM=54395
c Current CPU time (ms) : 62.556
c starts	: 259
c conflicts	: 1
c decisions	: 1846
c propagations	: 12743
c inspects	: 255534
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 260
c 
c CURRENT OPTIMUM=54390
c Current CPU time (ms) : 63.125
c starts	: 260
c conflicts	: 1
c decisions	: 1856
c propagations	: 12792
c inspects	: 258206
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 261
c 
c CURRENT OPTIMUM=54385
c Current CPU time (ms) : 63.717
c starts	: 261
c conflicts	: 1
c decisions	: 1866
c propagations	: 12841
c inspects	: 260888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 262
c 
c CURRENT OPTIMUM=54380
c Current CPU time (ms) : 64.236
c starts	: 262
c conflicts	: 1
c decisions	: 1875
c propagations	: 12890
c inspects	: 263319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 263
c 
c CURRENT OPTIMUM=54375
c Current CPU time (ms) : 64.835
c starts	: 263
c conflicts	: 1
c decisions	: 1885
c propagations	: 12939
c inspects	: 266021
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 264
c 
c CURRENT OPTIMUM=54370
c Current CPU time (ms) : 65.378
c starts	: 264
c conflicts	: 1
c decisions	: 1894
c propagations	: 12988
c inspects	: 268470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 265
c 
c CURRENT OPTIMUM=54365
c Current CPU time (ms) : 65.903
c starts	: 265
c conflicts	: 1
c decisions	: 1903
c propagations	: 13037
c inspects	: 270928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 266
c 
c CURRENT OPTIMUM=54360
c Current CPU time (ms) : 66.396
c starts	: 266
c conflicts	: 1
c decisions	: 1911
c propagations	: 13086
c inspects	: 273130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 267
c 
c CURRENT OPTIMUM=54355
c Current CPU time (ms) : 66.978
c starts	: 267
c conflicts	: 1
c decisions	: 1921
c propagations	: 13135
c inspects	: 275872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 268
c 
c CURRENT OPTIMUM=54350
c Current CPU time (ms) : 67.529
c starts	: 268
c conflicts	: 1
c decisions	: 1930
c propagations	: 13184
c inspects	: 278357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 269
c 
c CURRENT OPTIMUM=54345
c Current CPU time (ms) : 68.062
c starts	: 269
c conflicts	: 1
c decisions	: 1939
c propagations	: 13233
c inspects	: 280851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 270
c 
c CURRENT OPTIMUM=54340
c Current CPU time (ms) : 68.562
c starts	: 270
c conflicts	: 1
c decisions	: 1947
c propagations	: 13282
c inspects	: 283085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 271
c 
c CURRENT OPTIMUM=54335
c Current CPU time (ms) : 69.12
c starts	: 271
c conflicts	: 1
c decisions	: 1956
c propagations	: 13331
c inspects	: 285597
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 272
c 
c CURRENT OPTIMUM=54330
c Current CPU time (ms) : 69.602
c starts	: 272
c conflicts	: 1
c decisions	: 1964
c propagations	: 13380
c inspects	: 287847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 273
c 
c CURRENT OPTIMUM=54325
c Current CPU time (ms) : 70.109
c starts	: 273
c conflicts	: 1
c decisions	: 1972
c propagations	: 13429
c inspects	: 290105
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 274
c 
c CURRENT OPTIMUM=54320
c Current CPU time (ms) : 70.537
c starts	: 274
c conflicts	: 1
c decisions	: 1979
c propagations	: 13478
c inspects	: 292098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 275
c 
c CURRENT OPTIMUM=54315
c Current CPU time (ms) : 71.156
c starts	: 275
c conflicts	: 1
c decisions	: 1989
c propagations	: 13527
c inspects	: 294920
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 276
c 
c CURRENT OPTIMUM=54310
c Current CPU time (ms) : 71.701
c starts	: 276
c conflicts	: 1
c decisions	: 1998
c propagations	: 13576
c inspects	: 297477
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 277
c 
c CURRENT OPTIMUM=54305
c Current CPU time (ms) : 72.271
c starts	: 277
c conflicts	: 1
c decisions	: 2007
c propagations	: 13625
c inspects	: 300043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 278
c 
c CURRENT OPTIMUM=54300
c Current CPU time (ms) : 72.761
c starts	: 278
c conflicts	: 1
c decisions	: 2015
c propagations	: 13674
c inspects	: 302341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 279
c 
c CURRENT OPTIMUM=54295
c Current CPU time (ms) : 73.336
c starts	: 279
c conflicts	: 1
c decisions	: 2024
c propagations	: 13723
c inspects	: 304925
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 280
c 
c CURRENT OPTIMUM=54290
c Current CPU time (ms) : 73.855
c starts	: 280
c conflicts	: 1
c decisions	: 2032
c propagations	: 13772
c inspects	: 307239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 281
c 
c CURRENT OPTIMUM=54285
c Current CPU time (ms) : 74.351
c starts	: 281
c conflicts	: 1
c decisions	: 2040
c propagations	: 13821
c inspects	: 309561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 282
c 
c CURRENT OPTIMUM=54280
c Current CPU time (ms) : 74.813
c starts	: 282
c conflicts	: 1
c decisions	: 2047
c propagations	: 13870
c inspects	: 311610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 283
c 
c CURRENT OPTIMUM=54275
c Current CPU time (ms) : 75.37
c starts	: 283
c conflicts	: 1
c decisions	: 2056
c propagations	: 13919
c inspects	: 314230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 284
c 
c CURRENT OPTIMUM=54270
c Current CPU time (ms) : 75.892
c starts	: 284
c conflicts	: 1
c decisions	: 2064
c propagations	: 13968
c inspects	: 316576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 285
c 
c CURRENT OPTIMUM=54265
c Current CPU time (ms) : 76.397
c starts	: 285
c conflicts	: 1
c decisions	: 2072
c propagations	: 14017
c inspects	: 318930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 286
c 
c CURRENT OPTIMUM=54260
c Current CPU time (ms) : 76.867
c starts	: 286
c conflicts	: 1
c decisions	: 2079
c propagations	: 14066
c inspects	: 321007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 287
c 
c CURRENT OPTIMUM=54255
c Current CPU time (ms) : 77.374
c starts	: 287
c conflicts	: 1
c decisions	: 2087
c propagations	: 14115
c inspects	: 323377
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 288
c 
c CURRENT OPTIMUM=54250
c Current CPU time (ms) : 77.847
c starts	: 288
c conflicts	: 1
c decisions	: 2094
c propagations	: 14164
c inspects	: 325468
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 289
c 
c CURRENT OPTIMUM=54245
c Current CPU time (ms) : 78.298
c starts	: 289
c conflicts	: 1
c decisions	: 2101
c propagations	: 14213
c inspects	: 327566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 290
c 
c CURRENT OPTIMUM=54240
c Current CPU time (ms) : 78.713
c starts	: 290
c conflicts	: 1
c decisions	: 2107
c propagations	: 14262
c inspects	: 329382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 291
c 
c CURRENT OPTIMUM=54235
c Current CPU time (ms) : 79.345
c starts	: 291
c conflicts	: 1
c decisions	: 2117
c propagations	: 14311
c inspects	: 332364
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 292
c 
c CURRENT OPTIMUM=54230
c Current CPU time (ms) : 79.943
c starts	: 292
c conflicts	: 1
c decisions	: 2126
c propagations	: 14360
c inspects	: 335065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 293
c 
c CURRENT OPTIMUM=54225
c Current CPU time (ms) : 80.544
c starts	: 293
c conflicts	: 1
c decisions	: 2135
c propagations	: 14409
c inspects	: 337775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 294
c 
c CURRENT OPTIMUM=54220
c Current CPU time (ms) : 81.064
c starts	: 294
c conflicts	: 1
c decisions	: 2143
c propagations	: 14458
c inspects	: 340201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 295
c 
c CURRENT OPTIMUM=54215
c Current CPU time (ms) : 81.669
c starts	: 295
c conflicts	: 1
c decisions	: 2152
c propagations	: 14507
c inspects	: 342929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 296
c 
c CURRENT OPTIMUM=54210
c Current CPU time (ms) : 82.193
c starts	: 296
c conflicts	: 1
c decisions	: 2160
c propagations	: 14556
c inspects	: 345371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 297
c 
c CURRENT OPTIMUM=54205
c Current CPU time (ms) : 82.737
c starts	: 297
c conflicts	: 1
c decisions	: 2168
c propagations	: 14605
c inspects	: 347821
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 298
c 
c CURRENT OPTIMUM=54200
c Current CPU time (ms) : 83.198
c starts	: 298
c conflicts	: 1
c decisions	: 2175
c propagations	: 14654
c inspects	: 349982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 299
c 
c CURRENT OPTIMUM=54195
c Current CPU time (ms) : 83.807
c starts	: 299
c conflicts	: 1
c decisions	: 2184
c propagations	: 14703
c inspects	: 352746
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 300
c 
c CURRENT OPTIMUM=54190
c Current CPU time (ms) : 84.355
c starts	: 300
c conflicts	: 1
c decisions	: 2192
c propagations	: 14752
c inspects	: 355220
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 301
c 
c CURRENT OPTIMUM=54185
c Current CPU time (ms) : 84.883
c starts	: 301
c conflicts	: 1
c decisions	: 2200
c propagations	: 14801
c inspects	: 357702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 302
c 
c CURRENT OPTIMUM=54180
c Current CPU time (ms) : 85.372
c starts	: 302
c conflicts	: 1
c decisions	: 2207
c propagations	: 14850
c inspects	: 359891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 303
c 
c CURRENT OPTIMUM=54175
c Current CPU time (ms) : 85.905
c starts	: 303
c conflicts	: 1
c decisions	: 2215
c propagations	: 14899
c inspects	: 362389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 304
c 
c CURRENT OPTIMUM=54170
c Current CPU time (ms) : 86.398
c starts	: 304
c conflicts	: 1
c decisions	: 2222
c propagations	: 14948
c inspects	: 364592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 305
c 
c CURRENT OPTIMUM=54165
c Current CPU time (ms) : 86.871
c starts	: 305
c conflicts	: 1
c decisions	: 2229
c propagations	: 14997
c inspects	: 366802
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 306
c 
c CURRENT OPTIMUM=54160
c Current CPU time (ms) : 87.303
c starts	: 306
c conflicts	: 1
c decisions	: 2235
c propagations	: 15046
c inspects	: 368714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 307
c 
c CURRENT OPTIMUM=54155
c Current CPU time (ms) : 87.927
c starts	: 307
c conflicts	: 1
c decisions	: 2244
c propagations	: 15095
c inspects	: 371550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 308
c 
c CURRENT OPTIMUM=54150
c Current CPU time (ms) : 88.465
c starts	: 308
c conflicts	: 1
c decisions	: 2252
c propagations	: 15144
c inspects	: 374088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 309
c 
c CURRENT OPTIMUM=54145
c Current CPU time (ms) : 89.027
c starts	: 309
c conflicts	: 1
c decisions	: 2260
c propagations	: 15193
c inspects	: 376634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 310
c 
c CURRENT OPTIMUM=54140
c Current CPU time (ms) : 89.508
c starts	: 310
c conflicts	: 1
c decisions	: 2267
c propagations	: 15242
c inspects	: 378879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 311
c 
c CURRENT OPTIMUM=54135
c Current CPU time (ms) : 90.076
c starts	: 311
c conflicts	: 1
c decisions	: 2275
c propagations	: 15291
c inspects	: 381441
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 312
c 
c CURRENT OPTIMUM=54130
c Current CPU time (ms) : 90.56
c starts	: 312
c conflicts	: 1
c decisions	: 2282
c propagations	: 15340
c inspects	: 383700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 313
c 
c CURRENT OPTIMUM=54125
c Current CPU time (ms) : 91.068
c starts	: 313
c conflicts	: 1
c decisions	: 2289
c propagations	: 15389
c inspects	: 385966
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 314
c 
c CURRENT OPTIMUM=54120
c Current CPU time (ms) : 91.489
c starts	: 314
c conflicts	: 1
c decisions	: 2295
c propagations	: 15438
c inspects	: 387926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 315
c 
c CURRENT OPTIMUM=54115
c Current CPU time (ms) : 92.059
c starts	: 315
c conflicts	: 1
c decisions	: 2303
c propagations	: 15487
c inspects	: 390520
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 316
c 
c CURRENT OPTIMUM=54110
c Current CPU time (ms) : 92.545
c starts	: 316
c conflicts	: 1
c decisions	: 2310
c propagations	: 15536
c inspects	: 392807
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 317
c 
c CURRENT OPTIMUM=54105
c Current CPU time (ms) : 93.058
c starts	: 317
c conflicts	: 1
c decisions	: 2317
c propagations	: 15585
c inspects	: 395101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 318
c 
c CURRENT OPTIMUM=54100
c Current CPU time (ms) : 93.485
c starts	: 318
c conflicts	: 1
c decisions	: 2323
c propagations	: 15634
c inspects	: 397085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 319
c 
c CURRENT OPTIMUM=54095
c Current CPU time (ms) : 94.003
c starts	: 319
c conflicts	: 1
c decisions	: 2330
c propagations	: 15683
c inspects	: 399393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 320
c 
c CURRENT OPTIMUM=54090
c Current CPU time (ms) : 94.433
c starts	: 320
c conflicts	: 1
c decisions	: 2336
c propagations	: 15732
c inspects	: 401389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 321
c 
c CURRENT OPTIMUM=54085
c Current CPU time (ms) : 94.887
c starts	: 321
c conflicts	: 1
c decisions	: 2342
c propagations	: 15781
c inspects	: 403391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 322
c 
c CURRENT OPTIMUM=54080
c Current CPU time (ms) : 95.252
c starts	: 322
c conflicts	: 1
c decisions	: 2347
c propagations	: 15830
c inspects	: 405078
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 323
c 
c CURRENT OPTIMUM=54075
c Current CPU time (ms) : 95.969
c starts	: 323
c conflicts	: 1
c decisions	: 2357
c propagations	: 15879
c inspects	: 408380
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 324
c 
c CURRENT OPTIMUM=54070
c Current CPU time (ms) : 96.625
c starts	: 324
c conflicts	: 1
c decisions	: 2366
c propagations	: 15928
c inspects	: 411369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 325
c 
c CURRENT OPTIMUM=54065
c Current CPU time (ms) : 97.283
c starts	: 325
c conflicts	: 1
c decisions	: 2375
c propagations	: 15977
c inspects	: 414367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 326
c 
c CURRENT OPTIMUM=54060
c Current CPU time (ms) : 97.854
c starts	: 326
c conflicts	: 1
c decisions	: 2383
c propagations	: 16026
c inspects	: 417049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 327
c 
c CURRENT OPTIMUM=54055
c Current CPU time (ms) : 98.515
c starts	: 327
c conflicts	: 1
c decisions	: 2392
c propagations	: 16075
c inspects	: 420065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 328
c 
c CURRENT OPTIMUM=54050
c Current CPU time (ms) : 99.089
c starts	: 328
c conflicts	: 1
c decisions	: 2400
c propagations	: 16124
c inspects	: 422763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 329
c 
c CURRENT OPTIMUM=54045
c Current CPU time (ms) : 99.689
c starts	: 329
c conflicts	: 1
c decisions	: 2408
c propagations	: 16173
c inspects	: 425469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 330
c 
c CURRENT OPTIMUM=54040
c Current CPU time (ms) : 100.222
c starts	: 330
c conflicts	: 1
c decisions	: 2415
c propagations	: 16222
c inspects	: 427854
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 331
c 
c CURRENT OPTIMUM=54035
c Current CPU time (ms) : 100.868
c starts	: 331
c conflicts	: 1
c decisions	: 2424
c propagations	: 16271
c inspects	: 430906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 332
c 
c CURRENT OPTIMUM=54030
c Current CPU time (ms) : 101.475
c starts	: 332
c conflicts	: 1
c decisions	: 2432
c propagations	: 16320
c inspects	: 433636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 333
c 
c CURRENT OPTIMUM=54025
c Current CPU time (ms) : 102.08
c starts	: 333
c conflicts	: 1
c decisions	: 2440
c propagations	: 16369
c inspects	: 436374
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 334
c 
c CURRENT OPTIMUM=54020
c Current CPU time (ms) : 102.595
c starts	: 334
c conflicts	: 1
c decisions	: 2447
c propagations	: 16418
c inspects	: 438787
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 335
c 
c CURRENT OPTIMUM=54015
c Current CPU time (ms) : 103.203
c starts	: 335
c conflicts	: 1
c decisions	: 2455
c propagations	: 16467
c inspects	: 441541
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 336
c 
c CURRENT OPTIMUM=54010
c Current CPU time (ms) : 103.724
c starts	: 336
c conflicts	: 1
c decisions	: 2462
c propagations	: 16516
c inspects	: 443968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 337
c 
c CURRENT OPTIMUM=54005
c Current CPU time (ms) : 104.268
c starts	: 337
c conflicts	: 1
c decisions	: 2469
c propagations	: 16565
c inspects	: 446402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 338
c 
c CURRENT OPTIMUM=54000
c Current CPU time (ms) : 104.721
c starts	: 338
c conflicts	: 1
c decisions	: 2475
c propagations	: 16614
c inspects	: 448506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 339
c 
c CURRENT OPTIMUM=53995
c Current CPU time (ms) : 105.405
c starts	: 339
c conflicts	: 1
c decisions	: 2484
c propagations	: 16663
c inspects	: 451630
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 340
c 
c CURRENT OPTIMUM=53990
c Current CPU time (ms) : 106.022
c starts	: 340
c conflicts	: 1
c decisions	: 2492
c propagations	: 16712
c inspects	: 454424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 341
c 
c CURRENT OPTIMUM=53985
c Current CPU time (ms) : 106.619
c starts	: 341
c conflicts	: 1
c decisions	: 2500
c propagations	: 16761
c inspects	: 457226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 342
c 
c CURRENT OPTIMUM=53980
c Current CPU time (ms) : 107.171
c starts	: 342
c conflicts	: 1
c decisions	: 2507
c propagations	: 16810
c inspects	: 459695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 343
c 
c CURRENT OPTIMUM=53975
c Current CPU time (ms) : 107.794
c starts	: 343
c conflicts	: 1
c decisions	: 2515
c propagations	: 16859
c inspects	: 462513
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 344
c 
c CURRENT OPTIMUM=53970
c Current CPU time (ms) : 108.325
c starts	: 344
c conflicts	: 1
c decisions	: 2522
c propagations	: 16908
c inspects	: 464996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 345
c 
c CURRENT OPTIMUM=53965
c Current CPU time (ms) : 108.882
c starts	: 345
c conflicts	: 1
c decisions	: 2529
c propagations	: 16957
c inspects	: 467486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 346
c 
c CURRENT OPTIMUM=53960
c Current CPU time (ms) : 109.344
c starts	: 346
c conflicts	: 1
c decisions	: 2535
c propagations	: 17006
c inspects	: 469638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 347
c 
c CURRENT OPTIMUM=53955
c Current CPU time (ms) : 109.976
c starts	: 347
c conflicts	: 1
c decisions	: 2543
c propagations	: 17055
c inspects	: 472488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 348
c 
c CURRENT OPTIMUM=53950
c Current CPU time (ms) : 110.534
c starts	: 348
c conflicts	: 1
c decisions	: 2550
c propagations	: 17104
c inspects	: 474999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 349
c 
c CURRENT OPTIMUM=53945
c Current CPU time (ms) : 111.072
c starts	: 349
c conflicts	: 1
c decisions	: 2557
c propagations	: 17153
c inspects	: 477517
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 350
c 
c CURRENT OPTIMUM=53940
c Current CPU time (ms) : 111.561
c starts	: 350
c conflicts	: 1
c decisions	: 2563
c propagations	: 17202
c inspects	: 479693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 351
c 
c CURRENT OPTIMUM=53935
c Current CPU time (ms) : 112.097
c starts	: 351
c conflicts	: 1
c decisions	: 2570
c propagations	: 17251
c inspects	: 482225
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 352
c 
c CURRENT OPTIMUM=53930
c Current CPU time (ms) : 112.588
c starts	: 352
c conflicts	: 1
c decisions	: 2576
c propagations	: 17300
c inspects	: 484413
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 353
c 
c CURRENT OPTIMUM=53925
c Current CPU time (ms) : 113.061
c starts	: 353
c conflicts	: 1
c decisions	: 2582
c propagations	: 17349
c inspects	: 486607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 354
c 
c CURRENT OPTIMUM=53920
c Current CPU time (ms) : 113.483
c starts	: 354
c conflicts	: 1
c decisions	: 2587
c propagations	: 17398
c inspects	: 488454
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 355
c 
c CURRENT OPTIMUM=53915
c Current CPU time (ms) : 114.198
c starts	: 355
c conflicts	: 1
c decisions	: 2596
c propagations	: 17447
c inspects	: 491722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 356
c 
c CURRENT OPTIMUM=53910
c Current CPU time (ms) : 114.824
c starts	: 356
c conflicts	: 1
c decisions	: 2604
c propagations	: 17496
c inspects	: 494644
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 357
c 
c CURRENT OPTIMUM=53905
c Current CPU time (ms) : 115.471
c starts	: 357
c conflicts	: 1
c decisions	: 2612
c propagations	: 17545
c inspects	: 497574
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 358
c 
c CURRENT OPTIMUM=53900
c Current CPU time (ms) : 116.046
c starts	: 358
c conflicts	: 1
c decisions	: 2619
c propagations	: 17594
c inspects	: 500155
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 359
c 
c CURRENT OPTIMUM=53895
c Current CPU time (ms) : 116.672
c starts	: 359
c conflicts	: 1
c decisions	: 2627
c propagations	: 17643
c inspects	: 503101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 360
c 
c CURRENT OPTIMUM=53890
c Current CPU time (ms) : 117.247
c starts	: 360
c conflicts	: 1
c decisions	: 2634
c propagations	: 17692
c inspects	: 505696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 361
c 
c CURRENT OPTIMUM=53885
c Current CPU time (ms) : 117.804
c starts	: 361
c conflicts	: 1
c decisions	: 2641
c propagations	: 17741
c inspects	: 508298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 362
c 
c CURRENT OPTIMUM=53880
c Current CPU time (ms) : 118.311
c starts	: 362
c conflicts	: 1
c decisions	: 2647
c propagations	: 17790
c inspects	: 510546
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 363
c 
c CURRENT OPTIMUM=53875
c Current CPU time (ms) : 118.968
c starts	: 363
c conflicts	: 1
c decisions	: 2655
c propagations	: 17839
c inspects	: 513524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 364
c 
c CURRENT OPTIMUM=53870
c Current CPU time (ms) : 119.529
c starts	: 364
c conflicts	: 1
c decisions	: 2662
c propagations	: 17888
c inspects	: 516147
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 365
c 
c CURRENT OPTIMUM=53865
c Current CPU time (ms) : 120.113
c starts	: 365
c conflicts	: 1
c decisions	: 2669
c propagations	: 17937
c inspects	: 518777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 366
c 
c CURRENT OPTIMUM=53860
c Current CPU time (ms) : 120.602
c starts	: 366
c conflicts	: 1
c decisions	: 2675
c propagations	: 17986
c inspects	: 521049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 367
c 
c CURRENT OPTIMUM=53855
c Current CPU time (ms) : 121.188
c starts	: 367
c conflicts	: 1
c decisions	: 2682
c propagations	: 18035
c inspects	: 523693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 368
c 
c CURRENT OPTIMUM=53850
c Current CPU time (ms) : 121.7
c starts	: 368
c conflicts	: 1
c decisions	: 2688
c propagations	: 18084
c inspects	: 525977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 369
c 
c CURRENT OPTIMUM=53845
c Current CPU time (ms) : 122.194
c starts	: 369
c conflicts	: 1
c decisions	: 2694
c propagations	: 18133
c inspects	: 528267
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 370
c 
c CURRENT OPTIMUM=53840
c Current CPU time (ms) : 122.632
c starts	: 370
c conflicts	: 1
c decisions	: 2699
c propagations	: 18182
c inspects	: 530194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 371
c 
c CURRENT OPTIMUM=53835
c Current CPU time (ms) : 123.28
c starts	: 371
c conflicts	: 1
c decisions	: 2707
c propagations	: 18231
c inspects	: 533236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 372
c 
c CURRENT OPTIMUM=53830
c Current CPU time (ms) : 123.875
c starts	: 372
c conflicts	: 1
c decisions	: 2714
c propagations	: 18280
c inspects	: 535915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 373
c 
c CURRENT OPTIMUM=53825
c Current CPU time (ms) : 124.471
c starts	: 373
c conflicts	: 1
c decisions	: 2721
c propagations	: 18329
c inspects	: 538601
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 374
c 
c CURRENT OPTIMUM=53820
c Current CPU time (ms) : 124.971
c starts	: 374
c conflicts	: 1
c decisions	: 2727
c propagations	: 18378
c inspects	: 540921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 375
c 
c CURRENT OPTIMUM=53815
c Current CPU time (ms) : 125.57
c starts	: 375
c conflicts	: 1
c decisions	: 2734
c propagations	: 18427
c inspects	: 543621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 376
c 
c CURRENT OPTIMUM=53810
c Current CPU time (ms) : 126.072
c starts	: 376
c conflicts	: 1
c decisions	: 2740
c propagations	: 18476
c inspects	: 545953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 377
c 
c CURRENT OPTIMUM=53805
c Current CPU time (ms) : 126.596
c starts	: 377
c conflicts	: 1
c decisions	: 2746
c propagations	: 18525
c inspects	: 548291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 378
c 
c CURRENT OPTIMUM=53800
c Current CPU time (ms) : 127.021
c starts	: 378
c conflicts	: 1
c decisions	: 2751
c propagations	: 18574
c inspects	: 550258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 379
c 
c CURRENT OPTIMUM=53795
c Current CPU time (ms) : 127.625
c starts	: 379
c conflicts	: 1
c decisions	: 2758
c propagations	: 18623
c inspects	: 552986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 380
c 
c CURRENT OPTIMUM=53790
c Current CPU time (ms) : 128.133
c starts	: 380
c conflicts	: 1
c decisions	: 2764
c propagations	: 18672
c inspects	: 555342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 381
c 
c CURRENT OPTIMUM=53785
c Current CPU time (ms) : 128.664
c starts	: 381
c conflicts	: 1
c decisions	: 2770
c propagations	: 18721
c inspects	: 557704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 382
c 
c CURRENT OPTIMUM=53780
c Current CPU time (ms) : 129.092
c starts	: 382
c conflicts	: 1
c decisions	: 2775
c propagations	: 18770
c inspects	: 559691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 383
c 
c CURRENT OPTIMUM=53775
c Current CPU time (ms) : 129.625
c starts	: 383
c conflicts	: 1
c decisions	: 2781
c propagations	: 18819
c inspects	: 562065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 384
c 
c CURRENT OPTIMUM=53770
c Current CPU time (ms) : 130.081
c starts	: 384
c conflicts	: 1
c decisions	: 2786
c propagations	: 18868
c inspects	: 564062
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 385
c 
c CURRENT OPTIMUM=53765
c Current CPU time (ms) : 130.515
c starts	: 385
c conflicts	: 1
c decisions	: 2791
c propagations	: 18917
c inspects	: 566064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 386
c 
c CURRENT OPTIMUM=53760
c Current CPU time (ms) : 130.869
c starts	: 386
c conflicts	: 1
c decisions	: 2795
c propagations	: 18966
c inspects	: 567686
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 387
c 
c CURRENT OPTIMUM=53757
c Current CPU time (ms) : 131.803
c starts	: 387
c conflicts	: 1
c decisions	: 2806
c propagations	: 19015
c inspects	: 572018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 388
c 
c CURRENT OPTIMUM=53748
c Current CPU time (ms) : 132.665
c starts	: 388
c conflicts	: 1
c decisions	: 2816
c propagations	: 19064
c inspects	: 575973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 389
c 
c CURRENT OPTIMUM=53740
c Current CPU time (ms) : 133.602
c starts	: 389
c conflicts	: 1
c decisions	: 2827
c propagations	: 19113
c inspects	: 580327
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 390
c 
c CURRENT OPTIMUM=53732
c Current CPU time (ms) : 134.465
c starts	: 390
c conflicts	: 1
c decisions	: 2837
c propagations	: 19162
c inspects	: 584302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 391
c 
c CURRENT OPTIMUM=53729
c Current CPU time (ms) : 135.406
c starts	: 391
c conflicts	: 1
c decisions	: 2848
c propagations	: 19211
c inspects	: 588677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 392
c 
c CURRENT OPTIMUM=53721
c Current CPU time (ms) : 136.274
c starts	: 392
c conflicts	: 1
c decisions	: 2858
c propagations	: 19260
c inspects	: 592671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 393
c 
c CURRENT OPTIMUM=53716
c Current CPU time (ms) : 137.064
c starts	: 393
c conflicts	: 1
c decisions	: 2867
c propagations	: 19309
c inspects	: 596283
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 394
c 
c CURRENT OPTIMUM=53711
c Current CPU time (ms) : 137.933
c starts	: 394
c conflicts	: 1
c decisions	: 2877
c propagations	: 19358
c inspects	: 600297
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 395
c 
c CURRENT OPTIMUM=53706
c Current CPU time (ms) : 138.732
c starts	: 395
c conflicts	: 1
c decisions	: 2886
c propagations	: 19407
c inspects	: 603927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 396
c 
c CURRENT OPTIMUM=53701
c Current CPU time (ms) : 139.527
c starts	: 396
c conflicts	: 1
c decisions	: 2895
c propagations	: 19456
c inspects	: 607566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 397
c 
c CURRENT OPTIMUM=53696
c Current CPU time (ms) : 140.22
c starts	: 397
c conflicts	: 1
c decisions	: 2903
c propagations	: 19505
c inspects	: 610818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 398
c 
c CURRENT OPTIMUM=53690
c Current CPU time (ms) : 141.101
c starts	: 398
c conflicts	: 1
c decisions	: 2913
c propagations	: 19554
c inspects	: 614872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 399
c 
c CURRENT OPTIMUM=53681
c Current CPU time (ms) : 141.979
c starts	: 399
c conflicts	: 1
c decisions	: 2923
c propagations	: 19603
c inspects	: 618936
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 400
c 
c CURRENT OPTIMUM=53672
c Current CPU time (ms) : 142.786
c starts	: 400
c conflicts	: 1
c decisions	: 2932
c propagations	: 19652
c inspects	: 622611
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 401
c 
c CURRENT OPTIMUM=53664
c Current CPU time (ms) : 143.751
c starts	: 401
c conflicts	: 1
c decisions	: 2943
c propagations	: 19701
c inspects	: 627097
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 402
c 
c CURRENT OPTIMUM=53656
c Current CPU time (ms) : 144.64
c starts	: 402
c conflicts	: 1
c decisions	: 2953
c propagations	: 19750
c inspects	: 631192
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 403
c 
c CURRENT OPTIMUM=53653
c Current CPU time (ms) : 145.611
c starts	: 403
c conflicts	: 1
c decisions	: 2964
c propagations	: 19799
c inspects	: 635699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 404
c 
c CURRENT OPTIMUM=53645
c Current CPU time (ms) : 146.502
c starts	: 404
c conflicts	: 1
c decisions	: 2974
c propagations	: 19848
c inspects	: 639813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 405
c 
c CURRENT OPTIMUM=53640
c Current CPU time (ms) : 147.317
c starts	: 405
c conflicts	: 1
c decisions	: 2983
c propagations	: 19897
c inspects	: 643533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 406
c 
c CURRENT OPTIMUM=53634
c Current CPU time (ms) : 148.213
c starts	: 406
c conflicts	: 1
c decisions	: 2993
c propagations	: 19946
c inspects	: 647667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 407
c 
c CURRENT OPTIMUM=53626
c Current CPU time (ms) : 149.11
c starts	: 407
c conflicts	: 1
c decisions	: 3003
c propagations	: 19995
c inspects	: 651811
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 408
c 
c CURRENT OPTIMUM=53618
c Current CPU time (ms) : 149.926
c starts	: 408
c conflicts	: 1
c decisions	: 3012
c propagations	: 20044
c inspects	: 655557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 409
c 
c CURRENT OPTIMUM=53613
c Current CPU time (ms) : 150.74
c starts	: 409
c conflicts	: 1
c decisions	: 3021
c propagations	: 20093
c inspects	: 659312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 410
c 
c CURRENT OPTIMUM=53608
c Current CPU time (ms) : 151.453
c starts	: 410
c conflicts	: 1
c decisions	: 3029
c propagations	: 20142
c inspects	: 662667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 411
c 
c CURRENT OPTIMUM=53603
c Current CPU time (ms) : 152.354
c starts	: 411
c conflicts	: 1
c decisions	: 3039
c propagations	: 20191
c inspects	: 666850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 412
c 
c CURRENT OPTIMUM=53598
c Current CPU time (ms) : 153.176
c starts	: 412
c conflicts	: 1
c decisions	: 3048
c propagations	: 20240
c inspects	: 670632
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 413
c 
c CURRENT OPTIMUM=53593
c Current CPU time (ms) : 154.001
c starts	: 413
c conflicts	: 1
c decisions	: 3057
c propagations	: 20289
c inspects	: 674423
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 414
c 
c CURRENT OPTIMUM=53588
c Current CPU time (ms) : 154.742
c starts	: 414
c conflicts	: 1
c decisions	: 3065
c propagations	: 20338
c inspects	: 677810
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 415
c 
c CURRENT OPTIMUM=53583
c Current CPU time (ms) : 155.572
c starts	: 415
c conflicts	: 1
c decisions	: 3074
c propagations	: 20387
c inspects	: 681619
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 416
c 
c CURRENT OPTIMUM=53578
c Current CPU time (ms) : 156.323
c starts	: 416
c conflicts	: 1
c decisions	: 3082
c propagations	: 20436
c inspects	: 685022
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 417
c 
c CURRENT OPTIMUM=53573
c Current CPU time (ms) : 157.047
c starts	: 417
c conflicts	: 1
c decisions	: 3090
c propagations	: 20485
c inspects	: 688433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 418
c 
c CURRENT OPTIMUM=53568
c Current CPU time (ms) : 157.71
c starts	: 418
c conflicts	: 1
c decisions	: 3097
c propagations	: 20534
c inspects	: 691435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 419
c 
c CURRENT OPTIMUM=53565
c Current CPU time (ms) : 158.633
c starts	: 419
c conflicts	: 1
c decisions	: 3107
c propagations	: 20583
c inspects	: 695698
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 420
c 
c CURRENT OPTIMUM=53556
c Current CPU time (ms) : 159.471
c starts	: 420
c conflicts	: 1
c decisions	: 3116
c propagations	: 20632
c inspects	: 699552
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 421
c 
c CURRENT OPTIMUM=53547
c Current CPU time (ms) : 160.396
c starts	: 421
c conflicts	: 1
c decisions	: 3126
c propagations	: 20681
c inspects	: 703835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 422
c 
c CURRENT OPTIMUM=53538
c Current CPU time (ms) : 161.234
c starts	: 422
c conflicts	: 1
c decisions	: 3135
c propagations	: 20730
c inspects	: 707707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 423
c 
c CURRENT OPTIMUM=53529
c Current CPU time (ms) : 162.077
c starts	: 423
c conflicts	: 1
c decisions	: 3144
c propagations	: 20779
c inspects	: 711588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 424
c 
c CURRENT OPTIMUM=53520
c Current CPU time (ms) : 162.834
c starts	: 424
c conflicts	: 1
c decisions	: 3152
c propagations	: 20828
c inspects	: 715055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 425
c 
c CURRENT OPTIMUM=53512
c Current CPU time (ms) : 163.85
c starts	: 425
c conflicts	: 1
c decisions	: 3163
c propagations	: 20877
c inspects	: 719805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 426
c 
c CURRENT OPTIMUM=53504
c Current CPU time (ms) : 164.782
c starts	: 426
c conflicts	: 1
c decisions	: 3173
c propagations	: 20926
c inspects	: 724140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 427
c 
c CURRENT OPTIMUM=53501
c Current CPU time (ms) : 165.804
c starts	: 427
c conflicts	: 1
c decisions	: 3184
c propagations	: 20975
c inspects	: 728911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 428
c 
c CURRENT OPTIMUM=53493
c Current CPU time (ms) : 166.743
c starts	: 428
c conflicts	: 1
c decisions	: 3194
c propagations	: 21024
c inspects	: 733265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 429
c 
c CURRENT OPTIMUM=53488
c Current CPU time (ms) : 167.598
c starts	: 429
c conflicts	: 1
c decisions	: 3203
c propagations	: 21073
c inspects	: 737201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 430
c 
c CURRENT OPTIMUM=53482
c Current CPU time (ms) : 168.54
c starts	: 430
c conflicts	: 1
c decisions	: 3213
c propagations	: 21122
c inspects	: 741575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 431
c 
c CURRENT OPTIMUM=53474
c Current CPU time (ms) : 169.488
c starts	: 431
c conflicts	: 1
c decisions	: 3223
c propagations	: 21171
c inspects	: 745959
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 432
c 
c CURRENT OPTIMUM=53466
c Current CPU time (ms) : 170.346
c starts	: 432
c conflicts	: 1
c decisions	: 3232
c propagations	: 21220
c inspects	: 749921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 433
c 
c CURRENT OPTIMUM=53461
c Current CPU time (ms) : 171.201
c starts	: 433
c conflicts	: 1
c decisions	: 3241
c propagations	: 21269
c inspects	: 753892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 434
c 
c CURRENT OPTIMUM=53456
c Current CPU time (ms) : 171.958
c starts	: 434
c conflicts	: 1
c decisions	: 3249
c propagations	: 21318
c inspects	: 757439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 435
c 
c CURRENT OPTIMUM=53453
c Current CPU time (ms) : 172.912
c starts	: 435
c conflicts	: 1
c decisions	: 3259
c propagations	: 21367
c inspects	: 761862
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 436
c 
c CURRENT OPTIMUM=53444
c Current CPU time (ms) : 173.785
c starts	: 436
c conflicts	: 1
c decisions	: 3268
c propagations	: 21416
c inspects	: 765860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 437
c 
c CURRENT OPTIMUM=53436
c Current CPU time (ms) : 174.742
c starts	: 437
c conflicts	: 1
c decisions	: 3278
c propagations	: 21465
c inspects	: 770304
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 438
c 
c CURRENT OPTIMUM=53428
c Current CPU time (ms) : 175.614
c starts	: 438
c conflicts	: 1
c decisions	: 3287
c propagations	: 21514
c inspects	: 774320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 439
c 
c CURRENT OPTIMUM=53425
c Current CPU time (ms) : 176.573
c starts	: 439
c conflicts	: 1
c decisions	: 3297
c propagations	: 21563
c inspects	: 778783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 440
c 
c CURRENT OPTIMUM=53417
c Current CPU time (ms) : 177.449
c starts	: 440
c conflicts	: 1
c decisions	: 3306
c propagations	: 21612
c inspects	: 782816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 441
c 
c CURRENT OPTIMUM=53412
c Current CPU time (ms) : 178.24
c starts	: 441
c conflicts	: 1
c decisions	: 3314
c propagations	: 21661
c inspects	: 786418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 442
c 
c CURRENT OPTIMUM=53407
c Current CPU time (ms) : 179.121
c starts	: 442
c conflicts	: 1
c decisions	: 3323
c propagations	: 21710
c inspects	: 790469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 443
c 
c CURRENT OPTIMUM=53402
c Current CPU time (ms) : 179.916
c starts	: 443
c conflicts	: 1
c decisions	: 3331
c propagations	: 21759
c inspects	: 794087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 444
c 
c CURRENT OPTIMUM=53397
c Current CPU time (ms) : 180.709
c starts	: 444
c conflicts	: 1
c decisions	: 3339
c propagations	: 21808
c inspects	: 797713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 445
c 
c CURRENT OPTIMUM=53392
c Current CPU time (ms) : 181.393
c starts	: 445
c conflicts	: 1
c decisions	: 3346
c propagations	: 21857
c inspects	: 800903
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 446
c 
c CURRENT OPTIMUM=53387
c Current CPU time (ms) : 182.396
c starts	: 446
c conflicts	: 1
c decisions	: 3356
c propagations	: 21906
c inspects	: 805435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 447
c 
c CURRENT OPTIMUM=53382
c Current CPU time (ms) : 183.263
c starts	: 447
c conflicts	: 1
c decisions	: 3365
c propagations	: 21955
c inspects	: 809531
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 448
c 
c CURRENT OPTIMUM=53377
c Current CPU time (ms) : 184.157
c starts	: 448
c conflicts	: 1
c decisions	: 3374
c propagations	: 22004
c inspects	: 813636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 449
c 
c CURRENT OPTIMUM=53372
c Current CPU time (ms) : 184.96
c starts	: 449
c conflicts	: 1
c decisions	: 3382
c propagations	: 22053
c inspects	: 817302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 450
c 
c CURRENT OPTIMUM=53367
c Current CPU time (ms) : 185.858
c starts	: 450
c conflicts	: 1
c decisions	: 3391
c propagations	: 22102
c inspects	: 821425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 451
c 
c CURRENT OPTIMUM=53362
c Current CPU time (ms) : 186.664
c starts	: 451
c conflicts	: 1
c decisions	: 3399
c propagations	: 22151
c inspects	: 825107
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 452
c 
c CURRENT OPTIMUM=53357
c Current CPU time (ms) : 187.473
c starts	: 452
c conflicts	: 1
c decisions	: 3407
c propagations	: 22200
c inspects	: 828797
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 453
c 
c CURRENT OPTIMUM=53352
c Current CPU time (ms) : 188.193
c starts	: 453
c conflicts	: 1
c decisions	: 3414
c propagations	: 22249
c inspects	: 832043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 454
c 
c CURRENT OPTIMUM=53347
c Current CPU time (ms) : 189.095
c starts	: 454
c conflicts	: 1
c decisions	: 3423
c propagations	: 22298
c inspects	: 836202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 455
c 
c CURRENT OPTIMUM=53342
c Current CPU time (ms) : 189.909
c starts	: 455
c conflicts	: 1
c decisions	: 3431
c propagations	: 22347
c inspects	: 839916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 456
c 
c CURRENT OPTIMUM=53337
c Current CPU time (ms) : 190.705
c starts	: 456
c conflicts	: 1
c decisions	: 3439
c propagations	: 22396
c inspects	: 843638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 457
c 
c CURRENT OPTIMUM=53332
c Current CPU time (ms) : 191.43
c starts	: 457
c conflicts	: 1
c decisions	: 3446
c propagations	: 22445
c inspects	: 846912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 458
c 
c CURRENT OPTIMUM=53327
c Current CPU time (ms) : 192.249
c starts	: 458
c conflicts	: 1
c decisions	: 3454
c propagations	: 22494
c inspects	: 850650
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 459
c 
c CURRENT OPTIMUM=53322
c Current CPU time (ms) : 192.976
c starts	: 459
c conflicts	: 1
c decisions	: 3461
c propagations	: 22543
c inspects	: 853938
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 460
c 
c CURRENT OPTIMUM=53317
c Current CPU time (ms) : 193.704
c starts	: 460
c conflicts	: 1
c decisions	: 3468
c propagations	: 22592
c inspects	: 857233
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 461
c 
c CURRENT OPTIMUM=53312
c Current CPU time (ms) : 194.317
c starts	: 461
c conflicts	: 1
c decisions	: 3474
c propagations	: 22641
c inspects	: 860075
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 462
c 
c CURRENT OPTIMUM=53307
c Current CPU time (ms) : 195.426
c starts	: 462
c conflicts	: 1
c decisions	: 3485
c propagations	: 22690
c inspects	: 865228
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 463
c 
c CURRENT OPTIMUM=53302
c Current CPU time (ms) : 196.465
c starts	: 463
c conflicts	: 1
c decisions	: 3495
c propagations	: 22739
c inspects	: 869930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 464
c 
c CURRENT OPTIMUM=53297
c Current CPU time (ms) : 197.485
c starts	: 464
c conflicts	: 1
c decisions	: 3505
c propagations	: 22788
c inspects	: 874642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 465
c 
c CURRENT OPTIMUM=53292
c Current CPU time (ms) : 198.415
c starts	: 465
c conflicts	: 1
c decisions	: 3514
c propagations	: 22837
c inspects	: 878900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 466
c 
c CURRENT OPTIMUM=53287
c Current CPU time (ms) : 199.438
c starts	: 466
c conflicts	: 1
c decisions	: 3524
c propagations	: 22886
c inspects	: 883632
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 467
c 
c CURRENT OPTIMUM=53282
c Current CPU time (ms) : 200.371
c starts	: 467
c conflicts	: 1
c decisions	: 3533
c propagations	: 22935
c inspects	: 887908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 468
c 
c CURRENT OPTIMUM=53277
c Current CPU time (ms) : 201.302
c starts	: 468
c conflicts	: 1
c decisions	: 3542
c propagations	: 22984
c inspects	: 892193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 469
c 
c CURRENT OPTIMUM=53272
c Current CPU time (ms) : 202.138
c starts	: 469
c conflicts	: 1
c decisions	: 3550
c propagations	: 23033
c inspects	: 896019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 470
c 
c CURRENT OPTIMUM=53267
c Current CPU time (ms) : 203.171
c starts	: 470
c conflicts	: 1
c decisions	: 3560
c propagations	: 23082
c inspects	: 900791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 471
c 
c CURRENT OPTIMUM=53262
c Current CPU time (ms) : 204.109
c starts	: 471
c conflicts	: 1
c decisions	: 3569
c propagations	: 23131
c inspects	: 905103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 472
c 
c CURRENT OPTIMUM=53257
c Current CPU time (ms) : 205.05
c starts	: 472
c conflicts	: 1
c decisions	: 3578
c propagations	: 23180
c inspects	: 909424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 473
c 
c CURRENT OPTIMUM=53252
c Current CPU time (ms) : 205.896
c starts	: 473
c conflicts	: 1
c decisions	: 3586
c propagations	: 23229
c inspects	: 913282
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 474
c 
c CURRENT OPTIMUM=53247
c Current CPU time (ms) : 206.839
c starts	: 474
c conflicts	: 1
c decisions	: 3595
c propagations	: 23278
c inspects	: 917621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 475
c 
c CURRENT OPTIMUM=53242
c Current CPU time (ms) : 207.685
c starts	: 475
c conflicts	: 1
c decisions	: 3603
c propagations	: 23327
c inspects	: 921495
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 476
c 
c CURRENT OPTIMUM=53237
c Current CPU time (ms) : 208.514
c starts	: 476
c conflicts	: 1
c decisions	: 3611
c propagations	: 23376
c inspects	: 925377
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 477
c 
c CURRENT OPTIMUM=53232
c Current CPU time (ms) : 209.268
c starts	: 477
c conflicts	: 1
c decisions	: 3618
c propagations	: 23425
c inspects	: 928791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 478
c 
c CURRENT OPTIMUM=53227
c Current CPU time (ms) : 210.32
c starts	: 478
c conflicts	: 1
c decisions	: 3628
c propagations	: 23474
c inspects	: 933643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 479
c 
c CURRENT OPTIMUM=53222
c Current CPU time (ms) : 211.274
c starts	: 479
c conflicts	: 1
c decisions	: 3637
c propagations	: 23523
c inspects	: 938027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 480
c 
c CURRENT OPTIMUM=53217
c Current CPU time (ms) : 212.229
c starts	: 480
c conflicts	: 1
c decisions	: 3646
c propagations	: 23572
c inspects	: 942420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 481
c 
c CURRENT OPTIMUM=53212
c Current CPU time (ms) : 213.089
c starts	: 481
c conflicts	: 1
c decisions	: 3654
c propagations	: 23621
c inspects	: 946342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 482
c 
c CURRENT OPTIMUM=53207
c Current CPU time (ms) : 214.046
c starts	: 482
c conflicts	: 1
c decisions	: 3663
c propagations	: 23670
c inspects	: 950753
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 483
c 
c CURRENT OPTIMUM=53202
c Current CPU time (ms) : 214.914
c starts	: 483
c conflicts	: 1
c decisions	: 3671
c propagations	: 23719
c inspects	: 954691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 484
c 
c CURRENT OPTIMUM=53197
c Current CPU time (ms) : 215.778
c starts	: 484
c conflicts	: 1
c decisions	: 3679
c propagations	: 23768
c inspects	: 958637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 485
c 
c CURRENT OPTIMUM=53192
c Current CPU time (ms) : 216.542
c starts	: 485
c conflicts	: 1
c decisions	: 3686
c propagations	: 23817
c inspects	: 962107
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 486
c 
c CURRENT OPTIMUM=53187
c Current CPU time (ms) : 217.508
c starts	: 486
c conflicts	: 1
c decisions	: 3695
c propagations	: 23866
c inspects	: 966554
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 487
c 
c CURRENT OPTIMUM=53182
c Current CPU time (ms) : 218.375
c starts	: 487
c conflicts	: 1
c decisions	: 3703
c propagations	: 23915
c inspects	: 970524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 488
c 
c CURRENT OPTIMUM=53177
c Current CPU time (ms) : 219.244
c starts	: 488
c conflicts	: 1
c decisions	: 3711
c propagations	: 23964
c inspects	: 974502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 489
c 
c CURRENT OPTIMUM=53172
c Current CPU time (ms) : 220.014
c starts	: 489
c conflicts	: 1
c decisions	: 3718
c propagations	: 24013
c inspects	: 978000
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 490
c 
c CURRENT OPTIMUM=53167
c Current CPU time (ms) : 220.882
c starts	: 490
c conflicts	: 1
c decisions	: 3726
c propagations	: 24062
c inspects	: 981994
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 491
c 
c CURRENT OPTIMUM=53162
c Current CPU time (ms) : 221.654
c starts	: 491
c conflicts	: 1
c decisions	: 3733
c propagations	: 24111
c inspects	: 985506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 492
c 
c CURRENT OPTIMUM=53157
c Current CPU time (ms) : 222.404
c starts	: 492
c conflicts	: 1
c decisions	: 3740
c propagations	: 24160
c inspects	: 989025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 493
c 
c CURRENT OPTIMUM=53152
c Current CPU time (ms) : 223.077
c starts	: 493
c conflicts	: 1
c decisions	: 3746
c propagations	: 24209
c inspects	: 992059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 494
c 
c CURRENT OPTIMUM=53147
c Current CPU time (ms) : 224.155
c starts	: 494
c conflicts	: 1
c decisions	: 3756
c propagations	: 24258
c inspects	: 997071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 495
c 
c CURRENT OPTIMUM=53142
c Current CPU time (ms) : 225.136
c starts	: 495
c conflicts	: 1
c decisions	: 3765
c propagations	: 24307
c inspects	: 1001599
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 496
c 
c CURRENT OPTIMUM=53137
c Current CPU time (ms) : 226.118
c starts	: 496
c conflicts	: 1
c decisions	: 3774
c propagations	: 24356
c inspects	: 1006136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 497
c 
c CURRENT OPTIMUM=53132
c Current CPU time (ms) : 226.997
c starts	: 497
c conflicts	: 1
c decisions	: 3782
c propagations	: 24405
c inspects	: 1010186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 498
c 
c CURRENT OPTIMUM=53127
c Current CPU time (ms) : 227.98
c starts	: 498
c conflicts	: 1
c decisions	: 3791
c propagations	: 24454
c inspects	: 1014741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 499
c 
c CURRENT OPTIMUM=53122
c Current CPU time (ms) : 228.864
c starts	: 499
c conflicts	: 1
c decisions	: 3799
c propagations	: 24503
c inspects	: 1018807
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 500
c 
c CURRENT OPTIMUM=53117
c Current CPU time (ms) : 229.75
c starts	: 500
c conflicts	: 1
c decisions	: 3807
c propagations	: 24552
c inspects	: 1022881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 501
c 
c CURRENT OPTIMUM=53112
c Current CPU time (ms) : 230.535
c starts	: 501
c conflicts	: 1
c decisions	: 3814
c propagations	: 24601
c inspects	: 1026463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 502
c 
c CURRENT OPTIMUM=53107
c Current CPU time (ms) : 231.534
c starts	: 502
c conflicts	: 1
c decisions	: 3823
c propagations	: 24650
c inspects	: 1031054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 503
c 
c CURRENT OPTIMUM=53102
c Current CPU time (ms) : 232.422
c starts	: 503
c conflicts	: 1
c decisions	: 3831
c propagations	: 24699
c inspects	: 1035152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 504
c 
c CURRENT OPTIMUM=53097
c Current CPU time (ms) : 233.314
c starts	: 504
c conflicts	: 1
c decisions	: 3839
c propagations	: 24748
c inspects	: 1039258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 505
c 
c CURRENT OPTIMUM=53092
c Current CPU time (ms) : 234.104
c starts	: 505
c conflicts	: 1
c decisions	: 3846
c propagations	: 24797
c inspects	: 1042868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 506
c 
c CURRENT OPTIMUM=53087
c Current CPU time (ms) : 235.0
c starts	: 506
c conflicts	: 1
c decisions	: 3854
c propagations	: 24846
c inspects	: 1046990
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 507
c 
c CURRENT OPTIMUM=53082
c Current CPU time (ms) : 235.795
c starts	: 507
c conflicts	: 1
c decisions	: 3861
c propagations	: 24895
c inspects	: 1050614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 508
c 
c CURRENT OPTIMUM=53077
c Current CPU time (ms) : 236.589
c starts	: 508
c conflicts	: 1
c decisions	: 3868
c propagations	: 24944
c inspects	: 1054245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 509
c 
c CURRENT OPTIMUM=53072
c Current CPU time (ms) : 237.266
c starts	: 509
c conflicts	: 1
c decisions	: 3874
c propagations	: 24993
c inspects	: 1057375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 510
c 
c CURRENT OPTIMUM=53067
c Current CPU time (ms) : 238.276
c starts	: 510
c conflicts	: 1
c decisions	: 3883
c propagations	: 25042
c inspects	: 1062038
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 511
c 
c CURRENT OPTIMUM=53062
c Current CPU time (ms) : 239.179
c starts	: 511
c conflicts	: 1
c decisions	: 3891
c propagations	: 25091
c inspects	: 1066200
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 512
c 
c CURRENT OPTIMUM=53057
c Current CPU time (ms) : 240.093
c starts	: 512
c conflicts	: 1
c decisions	: 3899
c propagations	: 25140
c inspects	: 1070370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 513
c 
c CURRENT OPTIMUM=53052
c Current CPU time (ms) : 240.896
c starts	: 513
c conflicts	: 1
c decisions	: 3906
c propagations	: 25189
c inspects	: 1074036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 514
c 
c CURRENT OPTIMUM=53047
c Current CPU time (ms) : 241.802
c starts	: 514
c conflicts	: 1
c decisions	: 3914
c propagations	: 25238
c inspects	: 1078222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 515
c 
c CURRENT OPTIMUM=53042
c Current CPU time (ms) : 242.603
c starts	: 515
c conflicts	: 1
c decisions	: 3921
c propagations	: 25287
c inspects	: 1081902
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 516
c 
c CURRENT OPTIMUM=53037
c Current CPU time (ms) : 243.417
c starts	: 516
c conflicts	: 1
c decisions	: 3928
c propagations	: 25336
c inspects	: 1085589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 517
c 
c CURRENT OPTIMUM=53032
c Current CPU time (ms) : 244.118
c starts	: 517
c conflicts	: 1
c decisions	: 3934
c propagations	: 25385
c inspects	: 1088767
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 518
c 
c CURRENT OPTIMUM=53027
c Current CPU time (ms) : 245.028
c starts	: 518
c conflicts	: 1
c decisions	: 3942
c propagations	: 25434
c inspects	: 1092985
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 519
c 
c CURRENT OPTIMUM=53022
c Current CPU time (ms) : 245.814
c starts	: 519
c conflicts	: 1
c decisions	: 3949
c propagations	: 25483
c inspects	: 1096693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 520
c 
c CURRENT OPTIMUM=53017
c Current CPU time (ms) : 246.628
c starts	: 520
c conflicts	: 1
c decisions	: 3956
c propagations	: 25532
c inspects	: 1100408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 521
c 
c CURRENT OPTIMUM=53012
c Current CPU time (ms) : 247.336
c starts	: 521
c conflicts	: 1
c decisions	: 3962
c propagations	: 25581
c inspects	: 1103610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 522
c 
c CURRENT OPTIMUM=53007
c Current CPU time (ms) : 248.151
c starts	: 522
c conflicts	: 1
c decisions	: 3969
c propagations	: 25630
c inspects	: 1107339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 523
c 
c CURRENT OPTIMUM=53002
c Current CPU time (ms) : 248.867
c starts	: 523
c conflicts	: 1
c decisions	: 3975
c propagations	: 25679
c inspects	: 1110553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 524
c 
c CURRENT OPTIMUM=52997
c Current CPU time (ms) : 249.588
c starts	: 524
c conflicts	: 1
c decisions	: 3981
c propagations	: 25728
c inspects	: 1113773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 525
c 
c CURRENT OPTIMUM=52992
c Current CPU time (ms) : 250.169
c starts	: 525
c conflicts	: 1
c decisions	: 3986
c propagations	: 25777
c inspects	: 1116475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 526
c 
c CURRENT OPTIMUM=52986
c Current CPU time (ms) : 251.212
c starts	: 526
c conflicts	: 1
c decisions	: 3995
c propagations	: 25826
c inspects	: 1121282
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 527
c 
c CURRENT OPTIMUM=52977
c Current CPU time (ms) : 252.253
c starts	: 527
c conflicts	: 1
c decisions	: 4004
c propagations	: 25875
c inspects	: 1126098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 528
c 
c CURRENT OPTIMUM=52968
c Current CPU time (ms) : 253.185
c starts	: 528
c conflicts	: 1
c decisions	: 4012
c propagations	: 25924
c inspects	: 1130396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 529
c 
c CURRENT OPTIMUM=52959
c Current CPU time (ms) : 254.351
c starts	: 529
c conflicts	: 1
c decisions	: 4022
c propagations	: 25973
c inspects	: 1135758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 530
c 
c CURRENT OPTIMUM=52950
c Current CPU time (ms) : 255.394
c starts	: 530
c conflicts	: 1
c decisions	: 4031
c propagations	: 26022
c inspects	: 1140601
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 531
c 
c CURRENT OPTIMUM=52941
c Current CPU time (ms) : 256.436
c starts	: 531
c conflicts	: 1
c decisions	: 4040
c propagations	: 26071
c inspects	: 1145453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 532
c 
c CURRENT OPTIMUM=52932
c Current CPU time (ms) : 257.372
c starts	: 532
c conflicts	: 1
c decisions	: 4048
c propagations	: 26120
c inspects	: 1149783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 533
c 
c CURRENT OPTIMUM=52923
c Current CPU time (ms) : 258.417
c starts	: 533
c conflicts	: 1
c decisions	: 4057
c propagations	: 26169
c inspects	: 1154653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 534
c 
c CURRENT OPTIMUM=52914
c Current CPU time (ms) : 259.356
c starts	: 534
c conflicts	: 1
c decisions	: 4065
c propagations	: 26218
c inspects	: 1158999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 535
c 
c CURRENT OPTIMUM=52905
c Current CPU time (ms) : 260.296
c starts	: 535
c conflicts	: 1
c decisions	: 4073
c propagations	: 26267
c inspects	: 1163353
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 536
c 
c CURRENT OPTIMUM=52896
c Current CPU time (ms) : 261.127
c starts	: 536
c conflicts	: 1
c decisions	: 4080
c propagations	: 26316
c inspects	: 1167180
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 537
c 
c CURRENT OPTIMUM=52887
c Current CPU time (ms) : 262.39
c starts	: 537
c conflicts	: 1
c decisions	: 4091
c propagations	: 26365
c inspects	: 1173158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 538
c 
c CURRENT OPTIMUM=52878
c Current CPU time (ms) : 263.568
c starts	: 538
c conflicts	: 1
c decisions	: 4101
c propagations	: 26414
c inspects	: 1178610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 539
c 
c CURRENT OPTIMUM=52869
c Current CPU time (ms) : 264.732
c starts	: 539
c conflicts	: 1
c decisions	: 4111
c propagations	: 26463
c inspects	: 1184072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 540
c 
c CURRENT OPTIMUM=52860
c Current CPU time (ms) : 265.786
c starts	: 540
c conflicts	: 1
c decisions	: 4120
c propagations	: 26512
c inspects	: 1189005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 541
c 
c CURRENT OPTIMUM=52851
c Current CPU time (ms) : 266.963
c starts	: 541
c conflicts	: 1
c decisions	: 4130
c propagations	: 26561
c inspects	: 1194487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 542
c 
c CURRENT OPTIMUM=52842
c Current CPU time (ms) : 268.031
c starts	: 542
c conflicts	: 1
c decisions	: 4139
c propagations	: 26610
c inspects	: 1199438
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 543
c 
c CURRENT OPTIMUM=52833
c Current CPU time (ms) : 269.118
c starts	: 543
c conflicts	: 1
c decisions	: 4148
c propagations	: 26659
c inspects	: 1204398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 544
c 
c CURRENT OPTIMUM=52824
c Current CPU time (ms) : 270.071
c starts	: 544
c conflicts	: 1
c decisions	: 4156
c propagations	: 26708
c inspects	: 1208824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 545
c 
c CURRENT OPTIMUM=52815
c Current CPU time (ms) : 271.25
c starts	: 545
c conflicts	: 1
c decisions	: 4166
c propagations	: 26757
c inspects	: 1214346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 546
c 
c CURRENT OPTIMUM=52806
c Current CPU time (ms) : 272.324
c starts	: 546
c conflicts	: 1
c decisions	: 4175
c propagations	: 26806
c inspects	: 1219333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 547
c 
c CURRENT OPTIMUM=52797
c Current CPU time (ms) : 273.395
c starts	: 547
c conflicts	: 1
c decisions	: 4184
c propagations	: 26855
c inspects	: 1224329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 548
c 
c CURRENT OPTIMUM=52788
c Current CPU time (ms) : 274.355
c starts	: 548
c conflicts	: 1
c decisions	: 4192
c propagations	: 26904
c inspects	: 1228787
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 549
c 
c CURRENT OPTIMUM=52779
c Current CPU time (ms) : 275.424
c starts	: 549
c conflicts	: 1
c decisions	: 4201
c propagations	: 26953
c inspects	: 1233801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 550
c 
c CURRENT OPTIMUM=52770
c Current CPU time (ms) : 276.384
c starts	: 550
c conflicts	: 1
c decisions	: 4209
c propagations	: 27002
c inspects	: 1238275
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 551
c 
c CURRENT OPTIMUM=52761
c Current CPU time (ms) : 277.368
c starts	: 551
c conflicts	: 1
c decisions	: 4217
c propagations	: 27051
c inspects	: 1242757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 552
c 
c CURRENT OPTIMUM=52752
c Current CPU time (ms) : 278.313
c starts	: 552
c conflicts	: 1
c decisions	: 4224
c propagations	: 27100
c inspects	: 1246696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 553
c 
c CURRENT OPTIMUM=52743
c Current CPU time (ms) : 279.527
c starts	: 553
c conflicts	: 1
c decisions	: 4234
c propagations	: 27149
c inspects	: 1252298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 554
c 
c CURRENT OPTIMUM=52734
c Current CPU time (ms) : 280.608
c starts	: 554
c conflicts	: 1
c decisions	: 4243
c propagations	: 27198
c inspects	: 1257357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 555
c 
c CURRENT OPTIMUM=52725
c Current CPU time (ms) : 281.691
c starts	: 555
c conflicts	: 1
c decisions	: 4252
c propagations	: 27247
c inspects	: 1262425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 556
c 
c CURRENT OPTIMUM=52716
c Current CPU time (ms) : 282.672
c starts	: 556
c conflicts	: 1
c decisions	: 4260
c propagations	: 27296
c inspects	: 1266947
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 557
c 
c CURRENT OPTIMUM=52707
c Current CPU time (ms) : 283.758
c starts	: 557
c conflicts	: 1
c decisions	: 4269
c propagations	: 27345
c inspects	: 1272033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 558
c 
c CURRENT OPTIMUM=52698
c Current CPU time (ms) : 284.746
c starts	: 558
c conflicts	: 1
c decisions	: 4277
c propagations	: 27394
c inspects	: 1276571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 559
c 
c CURRENT OPTIMUM=52689
c Current CPU time (ms) : 285.725
c starts	: 559
c conflicts	: 1
c decisions	: 4285
c propagations	: 27443
c inspects	: 1281117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 560
c 
c CURRENT OPTIMUM=52680
c Current CPU time (ms) : 286.592
c starts	: 560
c conflicts	: 1
c decisions	: 4292
c propagations	: 27492
c inspects	: 1285112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 561
c 
c CURRENT OPTIMUM=52671
c Current CPU time (ms) : 287.717
c starts	: 561
c conflicts	: 1
c decisions	: 4301
c propagations	: 27541
c inspects	: 1290234
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 562
c 
c CURRENT OPTIMUM=52662
c Current CPU time (ms) : 288.703
c starts	: 562
c conflicts	: 1
c decisions	: 4309
c propagations	: 27590
c inspects	: 1294804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 563
c 
c CURRENT OPTIMUM=52653
c Current CPU time (ms) : 289.693
c starts	: 563
c conflicts	: 1
c decisions	: 4317
c propagations	: 27639
c inspects	: 1299382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 564
c 
c CURRENT OPTIMUM=52644
c Current CPU time (ms) : 290.57
c starts	: 564
c conflicts	: 1
c decisions	: 4324
c propagations	: 27688
c inspects	: 1303405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 565
c 
c CURRENT OPTIMUM=52635
c Current CPU time (ms) : 291.561
c starts	: 565
c conflicts	: 1
c decisions	: 4332
c propagations	: 27737
c inspects	: 1307999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 566
c 
c CURRENT OPTIMUM=52626
c Current CPU time (ms) : 292.439
c starts	: 566
c conflicts	: 1
c decisions	: 4339
c propagations	: 27786
c inspects	: 1312036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 567
c 
c CURRENT OPTIMUM=52617
c Current CPU time (ms) : 293.316
c starts	: 567
c conflicts	: 1
c decisions	: 4346
c propagations	: 27835
c inspects	: 1316080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 568
c 
c CURRENT OPTIMUM=52608
c Current CPU time (ms) : 294.056
c starts	: 568
c conflicts	: 1
c decisions	: 4352
c propagations	: 27884
c inspects	: 1319564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 569
c 
c CURRENT OPTIMUM=52600
c Current CPU time (ms) : 295.526
c starts	: 569
c conflicts	: 1
c decisions	: 4364
c propagations	: 27933
c inspects	: 1326468
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 570
c 
c CURRENT OPTIMUM=52592
c Current CPU time (ms) : 296.905
c starts	: 570
c conflicts	: 1
c decisions	: 4375
c propagations	: 27982
c inspects	: 1332814
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 571
c 
c CURRENT OPTIMUM=52589
c Current CPU time (ms) : 298.36
c starts	: 571
c conflicts	: 1
c decisions	: 4387
c propagations	: 28031
c inspects	: 1339741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 572
c 
c CURRENT OPTIMUM=52581
c Current CPU time (ms) : 299.73
c starts	: 572
c conflicts	: 1
c decisions	: 4398
c propagations	: 28080
c inspects	: 1346108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 573
c 
c CURRENT OPTIMUM=52576
c Current CPU time (ms) : 300.961
c starts	: 573
c conflicts	: 1
c decisions	: 4408
c propagations	: 28129
c inspects	: 1351914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 574
c 
c CURRENT OPTIMUM=52570
c Current CPU time (ms) : 302.328
c starts	: 574
c conflicts	: 1
c decisions	: 4419
c propagations	: 28178
c inspects	: 1358303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 575
c 
c CURRENT OPTIMUM=52562
c Current CPU time (ms) : 303.711
c starts	: 575
c conflicts	: 1
c decisions	: 4430
c propagations	: 28227
c inspects	: 1364703
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 576
c 
c CURRENT OPTIMUM=52554
c Current CPU time (ms) : 304.952
c starts	: 576
c conflicts	: 1
c decisions	: 4440
c propagations	: 28276
c inspects	: 1370538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 577
c 
c CURRENT OPTIMUM=52549
c Current CPU time (ms) : 306.216
c starts	: 577
c conflicts	: 1
c decisions	: 4450
c propagations	: 28325
c inspects	: 1376383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 578
c 
c CURRENT OPTIMUM=52544
c Current CPU time (ms) : 307.353
c starts	: 578
c conflicts	: 1
c decisions	: 4459
c propagations	: 28374
c inspects	: 1381661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 579
c 
c CURRENT OPTIMUM=52541
c Current CPU time (ms) : 308.707
c starts	: 579
c conflicts	: 1
c decisions	: 4470
c propagations	: 28423
c inspects	: 1388104
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 580
c 
c CURRENT OPTIMUM=52532
c Current CPU time (ms) : 309.989
c starts	: 580
c conflicts	: 1
c decisions	: 4480
c propagations	: 28472
c inspects	: 1393979
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 581
c 
c CURRENT OPTIMUM=52524
c Current CPU time (ms) : 311.355
c starts	: 581
c conflicts	: 1
c decisions	: 4491
c propagations	: 28521
c inspects	: 1400445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 582
c 
c CURRENT OPTIMUM=52516
c Current CPU time (ms) : 312.625
c starts	: 582
c conflicts	: 1
c decisions	: 4501
c propagations	: 28570
c inspects	: 1406340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 583
c 
c CURRENT OPTIMUM=52513
c Current CPU time (ms) : 314.01
c starts	: 583
c conflicts	: 1
c decisions	: 4512
c propagations	: 28619
c inspects	: 1412827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 584
c 
c CURRENT OPTIMUM=52505
c Current CPU time (ms) : 315.267
c starts	: 584
c conflicts	: 1
c decisions	: 4522
c propagations	: 28668
c inspects	: 1418741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 585
c 
c CURRENT OPTIMUM=52500
c Current CPU time (ms) : 316.436
c starts	: 585
c conflicts	: 1
c decisions	: 4531
c propagations	: 28717
c inspects	: 1424081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 586
c 
c CURRENT OPTIMUM=52495
c Current CPU time (ms) : 317.693
c starts	: 586
c conflicts	: 1
c decisions	: 4541
c propagations	: 28766
c inspects	: 1430015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 587
c 
c CURRENT OPTIMUM=52490
c Current CPU time (ms) : 318.834
c starts	: 587
c conflicts	: 1
c decisions	: 4550
c propagations	: 28815
c inspects	: 1435373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 588
c 
c CURRENT OPTIMUM=52485
c Current CPU time (ms) : 320.001
c starts	: 588
c conflicts	: 1
c decisions	: 4559
c propagations	: 28864
c inspects	: 1440740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 589
c 
c CURRENT OPTIMUM=52480
c Current CPU time (ms) : 321.027
c starts	: 589
c conflicts	: 1
c decisions	: 4567
c propagations	: 28913
c inspects	: 1445528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 590
c 
c CURRENT OPTIMUM=52474
c Current CPU time (ms) : 322.292
c starts	: 590
c conflicts	: 1
c decisions	: 4577
c propagations	: 28962
c inspects	: 1451502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 591
c 
c CURRENT OPTIMUM=52465
c Current CPU time (ms) : 323.565
c starts	: 591
c conflicts	: 1
c decisions	: 4587
c propagations	: 29011
c inspects	: 1457486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 592
c 
c CURRENT OPTIMUM=52456
c Current CPU time (ms) : 324.737
c starts	: 592
c conflicts	: 1
c decisions	: 4596
c propagations	: 29060
c inspects	: 1462889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 593
c 
c CURRENT OPTIMUM=52448
c Current CPU time (ms) : 326.124
c starts	: 593
c conflicts	: 1
c decisions	: 4607
c propagations	: 29109
c inspects	: 1469487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 594
c 
c CURRENT OPTIMUM=52440
c Current CPU time (ms) : 327.414
c starts	: 594
c conflicts	: 1
c decisions	: 4617
c propagations	: 29158
c inspects	: 1475502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 595
c 
c CURRENT OPTIMUM=52437
c Current CPU time (ms) : 328.819
c starts	: 595
c conflicts	: 1
c decisions	: 4628
c propagations	: 29207
c inspects	: 1482121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 596
c 
c CURRENT OPTIMUM=52429
c Current CPU time (ms) : 330.12
c starts	: 596
c conflicts	: 1
c decisions	: 4638
c propagations	: 29256
c inspects	: 1488155
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 597
c 
c CURRENT OPTIMUM=52424
c Current CPU time (ms) : 331.281
c starts	: 597
c conflicts	: 1
c decisions	: 4647
c propagations	: 29305
c inspects	: 1493603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 598
c 
c CURRENT OPTIMUM=52418
c Current CPU time (ms) : 332.562
c starts	: 598
c conflicts	: 1
c decisions	: 4657
c propagations	: 29354
c inspects	: 1499657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 599
c 
c CURRENT OPTIMUM=52410
c Current CPU time (ms) : 333.865
c starts	: 599
c conflicts	: 1
c decisions	: 4667
c propagations	: 29403
c inspects	: 1505721
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 600
c 
c CURRENT OPTIMUM=52402
c Current CPU time (ms) : 335.039
c starts	: 600
c conflicts	: 1
c decisions	: 4676
c propagations	: 29452
c inspects	: 1511195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 601
c 
c CURRENT OPTIMUM=52397
c Current CPU time (ms) : 336.221
c starts	: 601
c conflicts	: 1
c decisions	: 4685
c propagations	: 29501
c inspects	: 1516678
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 602
c 
c CURRENT OPTIMUM=52392
c Current CPU time (ms) : 337.27
c starts	: 602
c conflicts	: 1
c decisions	: 4693
c propagations	: 29550
c inspects	: 1521569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 603
c 
c CURRENT OPTIMUM=52387
c Current CPU time (ms) : 338.585
c starts	: 603
c conflicts	: 1
c decisions	: 4703
c propagations	: 29599
c inspects	: 1527672
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 604
c 
c CURRENT OPTIMUM=52382
c Current CPU time (ms) : 339.761
c starts	: 604
c conflicts	: 1
c decisions	: 4712
c propagations	: 29648
c inspects	: 1533182
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 605
c 
c CURRENT OPTIMUM=52377
c Current CPU time (ms) : 340.943
c starts	: 605
c conflicts	: 1
c decisions	: 4721
c propagations	: 29697
c inspects	: 1538701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 606
c 
c CURRENT OPTIMUM=52372
c Current CPU time (ms) : 342.003
c starts	: 606
c conflicts	: 1
c decisions	: 4729
c propagations	: 29746
c inspects	: 1543624
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 607
c 
c CURRENT OPTIMUM=52367
c Current CPU time (ms) : 343.208
c starts	: 607
c conflicts	: 1
c decisions	: 4738
c propagations	: 29795
c inspects	: 1549161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 608
c 
c CURRENT OPTIMUM=52362
c Current CPU time (ms) : 344.267
c starts	: 608
c conflicts	: 1
c decisions	: 4746
c propagations	: 29844
c inspects	: 1554100
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 609
c 
c CURRENT OPTIMUM=52357
c Current CPU time (ms) : 345.33
c starts	: 609
c conflicts	: 1
c decisions	: 4754
c propagations	: 29893
c inspects	: 1559047
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 610
c 
c CURRENT OPTIMUM=52352
c Current CPU time (ms) : 346.266
c starts	: 610
c conflicts	: 1
c decisions	: 4761
c propagations	: 29942
c inspects	: 1563393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 611
c 
c CURRENT OPTIMUM=52349
c Current CPU time (ms) : 347.58
c starts	: 611
c conflicts	: 1
c decisions	: 4771
c propagations	: 29991
c inspects	: 1569576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 612
c 
c CURRENT OPTIMUM=52340
c Current CPU time (ms) : 348.792
c starts	: 612
c conflicts	: 1
c decisions	: 4780
c propagations	: 30040
c inspects	: 1575158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 613
c 
c CURRENT OPTIMUM=52331
c Current CPU time (ms) : 350.103
c starts	: 613
c conflicts	: 1
c decisions	: 4790
c propagations	: 30089
c inspects	: 1581361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 614
c 
c CURRENT OPTIMUM=52322
c Current CPU time (ms) : 351.32
c starts	: 614
c conflicts	: 1
c decisions	: 4799
c propagations	: 30138
c inspects	: 1586961
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 615
c 
c CURRENT OPTIMUM=52313
c Current CPU time (ms) : 352.519
c starts	: 615
c conflicts	: 1
c decisions	: 4808
c propagations	: 30187
c inspects	: 1592570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 616
c 
c CURRENT OPTIMUM=52304
c Current CPU time (ms) : 353.606
c starts	: 616
c conflicts	: 1
c decisions	: 4816
c propagations	: 30236
c inspects	: 1597573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 617
c 
c CURRENT OPTIMUM=52296
c Current CPU time (ms) : 355.066
c starts	: 617
c conflicts	: 1
c decisions	: 4827
c propagations	: 30285
c inspects	: 1604435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 618
c 
c CURRENT OPTIMUM=52288
c Current CPU time (ms) : 356.394
c starts	: 618
c conflicts	: 1
c decisions	: 4837
c propagations	: 30334
c inspects	: 1610690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 619
c 
c CURRENT OPTIMUM=52285
c Current CPU time (ms) : 357.861
c starts	: 619
c conflicts	: 1
c decisions	: 4848
c propagations	: 30383
c inspects	: 1617573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 620
c 
c CURRENT OPTIMUM=52277
c Current CPU time (ms) : 359.194
c starts	: 620
c conflicts	: 1
c decisions	: 4858
c propagations	: 30432
c inspects	: 1623847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 621
c 
c CURRENT OPTIMUM=52272
c Current CPU time (ms) : 360.398
c starts	: 621
c conflicts	: 1
c decisions	: 4867
c propagations	: 30481
c inspects	: 1629511
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 622
c 
c CURRENT OPTIMUM=52266
c Current CPU time (ms) : 361.757
c starts	: 622
c conflicts	: 1
c decisions	: 4877
c propagations	: 30530
c inspects	: 1635805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 623
c 
c CURRENT OPTIMUM=52258
c Current CPU time (ms) : 363.089
c starts	: 623
c conflicts	: 1
c decisions	: 4887
c propagations	: 30579
c inspects	: 1642109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 624
c 
c CURRENT OPTIMUM=52250
c Current CPU time (ms) : 364.326
c starts	: 624
c conflicts	: 1
c decisions	: 4896
c propagations	: 30628
c inspects	: 1647799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 625
c 
c CURRENT OPTIMUM=52245
c Current CPU time (ms) : 365.556
c starts	: 625
c conflicts	: 1
c decisions	: 4905
c propagations	: 30677
c inspects	: 1653498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 626
c 
c CURRENT OPTIMUM=52240
c Current CPU time (ms) : 366.651
c starts	: 626
c conflicts	: 1
c decisions	: 4913
c propagations	: 30726
c inspects	: 1658581
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 627
c 
c CURRENT OPTIMUM=52237
c Current CPU time (ms) : 368.009
c starts	: 627
c conflicts	: 1
c decisions	: 4923
c propagations	: 30775
c inspects	: 1664924
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 628
c 
c CURRENT OPTIMUM=52228
c Current CPU time (ms) : 369.229
c starts	: 628
c conflicts	: 1
c decisions	: 4932
c propagations	: 30824
c inspects	: 1670650
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 629
c 
c CURRENT OPTIMUM=52220
c Current CPU time (ms) : 370.579
c starts	: 629
c conflicts	: 1
c decisions	: 4942
c propagations	: 30873
c inspects	: 1677014
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 630
c 
c CURRENT OPTIMUM=52212
c Current CPU time (ms) : 371.843
c starts	: 630
c conflicts	: 1
c decisions	: 4951
c propagations	: 30922
c inspects	: 1682758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 631
c 
c CURRENT OPTIMUM=52209
c Current CPU time (ms) : 373.199
c starts	: 631
c conflicts	: 1
c decisions	: 4961
c propagations	: 30971
c inspects	: 1689141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 632
c 
c CURRENT OPTIMUM=52201
c Current CPU time (ms) : 374.445
c starts	: 632
c conflicts	: 1
c decisions	: 4970
c propagations	: 31020
c inspects	: 1694902
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 633
c 
c CURRENT OPTIMUM=52196
c Current CPU time (ms) : 375.549
c starts	: 633
c conflicts	: 1
c decisions	: 4978
c propagations	: 31069
c inspects	: 1700040
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 634
c 
c CURRENT OPTIMUM=52191
c Current CPU time (ms) : 376.787
c starts	: 634
c conflicts	: 1
c decisions	: 4987
c propagations	: 31118
c inspects	: 1705819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 635
c 
c CURRENT OPTIMUM=52186
c Current CPU time (ms) : 377.885
c starts	: 635
c conflicts	: 1
c decisions	: 4995
c propagations	: 31167
c inspects	: 1710973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 636
c 
c CURRENT OPTIMUM=52181
c Current CPU time (ms) : 379.008
c starts	: 636
c conflicts	: 1
c decisions	: 5003
c propagations	: 31216
c inspects	: 1716135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 637
c 
c CURRENT OPTIMUM=52176
c Current CPU time (ms) : 379.991
c starts	: 637
c conflicts	: 1
c decisions	: 5010
c propagations	: 31265
c inspects	: 1720669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 638
c 
c CURRENT OPTIMUM=52171
c Current CPU time (ms) : 381.352
c starts	: 638
c conflicts	: 1
c decisions	: 5020
c propagations	: 31314
c inspects	: 1727121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 639
c 
c CURRENT OPTIMUM=52166
c Current CPU time (ms) : 382.591
c starts	: 639
c conflicts	: 1
c decisions	: 5029
c propagations	: 31363
c inspects	: 1732945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 640
c 
c CURRENT OPTIMUM=52161
c Current CPU time (ms) : 383.877
c starts	: 640
c conflicts	: 1
c decisions	: 5038
c propagations	: 31412
c inspects	: 1738778
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 641
c 
c CURRENT OPTIMUM=52156
c Current CPU time (ms) : 384.993
c starts	: 641
c conflicts	: 1
c decisions	: 5046
c propagations	: 31461
c inspects	: 1743980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 642
c 
c CURRENT OPTIMUM=52151
c Current CPU time (ms) : 386.242
c starts	: 642
c conflicts	: 1
c decisions	: 5055
c propagations	: 31510
c inspects	: 1749831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 643
c 
c CURRENT OPTIMUM=52146
c Current CPU time (ms) : 387.377
c starts	: 643
c conflicts	: 1
c decisions	: 5063
c propagations	: 31559
c inspects	: 1755049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 644
c 
c CURRENT OPTIMUM=52141
c Current CPU time (ms) : 388.498
c starts	: 644
c conflicts	: 1
c decisions	: 5071
c propagations	: 31608
c inspects	: 1760275
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 645
c 
c CURRENT OPTIMUM=52136
c Current CPU time (ms) : 389.497
c starts	: 645
c conflicts	: 1
c decisions	: 5078
c propagations	: 31657
c inspects	: 1764865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 646
c 
c CURRENT OPTIMUM=52131
c Current CPU time (ms) : 390.756
c starts	: 646
c conflicts	: 1
c decisions	: 5087
c propagations	: 31706
c inspects	: 1770752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 647
c 
c CURRENT OPTIMUM=52126
c Current CPU time (ms) : 391.899
c starts	: 647
c conflicts	: 1
c decisions	: 5095
c propagations	: 31755
c inspects	: 1776002
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 648
c 
c CURRENT OPTIMUM=52121
c Current CPU time (ms) : 393.031
c starts	: 648
c conflicts	: 1
c decisions	: 5103
c propagations	: 31804
c inspects	: 1781260
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 649
c 
c CURRENT OPTIMUM=52116
c Current CPU time (ms) : 394.03
c starts	: 649
c conflicts	: 1
c decisions	: 5110
c propagations	: 31853
c inspects	: 1785878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 650
c 
c CURRENT OPTIMUM=52111
c Current CPU time (ms) : 395.164
c starts	: 650
c conflicts	: 1
c decisions	: 5118
c propagations	: 31902
c inspects	: 1791152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 651
c 
c CURRENT OPTIMUM=52106
c Current CPU time (ms) : 396.163
c starts	: 651
c conflicts	: 1
c decisions	: 5125
c propagations	: 31951
c inspects	: 1795784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 652
c 
c CURRENT OPTIMUM=52101
c Current CPU time (ms) : 397.163
c starts	: 652
c conflicts	: 1
c decisions	: 5132
c propagations	: 32000
c inspects	: 1800423
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 653
c 
c CURRENT OPTIMUM=52096
c Current CPU time (ms) : 398.034
c starts	: 653
c conflicts	: 1
c decisions	: 5138
c propagations	: 32049
c inspects	: 1804417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 654
c 
c CURRENT OPTIMUM=52090
c Current CPU time (ms) : 399.323
c starts	: 654
c conflicts	: 1
c decisions	: 5147
c propagations	: 32098
c inspects	: 1810376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 655
c 
c CURRENT OPTIMUM=52081
c Current CPU time (ms) : 400.595
c starts	: 655
c conflicts	: 1
c decisions	: 5156
c propagations	: 32147
c inspects	: 1816344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 656
c 
c CURRENT OPTIMUM=52072
c Current CPU time (ms) : 401.738
c starts	: 656
c conflicts	: 1
c decisions	: 5164
c propagations	: 32196
c inspects	: 1821666
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 657
c 
c CURRENT OPTIMUM=52063
c Current CPU time (ms) : 403.161
c starts	: 657
c conflicts	: 1
c decisions	: 5174
c propagations	: 32245
c inspects	: 1828308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 658
c 
c CURRENT OPTIMUM=52054
c Current CPU time (ms) : 404.44
c starts	: 658
c conflicts	: 1
c decisions	: 5183
c propagations	: 32294
c inspects	: 1834303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 659
c 
c CURRENT OPTIMUM=52045
c Current CPU time (ms) : 405.74
c starts	: 659
c conflicts	: 1
c decisions	: 5192
c propagations	: 32343
c inspects	: 1840307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 660
c 
c CURRENT OPTIMUM=52036
c Current CPU time (ms) : 406.889
c starts	: 660
c conflicts	: 1
c decisions	: 5200
c propagations	: 32392
c inspects	: 1845661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 661
c 
c CURRENT OPTIMUM=52027
c Current CPU time (ms) : 408.176
c starts	: 661
c conflicts	: 1
c decisions	: 5209
c propagations	: 32441
c inspects	: 1851683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 662
c 
c CURRENT OPTIMUM=52018
c Current CPU time (ms) : 409.333
c starts	: 662
c conflicts	: 1
c decisions	: 5217
c propagations	: 32490
c inspects	: 1857053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 663
c 
c CURRENT OPTIMUM=52009
c Current CPU time (ms) : 410.51
c starts	: 663
c conflicts	: 1
c decisions	: 5225
c propagations	: 32539
c inspects	: 1862431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 664
c 
c CURRENT OPTIMUM=52000
c Current CPU time (ms) : 411.529
c starts	: 664
c conflicts	: 1
c decisions	: 5232
c propagations	: 32588
c inspects	: 1867154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 665
c 
c CURRENT OPTIMUM=51992
c Current CPU time (ms) : 413.105
c starts	: 665
c conflicts	: 1
c decisions	: 5243
c propagations	: 32637
c inspects	: 1874544
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 666
c 
c CURRENT OPTIMUM=51984
c Current CPU time (ms) : 414.525
c starts	: 666
c conflicts	: 1
c decisions	: 5253
c propagations	: 32686
c inspects	: 1881279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 667
c 
c CURRENT OPTIMUM=51981
c Current CPU time (ms) : 416.104
c starts	: 667
c conflicts	: 1
c decisions	: 5264
c propagations	: 32735
c inspects	: 1888690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 668
c 
c CURRENT OPTIMUM=51973
c Current CPU time (ms) : 417.529
c starts	: 668
c conflicts	: 1
c decisions	: 5274
c propagations	: 32784
c inspects	: 1895444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 669
c 
c CURRENT OPTIMUM=51968
c Current CPU time (ms) : 418.852
c starts	: 669
c conflicts	: 1
c decisions	: 5283
c propagations	: 32833
c inspects	: 1901540
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 670
c 
c CURRENT OPTIMUM=51962
c Current CPU time (ms) : 420.287
c starts	: 670
c conflicts	: 1
c decisions	: 5293
c propagations	: 32882
c inspects	: 1908314
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 671
c 
c CURRENT OPTIMUM=51954
c Current CPU time (ms) : 421.742
c starts	: 671
c conflicts	: 1
c decisions	: 5303
c propagations	: 32931
c inspects	: 1915098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 672
c 
c CURRENT OPTIMUM=51946
c Current CPU time (ms) : 423.043
c starts	: 672
c conflicts	: 1
c decisions	: 5312
c propagations	: 32980
c inspects	: 1921220
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 673
c 
c CURRENT OPTIMUM=51941
c Current CPU time (ms) : 424.367
c starts	: 673
c conflicts	: 1
c decisions	: 5321
c propagations	: 33029
c inspects	: 1927351
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 674
c 
c CURRENT OPTIMUM=51936
c Current CPU time (ms) : 425.538
c starts	: 674
c conflicts	: 1
c decisions	: 5329
c propagations	: 33078
c inspects	: 1932818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 675
c 
c CURRENT OPTIMUM=51933
c Current CPU time (ms) : 426.996
c starts	: 675
c conflicts	: 1
c decisions	: 5339
c propagations	: 33127
c inspects	: 1939641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 676
c 
c CURRENT OPTIMUM=51924
c Current CPU time (ms) : 428.308
c starts	: 676
c conflicts	: 1
c decisions	: 5348
c propagations	: 33176
c inspects	: 1945799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 677
c 
c CURRENT OPTIMUM=51916
c Current CPU time (ms) : 429.779
c starts	: 677
c conflicts	: 1
c decisions	: 5358
c propagations	: 33225
c inspects	: 1952643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 678
c 
c CURRENT OPTIMUM=51908
c Current CPU time (ms) : 431.096
c starts	: 678
c conflicts	: 1
c decisions	: 5367
c propagations	: 33274
c inspects	: 1958819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 679
c 
c CURRENT OPTIMUM=51905
c Current CPU time (ms) : 432.566
c starts	: 679
c conflicts	: 1
c decisions	: 5377
c propagations	: 33323
c inspects	: 1965682
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 680
c 
c CURRENT OPTIMUM=51897
c Current CPU time (ms) : 433.885
c starts	: 680
c conflicts	: 1
c decisions	: 5386
c propagations	: 33372
c inspects	: 1971875
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 681
c 
c CURRENT OPTIMUM=51892
c Current CPU time (ms) : 435.067
c starts	: 681
c conflicts	: 1
c decisions	: 5394
c propagations	: 33421
c inspects	: 1977397
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 682
c 
c CURRENT OPTIMUM=51887
c Current CPU time (ms) : 436.408
c starts	: 682
c conflicts	: 1
c decisions	: 5403
c propagations	: 33470
c inspects	: 1983608
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 683
c 
c CURRENT OPTIMUM=51882
c Current CPU time (ms) : 437.594
c starts	: 683
c conflicts	: 1
c decisions	: 5411
c propagations	: 33519
c inspects	: 1989146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 684
c 
c CURRENT OPTIMUM=51877
c Current CPU time (ms) : 438.784
c starts	: 684
c conflicts	: 1
c decisions	: 5419
c propagations	: 33568
c inspects	: 1994692
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 685
c 
c CURRENT OPTIMUM=51872
c Current CPU time (ms) : 439.853
c starts	: 685
c conflicts	: 1
c decisions	: 5426
c propagations	: 33617
c inspects	: 1999562
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 686
c 
c CURRENT OPTIMUM=51866
c Current CPU time (ms) : 441.186
c starts	: 686
c conflicts	: 1
c decisions	: 5435
c propagations	: 33666
c inspects	: 2005809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 687
c 
c CURRENT OPTIMUM=51857
c Current CPU time (ms) : 442.533
c starts	: 687
c conflicts	: 1
c decisions	: 5444
c propagations	: 33715
c inspects	: 2012065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 688
c 
c CURRENT OPTIMUM=51848
c Current CPU time (ms) : 443.757
c starts	: 688
c conflicts	: 1
c decisions	: 5452
c propagations	: 33764
c inspects	: 2017643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 689
c 
c CURRENT OPTIMUM=51840
c Current CPU time (ms) : 445.252
c starts	: 689
c conflicts	: 1
c decisions	: 5462
c propagations	: 33813
c inspects	: 2024607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 690
c 
c CURRENT OPTIMUM=51832
c Current CPU time (ms) : 446.637
c starts	: 690
c conflicts	: 1
c decisions	: 5471
c propagations	: 33862
c inspects	: 2030891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 691
c 
c CURRENT OPTIMUM=51829
c Current CPU time (ms) : 448.161
c starts	: 691
c conflicts	: 1
c decisions	: 5481
c propagations	: 33911
c inspects	: 2037874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 692
c 
c CURRENT OPTIMUM=51821
c Current CPU time (ms) : 449.535
c starts	: 692
c conflicts	: 1
c decisions	: 5490
c propagations	: 33960
c inspects	: 2044175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 693
c 
c CURRENT OPTIMUM=51816
c Current CPU time (ms) : 450.765
c starts	: 693
c conflicts	: 1
c decisions	: 5498
c propagations	: 34009
c inspects	: 2049793
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 694
c 
c CURRENT OPTIMUM=51810
c Current CPU time (ms) : 452.153
c starts	: 694
c conflicts	: 1
c decisions	: 5507
c propagations	: 34058
c inspects	: 2056112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 695
c 
c CURRENT OPTIMUM=51802
c Current CPU time (ms) : 453.526
c starts	: 695
c conflicts	: 1
c decisions	: 5516
c propagations	: 34107
c inspects	: 2062440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 696
c 
c CURRENT OPTIMUM=51794
c Current CPU time (ms) : 454.776
c starts	: 696
c conflicts	: 1
c decisions	: 5524
c propagations	: 34156
c inspects	: 2068081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 697
c 
c CURRENT OPTIMUM=51789
c Current CPU time (ms) : 456.012
c starts	: 697
c conflicts	: 1
c decisions	: 5532
c propagations	: 34205
c inspects	: 2073730
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 698
c 
c CURRENT OPTIMUM=51784
c Current CPU time (ms) : 457.103
c starts	: 698
c conflicts	: 1
c decisions	: 5539
c propagations	: 34254
c inspects	: 2078690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 699
c 
c CURRENT OPTIMUM=51779
c Current CPU time (ms) : 458.506
c starts	: 699
c conflicts	: 1
c decisions	: 5548
c propagations	: 34303
c inspects	: 2085053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 700
c 
c CURRENT OPTIMUM=51774
c Current CPU time (ms) : 459.745
c starts	: 700
c conflicts	: 1
c decisions	: 5556
c propagations	: 34352
c inspects	: 2090726
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 701
c 
c CURRENT OPTIMUM=51769
c Current CPU time (ms) : 460.988
c starts	: 701
c conflicts	: 1
c decisions	: 5564
c propagations	: 34401
c inspects	: 2096407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 702
c 
c CURRENT OPTIMUM=51764
c Current CPU time (ms) : 462.087
c starts	: 702
c conflicts	: 1
c decisions	: 5571
c propagations	: 34450
c inspects	: 2101395
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 703
c 
c CURRENT OPTIMUM=51759
c Current CPU time (ms) : 463.34
c starts	: 703
c conflicts	: 1
c decisions	: 5579
c propagations	: 34499
c inspects	: 2107092
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 704
c 
c CURRENT OPTIMUM=51754
c Current CPU time (ms) : 464.444
c starts	: 704
c conflicts	: 1
c decisions	: 5586
c propagations	: 34548
c inspects	: 2112094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 705
c 
c CURRENT OPTIMUM=51749
c Current CPU time (ms) : 465.546
c starts	: 705
c conflicts	: 1
c decisions	: 5593
c propagations	: 34597
c inspects	: 2117103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 706
c 
c CURRENT OPTIMUM=51744
c Current CPU time (ms) : 466.503
c starts	: 706
c conflicts	: 1
c decisions	: 5599
c propagations	: 34646
c inspects	: 2121414
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 707
c 
c CURRENT OPTIMUM=51739
c Current CPU time (ms) : 468.066
c starts	: 707
c conflicts	: 1
c decisions	: 5609
c propagations	: 34695
c inspects	: 2128555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 708
c 
c CURRENT OPTIMUM=51734
c Current CPU time (ms) : 469.452
c starts	: 708
c conflicts	: 1
c decisions	: 5618
c propagations	: 34744
c inspects	: 2134999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 709
c 
c CURRENT OPTIMUM=51729
c Current CPU time (ms) : 470.868
c starts	: 709
c conflicts	: 1
c decisions	: 5627
c propagations	: 34793
c inspects	: 2141452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 710
c 
c CURRENT OPTIMUM=51724
c Current CPU time (ms) : 472.129
c starts	: 710
c conflicts	: 1
c decisions	: 5635
c propagations	: 34842
c inspects	: 2147205
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 711
c 
c CURRENT OPTIMUM=51719
c Current CPU time (ms) : 473.555
c starts	: 711
c conflicts	: 1
c decisions	: 5644
c propagations	: 34891
c inspects	: 2153676
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 712
c 
c CURRENT OPTIMUM=51714
c Current CPU time (ms) : 474.817
c starts	: 712
c conflicts	: 1
c decisions	: 5652
c propagations	: 34940
c inspects	: 2159445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 713
c 
c CURRENT OPTIMUM=51709
c Current CPU time (ms) : 476.075
c starts	: 713
c conflicts	: 1
c decisions	: 5660
c propagations	: 34989
c inspects	: 2165222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 714
c 
c CURRENT OPTIMUM=51704
c Current CPU time (ms) : 477.193
c starts	: 714
c conflicts	: 1
c decisions	: 5667
c propagations	: 35038
c inspects	: 2170294
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 715
c 
c CURRENT OPTIMUM=51699
c Current CPU time (ms) : 478.624
c starts	: 715
c conflicts	: 1
c decisions	: 5676
c propagations	: 35087
c inspects	: 2176801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 716
c 
c CURRENT OPTIMUM=51694
c Current CPU time (ms) : 479.886
c starts	: 716
c conflicts	: 1
c decisions	: 5684
c propagations	: 35136
c inspects	: 2182602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 717
c 
c CURRENT OPTIMUM=51689
c Current CPU time (ms) : 481.176
c starts	: 717
c conflicts	: 1
c decisions	: 5692
c propagations	: 35185
c inspects	: 2188411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 718
c 
c CURRENT OPTIMUM=51684
c Current CPU time (ms) : 482.295
c starts	: 718
c conflicts	: 1
c decisions	: 5699
c propagations	: 35234
c inspects	: 2193511
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 719
c 
c CURRENT OPTIMUM=51679
c Current CPU time (ms) : 483.567
c starts	: 719
c conflicts	: 1
c decisions	: 5707
c propagations	: 35283
c inspects	: 2199336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 720
c 
c CURRENT OPTIMUM=51674
c Current CPU time (ms) : 484.692
c starts	: 720
c conflicts	: 1
c decisions	: 5714
c propagations	: 35332
c inspects	: 2204450
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 721
c 
c CURRENT OPTIMUM=51669
c Current CPU time (ms) : 485.837
c starts	: 721
c conflicts	: 1
c decisions	: 5721
c propagations	: 35381
c inspects	: 2209571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 722
c 
c CURRENT OPTIMUM=51664
c Current CPU time (ms) : 486.811
c starts	: 722
c conflicts	: 1
c decisions	: 5727
c propagations	: 35430
c inspects	: 2213978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 723
c 
c CURRENT OPTIMUM=51659
c Current CPU time (ms) : 488.243
c starts	: 723
c conflicts	: 1
c decisions	: 5736
c propagations	: 35479
c inspects	: 2220557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 724
c 
c CURRENT OPTIMUM=51654
c Current CPU time (ms) : 489.547
c starts	: 724
c conflicts	: 1
c decisions	: 5744
c propagations	: 35528
c inspects	: 2226422
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 725
c 
c CURRENT OPTIMUM=51649
c Current CPU time (ms) : 490.833
c starts	: 725
c conflicts	: 1
c decisions	: 5752
c propagations	: 35577
c inspects	: 2232295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 726
c 
c CURRENT OPTIMUM=51644
c Current CPU time (ms) : 491.966
c starts	: 726
c conflicts	: 1
c decisions	: 5759
c propagations	: 35626
c inspects	: 2237451
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 727
c 
c CURRENT OPTIMUM=51639
c Current CPU time (ms) : 493.263
c starts	: 727
c conflicts	: 1
c decisions	: 5767
c propagations	: 35675
c inspects	: 2243340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 728
c 
c CURRENT OPTIMUM=51634
c Current CPU time (ms) : 494.398
c starts	: 728
c conflicts	: 1
c decisions	: 5774
c propagations	: 35724
c inspects	: 2248510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 729
c 
c CURRENT OPTIMUM=51629
c Current CPU time (ms) : 495.535
c starts	: 729
c conflicts	: 1
c decisions	: 5781
c propagations	: 35773
c inspects	: 2253687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 730
c 
c CURRENT OPTIMUM=51624
c Current CPU time (ms) : 496.52
c starts	: 730
c conflicts	: 1
c decisions	: 5787
c propagations	: 35822
c inspects	: 2258142
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 731
c 
c CURRENT OPTIMUM=51619
c Current CPU time (ms) : 497.815
c starts	: 731
c conflicts	: 1
c decisions	: 5795
c propagations	: 35871
c inspects	: 2264063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 732
c 
c CURRENT OPTIMUM=51614
c Current CPU time (ms) : 498.977
c starts	: 732
c conflicts	: 1
c decisions	: 5802
c propagations	: 35920
c inspects	: 2269261
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 733
c 
c CURRENT OPTIMUM=51609
c Current CPU time (ms) : 500.12
c starts	: 733
c conflicts	: 1
c decisions	: 5809
c propagations	: 35969
c inspects	: 2274466
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 734
c 
c CURRENT OPTIMUM=51604
c Current CPU time (ms) : 501.111
c starts	: 734
c conflicts	: 1
c decisions	: 5815
c propagations	: 36018
c inspects	: 2278945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 735
c 
c CURRENT OPTIMUM=51599
c Current CPU time (ms) : 502.259
c starts	: 735
c conflicts	: 1
c decisions	: 5822
c propagations	: 36067
c inspects	: 2284164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 736
c 
c CURRENT OPTIMUM=51594
c Current CPU time (ms) : 503.25
c starts	: 736
c conflicts	: 1
c decisions	: 5828
c propagations	: 36116
c inspects	: 2288655
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 737
c 
c CURRENT OPTIMUM=51589
c Current CPU time (ms) : 504.245
c starts	: 737
c conflicts	: 1
c decisions	: 5834
c propagations	: 36165
c inspects	: 2293152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 738
c 
c CURRENT OPTIMUM=51584
c Current CPU time (ms) : 505.087
c starts	: 738
c conflicts	: 1
c decisions	: 5839
c propagations	: 36214
c inspects	: 2296918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 739
c 
c CURRENT OPTIMUM=51579
c Current CPU time (ms) : 506.858
c starts	: 739
c conflicts	: 1
c decisions	: 5850
c propagations	: 36263
c inspects	: 2305117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 740
c 
c CURRENT OPTIMUM=51574
c Current CPU time (ms) : 508.482
c starts	: 740
c conflicts	: 1
c decisions	: 5860
c propagations	: 36312
c inspects	: 2312588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 741
c 
c CURRENT OPTIMUM=51569
c Current CPU time (ms) : 510.112
c starts	: 741
c conflicts	: 1
c decisions	: 5870
c propagations	: 36361
c inspects	: 2320069
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 742
c 
c CURRENT OPTIMUM=51564
c Current CPU time (ms) : 511.578
c starts	: 742
c conflicts	: 1
c decisions	: 5879
c propagations	: 36410
c inspects	: 2326819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 743
c 
c CURRENT OPTIMUM=51559
c Current CPU time (ms) : 513.212
c starts	: 743
c conflicts	: 1
c decisions	: 5889
c propagations	: 36459
c inspects	: 2334320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 744
c 
c CURRENT OPTIMUM=51554
c Current CPU time (ms) : 514.679
c starts	: 744
c conflicts	: 1
c decisions	: 5898
c propagations	: 36508
c inspects	: 2341088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 745
c 
c CURRENT OPTIMUM=51549
c Current CPU time (ms) : 516.166
c starts	: 745
c conflicts	: 1
c decisions	: 5907
c propagations	: 36557
c inspects	: 2347865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 746
c 
c CURRENT OPTIMUM=51544
c Current CPU time (ms) : 517.483
c starts	: 746
c conflicts	: 1
c decisions	: 5915
c propagations	: 36606
c inspects	: 2353906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 747
c 
c CURRENT OPTIMUM=51539
c Current CPU time (ms) : 519.125
c starts	: 747
c conflicts	: 1
c decisions	: 5925
c propagations	: 36655
c inspects	: 2361447
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 748
c 
c CURRENT OPTIMUM=51534
c Current CPU time (ms) : 520.623
c starts	: 748
c conflicts	: 1
c decisions	: 5934
c propagations	: 36704
c inspects	: 2368251
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 749
c 
c CURRENT OPTIMUM=51529
c Current CPU time (ms) : 522.095
c starts	: 749
c conflicts	: 1
c decisions	: 5943
c propagations	: 36753
c inspects	: 2375064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 750
c 
c CURRENT OPTIMUM=51524
c Current CPU time (ms) : 523.442
c starts	: 750
c conflicts	: 1
c decisions	: 5951
c propagations	: 36802
c inspects	: 2381137
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 751
c 
c CURRENT OPTIMUM=51519
c Current CPU time (ms) : 524.926
c starts	: 751
c conflicts	: 1
c decisions	: 5960
c propagations	: 36851
c inspects	: 2387968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 752
c 
c CURRENT OPTIMUM=51514
c Current CPU time (ms) : 526.271
c starts	: 752
c conflicts	: 1
c decisions	: 5968
c propagations	: 36900
c inspects	: 2394057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 753
c 
c CURRENT OPTIMUM=51509
c Current CPU time (ms) : 527.6
c starts	: 753
c conflicts	: 1
c decisions	: 5976
c propagations	: 36949
c inspects	: 2400154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 754
c 
c CURRENT OPTIMUM=51504
c Current CPU time (ms) : 528.761
c starts	: 754
c conflicts	: 1
c decisions	: 5983
c propagations	: 36998
c inspects	: 2405506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 755
c 
c CURRENT OPTIMUM=51499
c Current CPU time (ms) : 530.418
c starts	: 755
c conflicts	: 1
c decisions	: 5993
c propagations	: 37047
c inspects	: 2413127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 756
c 
c CURRENT OPTIMUM=51494
c Current CPU time (ms) : 531.92
c starts	: 756
c conflicts	: 1
c decisions	: 6002
c propagations	: 37096
c inspects	: 2420003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 757
c 
c CURRENT OPTIMUM=51489
c Current CPU time (ms) : 533.415
c starts	: 757
c conflicts	: 1
c decisions	: 6011
c propagations	: 37145
c inspects	: 2426888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 758
c 
c CURRENT OPTIMUM=51484
c Current CPU time (ms) : 534.764
c starts	: 758
c conflicts	: 1
c decisions	: 6019
c propagations	: 37194
c inspects	: 2433025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 759
c 
c CURRENT OPTIMUM=51479
c Current CPU time (ms) : 536.254
c starts	: 759
c conflicts	: 1
c decisions	: 6028
c propagations	: 37243
c inspects	: 2439928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 760
c 
c CURRENT OPTIMUM=51474
c Current CPU time (ms) : 537.609
c starts	: 760
c conflicts	: 1
c decisions	: 6036
c propagations	: 37292
c inspects	: 2446081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 761
c 
c CURRENT OPTIMUM=51469
c Current CPU time (ms) : 538.944
c starts	: 761
c conflicts	: 1
c decisions	: 6044
c propagations	: 37341
c inspects	: 2452242
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 762
c 
c CURRENT OPTIMUM=51464
c Current CPU time (ms) : 540.141
c starts	: 762
c conflicts	: 1
c decisions	: 6051
c propagations	: 37390
c inspects	: 2457650
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 763
c 
c CURRENT OPTIMUM=51459
c Current CPU time (ms) : 541.64
c starts	: 763
c conflicts	: 1
c decisions	: 6060
c propagations	: 37439
c inspects	: 2464589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 764
c 
c CURRENT OPTIMUM=51454
c Current CPU time (ms) : 543.0
c starts	: 764
c conflicts	: 1
c decisions	: 6068
c propagations	: 37488
c inspects	: 2470774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 765
c 
c CURRENT OPTIMUM=51449
c Current CPU time (ms) : 544.343
c starts	: 765
c conflicts	: 1
c decisions	: 6076
c propagations	: 37537
c inspects	: 2476967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 766
c 
c CURRENT OPTIMUM=51444
c Current CPU time (ms) : 545.533
c starts	: 766
c conflicts	: 1
c decisions	: 6083
c propagations	: 37586
c inspects	: 2482403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 767
c 
c CURRENT OPTIMUM=51439
c Current CPU time (ms) : 546.895
c starts	: 767
c conflicts	: 1
c decisions	: 6091
c propagations	: 37635
c inspects	: 2488612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 768
c 
c CURRENT OPTIMUM=51434
c Current CPU time (ms) : 548.091
c starts	: 768
c conflicts	: 1
c decisions	: 6098
c propagations	: 37684
c inspects	: 2494062
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 769
c 
c CURRENT OPTIMUM=51429
c Current CPU time (ms) : 549.291
c starts	: 769
c conflicts	: 1
c decisions	: 6105
c propagations	: 37733
c inspects	: 2499519
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 770
c 
c CURRENT OPTIMUM=51424
c Current CPU time (ms) : 550.359
c starts	: 770
c conflicts	: 1
c decisions	: 6111
c propagations	: 37782
c inspects	: 2504214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 771
c 
c CURRENT OPTIMUM=51419
c Current CPU time (ms) : 552.037
c starts	: 771
c conflicts	: 1
c decisions	: 6121
c propagations	: 37831
c inspects	: 2511995
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 772
c 
c CURRENT OPTIMUM=51414
c Current CPU time (ms) : 553.579
c starts	: 772
c conflicts	: 1
c decisions	: 6130
c propagations	: 37880
c inspects	: 2519015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 773
c 
c CURRENT OPTIMUM=51409
c Current CPU time (ms) : 555.127
c starts	: 773
c conflicts	: 1
c decisions	: 6139
c propagations	: 37929
c inspects	: 2526044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 774
c 
c CURRENT OPTIMUM=51404
c Current CPU time (ms) : 556.493
c starts	: 774
c conflicts	: 1
c decisions	: 6147
c propagations	: 37978
c inspects	: 2532309
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 775
c 
c CURRENT OPTIMUM=51399
c Current CPU time (ms) : 558.046
c starts	: 775
c conflicts	: 1
c decisions	: 6156
c propagations	: 38027
c inspects	: 2539356
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 776
c 
c CURRENT OPTIMUM=51394
c Current CPU time (ms) : 559.416
c starts	: 776
c conflicts	: 1
c decisions	: 6164
c propagations	: 38076
c inspects	: 2545637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 777
c 
c CURRENT OPTIMUM=51389
c Current CPU time (ms) : 560.811
c starts	: 777
c conflicts	: 1
c decisions	: 6172
c propagations	: 38125
c inspects	: 2551926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 778
c 
c CURRENT OPTIMUM=51384
c Current CPU time (ms) : 562.027
c starts	: 778
c conflicts	: 1
c decisions	: 6179
c propagations	: 38174
c inspects	: 2557446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 779
c 
c CURRENT OPTIMUM=51379
c Current CPU time (ms) : 563.588
c starts	: 779
c conflicts	: 1
c decisions	: 6188
c propagations	: 38223
c inspects	: 2564529
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 780
c 
c CURRENT OPTIMUM=51374
c Current CPU time (ms) : 564.967
c starts	: 780
c conflicts	: 1
c decisions	: 6196
c propagations	: 38272
c inspects	: 2570842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 781
c 
c CURRENT OPTIMUM=51369
c Current CPU time (ms) : 566.377
c starts	: 781
c conflicts	: 1
c decisions	: 6204
c propagations	: 38321
c inspects	: 2577163
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 782
c 
c CURRENT OPTIMUM=51364
c Current CPU time (ms) : 567.596
c starts	: 782
c conflicts	: 1
c decisions	: 6211
c propagations	: 38370
c inspects	: 2582711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 783
c 
c CURRENT OPTIMUM=51359
c Current CPU time (ms) : 568.982
c starts	: 783
c conflicts	: 1
c decisions	: 6219
c propagations	: 38419
c inspects	: 2589048
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 784
c 
c CURRENT OPTIMUM=51354
c Current CPU time (ms) : 570.236
c starts	: 784
c conflicts	: 1
c decisions	: 6226
c propagations	: 38468
c inspects	: 2594610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 785
c 
c CURRENT OPTIMUM=51349
c Current CPU time (ms) : 571.465
c starts	: 785
c conflicts	: 1
c decisions	: 6233
c propagations	: 38517
c inspects	: 2600179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 786
c 
c CURRENT OPTIMUM=51344
c Current CPU time (ms) : 572.533
c starts	: 786
c conflicts	: 1
c decisions	: 6239
c propagations	: 38566
c inspects	: 2604970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 787
c 
c CURRENT OPTIMUM=51339
c Current CPU time (ms) : 574.116
c starts	: 787
c conflicts	: 1
c decisions	: 6248
c propagations	: 38615
c inspects	: 2612125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 788
c 
c CURRENT OPTIMUM=51334
c Current CPU time (ms) : 575.513
c starts	: 788
c conflicts	: 1
c decisions	: 6256
c propagations	: 38664
c inspects	: 2618502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 789
c 
c CURRENT OPTIMUM=51329
c Current CPU time (ms) : 576.935
c starts	: 789
c conflicts	: 1
c decisions	: 6264
c propagations	: 38713
c inspects	: 2624887
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 790
c 
c CURRENT OPTIMUM=51324
c Current CPU time (ms) : 578.166
c starts	: 790
c conflicts	: 1
c decisions	: 6271
c propagations	: 38762
c inspects	: 2630491
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 791
c 
c CURRENT OPTIMUM=51319
c Current CPU time (ms) : 579.577
c starts	: 791
c conflicts	: 1
c decisions	: 6279
c propagations	: 38811
c inspects	: 2636892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 792
c 
c CURRENT OPTIMUM=51314
c Current CPU time (ms) : 580.814
c starts	: 792
c conflicts	: 1
c decisions	: 6286
c propagations	: 38860
c inspects	: 2642510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 793
c 
c CURRENT OPTIMUM=51309
c Current CPU time (ms) : 582.044
c starts	: 793
c conflicts	: 1
c decisions	: 6293
c propagations	: 38909
c inspects	: 2648135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 794
c 
c CURRENT OPTIMUM=51304
c Current CPU time (ms) : 583.112
c starts	: 794
c conflicts	: 1
c decisions	: 6299
c propagations	: 38958
c inspects	: 2652974
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 795
c 
c CURRENT OPTIMUM=51299
c Current CPU time (ms) : 584.536
c starts	: 795
c conflicts	: 1
c decisions	: 6307
c propagations	: 39007
c inspects	: 2659407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 796
c 
c CURRENT OPTIMUM=51294
c Current CPU time (ms) : 585.775
c starts	: 796
c conflicts	: 1
c decisions	: 6314
c propagations	: 39056
c inspects	: 2665053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 797
c 
c CURRENT OPTIMUM=51289
c Current CPU time (ms) : 587.016
c starts	: 797
c conflicts	: 1
c decisions	: 6321
c propagations	: 39105
c inspects	: 2670706
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 798
c 
c CURRENT OPTIMUM=51284
c Current CPU time (ms) : 588.119
c starts	: 798
c conflicts	: 1
c decisions	: 6327
c propagations	: 39154
c inspects	: 2675569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 799
c 
c CURRENT OPTIMUM=51279
c Current CPU time (ms) : 589.362
c starts	: 799
c conflicts	: 1
c decisions	: 6334
c propagations	: 39203
c inspects	: 2681236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 800
c 
c CURRENT OPTIMUM=51274
c Current CPU time (ms) : 590.447
c starts	: 800
c conflicts	: 1
c decisions	: 6340
c propagations	: 39252
c inspects	: 2686111
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 801
c 
c CURRENT OPTIMUM=51269
c Current CPU time (ms) : 591.531
c starts	: 801
c conflicts	: 1
c decisions	: 6346
c propagations	: 39301
c inspects	: 2690992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 802
c 
c CURRENT OPTIMUM=51264
c Current CPU time (ms) : 592.45
c starts	: 802
c conflicts	: 1
c decisions	: 6351
c propagations	: 39350
c inspects	: 2695078
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 1
c root simplifications	: 803
c 
c CURRENT OPTIMUM=49814
c Current CPU time (ms) : 596.183
c starts	: 803
c conflicts	: 2
c decisions	: 6371
c propagations	: 39447
c inspects	: 2712108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 805
c 
c CURRENT OPTIMUM=49805
c Current CPU time (ms) : 598.108
c starts	: 804
c conflicts	: 2
c decisions	: 6381
c propagations	: 39496
c inspects	: 2721018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 806
c 
c CURRENT OPTIMUM=49796
c Current CPU time (ms) : 599.88
c starts	: 805
c conflicts	: 2
c decisions	: 6390
c propagations	: 39545
c inspects	: 2729134
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 807
c 
c CURRENT OPTIMUM=49787
c Current CPU time (ms) : 601.802
c starts	: 806
c conflicts	: 2
c decisions	: 6400
c propagations	: 39594
c inspects	: 2738065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 808
c 
c CURRENT OPTIMUM=49778
c Current CPU time (ms) : 603.577
c starts	: 807
c conflicts	: 2
c decisions	: 6409
c propagations	: 39643
c inspects	: 2746201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 809
c 
c CURRENT OPTIMUM=49769
c Current CPU time (ms) : 605.35
c starts	: 808
c conflicts	: 2
c decisions	: 6418
c propagations	: 39692
c inspects	: 2754347
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 810
c 
c CURRENT OPTIMUM=49760
c Current CPU time (ms) : 606.963
c starts	: 809
c conflicts	: 2
c decisions	: 6426
c propagations	: 39741
c inspects	: 2761695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 811
c 
c CURRENT OPTIMUM=49751
c Current CPU time (ms) : 609.226
c starts	: 810
c conflicts	: 2
c decisions	: 6438
c propagations	: 39790
c inspects	: 2772288
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 812
c 
c CURRENT OPTIMUM=49742
c Current CPU time (ms) : 611.343
c starts	: 811
c conflicts	: 2
c decisions	: 6449
c propagations	: 39839
c inspects	: 2782084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 813
c 
c CURRENT OPTIMUM=49733
c Current CPU time (ms) : 613.477
c starts	: 812
c conflicts	: 2
c decisions	: 6460
c propagations	: 39888
c inspects	: 2791892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 814
c 
c CURRENT OPTIMUM=49724
c Current CPU time (ms) : 615.429
c starts	: 813
c conflicts	: 2
c decisions	: 6470
c propagations	: 39937
c inspects	: 2800900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 815
c 
c CURRENT OPTIMUM=49715
c Current CPU time (ms) : 617.546
c starts	: 814
c conflicts	: 2
c decisions	: 6481
c propagations	: 39986
c inspects	: 2810732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 816
c 
c CURRENT OPTIMUM=49706
c Current CPU time (ms) : 619.503
c starts	: 815
c conflicts	: 2
c decisions	: 6491
c propagations	: 40035
c inspects	: 2819762
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 817
c 
c CURRENT OPTIMUM=49697
c Current CPU time (ms) : 621.46
c starts	: 816
c conflicts	: 2
c decisions	: 6501
c propagations	: 40084
c inspects	: 2828803
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 818
c 
c CURRENT OPTIMUM=49688
c Current CPU time (ms) : 623.261
c starts	: 817
c conflicts	: 2
c decisions	: 6510
c propagations	: 40133
c inspects	: 2837039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 819
c 
c CURRENT OPTIMUM=49679
c Current CPU time (ms) : 625.388
c starts	: 818
c conflicts	: 2
c decisions	: 6521
c propagations	: 40182
c inspects	: 2846919
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 820
c 
c CURRENT OPTIMUM=49670
c Current CPU time (ms) : 627.351
c starts	: 819
c conflicts	: 2
c decisions	: 6531
c propagations	: 40231
c inspects	: 2855993
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 821
c 
c CURRENT OPTIMUM=49661
c Current CPU time (ms) : 629.339
c starts	: 820
c conflicts	: 2
c decisions	: 6541
c propagations	: 40280
c inspects	: 2865078
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 822
c 
c CURRENT OPTIMUM=49652
c Current CPU time (ms) : 631.118
c starts	: 821
c conflicts	: 2
c decisions	: 6550
c propagations	: 40329
c inspects	: 2873354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 823
c 
c CURRENT OPTIMUM=49643
c Current CPU time (ms) : 633.109
c starts	: 822
c conflicts	: 2
c decisions	: 6560
c propagations	: 40378
c inspects	: 2882461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 824
c 
c CURRENT OPTIMUM=49634
c Current CPU time (ms) : 634.886
c starts	: 823
c conflicts	: 2
c decisions	: 6569
c propagations	: 40427
c inspects	: 2890757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 825
c 
c CURRENT OPTIMUM=49625
c Current CPU time (ms) : 636.697
c starts	: 824
c conflicts	: 2
c decisions	: 6578
c propagations	: 40476
c inspects	: 2899063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 826
c 
c CURRENT OPTIMUM=49616
c Current CPU time (ms) : 638.344
c starts	: 825
c conflicts	: 2
c decisions	: 6586
c propagations	: 40525
c inspects	: 2906555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 827
c 
c CURRENT OPTIMUM=49607
c Current CPU time (ms) : 640.472
c starts	: 826
c conflicts	: 2
c decisions	: 6597
c propagations	: 40574
c inspects	: 2916531
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 828
c 
c CURRENT OPTIMUM=49598
c Current CPU time (ms) : 642.489
c starts	: 827
c conflicts	: 2
c decisions	: 6607
c propagations	: 40623
c inspects	: 2925693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 829
c 
c CURRENT OPTIMUM=49589
c Current CPU time (ms) : 644.465
c starts	: 828
c conflicts	: 2
c decisions	: 6617
c propagations	: 40672
c inspects	: 2934866
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 830
c 
c CURRENT OPTIMUM=49580
c Current CPU time (ms) : 646.282
c starts	: 829
c conflicts	: 2
c decisions	: 6626
c propagations	: 40721
c inspects	: 2943222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 831
c 
c CURRENT OPTIMUM=49571
c Current CPU time (ms) : 648.261
c starts	: 830
c conflicts	: 2
c decisions	: 6636
c propagations	: 40770
c inspects	: 2952417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 832
c 
c CURRENT OPTIMUM=49562
c Current CPU time (ms) : 650.088
c starts	: 831
c conflicts	: 2
c decisions	: 6645
c propagations	: 40819
c inspects	: 2960793
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 833
c 
c CURRENT OPTIMUM=49553
c Current CPU time (ms) : 651.917
c starts	: 832
c conflicts	: 2
c decisions	: 6654
c propagations	: 40868
c inspects	: 2969179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 834
c 
c CURRENT OPTIMUM=49544
c Current CPU time (ms) : 653.54
c starts	: 833
c conflicts	: 2
c decisions	: 6662
c propagations	: 40917
c inspects	: 2976743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 835
c 
c CURRENT OPTIMUM=49535
c Current CPU time (ms) : 655.567
c starts	: 834
c conflicts	: 2
c decisions	: 6672
c propagations	: 40966
c inspects	: 2985982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 836
c 
c CURRENT OPTIMUM=49526
c Current CPU time (ms) : 657.375
c starts	: 835
c conflicts	: 2
c decisions	: 6681
c propagations	: 41015
c inspects	: 2994398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 837
c 
c CURRENT OPTIMUM=49517
c Current CPU time (ms) : 659.216
c starts	: 836
c conflicts	: 2
c decisions	: 6690
c propagations	: 41064
c inspects	: 3002824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 838
c 
c CURRENT OPTIMUM=49508
c Current CPU time (ms) : 660.888
c starts	: 837
c conflicts	: 2
c decisions	: 6698
c propagations	: 41113
c inspects	: 3010424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 839
c 
c CURRENT OPTIMUM=49499
c Current CPU time (ms) : 662.732
c starts	: 838
c conflicts	: 2
c decisions	: 6707
c propagations	: 41162
c inspects	: 3018870
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 840
c 
c CURRENT OPTIMUM=49490
c Current CPU time (ms) : 664.404
c starts	: 839
c conflicts	: 2
c decisions	: 6715
c propagations	: 41211
c inspects	: 3026488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 841
c 
c CURRENT OPTIMUM=49481
c Current CPU time (ms) : 666.079
c starts	: 840
c conflicts	: 2
c decisions	: 6723
c propagations	: 41260
c inspects	: 3034115
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 842
c 
c CURRENT OPTIMUM=49472
c Current CPU time (ms) : 667.56
c starts	: 841
c conflicts	: 2
c decisions	: 6730
c propagations	: 41309
c inspects	: 3040911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 843
c 
c CURRENT OPTIMUM=49463
c Current CPU time (ms) : 669.94
c starts	: 842
c conflicts	: 2
c decisions	: 6742
c propagations	: 41358
c inspects	: 3051920
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 844
c 
c CURRENT OPTIMUM=49454
c Current CPU time (ms) : 672.124
c starts	: 843
c conflicts	: 2
c decisions	: 6753
c propagations	: 41407
c inspects	: 3062100
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 845
c 
c CURRENT OPTIMUM=49445
c Current CPU time (ms) : 674.337
c starts	: 844
c conflicts	: 2
c decisions	: 6764
c propagations	: 41456
c inspects	: 3072292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 846
c 
c CURRENT OPTIMUM=49436
c Current CPU time (ms) : 676.364
c starts	: 845
c conflicts	: 2
c decisions	: 6774
c propagations	: 41505
c inspects	: 3081652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 847
c 
c CURRENT OPTIMUM=49427
c Current CPU time (ms) : 678.556
c starts	: 846
c conflicts	: 2
c decisions	: 6785
c propagations	: 41554
c inspects	: 3091868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 848
c 
c CURRENT OPTIMUM=49418
c Current CPU time (ms) : 680.584
c starts	: 847
c conflicts	: 2
c decisions	: 6795
c propagations	: 41603
c inspects	: 3101250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 849
c 
c CURRENT OPTIMUM=49409
c Current CPU time (ms) : 682.612
c starts	: 848
c conflicts	: 2
c decisions	: 6805
c propagations	: 41652
c inspects	: 3110643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 850
c 
c CURRENT OPTIMUM=49400
c Current CPU time (ms) : 684.482
c starts	: 849
c conflicts	: 2
c decisions	: 6814
c propagations	: 41701
c inspects	: 3119199
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 851
c 
c CURRENT OPTIMUM=49391
c Current CPU time (ms) : 686.712
c starts	: 850
c conflicts	: 2
c decisions	: 6825
c propagations	: 41750
c inspects	: 3129463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 852
c 
c CURRENT OPTIMUM=49382
c Current CPU time (ms) : 688.749
c starts	: 851
c conflicts	: 2
c decisions	: 6835
c propagations	: 41799
c inspects	: 3138889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 853
c 
c CURRENT OPTIMUM=49373
c Current CPU time (ms) : 690.793
c starts	: 852
c conflicts	: 2
c decisions	: 6845
c propagations	: 41848
c inspects	: 3148326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 854
c 
c CURRENT OPTIMUM=49364
c Current CPU time (ms) : 692.669
c starts	: 853
c conflicts	: 2
c decisions	: 6854
c propagations	: 41897
c inspects	: 3156922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 855
c 
c CURRENT OPTIMUM=49355
c Current CPU time (ms) : 694.711
c starts	: 854
c conflicts	: 2
c decisions	: 6864
c propagations	: 41946
c inspects	: 3166381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 856
c 
c CURRENT OPTIMUM=49346
c Current CPU time (ms) : 696.591
c starts	: 855
c conflicts	: 2
c decisions	: 6873
c propagations	: 41995
c inspects	: 3174997
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 857
c 
c CURRENT OPTIMUM=49337
c Current CPU time (ms) : 698.473
c starts	: 856
c conflicts	: 2
c decisions	: 6882
c propagations	: 42044
c inspects	: 3183623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 858
c 
c CURRENT OPTIMUM=49328
c Current CPU time (ms) : 700.175
c starts	: 857
c conflicts	: 2
c decisions	: 6890
c propagations	: 42093
c inspects	: 3191403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 859
c 
c CURRENT OPTIMUM=49319
c Current CPU time (ms) : 702.397
c starts	: 858
c conflicts	: 2
c decisions	: 6901
c propagations	: 42142
c inspects	: 3201763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 860
c 
c CURRENT OPTIMUM=49310
c Current CPU time (ms) : 704.476
c starts	: 859
c conflicts	: 2
c decisions	: 6911
c propagations	: 42191
c inspects	: 3211277
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 861
c 
c CURRENT OPTIMUM=49301
c Current CPU time (ms) : 706.53
c starts	: 860
c conflicts	: 2
c decisions	: 6921
c propagations	: 42240
c inspects	: 3220802
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 862
c 
c CURRENT OPTIMUM=49292
c Current CPU time (ms) : 708.406
c starts	: 861
c conflicts	: 2
c decisions	: 6930
c propagations	: 42289
c inspects	: 3229478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 863
c 
c CURRENT OPTIMUM=49283
c Current CPU time (ms) : 710.46
c starts	: 862
c conflicts	: 2
c decisions	: 6940
c propagations	: 42338
c inspects	: 3239025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 864
c 
c CURRENT OPTIMUM=49274
c Current CPU time (ms) : 712.352
c starts	: 863
c conflicts	: 2
c decisions	: 6949
c propagations	: 42387
c inspects	: 3247721
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 865
c 
c CURRENT OPTIMUM=49265
c Current CPU time (ms) : 714.235
c starts	: 864
c conflicts	: 2
c decisions	: 6958
c propagations	: 42436
c inspects	: 3256427
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 866
c 
c CURRENT OPTIMUM=49256
c Current CPU time (ms) : 715.945
c starts	: 865
c conflicts	: 2
c decisions	: 6966
c propagations	: 42485
c inspects	: 3264279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 867
c 
c CURRENT OPTIMUM=49247
c Current CPU time (ms) : 718.01
c starts	: 866
c conflicts	: 2
c decisions	: 6976
c propagations	: 42534
c inspects	: 3273870
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 868
c 
c CURRENT OPTIMUM=49238
c Current CPU time (ms) : 719.902
c starts	: 867
c conflicts	: 2
c decisions	: 6985
c propagations	: 42583
c inspects	: 3282606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 869
c 
c CURRENT OPTIMUM=49229
c Current CPU time (ms) : 721.796
c starts	: 868
c conflicts	: 2
c decisions	: 6994
c propagations	: 42632
c inspects	: 3291352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 870
c 
c CURRENT OPTIMUM=49220
c Current CPU time (ms) : 723.52
c starts	: 869
c conflicts	: 2
c decisions	: 7002
c propagations	: 42681
c inspects	: 3299240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 871
c 
c CURRENT OPTIMUM=49211
c Current CPU time (ms) : 725.414
c starts	: 870
c conflicts	: 2
c decisions	: 7011
c propagations	: 42730
c inspects	: 3308006
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 872
c 
c CURRENT OPTIMUM=49202
c Current CPU time (ms) : 727.143
c starts	: 871
c conflicts	: 2
c decisions	: 7019
c propagations	: 42779
c inspects	: 3315912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 873
c 
c CURRENT OPTIMUM=49193
c Current CPU time (ms) : 728.87
c starts	: 872
c conflicts	: 2
c decisions	: 7027
c propagations	: 42828
c inspects	: 3323827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 874
c 
c CURRENT OPTIMUM=49184
c Current CPU time (ms) : 730.395
c starts	: 873
c conflicts	: 2
c decisions	: 7034
c propagations	: 42877
c inspects	: 3330879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 875
c 
c CURRENT OPTIMUM=49175
c Current CPU time (ms) : 732.676
c starts	: 874
c conflicts	: 2
c decisions	: 7045
c propagations	: 42926
c inspects	: 3341431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 876
c 
c CURRENT OPTIMUM=49166
c Current CPU time (ms) : 734.769
c starts	: 875
c conflicts	: 2
c decisions	: 7055
c propagations	: 42975
c inspects	: 3351121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 877
c 
c CURRENT OPTIMUM=49157
c Current CPU time (ms) : 736.852
c starts	: 876
c conflicts	: 2
c decisions	: 7065
c propagations	: 43024
c inspects	: 3360822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 878
c 
c CURRENT OPTIMUM=49148
c Current CPU time (ms) : 738.766
c starts	: 877
c conflicts	: 2
c decisions	: 7074
c propagations	: 43073
c inspects	: 3369658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 879
c 
c CURRENT OPTIMUM=49139
c Current CPU time (ms) : 740.881
c starts	: 878
c conflicts	: 2
c decisions	: 7084
c propagations	: 43122
c inspects	: 3379405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 880
c 
c CURRENT OPTIMUM=49130
c Current CPU time (ms) : 742.8
c starts	: 879
c conflicts	: 2
c decisions	: 7093
c propagations	: 43171
c inspects	: 3388285
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 881
c 
c CURRENT OPTIMUM=49121
c Current CPU time (ms) : 744.724
c starts	: 880
c conflicts	: 2
c decisions	: 7102
c propagations	: 43220
c inspects	: 3397175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 882
c 
c CURRENT OPTIMUM=49112
c Current CPU time (ms) : 746.477
c starts	: 881
c conflicts	: 2
c decisions	: 7110
c propagations	: 43269
c inspects	: 3405195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 883
c 
c CURRENT OPTIMUM=49103
c Current CPU time (ms) : 748.578
c starts	: 882
c conflicts	: 2
c decisions	: 7120
c propagations	: 43318
c inspects	: 3414986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 884
c 
c CURRENT OPTIMUM=49094
c Current CPU time (ms) : 750.507
c starts	: 883
c conflicts	: 2
c decisions	: 7129
c propagations	: 43367
c inspects	: 3423906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 885
c 
c CURRENT OPTIMUM=49085
c Current CPU time (ms) : 752.438
c starts	: 884
c conflicts	: 2
c decisions	: 7138
c propagations	: 43416
c inspects	: 3432836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 886
c 
c CURRENT OPTIMUM=49076
c Current CPU time (ms) : 754.189
c starts	: 885
c conflicts	: 2
c decisions	: 7146
c propagations	: 43465
c inspects	: 3440892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 887
c 
c CURRENT OPTIMUM=49067
c Current CPU time (ms) : 756.117
c starts	: 886
c conflicts	: 2
c decisions	: 7155
c propagations	: 43514
c inspects	: 3449842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 888
c 
c CURRENT OPTIMUM=49058
c Current CPU time (ms) : 757.873
c starts	: 887
c conflicts	: 2
c decisions	: 7163
c propagations	: 43563
c inspects	: 3457916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 889
c 
c CURRENT OPTIMUM=49049
c Current CPU time (ms) : 759.628
c starts	: 888
c conflicts	: 2
c decisions	: 7171
c propagations	: 43612
c inspects	: 3465999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 890
c 
c CURRENT OPTIMUM=49040
c Current CPU time (ms) : 761.182
c starts	: 889
c conflicts	: 2
c decisions	: 7178
c propagations	: 43661
c inspects	: 3473203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 891
c 
c CURRENT OPTIMUM=49031
c Current CPU time (ms) : 763.329
c starts	: 890
c conflicts	: 2
c decisions	: 7188
c propagations	: 43710
c inspects	: 3483082
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 892
c 
c CURRENT OPTIMUM=49022
c Current CPU time (ms) : 765.274
c starts	: 891
c conflicts	: 2
c decisions	: 7197
c propagations	: 43759
c inspects	: 3492082
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 893
c 
c CURRENT OPTIMUM=49013
c Current CPU time (ms) : 767.219
c starts	: 892
c conflicts	: 2
c decisions	: 7206
c propagations	: 43808
c inspects	: 3501092
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 894
c 
c CURRENT OPTIMUM=49004
c Current CPU time (ms) : 768.984
c starts	: 893
c conflicts	: 2
c decisions	: 7214
c propagations	: 43857
c inspects	: 3509220
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 895
c 
c CURRENT OPTIMUM=48995
c Current CPU time (ms) : 770.942
c starts	: 894
c conflicts	: 2
c decisions	: 7223
c propagations	: 43906
c inspects	: 3518250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 896
c 
c CURRENT OPTIMUM=48986
c Current CPU time (ms) : 772.717
c starts	: 895
c conflicts	: 2
c decisions	: 7231
c propagations	: 43955
c inspects	: 3526396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 897
c 
c CURRENT OPTIMUM=48977
c Current CPU time (ms) : 774.493
c starts	: 896
c conflicts	: 2
c decisions	: 7239
c propagations	: 44004
c inspects	: 3534551
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 898
c 
c CURRENT OPTIMUM=48968
c Current CPU time (ms) : 776.066
c starts	: 897
c conflicts	: 2
c decisions	: 7246
c propagations	: 44053
c inspects	: 3541819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 899
c 
c CURRENT OPTIMUM=48959
c Current CPU time (ms) : 778.031
c starts	: 898
c conflicts	: 2
c decisions	: 7255
c propagations	: 44102
c inspects	: 3550889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 900
c 
c CURRENT OPTIMUM=48950
c Current CPU time (ms) : 779.804
c starts	: 899
c conflicts	: 2
c decisions	: 7263
c propagations	: 44151
c inspects	: 3559071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 901
c 
c CURRENT OPTIMUM=48941
c Current CPU time (ms) : 781.588
c starts	: 900
c conflicts	: 2
c decisions	: 7271
c propagations	: 44200
c inspects	: 3567262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 902
c 
c CURRENT OPTIMUM=48932
c Current CPU time (ms) : 783.185
c starts	: 901
c conflicts	: 2
c decisions	: 7278
c propagations	: 44249
c inspects	: 3574562
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 903
c 
c CURRENT OPTIMUM=48923
c Current CPU time (ms) : 784.975
c starts	: 902
c conflicts	: 2
c decisions	: 7286
c propagations	: 44298
c inspects	: 3582771
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 904
c 
c CURRENT OPTIMUM=48914
c Current CPU time (ms) : 786.576
c starts	: 903
c conflicts	: 2
c decisions	: 7293
c propagations	: 44347
c inspects	: 3590087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 905
c 
c CURRENT OPTIMUM=48905
c Current CPU time (ms) : 788.154
c starts	: 904
c conflicts	: 2
c decisions	: 7300
c propagations	: 44396
c inspects	: 3597411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 906
c 
c CURRENT OPTIMUM=48896
c Current CPU time (ms) : 789.571
c starts	: 905
c conflicts	: 2
c decisions	: 7306
c propagations	: 44445
c inspects	: 3603839
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 907
c 
c CURRENT OPTIMUM=48887
c Current CPU time (ms) : 792.269
c starts	: 906
c conflicts	: 2
c decisions	: 7319
c propagations	: 44494
c inspects	: 3616609
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 908
c 
c CURRENT OPTIMUM=48878
c Current CPU time (ms) : 794.782
c starts	: 907
c conflicts	: 2
c decisions	: 7331
c propagations	: 44543
c inspects	: 3628487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 909
c 
c CURRENT OPTIMUM=48869
c Current CPU time (ms) : 797.319
c starts	: 908
c conflicts	: 2
c decisions	: 7343
c propagations	: 44592
c inspects	: 3640378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 910
c 
c CURRENT OPTIMUM=48860
c Current CPU time (ms) : 799.682
c starts	: 909
c conflicts	: 2
c decisions	: 7354
c propagations	: 44641
c inspects	: 3651374
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 911
c 
c CURRENT OPTIMUM=48851
c Current CPU time (ms) : 802.201
c starts	: 910
c conflicts	: 2
c decisions	: 7366
c propagations	: 44690
c inspects	: 3663291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 912
c 
c CURRENT OPTIMUM=48842
c Current CPU time (ms) : 804.573
c starts	: 911
c conflicts	: 2
c decisions	: 7377
c propagations	: 44739
c inspects	: 3674311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 913
c 
c CURRENT OPTIMUM=48833
c Current CPU time (ms) : 806.947
c starts	: 912
c conflicts	: 2
c decisions	: 7388
c propagations	: 44788
c inspects	: 3685343
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 914
c 
c CURRENT OPTIMUM=48824
c Current CPU time (ms) : 809.115
c starts	: 913
c conflicts	: 2
c decisions	: 7398
c propagations	: 44837
c inspects	: 3695475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 915
c 
c CURRENT OPTIMUM=48815
c Current CPU time (ms) : 811.673
c starts	: 914
c conflicts	: 2
c decisions	: 7410
c propagations	: 44886
c inspects	: 3707444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 916
c 
c CURRENT OPTIMUM=48806
c Current CPU time (ms) : 814.015
c starts	: 915
c conflicts	: 2
c decisions	: 7421
c propagations	: 44935
c inspects	: 3718512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 917
c 
c CURRENT OPTIMUM=48797
c Current CPU time (ms) : 816.392
c starts	: 916
c conflicts	: 2
c decisions	: 7432
c propagations	: 44984
c inspects	: 3729592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 918
c 
c CURRENT OPTIMUM=48788
c Current CPU time (ms) : 818.562
c starts	: 917
c conflicts	: 2
c decisions	: 7442
c propagations	: 45033
c inspects	: 3739768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 919
c 
c CURRENT OPTIMUM=48779
c Current CPU time (ms) : 820.933
c starts	: 918
c conflicts	: 2
c decisions	: 7453
c propagations	: 45082
c inspects	: 3750872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 920
c 
c CURRENT OPTIMUM=48770
c Current CPU time (ms) : 823.108
c starts	: 919
c conflicts	: 2
c decisions	: 7463
c propagations	: 45131
c inspects	: 3761070
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 921
c 
c CURRENT OPTIMUM=48761
c Current CPU time (ms) : 825.286
c starts	: 920
c conflicts	: 2
c decisions	: 7473
c propagations	: 45180
c inspects	: 3771279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 922
c 
c CURRENT OPTIMUM=48752
c Current CPU time (ms) : 827.269
c starts	: 921
c conflicts	: 2
c decisions	: 7482
c propagations	: 45229
c inspects	: 3780579
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 923
c 
c CURRENT OPTIMUM=48743
c Current CPU time (ms) : 829.838
c starts	: 922
c conflicts	: 2
c decisions	: 7494
c propagations	: 45278
c inspects	: 3792652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 924
c 
c CURRENT OPTIMUM=48734
c Current CPU time (ms) : 832.215
c starts	: 923
c conflicts	: 2
c decisions	: 7505
c propagations	: 45327
c inspects	: 3803816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 925
c 
c CURRENT OPTIMUM=48725
c Current CPU time (ms) : 834.588
c starts	: 924
c conflicts	: 2
c decisions	: 7516
c propagations	: 45376
c inspects	: 3814992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 926
c 
c CURRENT OPTIMUM=48716
c Current CPU time (ms) : 836.802
c starts	: 925
c conflicts	: 2
c decisions	: 7526
c propagations	: 45425
c inspects	: 3825256
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 927
c 
c CURRENT OPTIMUM=48707
c Current CPU time (ms) : 839.168
c starts	: 926
c conflicts	: 2
c decisions	: 7537
c propagations	: 45474
c inspects	: 3836456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 928
c 
c CURRENT OPTIMUM=48698
c Current CPU time (ms) : 841.38
c starts	: 927
c conflicts	: 2
c decisions	: 7547
c propagations	: 45523
c inspects	: 3846742
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 929
c 
c CURRENT OPTIMUM=48689
c Current CPU time (ms) : 843.571
c starts	: 928
c conflicts	: 2
c decisions	: 7557
c propagations	: 45572
c inspects	: 3857039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 930
c 
c CURRENT OPTIMUM=48680
c Current CPU time (ms) : 845.586
c starts	: 929
c conflicts	: 2
c decisions	: 7566
c propagations	: 45621
c inspects	: 3866419
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 931
c 
c CURRENT OPTIMUM=48671
c Current CPU time (ms) : 847.991
c starts	: 930
c conflicts	: 2
c decisions	: 7577
c propagations	: 45670
c inspects	: 3877667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 932
c 
c CURRENT OPTIMUM=48662
c Current CPU time (ms) : 850.191
c starts	: 931
c conflicts	: 2
c decisions	: 7587
c propagations	: 45719
c inspects	: 3887997
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 933
c 
c CURRENT OPTIMUM=48653
c Current CPU time (ms) : 852.412
c starts	: 932
c conflicts	: 2
c decisions	: 7597
c propagations	: 45768
c inspects	: 3898338
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 934
c 
c CURRENT OPTIMUM=48644
c Current CPU time (ms) : 854.439
c starts	: 933
c conflicts	: 2
c decisions	: 7606
c propagations	: 45817
c inspects	: 3907758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 935
c 
c CURRENT OPTIMUM=48635
c Current CPU time (ms) : 856.638
c starts	: 934
c conflicts	: 2
c decisions	: 7616
c propagations	: 45866
c inspects	: 3918121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 936
c 
c CURRENT OPTIMUM=48626
c Current CPU time (ms) : 858.667
c starts	: 935
c conflicts	: 2
c decisions	: 7625
c propagations	: 45915
c inspects	: 3927561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 937
c 
c CURRENT OPTIMUM=48617
c Current CPU time (ms) : 860.725
c starts	: 936
c conflicts	: 2
c decisions	: 7634
c propagations	: 45964
c inspects	: 3937011
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 938
c 
c CURRENT OPTIMUM=48608
c Current CPU time (ms) : 862.557
c starts	: 937
c conflicts	: 2
c decisions	: 7642
c propagations	: 46013
c inspects	: 3945535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 939
c 
c CURRENT OPTIMUM=48599
c Current CPU time (ms) : 865.15
c starts	: 938
c conflicts	: 2
c decisions	: 7654
c propagations	: 46062
c inspects	: 3957816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 940
c 
c CURRENT OPTIMUM=48590
c Current CPU time (ms) : 867.581
c starts	: 939
c conflicts	: 2
c decisions	: 7665
c propagations	: 46111
c inspects	: 3969172
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 941
c 
c CURRENT OPTIMUM=48581
c Current CPU time (ms) : 870.006
c starts	: 940
c conflicts	: 2
c decisions	: 7676
c propagations	: 46160
c inspects	: 3980540
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 942
c 
c CURRENT OPTIMUM=48572
c Current CPU time (ms) : 872.238
c starts	: 941
c conflicts	: 2
c decisions	: 7686
c propagations	: 46209
c inspects	: 3990980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 943
c 
c CURRENT OPTIMUM=48563
c Current CPU time (ms) : 874.669
c starts	: 942
c conflicts	: 2
c decisions	: 7697
c propagations	: 46258
c inspects	: 4002372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 944
c 
c CURRENT OPTIMUM=48554
c Current CPU time (ms) : 876.885
c starts	: 943
c conflicts	: 2
c decisions	: 7707
c propagations	: 46307
c inspects	: 4012834
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 945
c 
c CURRENT OPTIMUM=48545
c Current CPU time (ms) : 879.095
c starts	: 944
c conflicts	: 2
c decisions	: 7717
c propagations	: 46356
c inspects	: 4023307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 946
c 
c CURRENT OPTIMUM=48536
c Current CPU time (ms) : 881.149
c starts	: 945
c conflicts	: 2
c decisions	: 7726
c propagations	: 46405
c inspects	: 4032847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 947
c 
c CURRENT OPTIMUM=48527
c Current CPU time (ms) : 883.559
c starts	: 946
c conflicts	: 2
c decisions	: 7737
c propagations	: 46454
c inspects	: 4044287
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 948
c 
c CURRENT OPTIMUM=48518
c Current CPU time (ms) : 885.808
c starts	: 947
c conflicts	: 2
c decisions	: 7747
c propagations	: 46503
c inspects	: 4054793
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 949
c 
c CURRENT OPTIMUM=48509
c Current CPU time (ms) : 888.028
c starts	: 948
c conflicts	: 2
c decisions	: 7757
c propagations	: 46552
c inspects	: 4065310
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 950
c 
c CURRENT OPTIMUM=48500
c Current CPU time (ms) : 890.071
c starts	: 949
c conflicts	: 2
c decisions	: 7766
c propagations	: 46601
c inspects	: 4074890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 951
c 
c CURRENT OPTIMUM=48491
c Current CPU time (ms) : 892.32
c starts	: 950
c conflicts	: 2
c decisions	: 7776
c propagations	: 46650
c inspects	: 4085429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 952
c 
c CURRENT OPTIMUM=48482
c Current CPU time (ms) : 894.369
c starts	: 951
c conflicts	: 2
c decisions	: 7785
c propagations	: 46699
c inspects	: 4095029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 953
c 
c CURRENT OPTIMUM=48473
c Current CPU time (ms) : 896.419
c starts	: 952
c conflicts	: 2
c decisions	: 7794
c propagations	: 46748
c inspects	: 4104639
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 954
c 
c CURRENT OPTIMUM=48464
c Current CPU time (ms) : 898.279
c starts	: 953
c conflicts	: 2
c decisions	: 7802
c propagations	: 46797
c inspects	: 4113307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 955
c 
c CURRENT OPTIMUM=48455
c Current CPU time (ms) : 900.731
c starts	: 954
c conflicts	: 2
c decisions	: 7813
c propagations	: 46846
c inspects	: 4124843
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 956
c 
c CURRENT OPTIMUM=48446
c Current CPU time (ms) : 902.973
c starts	: 955
c conflicts	: 2
c decisions	: 7823
c propagations	: 46895
c inspects	: 4135437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 957
c 
c CURRENT OPTIMUM=48437
c Current CPU time (ms) : 905.253
c starts	: 956
c conflicts	: 2
c decisions	: 7833
c propagations	: 46944
c inspects	: 4146042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 958
c 
c CURRENT OPTIMUM=48428
c Current CPU time (ms) : 907.312
c starts	: 957
c conflicts	: 2
c decisions	: 7842
c propagations	: 46993
c inspects	: 4155702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 959
c 
c CURRENT OPTIMUM=48419
c Current CPU time (ms) : 909.589
c starts	: 958
c conflicts	: 2
c decisions	: 7852
c propagations	: 47042
c inspects	: 4166329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 960
c 
c CURRENT OPTIMUM=48410
c Current CPU time (ms) : 911.659
c starts	: 959
c conflicts	: 2
c decisions	: 7861
c propagations	: 47091
c inspects	: 4176009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 961
c 
c CURRENT OPTIMUM=48401
c Current CPU time (ms) : 913.731
c starts	: 960
c conflicts	: 2
c decisions	: 7870
c propagations	: 47140
c inspects	: 4185699
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 962
c 
c CURRENT OPTIMUM=48392
c Current CPU time (ms) : 915.603
c starts	: 961
c conflicts	: 2
c decisions	: 7878
c propagations	: 47189
c inspects	: 4194439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 963
c 
c CURRENT OPTIMUM=48383
c Current CPU time (ms) : 917.893
c starts	: 962
c conflicts	: 2
c decisions	: 7888
c propagations	: 47238
c inspects	: 4205110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 964
c 
c CURRENT OPTIMUM=48374
c Current CPU time (ms) : 919.965
c starts	: 963
c conflicts	: 2
c decisions	: 7897
c propagations	: 47287
c inspects	: 4214830
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 965
c 
c CURRENT OPTIMUM=48365
c Current CPU time (ms) : 922.034
c starts	: 964
c conflicts	: 2
c decisions	: 7906
c propagations	: 47336
c inspects	: 4224560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 966
c 
c CURRENT OPTIMUM=48356
c Current CPU time (ms) : 923.913
c starts	: 965
c conflicts	: 2
c decisions	: 7914
c propagations	: 47385
c inspects	: 4233336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 967
c 
c CURRENT OPTIMUM=48347
c Current CPU time (ms) : 925.993
c starts	: 966
c conflicts	: 2
c decisions	: 7923
c propagations	: 47434
c inspects	: 4243086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 968
c 
c CURRENT OPTIMUM=48338
c Current CPU time (ms) : 927.896
c starts	: 967
c conflicts	: 2
c decisions	: 7931
c propagations	: 47483
c inspects	: 4251880
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 969
c 
c CURRENT OPTIMUM=48329
c Current CPU time (ms) : 929.778
c starts	: 968
c conflicts	: 2
c decisions	: 7939
c propagations	: 47532
c inspects	: 4260683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 970
c 
c CURRENT OPTIMUM=48320
c Current CPU time (ms) : 931.474
c starts	: 969
c conflicts	: 2
c decisions	: 7946
c propagations	: 47581
c inspects	: 4268527
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 971
c 
c CURRENT OPTIMUM=48311
c Current CPU time (ms) : 934.149
c starts	: 970
c conflicts	: 2
c decisions	: 7958
c propagations	: 47630
c inspects	: 4281224
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 972
c 
c CURRENT OPTIMUM=48302
c Current CPU time (ms) : 936.639
c starts	: 971
c conflicts	: 2
c decisions	: 7969
c propagations	: 47679
c inspects	: 4292964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 973
c 
c CURRENT OPTIMUM=48293
c Current CPU time (ms) : 939.133
c starts	: 972
c conflicts	: 2
c decisions	: 7980
c propagations	: 47728
c inspects	: 4304716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 974
c 
c CURRENT OPTIMUM=48284
c Current CPU time (ms) : 941.404
c starts	: 973
c conflicts	: 2
c decisions	: 7990
c propagations	: 47777
c inspects	: 4315508
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 975
c 
c CURRENT OPTIMUM=48275
c Current CPU time (ms) : 943.929
c starts	: 974
c conflicts	: 2
c decisions	: 8001
c propagations	: 47826
c inspects	: 4327284
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 976
c 
c CURRENT OPTIMUM=48266
c Current CPU time (ms) : 946.262
c starts	: 975
c conflicts	: 2
c decisions	: 8011
c propagations	: 47875
c inspects	: 4338098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 977
c 
c CURRENT OPTIMUM=48257
c Current CPU time (ms) : 948.613
c starts	: 976
c conflicts	: 2
c decisions	: 8021
c propagations	: 47924
c inspects	: 4348923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 978
c 
c CURRENT OPTIMUM=48248
c Current CPU time (ms) : 950.756
c starts	: 977
c conflicts	: 2
c decisions	: 8030
c propagations	: 47973
c inspects	: 4358783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 979
c 
c CURRENT OPTIMUM=48239
c Current CPU time (ms) : 953.3
c starts	: 978
c conflicts	: 2
c decisions	: 8041
c propagations	: 48022
c inspects	: 4370607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 980
c 
c CURRENT OPTIMUM=48230
c Current CPU time (ms) : 955.631
c starts	: 979
c conflicts	: 2
c decisions	: 8051
c propagations	: 48071
c inspects	: 4381465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 981
c 
c CURRENT OPTIMUM=48221
c Current CPU time (ms) : 957.994
c starts	: 980
c conflicts	: 2
c decisions	: 8061
c propagations	: 48120
c inspects	: 4392334
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 982
c 
c CURRENT OPTIMUM=48212
c Current CPU time (ms) : 960.137
c starts	: 981
c conflicts	: 2
c decisions	: 8070
c propagations	: 48169
c inspects	: 4402234
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 983
c 
c CURRENT OPTIMUM=48203
c Current CPU time (ms) : 962.502
c starts	: 982
c conflicts	: 2
c decisions	: 8080
c propagations	: 48218
c inspects	: 4413125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 984
c 
c CURRENT OPTIMUM=48194
c Current CPU time (ms) : 964.651
c starts	: 983
c conflicts	: 2
c decisions	: 8089
c propagations	: 48267
c inspects	: 4423045
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 985
c 
c CURRENT OPTIMUM=48185
c Current CPU time (ms) : 966.798
c starts	: 984
c conflicts	: 2
c decisions	: 8098
c propagations	: 48316
c inspects	: 4432975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 986
c 
c CURRENT OPTIMUM=48176
c Current CPU time (ms) : 968.747
c starts	: 985
c conflicts	: 2
c decisions	: 8106
c propagations	: 48365
c inspects	: 4441931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 987
c 
c CURRENT OPTIMUM=48167
c Current CPU time (ms) : 971.318
c starts	: 986
c conflicts	: 2
c decisions	: 8117
c propagations	: 48414
c inspects	: 4453851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 988
c 
c CURRENT OPTIMUM=48158
c Current CPU time (ms) : 973.701
c starts	: 987
c conflicts	: 2
c decisions	: 8127
c propagations	: 48463
c inspects	: 4464797
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 989
c 
c CURRENT OPTIMUM=48149
c Current CPU time (ms) : 976.059
c starts	: 988
c conflicts	: 2
c decisions	: 8137
c propagations	: 48512
c inspects	: 4475754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 990
c 
c CURRENT OPTIMUM=48140
c Current CPU time (ms) : 978.22
c starts	: 989
c conflicts	: 2
c decisions	: 8146
c propagations	: 48561
c inspects	: 4485734
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 991
c 
c CURRENT OPTIMUM=48131
c Current CPU time (ms) : 980.601
c starts	: 990
c conflicts	: 2
c decisions	: 8156
c propagations	: 48610
c inspects	: 4496713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 992
c 
c CURRENT OPTIMUM=48122
c Current CPU time (ms) : 982.761
c starts	: 991
c conflicts	: 2
c decisions	: 8165
c propagations	: 48659
c inspects	: 4506713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 993
c 
c CURRENT OPTIMUM=48113
c Current CPU time (ms) : 984.951
c starts	: 992
c conflicts	: 2
c decisions	: 8174
c propagations	: 48708
c inspects	: 4516723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 994
c 
c CURRENT OPTIMUM=48104
c Current CPU time (ms) : 986.919
c starts	: 993
c conflicts	: 2
c decisions	: 8182
c propagations	: 48757
c inspects	: 4525751
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 995
c 
c CURRENT OPTIMUM=48095
c Current CPU time (ms) : 989.296
c starts	: 994
c conflicts	: 2
c decisions	: 8192
c propagations	: 48806
c inspects	: 4536774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 996
c 
c CURRENT OPTIMUM=48086
c Current CPU time (ms) : 991.492
c starts	: 995
c conflicts	: 2
c decisions	: 8201
c propagations	: 48855
c inspects	: 4546814
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 997
c 
c CURRENT OPTIMUM=48077
c Current CPU time (ms) : 993.654
c starts	: 996
c conflicts	: 2
c decisions	: 8210
c propagations	: 48904
c inspects	: 4556864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 998
c 
c CURRENT OPTIMUM=48068
c Current CPU time (ms) : 995.623
c starts	: 997
c conflicts	: 2
c decisions	: 8218
c propagations	: 48953
c inspects	: 4565928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 999
c 
c CURRENT OPTIMUM=48059
c Current CPU time (ms) : 997.808
c starts	: 998
c conflicts	: 2
c decisions	: 8227
c propagations	: 49002
c inspects	: 4575998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1000
c 
c CURRENT OPTIMUM=48050
c Current CPU time (ms) : 999.785
c starts	: 999
c conflicts	: 2
c decisions	: 8235
c propagations	: 49051
c inspects	: 4585080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1001
c 
c CURRENT OPTIMUM=48041
c Current CPU time (ms) : 1001.782
c starts	: 1000
c conflicts	: 2
c decisions	: 8243
c propagations	: 49100
c inspects	: 4594171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1002
c 
c CURRENT OPTIMUM=48032
c Current CPU time (ms) : 1003.54
c starts	: 1001
c conflicts	: 2
c decisions	: 8250
c propagations	: 49149
c inspects	: 4602271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1003
c 
c CURRENT OPTIMUM=48023
c Current CPU time (ms) : 1006.156
c starts	: 1002
c conflicts	: 2
c decisions	: 8261
c propagations	: 49198
c inspects	: 4614383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1004
c 
c CURRENT OPTIMUM=48014
c Current CPU time (ms) : 1008.571
c starts	: 1003
c conflicts	: 2
c decisions	: 8271
c propagations	: 49247
c inspects	: 4625505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1005
c 
c CURRENT OPTIMUM=48005
c Current CPU time (ms) : 1010.97
c starts	: 1004
c conflicts	: 2
c decisions	: 8281
c propagations	: 49296
c inspects	: 4636638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1006
c 
c CURRENT OPTIMUM=47996
c Current CPU time (ms) : 1013.193
c starts	: 1005
c conflicts	: 2
c decisions	: 8290
c propagations	: 49345
c inspects	: 4646778
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1007
c 
c CURRENT OPTIMUM=47987
c Current CPU time (ms) : 1015.596
c starts	: 1006
c conflicts	: 2
c decisions	: 8300
c propagations	: 49394
c inspects	: 4657933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1008
c 
c CURRENT OPTIMUM=47978
c Current CPU time (ms) : 1017.816
c starts	: 1007
c conflicts	: 2
c decisions	: 8309
c propagations	: 49443
c inspects	: 4668093
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1009
c 
c CURRENT OPTIMUM=47969
c Current CPU time (ms) : 1020.019
c starts	: 1008
c conflicts	: 2
c decisions	: 8318
c propagations	: 49492
c inspects	: 4678263
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1010
c 
c CURRENT OPTIMUM=47960
c Current CPU time (ms) : 1022.024
c starts	: 1009
c conflicts	: 2
c decisions	: 8326
c propagations	: 49541
c inspects	: 4687435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1011
c 
c CURRENT OPTIMUM=47951
c Current CPU time (ms) : 1024.454
c starts	: 1010
c conflicts	: 2
c decisions	: 8336
c propagations	: 49590
c inspects	: 4698634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1012
c 
c CURRENT OPTIMUM=47942
c Current CPU time (ms) : 1026.662
c starts	: 1011
c conflicts	: 2
c decisions	: 8345
c propagations	: 49639
c inspects	: 4708834
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1013
c 
c CURRENT OPTIMUM=47933
c Current CPU time (ms) : 1028.895
c starts	: 1012
c conflicts	: 2
c decisions	: 8354
c propagations	: 49688
c inspects	: 4719044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1014
c 
c CURRENT OPTIMUM=47924
c Current CPU time (ms) : 1030.909
c starts	: 1013
c conflicts	: 2
c decisions	: 8362
c propagations	: 49737
c inspects	: 4728252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1015
c 
c CURRENT OPTIMUM=47915
c Current CPU time (ms) : 1033.127
c starts	: 1014
c conflicts	: 2
c decisions	: 8371
c propagations	: 49786
c inspects	: 4738482
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1016
c 
c CURRENT OPTIMUM=47906
c Current CPU time (ms) : 1035.135
c starts	: 1015
c conflicts	: 2
c decisions	: 8379
c propagations	: 49835
c inspects	: 4747708
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1017
c 
c CURRENT OPTIMUM=47897
c Current CPU time (ms) : 1037.149
c starts	: 1016
c conflicts	: 2
c decisions	: 8387
c propagations	: 49884
c inspects	: 4756943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1018
c 
c CURRENT OPTIMUM=47888
c Current CPU time (ms) : 1038.964
c starts	: 1017
c conflicts	: 2
c decisions	: 8394
c propagations	: 49933
c inspects	: 4765171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1019
c 
c CURRENT OPTIMUM=47879
c Current CPU time (ms) : 1041.42
c starts	: 1018
c conflicts	: 2
c decisions	: 8404
c propagations	: 49982
c inspects	: 4776458
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1020
c 
c CURRENT OPTIMUM=47870
c Current CPU time (ms) : 1043.646
c starts	: 1019
c conflicts	: 2
c decisions	: 8413
c propagations	: 50031
c inspects	: 4786738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1021
c 
c CURRENT OPTIMUM=47861
c Current CPU time (ms) : 1045.904
c starts	: 1020
c conflicts	: 2
c decisions	: 8422
c propagations	: 50080
c inspects	: 4797028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1022
c 
c CURRENT OPTIMUM=47852
c Current CPU time (ms) : 1047.926
c starts	: 1021
c conflicts	: 2
c decisions	: 8430
c propagations	: 50129
c inspects	: 4806308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1023
c 
c CURRENT OPTIMUM=47843
c Current CPU time (ms) : 1050.16
c starts	: 1022
c conflicts	: 2
c decisions	: 8439
c propagations	: 50178
c inspects	: 4816618
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1024
c 
c CURRENT OPTIMUM=47834
c Current CPU time (ms) : 1052.19
c starts	: 1023
c conflicts	: 2
c decisions	: 8447
c propagations	: 50227
c inspects	: 4825916
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1025
c 
c CURRENT OPTIMUM=47825
c Current CPU time (ms) : 1054.238
c starts	: 1024
c conflicts	: 2
c decisions	: 8455
c propagations	: 50276
c inspects	: 4835223
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1026
c 
c CURRENT OPTIMUM=47816
c Current CPU time (ms) : 1056.042
c starts	: 1025
c conflicts	: 2
c decisions	: 8462
c propagations	: 50325
c inspects	: 4843515
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1027
c 
c CURRENT OPTIMUM=47807
c Current CPU time (ms) : 1058.301
c starts	: 1026
c conflicts	: 2
c decisions	: 8471
c propagations	: 50374
c inspects	: 4853865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1028
c 
c CURRENT OPTIMUM=47798
c Current CPU time (ms) : 1060.337
c starts	: 1027
c conflicts	: 2
c decisions	: 8479
c propagations	: 50423
c inspects	: 4863199
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1029
c 
c CURRENT OPTIMUM=47789
c Current CPU time (ms) : 1062.369
c starts	: 1028
c conflicts	: 2
c decisions	: 8487
c propagations	: 50472
c inspects	: 4872542
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1030
c 
c CURRENT OPTIMUM=47780
c Current CPU time (ms) : 1064.188
c starts	: 1029
c conflicts	: 2
c decisions	: 8494
c propagations	: 50521
c inspects	: 4880866
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1031
c 
c CURRENT OPTIMUM=47771
c Current CPU time (ms) : 1066.231
c starts	: 1030
c conflicts	: 2
c decisions	: 8502
c propagations	: 50570
c inspects	: 4890227
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1032
c 
c CURRENT OPTIMUM=47762
c Current CPU time (ms) : 1068.065
c starts	: 1031
c conflicts	: 2
c decisions	: 8509
c propagations	: 50619
c inspects	: 4898567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1033
c 
c CURRENT OPTIMUM=47753
c Current CPU time (ms) : 1069.895
c starts	: 1032
c conflicts	: 2
c decisions	: 8516
c propagations	: 50668
c inspects	: 4906915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1034
c 
c CURRENT OPTIMUM=47744
c Current CPU time (ms) : 1071.52
c starts	: 1033
c conflicts	: 2
c decisions	: 8522
c propagations	: 50717
c inspects	: 4914239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1035
c 
c CURRENT OPTIMUM=47735
c Current CPU time (ms) : 1074.424
c starts	: 1034
c conflicts	: 2
c decisions	: 8534
c propagations	: 50766
c inspects	: 4927768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1036
c 
c CURRENT OPTIMUM=47726
c Current CPU time (ms) : 1077.119
c starts	: 1035
c conflicts	: 2
c decisions	: 8545
c propagations	: 50815
c inspects	: 4940276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1037
c 
c CURRENT OPTIMUM=47717
c Current CPU time (ms) : 1079.819
c starts	: 1036
c conflicts	: 2
c decisions	: 8556
c propagations	: 50864
c inspects	: 4952796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1038
c 
c CURRENT OPTIMUM=47708
c Current CPU time (ms) : 1082.289
c starts	: 1037
c conflicts	: 2
c decisions	: 8566
c propagations	: 50913
c inspects	: 4964292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1039
c 
c CURRENT OPTIMUM=47699
c Current CPU time (ms) : 1084.983
c starts	: 1038
c conflicts	: 2
c decisions	: 8577
c propagations	: 50962
c inspects	: 4976836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1040
c 
c CURRENT OPTIMUM=47690
c Current CPU time (ms) : 1087.493
c starts	: 1039
c conflicts	: 2
c decisions	: 8587
c propagations	: 51011
c inspects	: 4988354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1041
c 
c CURRENT OPTIMUM=47681
c Current CPU time (ms) : 1090.005
c starts	: 1040
c conflicts	: 2
c decisions	: 8597
c propagations	: 51060
c inspects	: 4999883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1042
c 
c CURRENT OPTIMUM=47672
c Current CPU time (ms) : 1092.282
c starts	: 1041
c conflicts	: 2
c decisions	: 8606
c propagations	: 51109
c inspects	: 5010383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1043
c 
c CURRENT OPTIMUM=47663
c Current CPU time (ms) : 1095.003
c starts	: 1042
c conflicts	: 2
c decisions	: 8617
c propagations	: 51158
c inspects	: 5022975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1044
c 
c CURRENT OPTIMUM=47654
c Current CPU time (ms) : 1097.513
c starts	: 1043
c conflicts	: 2
c decisions	: 8627
c propagations	: 51207
c inspects	: 5034537
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1045
c 
c CURRENT OPTIMUM=47645
c Current CPU time (ms) : 1100.009
c starts	: 1044
c conflicts	: 2
c decisions	: 8637
c propagations	: 51256
c inspects	: 5046110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1046
c 
c CURRENT OPTIMUM=47636
c Current CPU time (ms) : 1102.318
c starts	: 1045
c conflicts	: 2
c decisions	: 8646
c propagations	: 51305
c inspects	: 5056650
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1047
c 
c CURRENT OPTIMUM=47627
c Current CPU time (ms) : 1104.839
c starts	: 1046
c conflicts	: 2
c decisions	: 8656
c propagations	: 51354
c inspects	: 5068245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1048
c 
c CURRENT OPTIMUM=47618
c Current CPU time (ms) : 1107.13
c starts	: 1047
c conflicts	: 2
c decisions	: 8665
c propagations	: 51403
c inspects	: 5078805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1049
c 
c CURRENT OPTIMUM=47609
c Current CPU time (ms) : 1109.426
c starts	: 1048
c conflicts	: 2
c decisions	: 8674
c propagations	: 51452
c inspects	: 5089375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1050
c 
c CURRENT OPTIMUM=47600
c Current CPU time (ms) : 1111.53
c starts	: 1049
c conflicts	: 2
c decisions	: 8682
c propagations	: 51501
c inspects	: 5098907
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1051
c 
c CURRENT OPTIMUM=47591
c Current CPU time (ms) : 1114.268
c starts	: 1050
c conflicts	: 2
c decisions	: 8693
c propagations	: 51550
c inspects	: 5111595
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1052
c 
c CURRENT OPTIMUM=47582
c Current CPU time (ms) : 1116.78
c starts	: 1051
c conflicts	: 2
c decisions	: 8703
c propagations	: 51599
c inspects	: 5123245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1053
c 
c CURRENT OPTIMUM=47573
c Current CPU time (ms) : 1119.321
c starts	: 1052
c conflicts	: 2
c decisions	: 8713
c propagations	: 51648
c inspects	: 5134906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1054
c 
c CURRENT OPTIMUM=47564
c Current CPU time (ms) : 1121.629
c starts	: 1053
c conflicts	: 2
c decisions	: 8722
c propagations	: 51697
c inspects	: 5145526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1055
c 
c CURRENT OPTIMUM=47555
c Current CPU time (ms) : 1124.17
c starts	: 1054
c conflicts	: 2
c decisions	: 8732
c propagations	: 51746
c inspects	: 5157209
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1056
c 
c CURRENT OPTIMUM=47546
c Current CPU time (ms) : 1126.493
c starts	: 1055
c conflicts	: 2
c decisions	: 8741
c propagations	: 51795
c inspects	: 5167849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1057
c 
c CURRENT OPTIMUM=47537
c Current CPU time (ms) : 1128.807
c starts	: 1056
c conflicts	: 2
c decisions	: 8750
c propagations	: 51844
c inspects	: 5178499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1058
c 
c CURRENT OPTIMUM=47528
c Current CPU time (ms) : 1130.9
c starts	: 1057
c conflicts	: 2
c decisions	: 8758
c propagations	: 51893
c inspects	: 5188103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1059
c 
c CURRENT OPTIMUM=47519
c Current CPU time (ms) : 1133.446
c starts	: 1058
c conflicts	: 2
c decisions	: 8768
c propagations	: 51942
c inspects	: 5199830
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1060
c 
c CURRENT OPTIMUM=47510
c Current CPU time (ms) : 1135.754
c starts	: 1059
c conflicts	: 2
c decisions	: 8777
c propagations	: 51991
c inspects	: 5210510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1061
c 
c CURRENT OPTIMUM=47501
c Current CPU time (ms) : 1138.095
c starts	: 1060
c conflicts	: 2
c decisions	: 8786
c propagations	: 52040
c inspects	: 5221200
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1062
c 
c CURRENT OPTIMUM=47492
c Current CPU time (ms) : 1140.187
c starts	: 1061
c conflicts	: 2
c decisions	: 8794
c propagations	: 52089
c inspects	: 5230840
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1063
c 
c CURRENT OPTIMUM=47483
c Current CPU time (ms) : 1142.528
c starts	: 1062
c conflicts	: 2
c decisions	: 8803
c propagations	: 52138
c inspects	: 5241550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1064
c 
c CURRENT OPTIMUM=47474
c Current CPU time (ms) : 1144.63
c starts	: 1063
c conflicts	: 2
c decisions	: 8811
c propagations	: 52187
c inspects	: 5251208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1065
c 
c CURRENT OPTIMUM=47465
c Current CPU time (ms) : 1146.732
c starts	: 1064
c conflicts	: 2
c decisions	: 8819
c propagations	: 52236
c inspects	: 5260875
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1066
c 
c CURRENT OPTIMUM=47456
c Current CPU time (ms) : 1148.623
c starts	: 1065
c conflicts	: 2
c decisions	: 8826
c propagations	: 52285
c inspects	: 5269487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1067
c 
c CURRENT OPTIMUM=47447
c Current CPU time (ms) : 1151.397
c starts	: 1066
c conflicts	: 2
c decisions	: 8837
c propagations	: 52334
c inspects	: 5282367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1068
c 
c CURRENT OPTIMUM=47438
c Current CPU time (ms) : 1153.961
c starts	: 1067
c conflicts	: 2
c decisions	: 8847
c propagations	: 52383
c inspects	: 5294193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1069
c 
c CURRENT OPTIMUM=47429
c Current CPU time (ms) : 1156.531
c starts	: 1068
c conflicts	: 2
c decisions	: 8857
c propagations	: 52432
c inspects	: 5306030
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1070
c 
c CURRENT OPTIMUM=47420
c Current CPU time (ms) : 1158.862
c starts	: 1069
c conflicts	: 2
c decisions	: 8866
c propagations	: 52481
c inspects	: 5316810
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1071
c 
c CURRENT OPTIMUM=47411
c Current CPU time (ms) : 1161.438
c starts	: 1070
c conflicts	: 2
c decisions	: 8876
c propagations	: 52530
c inspects	: 5328669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1072
c 
c CURRENT OPTIMUM=47402
c Current CPU time (ms) : 1163.77
c starts	: 1071
c conflicts	: 2
c decisions	: 8885
c propagations	: 52579
c inspects	: 5339469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1073
c 
c CURRENT OPTIMUM=47393
c Current CPU time (ms) : 1166.134
c starts	: 1072
c conflicts	: 2
c decisions	: 8894
c propagations	: 52628
c inspects	: 5350279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1074
c 
c CURRENT OPTIMUM=47384
c Current CPU time (ms) : 1168.24
c starts	: 1073
c conflicts	: 2
c decisions	: 8902
c propagations	: 52677
c inspects	: 5360027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1075
c 
c CURRENT OPTIMUM=47375
c Current CPU time (ms) : 1170.828
c starts	: 1074
c conflicts	: 2
c decisions	: 8912
c propagations	: 52726
c inspects	: 5371930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1076
c 
c CURRENT OPTIMUM=47366
c Current CPU time (ms) : 1173.156
c starts	: 1075
c conflicts	: 2
c decisions	: 8921
c propagations	: 52775
c inspects	: 5382770
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1077
c 
c CURRENT OPTIMUM=47357
c Current CPU time (ms) : 1175.519
c starts	: 1076
c conflicts	: 2
c decisions	: 8930
c propagations	: 52824
c inspects	: 5393620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1078
c 
c CURRENT OPTIMUM=47348
c Current CPU time (ms) : 1177.657
c starts	: 1077
c conflicts	: 2
c decisions	: 8938
c propagations	: 52873
c inspects	: 5403404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1079
c 
c CURRENT OPTIMUM=47339
c Current CPU time (ms) : 1180.02
c starts	: 1078
c conflicts	: 2
c decisions	: 8947
c propagations	: 52922
c inspects	: 5414274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1080
c 
c CURRENT OPTIMUM=47330
c Current CPU time (ms) : 1182.139
c starts	: 1079
c conflicts	: 2
c decisions	: 8955
c propagations	: 52971
c inspects	: 5424076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1081
c 
c CURRENT OPTIMUM=47321
c Current CPU time (ms) : 1184.256
c starts	: 1080
c conflicts	: 2
c decisions	: 8963
c propagations	: 53020
c inspects	: 5433887
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1082
c 
c CURRENT OPTIMUM=47312
c Current CPU time (ms) : 1186.168
c starts	: 1081
c conflicts	: 2
c decisions	: 8970
c propagations	: 53069
c inspects	: 5442627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1083
c 
c CURRENT OPTIMUM=47303
c Current CPU time (ms) : 1188.752
c starts	: 1082
c conflicts	: 2
c decisions	: 8980
c propagations	: 53118
c inspects	: 5454618
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1084
c 
c CURRENT OPTIMUM=47294
c Current CPU time (ms) : 1191.121
c starts	: 1083
c conflicts	: 2
c decisions	: 8989
c propagations	: 53167
c inspects	: 5465538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1085
c 
c CURRENT OPTIMUM=47285
c Current CPU time (ms) : 1193.468
c starts	: 1084
c conflicts	: 2
c decisions	: 8998
c propagations	: 53216
c inspects	: 5476468
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1086
c 
c CURRENT OPTIMUM=47276
c Current CPU time (ms) : 1195.608
c starts	: 1085
c conflicts	: 2
c decisions	: 9006
c propagations	: 53265
c inspects	: 5486324
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1087
c 
c CURRENT OPTIMUM=47267
c Current CPU time (ms) : 1197.979
c starts	: 1086
c conflicts	: 2
c decisions	: 9015
c propagations	: 53314
c inspects	: 5497274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1088
c 
c CURRENT OPTIMUM=47258
c Current CPU time (ms) : 1200.118
c starts	: 1087
c conflicts	: 2
c decisions	: 9023
c propagations	: 53363
c inspects	: 5507148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1089
c 
c CURRENT OPTIMUM=47249
c Current CPU time (ms) : 1202.283
c starts	: 1088
c conflicts	: 2
c decisions	: 9031
c propagations	: 53412
c inspects	: 5517031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1090
c 
c CURRENT OPTIMUM=47240
c Current CPU time (ms) : 1204.21
c starts	: 1089
c conflicts	: 2
c decisions	: 9038
c propagations	: 53461
c inspects	: 5525835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1091
c 
c CURRENT OPTIMUM=47231
c Current CPU time (ms) : 1206.57
c starts	: 1090
c conflicts	: 2
c decisions	: 9047
c propagations	: 53510
c inspects	: 5536825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1092
c 
c CURRENT OPTIMUM=47222
c Current CPU time (ms) : 1208.749
c starts	: 1091
c conflicts	: 2
c decisions	: 9055
c propagations	: 53559
c inspects	: 5546735
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1093
c 
c CURRENT OPTIMUM=47213
c Current CPU time (ms) : 1210.894
c starts	: 1092
c conflicts	: 2
c decisions	: 9063
c propagations	: 53608
c inspects	: 5556654
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1094
c 
c CURRENT OPTIMUM=47204
c Current CPU time (ms) : 1212.818
c starts	: 1093
c conflicts	: 2
c decisions	: 9070
c propagations	: 53657
c inspects	: 5565490
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1095
c 
c CURRENT OPTIMUM=47195
c Current CPU time (ms) : 1214.979
c starts	: 1094
c conflicts	: 2
c decisions	: 9078
c propagations	: 53706
c inspects	: 5575427
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1096
c 
c CURRENT OPTIMUM=47186
c Current CPU time (ms) : 1216.901
c starts	: 1095
c conflicts	: 2
c decisions	: 9085
c propagations	: 53755
c inspects	: 5584279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1097
c 
c CURRENT OPTIMUM=47177
c Current CPU time (ms) : 1218.84
c starts	: 1096
c conflicts	: 2
c decisions	: 9092
c propagations	: 53804
c inspects	: 5593139
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1098
c 
c CURRENT OPTIMUM=47168
c Current CPU time (ms) : 1220.547
c starts	: 1097
c conflicts	: 2
c decisions	: 9098
c propagations	: 53853
c inspects	: 5600911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1099
c 
c CURRENT OPTIMUM=47159
c Current CPU time (ms) : 1223.387
c starts	: 1098
c conflicts	: 2
c decisions	: 9109
c propagations	: 53902
c inspects	: 5614175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1100
c 
c CURRENT OPTIMUM=47150
c Current CPU time (ms) : 1226.015
c starts	: 1099
c conflicts	: 2
c decisions	: 9119
c propagations	: 53951
c inspects	: 5626353
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1101
c 
c CURRENT OPTIMUM=47141
c Current CPU time (ms) : 1228.628
c starts	: 1100
c conflicts	: 2
c decisions	: 9129
c propagations	: 54000
c inspects	: 5638542
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1102
c 
c CURRENT OPTIMUM=47132
c Current CPU time (ms) : 1231.014
c starts	: 1101
c conflicts	: 2
c decisions	: 9138
c propagations	: 54049
c inspects	: 5649642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1103
c 
c CURRENT OPTIMUM=47123
c Current CPU time (ms) : 1233.642
c starts	: 1102
c conflicts	: 2
c decisions	: 9148
c propagations	: 54098
c inspects	: 5661853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1104
c 
c CURRENT OPTIMUM=47114
c Current CPU time (ms) : 1236.055
c starts	: 1103
c conflicts	: 2
c decisions	: 9157
c propagations	: 54147
c inspects	: 5672973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1105
c 
c CURRENT OPTIMUM=47105
c Current CPU time (ms) : 1238.451
c starts	: 1104
c conflicts	: 2
c decisions	: 9166
c propagations	: 54196
c inspects	: 5684103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1106
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.92 0.97 0.91 1/54 15642
Raw data (stat): 15642 (runsolver) R 15641 23176 23175 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 540277814 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0007 s]
Raw data (loadavg): 1.09 1.00 0.92 2/64 15713
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18148 7 1 0 733 41 2 0 25 0 11 0 540277814 877158400 24011 4294967295 134512640 134569956 3221224400 3221214784 1131244160 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214150 24011 13073 16 0 214134 0
vsize: 856600
[startup+20.0012 s]
Raw data (loadavg): 1.08 1.00 0.92 2/64 15775
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 1696 43 3 2 25 0 11 0 540277814 874123264 23728 4294967295 134512640 134569956 3221224400 3221214784 1131238981 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 23728 13073 16 0 213393 0
vsize: 853636
[startup+30.0025 s]
Raw data (loadavg): 1.15 1.02 0.93 2/64 15818
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 2629 45 5 2 25 0 11 0 540277814 874123264 23993 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 23993 13073 16 0 213393 0
vsize: 853636
[startup+40.0035 s]
Raw data (loadavg): 1.12 1.02 0.93 2/64 15854
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 3591 47 6 3 25 0 11 0 540277814 874123264 24280 4294967295 134512640 134569956 3221224400 3221214784 1131233025 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 24280 13073 16 0 213393 0
vsize: 853636
[startup+50.004 s]
Raw data (loadavg): 1.10 1.02 0.93 2/64 15879
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 4561 48 7 4 25 0 11 0 540277814 874123264 24377 4294967295 134512640 134569956 3221224400 3221214784 1131250841 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 24377 13073 16 0 213393 0
vsize: 853636
[startup+60.0043 s]
Raw data (loadavg): 1.09 1.02 0.93 2/64 15903
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 5535 49 7 4 25 0 11 0 540277814 874123264 24510 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 24510 13073 16 0 213393 0
vsize: 853636
[startup+70.0052 s]
Raw data (loadavg): 1.07 1.01 0.93 2/64 15923
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 6510 50 8 4 25 0 11 0 540277814 874123264 24657 4294967295 134512640 134569956 3221224400 3221214784 1131241825 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 24657 13073 16 0 213393 0
vsize: 853636
[startup+80.0057 s]
Raw data (loadavg): 1.06 1.01 0.93 2/64 15943
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 7487 51 8 4 25 0 11 0 540277814 874123264 24741 4294967295 134512640 134569956 3221224400 3221214784 1131237708 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 24741 13073 16 0 213393 0
vsize: 853636
[startup+90.0145 s]
Raw data (loadavg): 1.05 1.01 0.93 2/64 15961
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 8463 53 9 5 25 0 11 0 540277814 874123264 24885 4294967295 134512640 134569956 3221224400 3221214784 1131235209 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 24885 13073 16 0 213393 0
vsize: 853636
[startup+100.015 s]
Raw data (loadavg): 1.04 1.01 0.93 2/64 15980
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 9439 54 10 5 25 0 11 0 540277814 874123264 25030 4294967295 134512640 134569956 3221224400 3221214784 1131245598 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25030 13073 16 0 213393 0
vsize: 853636
[startup+110.016 s]
Raw data (loadavg): 1.04 1.01 0.93 2/64 15998
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 10418 55 11 5 25 0 11 0 540277814 874123264 25156 4294967295 134512640 134569956 3221224400 3221214784 1131250859 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25156 13073 16 0 213393 0
vsize: 853636
[startup+120.024 s]
Raw data (loadavg): 1.03 1.01 0.93 2/64 16015
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 11394 56 12 5 25 0 11 0 540277814 874123264 25268 4294967295 134512640 134569956 3221224400 3221214784 1131238981 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25268 13073 16 0 213393 0
vsize: 853636
[startup+130.024 s]
Raw data (loadavg): 1.02 1.01 0.93 2/64 16034
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 12371 58 12 6 25 0 11 0 540277814 874123264 25420 4294967295 134512640 134569956 3221224400 3221214784 1131246591 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25420 13073 16 0 213393 0
vsize: 853636
[startup+140.029 s]
Raw data (loadavg): 1.02 1.01 0.93 2/64 16047
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 13347 58 13 6 25 0 11 0 540277814 874123264 25555 4294967295 134512640 134569956 3221224400 3221214784 1131250830 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25555 13073 16 0 213393 0
vsize: 853636
[startup+150.034 s]
Raw data (loadavg): 1.02 1.01 0.93 2/64 16059
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 14322 59 13 6 25 0 11 0 540277814 874123264 25676 4294967295 134512640 134569956 3221224400 3221214784 1131244356 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25676 13073 16 0 213393 0
vsize: 853636
[startup+160.136 s]
Raw data (loadavg): 1.01 1.01 0.93 2/64 16072
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 15308 60 14 6 16 0 11 0 540277814 874123264 25818 4294967295 134512640 134569956 3221224400 3221214784 1131235209 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25818 13073 16 0 213393 0
vsize: 853636
[startup+170.142 s]
Raw data (loadavg): 1.01 1.00 0.93 2/64 16083
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 16288 61 15 6 25 0 11 0 540277814 874123264 25963 4294967295 134512640 134569956 3221224400 3221214816 1131158500 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 25963 13073 16 0 213393 0
vsize: 853636
[startup+180.144 s]
Raw data (loadavg): 1.01 1.00 0.93 2/64 16094
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 17267 61 15 6 25 0 11 0 540277814 874123264 26045 4294967295 134512640 134569956 3221224400 3221214784 1131246663 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 26045 13073 16 0 213393 0
vsize: 853636
[startup+190.146 s]
Raw data (loadavg): 1.01 1.00 0.93 2/64 16106
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 18243 62 16 7 25 0 11 0 540277814 874123264 26190 4294967295 134512640 134569956 3221224400 3221214784 1131246693 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 26190 13073 16 0 213393 0
vsize: 853636
[startup+200.255 s]
Raw data (loadavg): 1.01 1.00 0.93 2/64 16118
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 19229 63 16 7 25 0 11 0 540277814 874123264 26359 4294967295 134512640 134569956 3221224400 3221214784 1131247935 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 26359 13073 16 0 213393 0
vsize: 853636
[startup+210.257 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16129
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 20203 63 17 7 24 0 11 0 540277814 874123264 26541 4294967295 134512640 134569956 3221224400 3221214784 1131250841 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 26541 13073 16 0 213393 0
vsize: 853636
[startup+220.258 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16140
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 21181 64 17 8 25 0 11 0 540277814 874123264 26692 4294967295 134512640 134569956 3221224400 3221214784 1131244089 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 26692 13073 16 0 213393 0
vsize: 853636
[startup+230.259 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16151
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 22156 65 18 8 25 0 11 0 540277814 874123264 26872 4294967295 134512640 134569956 3221224400 3221214784 1131244133 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 26872 13073 16 0 213393 0
vsize: 853636
[startup+240.26 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16163
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 23130 66 18 8 25 0 11 0 540277814 874123264 27032 4294967295 134512640 134569956 3221224400 3221214784 1131241858 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 27032 13073 16 0 213393 0
vsize: 853636
[startup+250.261 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16176
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 24104 67 19 8 25 0 11 0 540277814 874123264 27175 4294967295 134512640 134569956 3221224400 3221214784 1131242623 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27175 13073 16 0 213393 0
vsize: 853636
[startup+260.272 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16186
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 25081 68 19 8 19 0 11 0 540277814 874123264 27327 4294967295 134512640 134569956 3221224400 3221214784 1131241821 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27327 13073 16 0 213393 0
vsize: 853636
[startup+270.286 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16195
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 26058 68 20 8 25 0 11 0 540277814 874123264 27481 4294967295 134512640 134569956 3221224400 3221214784 1131247870 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27481 13073 16 0 213393 0
vsize: 853636
[startup+280.287 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16205
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 27022 70 20 8 25 0 11 0 540277814 874123264 27633 4294967295 134512640 134569956 3221224400 3221214784 1131234394 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27633 13073 16 0 213393 0
vsize: 853636
[startup+290.293 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16214
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 27997 70 20 9 25 0 11 0 540277814 874123264 27785 4294967295 134512640 134569956 3221224400 3221214784 1131239063 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27785 13073 16 0 213393 0
vsize: 853636
[startup+300.294 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16223
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 28972 71 21 9 24 0 11 0 540277814 874123264 27934 4294967295 134512640 134569956 3221224400 3221214784 1131234179 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 27934 13073 16 0 213393 0
vsize: 853636
[startup+310.294 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16231
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 29949 72 21 9 25 0 11 0 540277814 874123264 28080 4294967295 134512640 134569956 3221224400 3221214784 1131241935 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 28080 13073 16 0 213393 0
vsize: 853636
[startup+320.299 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16239
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 30924 73 22 9 25 0 11 0 540277814 874123264 28236 4294967295 134512640 134569956 3221224400 3221214784 1131233137 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28236 13073 16 0 213393 0
vsize: 853636
[startup+330.305 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16247
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 31903 74 22 9 25 0 11 0 540277814 874123264 28396 4294967295 134512640 134569956 3221224400 3221214784 1131235209 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28396 13073 16 0 213393 0
vsize: 853636
[startup+340.306 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16255
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 32882 74 22 10 25 0 11 0 540277814 874123264 28505 4294967295 134512640 134569956 3221224400 3221214784 1131238280 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28505 13073 16 0 213393 0
vsize: 853636
[startup+350.306 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16264
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 33860 75 22 10 25 0 11 0 540277814 874123264 28614 4294967295 134512640 134569956 3221224400 3221214784 1131247079 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28614 13073 16 0 213393 0
vsize: 853636
[startup+360.307 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16272
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 34838 76 23 10 24 0 11 0 540277814 874123264 28736 4294967295 134512640 134569956 3221224400 3221214784 1131243430 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28736 13073 16 0 213393 0
vsize: 853636
[startup+370.307 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16280
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 35818 77 23 10 25 0 11 0 540277814 874123264 28842 4294967295 134512640 134569956 3221224400 3221214784 1131235382 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28842 13073 16 0 213393 0
vsize: 853636
[startup+380.308 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16288
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 36797 77 23 10 25 0 11 0 540277814 874123264 28960 4294967295 134512640 134569956 3221224400 3221214784 1131250944 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 28960 13073 16 0 213393 0
vsize: 853636
[startup+390.309 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16297
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 37776 78 24 10 25 0 11 0 540277814 874123264 29073 4294967295 134512640 134569956 3221224400 3221214784 1131246710 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29073 13073 16 0 213393 0
vsize: 853636
[startup+400.309 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16306
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 38754 79 24 11 25 0 11 0 540277814 874123264 29186 4294967295 134512640 134569956 3221224400 3221214784 1131240436 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29186 13073 16 0 213393 0
vsize: 853636
[startup+410.31 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16314
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 39732 79 25 11 25 0 11 0 540277814 874123264 29293 4294967295 134512640 134569956 3221224400 3221214784 1131241529 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29293 13073 16 0 213393 0
vsize: 853636
[startup+420.31 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16321
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 40709 80 25 11 25 0 11 0 540277814 874123264 29395 4294967295 134512640 134569956 3221224400 3221214784 1131246693 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29395 13073 16 0 213393 0
vsize: 853636
[startup+430.312 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16328
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 41688 81 25 11 24 0 11 0 540277814 874123264 29563 4294967295 134512640 134569956 3221224400 3221214680 1131146343 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29563 13073 16 0 213393 0
vsize: 853636
[startup+440.313 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16336
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 42670 82 26 11 25 0 11 0 540277814 874123264 29657 4294967295 134512640 134569956 3221224400 3221214784 1131247036 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29657 13073 16 0 213393 0
vsize: 853636
[startup+450.312 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16344
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 43649 83 26 11 25 0 11 0 540277814 874123264 29763 4294967295 134512640 134569956 3221224400 3221214784 1131250830 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 29763 13073 16 0 213393 0
vsize: 853636
[startup+460.313 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16351
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18149 7 1 0 44627 83 26 11 25 0 11 0 540277814 874123264 29872 4294967295 134512640 134569956 3221224400 3221214784 1131248180 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 29872 13073 16 0 213393 0
vsize: 853636
[startup+470.314 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16360
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 45607 84 27 11 25 0 11 0 540277814 874123264 29976 4294967295 134512640 134569956 3221224400 3221214784 1131247921 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 29976 13073 16 0 213393 0
vsize: 853636
[startup+480.315 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16367
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 46586 84 27 12 25 0 11 0 540277814 874123264 30128 4294967295 134512640 134569956 3221224400 3221214784 1131235209 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30128 13073 16 0 213393 0
vsize: 853636
[startup+490.315 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16376
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 47566 84 27 12 17 0 11 0 540277814 874123264 30242 4294967295 134512640 134569956 3221224400 3221214784 1131238981 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30242 13073 16 0 213393 0
vsize: 853636
[startup+500.316 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16384
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 48547 85 27 12 25 0 11 0 540277814 874123264 30337 4294967295 134512640 134569956 3221224400 3221214784 1131251569 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30337 13073 16 0 213393 0
vsize: 853636
[startup+510.317 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16392
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 49526 86 28 12 25 0 11 0 540277814 874123264 30437 4294967295 134512640 134569956 3221224400 3221214784 1131250830 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30437 13073 16 0 213393 0
vsize: 853636
[startup+520.317 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16399
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 50506 86 28 12 25 0 11 0 540277814 874123264 30548 4294967295 134512640 134569956 3221224400 3221214784 1131235254 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30548 13073 16 0 213393 0
vsize: 853636
[startup+530.318 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16406
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 51488 87 28 13 25 0 11 0 540277814 874123264 30644 4294967295 134512640 134569956 3221224400 3221214784 1131241825 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30644 13073 16 0 213393 0
vsize: 853636
[startup+540.319 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16413
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 52469 87 29 13 25 0 11 0 540277814 874123264 30769 4294967295 134512640 134569956 3221224400 3221214784 1131233408 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30769 13073 16 0 213393 0
vsize: 853636
[startup+550.319 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16421
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 53448 88 29 13 25 0 11 0 540277814 874123264 30852 4294967295 134512640 134569956 3221224400 3221214784 1131241825 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30852 13073 16 0 213393 0
vsize: 853636
[startup+560.32 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16428
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 54423 88 29 13 25 0 11 0 540277814 874123264 30934 4294967295 134512640 134569956 3221224400 3221214784 1131239141 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 30934 13073 16 0 213393 0
vsize: 853636
[startup+570.32 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16435
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 55393 88 30 13 25 0 11 0 540277814 874123264 31014 4294967295 134512640 134569956 3221224400 3221214784 1131235163 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31014 13073 16 0 213393 0
vsize: 853636
[startup+580.321 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16443
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 56363 89 30 14 25 0 11 0 540277814 874123264 31204 4294967295 134512640 134569956 3221224400 3221214784 1131242685 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31204 13073 16 0 213393 0
vsize: 853636
[startup+590.322 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16451
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 57340 89 30 14 25 0 11 0 540277814 874123264 31295 4294967295 134512640 134569956 3221224400 3221214784 1131234354 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31295 13073 16 0 213393 0
vsize: 853636
[startup+600.322 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16456
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 58314 89 30 14 25 0 11 0 540277814 874123264 31488 4294967295 134512640 134569956 3221224400 3221214784 1131238166 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31488 13073 16 0 213393 0
vsize: 853636
[startup+610.323 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16462
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 59286 90 31 14 24 0 11 0 540277814 874123264 31702 4294967295 134512640 134569956 3221224400 3221214784 1131235440 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31702 13073 16 0 213393 0
vsize: 853636
[startup+620.324 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16467
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 60260 91 31 14 25 0 11 0 540277814 874123264 31882 4294967295 134512640 134569956 3221224400 3221214784 1131244072 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 31882 13073 16 0 213393 0
vsize: 853636
[startup+630.325 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16472
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 61231 91 31 14 25 0 11 0 540277814 874123264 32091 4294967295 134512640 134569956 3221224400 3221214784 1131250826 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 32091 13073 16 0 213393 0
vsize: 853636
[startup+640.326 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16477
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 62204 92 31 14 25 0 11 0 540277814 874123264 32281 4294967295 134512640 134569956 3221224400 3221214784 1131251705 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 32281 13073 16 0 213393 0
vsize: 853636
[startup+650.326 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16482
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 63178 92 31 15 25 0 11 0 540277814 874123264 32484 4294967295 134512640 134569956 3221224400 3221214784 1131241828 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 32484 13073 16 0 213393 0
vsize: 853636
[startup+660.327 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16488
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 64151 93 32 15 25 0 11 0 540277814 874123264 32679 4294967295 134512640 134569956 3221224400 3221214784 1131246658 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 32679 13073 16 0 213393 0
vsize: 853636
[startup+670.328 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16493
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 65124 93 32 15 24 0 11 0 540277814 874123264 32886 4294967295 134512640 134569956 3221224400 3221214784 1131245604 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 32886 13073 16 0 213393 0
vsize: 853636
[startup+680.329 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16498
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 66101 93 32 15 25 0 11 0 540277814 874123264 33034 4294967295 134512640 134569956 3221224400 3221214784 1131241810 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33034 13073 16 0 213393 0
vsize: 853636
[startup+690.329 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16503
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 67074 93 32 15 25 0 11 0 540277814 874123264 33202 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33202 13073 16 0 213393 0
vsize: 853636
[startup+700.33 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16508
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 68046 94 32 15 24 0 11 0 540277814 874123264 33386 4294967295 134512640 134569956 3221224400 3221214784 1131234504 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33386 13073 16 0 213393 0
vsize: 853636
[startup+710.33 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16513
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 69021 94 33 15 25 0 11 0 540277814 874123264 33541 4294967295 134512640 134569956 3221224400 3221214960 1131192399 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33541 13073 16 0 213393 0
vsize: 853636
[startup+720.331 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16518
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 69994 94 33 15 25 0 11 0 540277814 874123264 33770 4294967295 134512640 134569956 3221224400 3221214784 1131236053 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33770 13073 16 0 213393 0
vsize: 853636
[startup+730.332 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16524
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 70966 94 33 15 24 0 11 0 540277814 874123264 33948 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 33948 13073 16 0 213393 0
vsize: 853636
[startup+740.332 s]
Raw data (loadavg): 1.00 1.00 0.93 2/64 16529
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 71941 95 33 15 25 0 11 0 540277814 874123264 34113 4294967295 134512640 134569956 3221224400 3221214784 1131241821 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 34113 13073 16 0 213393 0
vsize: 853636
[startup+750.333 s]
Raw data (loadavg): 1.15 1.03 0.94 2/64 16534
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 72914 95 33 15 25 0 11 0 540277814 874123264 34310 4294967295 134512640 134569956 3221224400 3221214784 1131235209 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 34310 13073 16 0 213393 0
vsize: 853636
[startup+760.333 s]
Raw data (loadavg): 1.13 1.03 0.94 2/64 16540
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 73888 95 34 15 16 0 11 0 540277814 874123264 34505 4294967295 134512640 134569956 3221224400 3221214784 1131250444 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 34505 13073 16 0 213393 0
vsize: 853636
[startup+770.334 s]
Raw data (loadavg): 1.11 1.03 0.94 2/64 16545
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 74862 96 34 16 24 0 11 0 540277814 874123264 34666 4294967295 134512640 134569956 3221224400 3221214784 1131241915 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 34666 13073 16 0 213393 0
vsize: 853636
[startup+780.335 s]
Raw data (loadavg): 1.09 1.03 0.94 2/64 16550
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 75837 96 34 16 25 0 11 0 540277814 874123264 34831 4294967295 134512640 134569956 3221224400 3221214784 1131248769 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 34831 13073 16 0 213393 0
vsize: 853636
[startup+790.336 s]
Raw data (loadavg): 1.08 1.03 0.94 2/64 16557
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 76806 97 34 16 25 0 11 0 540277814 874123264 35002 4294967295 134512640 134569956 3221224400 3221214784 1131245612 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35002 13073 16 0 213393 0
vsize: 853636
[startup+800.337 s]
Raw data (loadavg): 1.06 1.03 0.94 2/64 16561
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 77777 98 35 16 25 0 11 0 540277814 874123264 35188 4294967295 134512640 134569956 3221224400 3221214816 1131157739 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35188 13073 16 0 213393 0
vsize: 853636
[startup+810.338 s]
Raw data (loadavg): 1.13 1.04 0.94 2/64 16565
Raw data (stat): 15642 (java) S 15641 23176 23175 0 -1 0 18150 7 1 0 78749 99 35 16 25 0 11 0 540277814 874123264 35361 4294967295 134512640 134569956 3221224400 3221213488 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35361 13073 16 0 213393 0
vsize: 853636
[startup+820.338 s]
Raw data (loadavg): 1.11 1.04 0.94 2/64 16569
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 79723 99 35 16 25 0 11 0 540277814 874123264 35540 4294967295 134512640 134569956 3221224400 3221214784 1131248170 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35540 13073 16 0 213393 0
vsize: 853636
[startup+830.34 s]
Raw data (loadavg): 1.09 1.04 0.94 2/64 16573
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 80697 100 35 16 25 0 11 0 540277814 874123264 35761 4294967295 134512640 134569956 3221224400 3221214784 1131247117 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35761 13073 16 0 213393 0
vsize: 853636
[startup+840.348 s]
Raw data (loadavg): 1.08 1.04 0.94 2/64 16578
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 81674 101 36 16 25 0 11 0 540277814 874123264 35886 4294967295 134512640 134569956 3221224400 3221214784 1131250396 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 35886 13073 16 0 213393 0
vsize: 853636
[startup+850.349 s]
Raw data (loadavg): 1.06 1.03 0.94 2/64 16582
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 82649 101 36 16 25 0 11 0 540277814 874123264 36025 4294967295 134512640 134569956 3221224400 3221214784 1131248106 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36025 13073 16 0 213393 0
vsize: 853636
[startup+860.35 s]
Raw data (loadavg): 1.05 1.03 0.94 2/64 16587
Raw data (stat): 15642 (java) S 15641 23176 23175 0 -1 0 18150 7 1 0 83624 102 36 16 25 0 11 0 540277814 874123264 36163 4294967295 134512640 134569956 3221224400 3221213528 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36163 13073 16 0 213393 0
vsize: 853636
[startup+870.35 s]
Raw data (loadavg): 1.05 1.03 0.94 2/64 16591
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 84600 102 36 16 25 0 11 0 540277814 874123264 36306 4294967295 134512640 134569956 3221224400 3221214784 1131239002 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36306 13073 16 0 213393 0
vsize: 853636
[startup+880.351 s]
Raw data (loadavg): 1.04 1.03 0.94 2/64 16596
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 85575 103 37 16 25 0 11 0 540277814 874123264 36448 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36448 13073 16 0 213393 0
vsize: 853636
[startup+890.351 s]
Raw data (loadavg): 1.03 1.03 0.94 2/64 16600
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 86550 103 37 17 25 0 11 0 540277814 874123264 36591 4294967295 134512640 134569956 3221224400 3221214784 1131233408 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36591 13073 16 0 213393 0
vsize: 853636
[startup+900.351 s]
Raw data (loadavg): 1.03 1.03 0.94 2/64 16605
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 87524 104 37 17 25 0 11 0 540277814 874123264 36745 4294967295 134512640 134569956 3221224400 3221214784 1131247072 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36745 13073 16 0 213393 0
vsize: 853636
[startup+910.352 s]
Raw data (loadavg): 1.02 1.03 0.94 2/64 16610
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 88498 104 37 17 25 0 11 0 540277814 874123264 36893 4294967295 134512640 134569956 3221224400 3221214784 1131247079 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 36893 13073 16 0 213393 0
vsize: 853636
[startup+920.353 s]
Raw data (loadavg): 1.02 1.02 0.94 2/64 16614
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 89472 105 37 17 24 0 11 0 540277814 874123264 37038 4294967295 134512640 134569956 3221224400 3221214784 1131246628 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 37038 13073 16 0 213393 0
vsize: 853636
[startup+930.355 s]
Raw data (loadavg): 1.02 1.02 0.94 2/64 16619
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 90450 106 37 17 25 0 11 0 540277814 874123264 37173 4294967295 134512640 134569956 3221224400 3221214784 1131247977 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 37173 13073 16 0 213393 0
vsize: 853636
[startup+940.355 s]
Raw data (loadavg): 1.01 1.02 0.94 2/64 16624
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 91425 107 37 17 25 0 11 0 540277814 874123264 37323 4294967295 134512640 134569956 3221224400 3221214784 1131238981 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 213409 37323 13073 16 0 213393 0
vsize: 853636
[startup+950.355 s]
Raw data (loadavg): 1.01 1.02 0.94 2/64 16628
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 92401 107 38 17 25 0 11 0 540277814 874123264 37449 4294967295 134512640 134569956 3221224400 3221214784 1131247134 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 37449 13073 16 0 213393 0
vsize: 853636
[startup+960.356 s]
Raw data (loadavg): 1.01 1.02 0.94 2/64 16632
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 93377 107 38 17 25 0 11 0 540277814 874123264 37584 4294967295 134512640 134569956 3221224400 3221214784 1131250475 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 37584 13073 16 0 213393 0
vsize: 853636
[startup+970.357 s]
Raw data (loadavg): 1.01 1.02 0.94 2/64 16637
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 94355 108 38 18 25 0 11 0 540277814 874123264 37709 4294967295 134512640 134569956 3221224400 3221214784 1131241868 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 37709 13073 16 0 213393 0
vsize: 853636
[startup+980.357 s]
Raw data (loadavg): 1.00 1.02 0.94 2/64 16641
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 95331 108 38 18 25 0 11 0 540277814 874123264 37850 4294967295 134512640 134569956 3221224400 3221214784 1131241825 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 37850 13073 16 0 213393 0
vsize: 853636
[startup+990.359 s]
Raw data (loadavg): 1.00 1.02 0.94 2/64 16646
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 96306 109 38 18 25 0 11 0 540277814 874123264 37986 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 37986 13073 16 0 213393 0
vsize: 853636
[startup+1000.36 s]
Raw data (loadavg): 1.00 1.02 0.94 2/64 16650
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 97284 109 39 18 25 0 11 0 540277814 874123264 38107 4294967295 134512640 134569956 3221224400 3221214784 1131246754 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38107 13073 16 0 213393 0
vsize: 853636
[startup+1010.36 s]
Raw data (loadavg): 1.00 1.02 0.94 2/64 16655
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 98260 109 39 18 25 0 11 0 540277814 874123264 38238 4294967295 134512640 134569956 3221224400 3221214784 1131244133 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38238 13073 16 0 213393 0
vsize: 853636
[startup+1020.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16659
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 99236 109 39 18 25 0 11 0 540277814 874123264 38371 4294967295 134512640 134569956 3221224400 3221214784 1131233025 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38371 13073 16 0 213393 0
vsize: 853636
[startup+1030.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16664
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 100214 110 39 18 24 0 11 0 540277814 874123264 38498 4294967295 134512640 134569956 3221224400 3221214784 1131248087 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38498 13073 16 0 213393 0
vsize: 853636
[startup+1040.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16669
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 101189 110 39 18 25 0 11 0 540277814 874123264 38643 4294967295 134512640 134569956 3221224400 3221214784 1131244045 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38643 13073 16 0 213393 0
vsize: 853636
[startup+1050.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16673
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 102165 110 39 18 25 0 11 0 540277814 874123264 38781 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38781 13073 16 0 213393 0
vsize: 853636
[startup+1060.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16678
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 103143 111 40 18 25 0 11 0 540277814 874123264 38895 4294967295 134512640 134569956 3221224400 3221214784 1131239196 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 38895 13073 16 0 213393 0
vsize: 853636
[startup+1070.36 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16683
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 104118 111 40 18 25 0 11 0 540277814 874123264 39032 4294967295 134512640 134569956 3221224400 3221214784 1131238268 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39032 13073 16 0 213393 0
vsize: 853636
[startup+1080.37 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16687
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 105093 111 40 18 25 0 11 0 540277814 874123264 39171 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39171 13073 16 0 213393 0
vsize: 853636
[startup+1090.37 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16691
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 106069 111 40 19 25 0 11 0 540277814 874123264 39301 4294967295 134512640 134569956 3221224400 3221214784 1131250841 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39301 13073 16 0 213393 0
vsize: 853636
[startup+1100.37 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16695
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 107043 112 41 19 25 0 11 0 540277814 874123264 39446 4294967295 134512640 134569956 3221224400 3221214736 1131220427 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39446 13073 16 0 213393 0
vsize: 853636
[startup+1110.37 s]
Raw data (loadavg): 1.00 1.01 0.94 2/64 16700
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 108017 112 41 19 25 0 11 0 540277814 874123264 39597 4294967295 134512640 134569956 3221224400 3221214784 1131238981 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39597 13073 16 0 213393 0
vsize: 853636
[startup+1120.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16704
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 108992 112 41 19 25 0 11 0 540277814 874123264 39736 4294967295 134512640 134569956 3221224400 3221214784 1131243217 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39736 13073 16 0 213393 0
vsize: 853636
[startup+1130.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16708
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 109966 113 41 19 25 0 11 0 540277814 874123264 39889 4294967295 134512640 134569956 3221224400 3221214784 1131238131 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 39889 13073 16 0 213393 0
vsize: 853636
[startup+1140.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16712
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 110943 113 41 19 25 0 11 0 540277814 874123264 40058 4294967295 134512640 134569956 3221224400 3221214784 1131243414 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40058 13073 16 0 213393 0
vsize: 853636
[startup+1150.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16717
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 111922 113 42 19 25 0 11 0 540277814 874123264 40181 4294967295 134512640 134569956 3221224400 3221214784 1131244133 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40181 13073 16 0 213393 0
vsize: 853636
[startup+1160.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16721
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 112899 113 42 19 25 0 11 0 540277814 874123264 40285 4294967295 134512640 134569956 3221224400 3221214784 1131233334 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40285 13073 16 0 213393 0
vsize: 853636
[startup+1170.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16725
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 113876 113 42 19 25 0 11 0 540277814 874123264 40404 4294967295 134512640 134569956 3221224400 3221214784 1131241832 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40404 13073 16 0 213393 0
vsize: 853636
[startup+1180.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16729
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 114855 113 42 19 25 0 11 0 540277814 874123264 40506 4294967295 134512640 134569956 3221224400 3221214784 1131245624 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40506 13073 16 0 213393 0
vsize: 853636
[startup+1190.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16734
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 115831 113 43 19 25 0 11 0 540277814 874123264 40612 4294967295 134512640 134569956 3221224400 3221214784 1131243038 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40612 13073 16 0 213393 0
vsize: 853636
[startup+1200.37 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16738
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 116808 113 43 19 25 0 11 0 540277814 874123264 40735 4294967295 134512640 134569956 3221224400 3221214784 1131250530 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40735 13073 16 0 213393 0
vsize: 853636
[startup+1210.38 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16743
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 117784 114 43 19 24 0 11 0 540277814 874123264 40855 4294967295 134512640 134569956 3221224400 3221214784 1131247977 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40855 13073 16 0 213393 0
vsize: 853636
[startup+1220.38 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16748
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 118762 114 43 19 25 0 11 0 540277814 874123264 40973 4294967295 134512640 134569956 3221224400 3221214784 1131247977 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 40973 13073 16 0 213393 0
vsize: 853636
[startup+1230.38 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16752
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 119739 114 43 19 25 0 11 0 540277814 874123264 41097 4294967295 134512640 134569956 3221224400 3221214784 1131240469 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 41097 13073 16 0 213393 0
vsize: 853636
[startup+1240.38 s]
Raw data (loadavg): 1.00 1.00 0.94 2/64 16756
Raw data (stat): 15642 (java) R 15641 23176 23175 0 -1 0 18150 7 1 0 120715 115 43 19 25 0 11 0 540277814 874123264 41202 4294967295 134512640 134569956 3221224400 3221214784 1131235139 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 213409 41202 13073 16 0 213393 0
vsize: 853636
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1240.49 s]
Raw data (loadavg): 1.00 1.00 0.94 1/54 16758
Raw data (stat): 15642 (java) Z 15641 23176 23175 0 -1 1036 18150 18070 1 0 120718 115 2932 76 25 0 1 0 540277814 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 0 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1240.49
CPU time (s): 1238.43
CPU user time (s): 1236.52
CPU system time (s): 1.91471
CPU usage (%): 99.8339
Max. virtual memory (Kb): 856600
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####