Trace number 4079715
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 into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
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.
-
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 provides some useful information on the computer.
Solver answer on this benchmark
Solver Name | Answer | objective function | CPU time | Wall clock time |
---|
toysat 2016-05-02 | ? (TO) | | 1800.06 | 1800.61 |
General information on the benchmark
Name | normalized-PB06/OPT-SMALLINT/submitted-PB06/ manquiho/logic_synthesis/normalized-m4.r.opb |
MD5SUM | f69ecb5497caa964fbd82b9dc6698ac3 |
Bench Category | OPT-SMALLINT (optimisation, small integers) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 90 |
Best CPU time to get the best result obtained on this benchmark | 0.326949 |
Has Objective Function | YES |
Satisfiable | YES |
(Un)Satisfiability was proved | YES |
Best value of the objective function | 90 |
Optimality of the best value was proved | YES |
Number of variables | 652 |
Total number of constraints | 759 |
Number of constraints which are clauses | 759 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 46 |
Number of terms in the objective function | 652 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 652 |
Number of bits of the sum of numbers in the objective function | 10 |
Biggest number in a constraint | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 652 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Quality of the solution as a function of time
Download the above graph
as a PDF file / as an EPS file
Solver Data
0.00/0.00 c 2016-06-06T21:56:39+0200
0.00/0.00 c version = 0.5.0
0.00/0.00 c githash = 1a49202
0.00/0.00 c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00 c arch = x86_64
0.00/0.00 c os = linux
0.00/0.00 c compiler = ghc 7.10
0.00/0.00 c packages:
0.00/0.00 c OptDir-0.0.3
0.00/0.00 c array-0.5.1.0
0.00/0.00 c base-4.8.2.0
0.00/0.00 c bytestring-0.10.6.0
0.00/0.00 c bytestring-builder-0.10.6.0.0
0.00/0.00 c clock-0.7.2
0.00/0.00 c containers-0.5.6.2
0.00/0.00 c data-default-0.5.3
0.00/0.00 c data-default-class-0.0.1
0.00/0.00 c data-interval-1.2.0
0.00/0.00 c deepseq-1.4.1.1
0.00/0.00 c directory-1.2.2.0
0.00/0.00 c exceptions-0.8.2.1
0.00/0.00 c extended-reals-0.2.1.0
0.00/0.00 c filepath-1.4.0.0
0.00/0.00 c finite-field-0.8.0
0.00/0.00 c hashable-1.2.4.0
0.00/0.00 c heaps-0.3.3
0.00/0.00 c intern-0.9.1.4
0.00/0.00 c loop-0.3.0
0.00/0.00 c mtl-2.2.1
0.00/0.00 c multiset-0.3.2
0.00/0.00 c mwc-random-0.13.3.2
0.00/0.00 c parse_dimacs-1.3
0.00/0.00 c parsec-3.1.9
0.00/0.00 c prettyclass-1.0.0.0
0.00/0.00 c primes-0.2.1.0
0.00/0.00 c primitive-0.6.1.0
0.00/0.00 c process-1.2.3.0
0.00/0.00 c pseudo-boolean-0.1.3.0
0.00/0.01 c queue-0.1.2
0.00/0.01 c semigroups-0.18.1
0.00/0.01 c sign-0.4.3
0.00/0.01 c stm-2.4.4.1
0.00/0.01 c template-haskell-2.10.0.0
0.00/0.01 c temporary-1.2.0.4
0.00/0.01 c time-1.5.0.1
0.00/0.01 c transformers-0.4.2.0
0.00/0.01 c transformers-compat-0.5.1.4
0.00/0.01 c type-level-numbers-0.1.1.1
0.00/0.01 c unbounded-delays-0.1.0.9
0.00/0.01 c unordered-containers-0.2.6.0
0.00/0.01 c vector-0.11.0.0
0.00/0.01 c vector-space-0.10.3
0.00/0.01 c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079715-1465242999.opb"]
0.00/0.01 c use --random-gen="1410534899 4016880986 263722403 1392989304 3248523449 2245420929 373524683 2241130936 2959862886 445815872 3805413783 448483654 50449447 2523783687 878646266 2569464446 2445741477 3319799213 1855344949 2246184250 3437216456 3695920945 1571188335 2276656613 3766040912 782403486 2907401811 2200758528 1407564517 2707671046 3813014869 2638730011 3961651398 1178620176 2042384536 1640664037 2177783975 3268328929 3572975420 179644024 1730714412 2982549095 706611030 3846115008 3503491982 2730752426 2463210852 719162307 957109348 3397454370 1984498852 824722109 2251479993 3910995422 1368733716 3705787623 3664336589 2285814379 1886407914 3852517363 257332325 1524106939 3021708195 458366368 4019641474 1700481558 3110615889 347634462 1094104240 3510072191 1213602467 4119887962 2932920563 3842474582 1403346827 4166407757 1978277053 425298525 3985242781 816846395 1880693614 1307120933 2166817126 900304309 2863760355 2854209011 3363745771 341152672 318733024 3214934626 1582585047 1330612205 1057132636 2363782645 3186231626 593705984 1596224553 511206568 1821511973 2938435650 896457238 453489204 3492788945 1187372074 3985781237 3545390616 514239315 3995973862 2824032484 3290107820 1229002392 1175518072 1190981215 2698289224 4032420808 3011208476 4088778280 3261486739 124596623 2410377136 3438186546 222993592 2528402459 3070009971 2745204778 3231969971 2487398072 2093664949 1391137986 2697913471 1028334693 2022780937 392613240 1483277663 74684705 884227855 2392095223 2371754469 98280291 745272098 2217352348 701980869 3036308666 3385859326 2592884512 1760800938 70743526 1957463230 261062566 683905070 659320514 471033956 2783882019 3478812815 3513679633 1544810893 3838126879 307292170 2608984810 2119072355 2128005159 1307367701 1845350038 3748145586 911772681 1905179472 3827642572 683068234 378821667 2415485964 70259573 3856750678 2243004491 4136366945 1773440666 1387499865 3139384044 4153543913 4251959897 1478666933 2550766632 2221126610 2581918974 1481805722 2376459053 219927311 1719843445 3487053600 3445647256 3187443237 3122573731 3908328040 2176768562 3881166358 3051690673 940999958 3858337600 462535516 304264415 2147103038 2952456486 3453233026 1719272620 3933382411 2516032764 868088570 989819315 1492117166 3458389215 667653704 2427503243 859338231 3581233643 1720563382 2011893991 4017167624 264062510 3458957833 3645245330 702841108 2289340774 1951656912 3357926141 1445608782 1353239907 2300615959 2789044211 1277871998 1672076612 107596305 1760147594 4056869476 1391120860 241387289 1324900728 4022069403 2911441304 2054242949 711363131 3714160427 901395994 3046001388 2640009068 982417705 3591619041 1334965840 200609645 3174878935 2322551083 852754655 3664827782 874025444 298647763 3761905271 3116216598 1409265662 255 362436" option to reproduce the execution
0.00/0.03 c #vars 652
0.00/0.03 c #constraints 759
0.00/0.06 c BCD2: Hardening is enabled.
0.00/0.06 c BCD2: BiasedSearch is enabled.
0.00/0.06 c Solving starts ...
0.00/0.06 c ============================[ Search Statistics ]============================
0.00/0.06 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.06 c | | | | Limit GC | Var | Constra
0.00/0.06 c =============================================================================
0.00/0.06 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 0
0.00/0.06 c 0.0s | 0 | 652 | 0 | 470 0 | 0 | 0
0.00/0.06 c #cpu_time = 0.002s
0.00/0.06 c #wall_clock_time = 0.002s
0.00/0.06 c #decision = 652
0.00/0.06 c #random_decision = 3
0.00/0.06 c #conflict = 0
0.00/0.06 c #restart = 0
0.00/0.06 o 652
0.00/0.06 c BCD2: updating upper bound: 652 -> 651
0.00/0.06 c BCD2: 0 <= obj <= 651
0.00/0.06 c BCD2: #cores=0, #unrelaxed=652, #relaxed=0, #hardened=0
0.00/0.06 c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.06 c Solving starts ...
0.00/0.06 c ============================[ Search Statistics ]============================
0.00/0.06 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.06 c | | | | Limit GC | Var | Constra
0.00/0.06 c =============================================================================
0.00/0.06 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 0
0.00/0.07 c 0.0s | 0 | 21 | 0 | 470 0 | 0 | 0
0.00/0.07 c #cpu_time = 0.002s
0.00/0.07 c #wall_clock_time = 0.002s
0.00/0.07 c #decision = 21
0.00/0.07 c #random_decision = 0
0.00/0.07 c #conflict = 0
0.00/0.07 c #restart = 0
0.00/0.07 c BCD2: found a new core of size 2: cost of the new core is >=1
0.00/0.07 c lower bound updated to 1
0.00/0.07 c BCD2: 1 <= obj <= 651
0.00/0.07 c BCD2: #cores=1, #unrelaxed=650, #relaxed=2, #hardened=0
0.00/0.07 c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.07 c Solving starts ...
0.00/0.07 c ============================[ Search Statistics ]============================
0.00/0.07 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.07 c | | | | Limit GC | Var | Constra
0.00/0.07 c =============================================================================
0.00/0.07 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 2
0.00/0.07 c 0.0s | 0 | 34 | 0 | 470 0 | 0 | 2
0.00/0.07 c #cpu_time = 0.001s
0.00/0.07 c #wall_clock_time = 0.001s
0.00/0.07 c #decision = 34
0.00/0.07 c #random_decision = 0
0.00/0.07 c #conflict = 0
0.00/0.07 c #restart = 0
0.00/0.07 c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.07 c lower bound updated to 2
0.00/0.07 c BCD2: 2 <= obj <= 651
0.00/0.07 c BCD2: #cores=2, #unrelaxed=647, #relaxed=5, #hardened=0
0.00/0.07 c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.07 c Solving starts ...
0.00/0.07 c ============================[ Search Statistics ]============================
0.00/0.07 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.07 c | | | | Limit GC | Var | Constra
0.00/0.07 c =============================================================================
0.00/0.07 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 7
0.00/0.07 c 0.0s | 0 | 34 | 0 | 470 0 | 0 | 7
0.00/0.07 c #cpu_time = 0.001s
0.00/0.07 c #wall_clock_time = 0.001s
0.00/0.07 c #decision = 34
0.00/0.07 c #random_decision = 0
0.00/0.07 c #conflict = 0
0.00/0.07 c #restart = 0
0.00/0.07 c BCD2: found a new core of size 2: cost of the new core is >=1
0.00/0.07 c lower bound updated to 3
0.00/0.07 c BCD2: 3 <= obj <= 651
0.00/0.07 c BCD2: #cores=3, #unrelaxed=645, #relaxed=7, #hardened=0
0.00/0.07 c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.07 c Solving starts ...
0.00/0.07 c ============================[ Search Statistics ]============================
0.00/0.07 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.07 c | | | | Limit GC | Var | Constra
0.00/0.07 c =============================================================================
0.00/0.07 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 13
0.00/0.08 c 0.0s | 0 | 59 | 0 | 470 0 | 0 | 13
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 59
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.08 c lower bound updated to 4
0.00/0.08 c BCD2: 4 <= obj <= 651
0.00/0.08 c BCD2: #cores=4, #unrelaxed=641, #relaxed=11, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 15
0.00/0.08 c 0.0s | 0 | 70 | 0 | 470 0 | 0 | 15
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 70
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 2: cost of the new core is >=1
0.00/0.08 c lower bound updated to 5
0.00/0.08 c BCD2: 5 <= obj <= 651
0.00/0.08 c BCD2: #cores=5, #unrelaxed=639, #relaxed=13, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 21
0.00/0.08 c 0.0s | 0 | 72 | 0 | 470 0 | 0 | 21
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 72
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.08 c lower bound updated to 6
0.00/0.08 c BCD2: 6 <= obj <= 651
0.00/0.08 c BCD2: #cores=6, #unrelaxed=636, #relaxed=16, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 25
0.00/0.08 c 0.0s | 0 | 78 | 0 | 470 0 | 0 | 25
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 78
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 6: cost of the new core is >=1
0.00/0.08 c lower bound updated to 7
0.00/0.08 c BCD2: 7 <= obj <= 651
0.00/0.08 c BCD2: #cores=7, #unrelaxed=630, #relaxed=22, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 27
0.00/0.08 c 0.0s | 0 | 100 | 0 | 470 0 | 0 | 27
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 100
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.08 c lower bound updated to 8
0.00/0.08 c BCD2: 8 <= obj <= 651
0.00/0.08 c BCD2: #cores=8, #unrelaxed=626, #relaxed=26, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 29
0.00/0.08 c 0.0s | 0 | 101 | 0 | 470 0 | 0 | 29
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 101
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 2: cost of the new core is >=1
0.00/0.08 c lower bound updated to 9
0.00/0.08 c BCD2: 9 <= obj <= 651
0.00/0.08 c BCD2: #cores=9, #unrelaxed=624, #relaxed=28, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 34
0.00/0.08 c 0.0s | 0 | 104 | 0 | 470 0 | 0 | 34
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 104
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.08 c lower bound updated to 10
0.00/0.08 c BCD2: 10 <= obj <= 651
0.00/0.08 c BCD2: #cores=10, #unrelaxed=620, #relaxed=32, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 36
0.00/0.08 c 0.0s | 0 | 109 | 0 | 470 0 | 0 | 36
0.00/0.08 c #cpu_time = 0.001s
0.00/0.08 c #wall_clock_time = 0.001s
0.00/0.08 c #decision = 109
0.00/0.08 c #random_decision = 0
0.00/0.08 c #conflict = 0
0.00/0.08 c #restart = 0
0.00/0.08 c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.08 c lower bound updated to 11
0.00/0.08 c BCD2: 11 <= obj <= 651
0.00/0.08 c BCD2: #cores=11, #unrelaxed=615, #relaxed=37, #hardened=0
0.00/0.08 c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.08 c Solving starts ...
0.00/0.08 c ============================[ Search Statistics ]============================
0.00/0.08 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.08 c | | | | Limit GC | Var | Constra
0.00/0.08 c =============================================================================
0.00/0.08 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 38
0.00/0.09 c 0.0s | 0 | 108 | 0 | 470 0 | 0 | 38
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 108
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.09 c lower bound updated to 12
0.00/0.09 c BCD2: 12 <= obj <= 651
0.00/0.09 c BCD2: #cores=12, #unrelaxed=612, #relaxed=40, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 44
0.00/0.09 c 0.0s | 0 | 110 | 0 | 470 0 | 0 | 44
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 110
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.09 c lower bound updated to 13
0.00/0.09 c BCD2: 13 <= obj <= 651
0.00/0.09 c BCD2: #cores=13, #unrelaxed=608, #relaxed=44, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 46
0.00/0.09 c 0.0s | 0 | 123 | 0 | 470 0 | 0 | 46
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 123
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 7: cost of the new core is >=1
0.00/0.09 c lower bound updated to 14
0.00/0.09 c BCD2: 14 <= obj <= 651
0.00/0.09 c BCD2: #cores=14, #unrelaxed=601, #relaxed=51, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=15 bias=15/16
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 48
0.00/0.09 c 0.0s | 0 | 138 | 0 | 470 0 | 0 | 48
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 138
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.09 c lower bound updated to 15
0.00/0.09 c BCD2: 15 <= obj <= 651
0.00/0.09 c BCD2: #cores=15, #unrelaxed=598, #relaxed=54, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=16 bias=16/17
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 54
0.00/0.09 c 0.0s | 0 | 150 | 0 | 470 0 | 0 | 54
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 150
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.09 c lower bound updated to 16
0.00/0.09 c BCD2: 16 <= obj <= 651
0.00/0.09 c BCD2: #cores=16, #unrelaxed=594, #relaxed=58, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=17 bias=17/18
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 58
0.00/0.09 c 0.0s | 0 | 160 | 0 | 470 0 | 0 | 58
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 160
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.09 c lower bound updated to 17
0.00/0.09 c BCD2: 17 <= obj <= 651
0.00/0.09 c BCD2: #cores=17, #unrelaxed=589, #relaxed=63, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=18 bias=18/19
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 64
0.00/0.09 c 0.0s | 0 | 161 | 0 | 470 0 | 0 | 64
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 161
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.09 c lower bound updated to 18
0.00/0.09 c BCD2: 18 <= obj <= 651
0.00/0.09 c BCD2: #cores=18, #unrelaxed=585, #relaxed=67, #hardened=0
0.00/0.09 c BCD2: #sat=1 #unsat=19 bias=19/20
0.00/0.09 c Solving starts ...
0.00/0.09 c ============================[ Search Statistics ]============================
0.00/0.09 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.09 c | | | | Limit GC | Var | Constra
0.00/0.09 c =============================================================================
0.00/0.09 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 67
0.00/0.09 c 0.0s | 0 | 175 | 0 | 470 0 | 0 | 67
0.00/0.09 c #cpu_time = 0.001s
0.00/0.09 c #wall_clock_time = 0.001s
0.00/0.09 c #decision = 175
0.00/0.09 c #random_decision = 0
0.00/0.09 c #conflict = 0
0.00/0.09 c #restart = 0
0.00/0.09 c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.09 c lower bound updated to 19
0.00/0.10 c BCD2: 19 <= obj <= 651
0.00/0.10 c BCD2: #cores=19, #unrelaxed=581, #relaxed=71, #hardened=0
0.00/0.10 c BCD2: #sat=1 #unsat=20 bias=20/21
0.00/0.10 c Solving starts ...
0.00/0.10 c ============================[ Search Statistics ]============================
0.00/0.10 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.00/0.10 c | | | | Limit GC | Var | Constra
0.00/0.10 c =============================================================================
0.00/0.10 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 74
0.09/0.10 c 0.0s | 0 | 173 | 0 | 470 0 | 0 | 74
0.09/0.10 c #cpu_time = 0.001s
0.09/0.10 c #wall_clock_time = 0.001s
0.09/0.10 c #decision = 173
0.09/0.10 c #random_decision = 0
0.09/0.10 c #conflict = 0
0.09/0.10 c #restart = 0
0.09/0.10 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.10 c lower bound updated to 20
0.09/0.10 c BCD2: 20 <= obj <= 651
0.09/0.10 c BCD2: #cores=20, #unrelaxed=578, #relaxed=74, #hardened=0
0.09/0.10 c BCD2: #sat=1 #unsat=21 bias=21/22
0.09/0.10 c Solving starts ...
0.09/0.10 c ============================[ Search Statistics ]============================
0.09/0.10 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.10 c | | | | Limit GC | Var | Constra
0.09/0.10 c =============================================================================
0.09/0.10 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 77
0.09/0.10 c 0.0s | 0 | 172 | 0 | 470 0 | 0 | 77
0.09/0.10 c #cpu_time = 0.001s
0.09/0.10 c #wall_clock_time = 0.001s
0.09/0.10 c #decision = 172
0.09/0.10 c #random_decision = 0
0.09/0.10 c #conflict = 0
0.09/0.10 c #restart = 0
0.09/0.10 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.10 c lower bound updated to 21
0.09/0.10 c BCD2: 21 <= obj <= 651
0.09/0.10 c BCD2: #cores=21, #unrelaxed=575, #relaxed=77, #hardened=0
0.09/0.10 c BCD2: #sat=1 #unsat=22 bias=22/23
0.09/0.10 c Solving starts ...
0.09/0.10 c ============================[ Search Statistics ]============================
0.09/0.10 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.10 c | | | | Limit GC | Var | Constra
0.09/0.10 c =============================================================================
0.09/0.10 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 78
0.09/0.10 c 0.0s | 0 | 172 | 0 | 470 0 | 0 | 78
0.09/0.10 c #cpu_time = 0.001s
0.09/0.10 c #wall_clock_time = 0.001s
0.09/0.10 c #decision = 172
0.09/0.10 c #random_decision = 0
0.09/0.10 c #conflict = 0
0.09/0.10 c #restart = 0
0.09/0.10 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.10 c lower bound updated to 22
0.09/0.10 c BCD2: 22 <= obj <= 651
0.09/0.10 c BCD2: #cores=22, #unrelaxed=572, #relaxed=80, #hardened=0
0.09/0.10 c BCD2: #sat=1 #unsat=23 bias=23/24
0.09/0.10 c Solving starts ...
0.09/0.10 c ============================[ Search Statistics ]============================
0.09/0.10 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.10 c | | | | Limit GC | Var | Constra
0.09/0.10 c =============================================================================
0.09/0.10 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 81
0.09/0.10 c 0.0s | 0 | 181 | 0 | 470 0 | 0 | 81
0.09/0.10 c #cpu_time = 0.001s
0.09/0.10 c #wall_clock_time = 0.001s
0.09/0.10 c #decision = 181
0.09/0.10 c #random_decision = 0
0.09/0.10 c #conflict = 0
0.09/0.10 c #restart = 0
0.09/0.10 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.10 c lower bound updated to 23
0.09/0.10 c BCD2: 23 <= obj <= 651
0.09/0.10 c BCD2: #cores=23, #unrelaxed=567, #relaxed=85, #hardened=0
0.09/0.10 c BCD2: #sat=1 #unsat=24 bias=24/25
0.09/0.11 c Solving starts ...
0.09/0.11 c ============================[ Search Statistics ]============================
0.09/0.11 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.11 c | | | | Limit GC | Var | Constra
0.09/0.11 c =============================================================================
0.09/0.11 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 84
0.09/0.11 c 0.0s | 0 | 201 | 0 | 470 0 | 0 | 84
0.09/0.11 c #cpu_time = 0.001s
0.09/0.11 c #wall_clock_time = 0.001s
0.09/0.11 c #decision = 201
0.09/0.11 c #random_decision = 0
0.09/0.11 c #conflict = 0
0.09/0.11 c #restart = 0
0.09/0.11 c BCD2: found a new core of size 6: cost of the new core is >=1
0.09/0.11 c lower bound updated to 24
0.09/0.11 c BCD2: 24 <= obj <= 651
0.09/0.11 c BCD2: #cores=24, #unrelaxed=561, #relaxed=91, #hardened=0
0.09/0.11 c BCD2: #sat=1 #unsat=25 bias=25/26
0.09/0.11 c Solving starts ...
0.09/0.11 c ============================[ Search Statistics ]============================
0.09/0.11 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.11 c | | | | Limit GC | Var | Constra
0.09/0.11 c =============================================================================
0.09/0.11 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 86
0.09/0.11 c 0.0s | 0 | 218 | 0 | 470 0 | 0 | 86
0.09/0.11 c #cpu_time = 0.001s
0.09/0.11 c #wall_clock_time = 0.001s
0.09/0.11 c #decision = 218
0.09/0.11 c #random_decision = 0
0.09/0.11 c #conflict = 0
0.09/0.11 c #restart = 0
0.09/0.11 c BCD2: found a new core of size 8: cost of the new core is >=1
0.09/0.11 c lower bound updated to 25
0.09/0.11 c BCD2: 25 <= obj <= 651
0.09/0.11 c BCD2: #cores=25, #unrelaxed=553, #relaxed=99, #hardened=0
0.09/0.11 c BCD2: #sat=1 #unsat=26 bias=26/27
0.09/0.11 c Solving starts ...
0.09/0.11 c ============================[ Search Statistics ]============================
0.09/0.11 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.11 c | | | | Limit GC | Var | Constra
0.09/0.11 c =============================================================================
0.09/0.11 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 88
0.09/0.11 c 0.0s | 0 | 215 | 0 | 470 0 | 0 | 88
0.09/0.11 c #cpu_time = 0.001s
0.09/0.11 c #wall_clock_time = 0.001s
0.09/0.11 c #decision = 215
0.09/0.11 c #random_decision = 0
0.09/0.11 c #conflict = 0
0.09/0.11 c #restart = 0
0.09/0.11 c BCD2: found a new core of size 8: cost of the new core is >=1
0.09/0.11 c lower bound updated to 26
0.09/0.11 c BCD2: 26 <= obj <= 651
0.09/0.11 c BCD2: #cores=26, #unrelaxed=545, #relaxed=107, #hardened=0
0.09/0.11 c BCD2: #sat=1 #unsat=27 bias=27/28
0.09/0.11 c Solving starts ...
0.09/0.11 c ============================[ Search Statistics ]============================
0.09/0.11 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.11 c | | | | Limit GC | Var | Constra
0.09/0.11 c =============================================================================
0.09/0.11 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 90
0.09/0.11 c 0.0s | 0 | 211 | 0 | 470 0 | 0 | 90
0.09/0.11 c #cpu_time = 0.001s
0.09/0.11 c #wall_clock_time = 0.001s
0.09/0.11 c #decision = 211
0.09/0.11 c #random_decision = 0
0.09/0.11 c #conflict = 0
0.09/0.11 c #restart = 0
0.09/0.11 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.11 c lower bound updated to 27
0.09/0.11 c BCD2: 27 <= obj <= 651
0.09/0.11 c BCD2: #cores=27, #unrelaxed=540, #relaxed=112, #hardened=0
0.09/0.11 c BCD2: #sat=1 #unsat=28 bias=28/29
0.09/0.11 c Solving starts ...
0.09/0.11 c ============================[ Search Statistics ]============================
0.09/0.11 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.11 c | | | | Limit GC | Var | Constra
0.09/0.11 c =============================================================================
0.09/0.11 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 93
0.09/0.12 c 0.0s | 0 | 210 | 0 | 470 0 | 0 | 93
0.09/0.12 c #cpu_time = 0.001s
0.09/0.12 c #wall_clock_time = 0.001s
0.09/0.12 c #decision = 210
0.09/0.12 c #random_decision = 0
0.09/0.12 c #conflict = 0
0.09/0.12 c #restart = 0
0.09/0.12 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.12 c lower bound updated to 28
0.09/0.12 c BCD2: 28 <= obj <= 651
0.09/0.12 c BCD2: #cores=28, #unrelaxed=537, #relaxed=115, #hardened=0
0.09/0.12 c BCD2: #sat=1 #unsat=29 bias=29/30
0.09/0.12 c Solving starts ...
0.09/0.12 c ============================[ Search Statistics ]============================
0.09/0.12 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.12 c | | | | Limit GC | Var | Constra
0.09/0.12 c =============================================================================
0.09/0.12 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 95
0.09/0.12 c 0.0s | 0 | 213 | 0 | 470 0 | 0 | 95
0.09/0.12 c #cpu_time = 0.001s
0.09/0.12 c #wall_clock_time = 0.001s
0.09/0.12 c #decision = 213
0.09/0.12 c #random_decision = 0
0.09/0.12 c #conflict = 0
0.09/0.12 c #restart = 0
0.09/0.12 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.12 c lower bound updated to 29
0.09/0.12 c BCD2: 29 <= obj <= 651
0.09/0.12 c BCD2: #cores=29, #unrelaxed=532, #relaxed=120, #hardened=0
0.09/0.12 c BCD2: #sat=1 #unsat=30 bias=30/31
0.09/0.12 c Solving starts ...
0.09/0.12 c ============================[ Search Statistics ]============================
0.09/0.12 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.12 c | | | | Limit GC | Var | Constra
0.09/0.12 c =============================================================================
0.09/0.12 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 96
0.09/0.12 c 0.0s | 0 | 227 | 0 | 470 0 | 0 | 96
0.09/0.12 c #cpu_time = 0.001s
0.09/0.12 c #wall_clock_time = 0.001s
0.09/0.12 c #decision = 227
0.09/0.12 c #random_decision = 0
0.09/0.12 c #conflict = 0
0.09/0.12 c #restart = 0
0.09/0.12 c BCD2: found a new core of size 6: cost of the new core is >=1
0.09/0.12 c lower bound updated to 30
0.09/0.12 c BCD2: 30 <= obj <= 651
0.09/0.12 c BCD2: #cores=30, #unrelaxed=526, #relaxed=126, #hardened=0
0.09/0.12 c BCD2: #sat=1 #unsat=31 bias=31/32
0.09/0.12 c Solving starts ...
0.09/0.12 c ============================[ Search Statistics ]============================
0.09/0.12 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.12 c | | | | Limit GC | Var | Constra
0.09/0.12 c =============================================================================
0.09/0.12 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 99
0.09/0.12 c 0.0s | 0 | 223 | 0 | 470 0 | 0 | 99
0.09/0.12 c #cpu_time = 0.001s
0.09/0.12 c #wall_clock_time = 0.001s
0.09/0.12 c #decision = 223
0.09/0.12 c #random_decision = 0
0.09/0.12 c #conflict = 0
0.09/0.12 c #restart = 0
0.09/0.12 c BCD2: found a new core of size 7: cost of the new core is >=1
0.09/0.12 c lower bound updated to 31
0.09/0.12 c BCD2: 31 <= obj <= 651
0.09/0.12 c BCD2: #cores=31, #unrelaxed=519, #relaxed=133, #hardened=0
0.09/0.12 c BCD2: #sat=1 #unsat=32 bias=32/33
0.09/0.12 c Solving starts ...
0.09/0.12 c ============================[ Search Statistics ]============================
0.09/0.12 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.12 c | | | | Limit GC | Var | Constra
0.09/0.12 c =============================================================================
0.09/0.12 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 101
0.09/0.12 c 0.0s | 0 | 236 | 0 | 470 0 | 0 | 101
0.09/0.12 c #cpu_time = 0.001s
0.09/0.12 c #wall_clock_time = 0.001s
0.09/0.12 c #decision = 236
0.09/0.12 c #random_decision = 0
0.09/0.12 c #conflict = 0
0.09/0.12 c #restart = 0
0.09/0.12 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.12 c lower bound updated to 32
0.09/0.12 c BCD2: 32 <= obj <= 651
0.09/0.12 c BCD2: #cores=32, #unrelaxed=516, #relaxed=136, #hardened=0
0.09/0.12 c BCD2: #sat=1 #unsat=33 bias=33/34
0.09/0.12 c Solving starts ...
0.09/0.12 c ============================[ Search Statistics ]============================
0.09/0.12 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.12 c | | | | Limit GC | Var | Constra
0.09/0.12 c =============================================================================
0.09/0.13 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 106
0.09/0.13 c 0.0s | 0 | 235 | 0 | 470 0 | 0 | 106
0.09/0.13 c #cpu_time = 0.001s
0.09/0.13 c #wall_clock_time = 0.001s
0.09/0.13 c #decision = 235
0.09/0.13 c #random_decision = 0
0.09/0.13 c #conflict = 0
0.09/0.13 c #restart = 0
0.09/0.13 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.13 c lower bound updated to 33
0.09/0.13 c BCD2: 33 <= obj <= 651
0.09/0.13 c BCD2: #cores=33, #unrelaxed=513, #relaxed=139, #hardened=0
0.09/0.13 c BCD2: #sat=1 #unsat=34 bias=34/35
0.09/0.13 c Solving starts ...
0.09/0.13 c ============================[ Search Statistics ]============================
0.09/0.13 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.13 c | | | | Limit GC | Var | Constra
0.09/0.13 c =============================================================================
0.09/0.13 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 110
0.09/0.13 c 0.0s | 0 | 250 | 0 | 470 0 | 0 | 110
0.09/0.13 c #cpu_time = 0.001s
0.09/0.13 c #wall_clock_time = 0.001s
0.09/0.13 c #decision = 250
0.09/0.13 c #random_decision = 0
0.09/0.13 c #conflict = 0
0.09/0.13 c #restart = 0
0.09/0.13 c BCD2: found a new core of size 11: cost of the new core is >=1
0.09/0.13 c lower bound updated to 34
0.09/0.13 c BCD2: 34 <= obj <= 651
0.09/0.13 c BCD2: #cores=34, #unrelaxed=502, #relaxed=150, #hardened=0
0.09/0.13 c BCD2: #sat=1 #unsat=35 bias=35/36
0.09/0.13 c Solving starts ...
0.09/0.13 c ============================[ Search Statistics ]============================
0.09/0.13 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.13 c | | | | Limit GC | Var | Constra
0.09/0.13 c =============================================================================
0.09/0.13 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 112
0.09/0.13 c 0.0s | 0 | 250 | 0 | 470 0 | 0 | 112
0.09/0.13 c #cpu_time = 0.001s
0.09/0.13 c #wall_clock_time = 0.001s
0.09/0.13 c #decision = 250
0.09/0.13 c #random_decision = 0
0.09/0.13 c #conflict = 0
0.09/0.13 c #restart = 0
0.09/0.13 c BCD2: found a new core of size 7: cost of the new core is >=1
0.09/0.13 c lower bound updated to 35
0.09/0.13 c BCD2: 35 <= obj <= 651
0.09/0.13 c BCD2: #cores=35, #unrelaxed=495, #relaxed=157, #hardened=0
0.09/0.13 c BCD2: #sat=1 #unsat=36 bias=36/37
0.09/0.13 c Solving starts ...
0.09/0.13 c ============================[ Search Statistics ]============================
0.09/0.13 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.13 c | | | | Limit GC | Var | Constra
0.09/0.13 c =============================================================================
0.09/0.13 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 115
0.09/0.13 c 0.0s | 0 | 252 | 0 | 470 0 | 0 | 115
0.09/0.13 c #cpu_time = 0.001s
0.09/0.13 c #wall_clock_time = 0.001s
0.09/0.13 c #decision = 252
0.09/0.13 c #random_decision = 0
0.09/0.13 c #conflict = 0
0.09/0.13 c #restart = 0
0.09/0.13 c BCD2: found a new core of size 8: cost of the new core is >=1
0.09/0.13 c lower bound updated to 36
0.09/0.13 c BCD2: 36 <= obj <= 651
0.09/0.13 c BCD2: #cores=36, #unrelaxed=487, #relaxed=165, #hardened=0
0.09/0.13 c BCD2: #sat=1 #unsat=37 bias=37/38
0.09/0.13 c Solving starts ...
0.09/0.13 c ============================[ Search Statistics ]============================
0.09/0.13 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.13 c | | | | Limit GC | Var | Constra
0.09/0.13 c =============================================================================
0.09/0.13 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 118
0.09/0.14 c 0.0s | 0 | 252 | 0 | 470 0 | 0 | 118
0.09/0.14 c #cpu_time = 0.001s
0.09/0.14 c #wall_clock_time = 0.001s
0.09/0.14 c #decision = 252
0.09/0.14 c #random_decision = 0
0.09/0.14 c #conflict = 0
0.09/0.14 c #restart = 0
0.09/0.14 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.14 c lower bound updated to 37
0.09/0.14 c BCD2: 37 <= obj <= 651
0.09/0.14 c BCD2: #cores=37, #unrelaxed=484, #relaxed=168, #hardened=0
0.09/0.14 c BCD2: #sat=1 #unsat=38 bias=38/39
0.09/0.14 c Solving starts ...
0.09/0.14 c ============================[ Search Statistics ]============================
0.09/0.14 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.14 c | | | | Limit GC | Var | Constra
0.09/0.14 c =============================================================================
0.09/0.14 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 122
0.09/0.14 c 0.0s | 0 | 277 | 0 | 470 0 | 0 | 122
0.09/0.14 c #cpu_time = 0.001s
0.09/0.14 c #wall_clock_time = 0.001s
0.09/0.14 c #decision = 277
0.09/0.14 c #random_decision = 0
0.09/0.14 c #conflict = 0
0.09/0.14 c #restart = 0
0.09/0.14 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.14 c lower bound updated to 38
0.09/0.14 c BCD2: 38 <= obj <= 651
0.09/0.14 c BCD2: #cores=38, #unrelaxed=481, #relaxed=171, #hardened=0
0.09/0.14 c BCD2: #sat=1 #unsat=39 bias=39/40
0.09/0.14 c Solving starts ...
0.09/0.14 c ============================[ Search Statistics ]============================
0.09/0.14 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.14 c | | | | Limit GC | Var | Constra
0.09/0.14 c =============================================================================
0.09/0.14 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 126
0.09/0.14 c 0.0s | 0 | 282 | 0 | 470 0 | 0 | 126
0.09/0.14 c #cpu_time = 0.001s
0.09/0.14 c #wall_clock_time = 0.001s
0.09/0.14 c #decision = 282
0.09/0.14 c #random_decision = 0
0.09/0.14 c #conflict = 0
0.09/0.14 c #restart = 0
0.09/0.14 c BCD2: found a new core of size 6: cost of the new core is >=1
0.09/0.14 c lower bound updated to 39
0.09/0.14 c BCD2: 39 <= obj <= 651
0.09/0.14 c BCD2: #cores=39, #unrelaxed=475, #relaxed=177, #hardened=0
0.09/0.14 c BCD2: #sat=1 #unsat=40 bias=40/41
0.09/0.14 c Solving starts ...
0.09/0.14 c ============================[ Search Statistics ]============================
0.09/0.14 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.14 c | | | | Limit GC | Var | Constra
0.09/0.14 c =============================================================================
0.09/0.14 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 128
0.09/0.14 c 0.0s | 0 | 278 | 0 | 470 0 | 0 | 128
0.09/0.14 c #cpu_time = 0.001s
0.09/0.14 c #wall_clock_time = 0.001s
0.09/0.14 c #decision = 278
0.09/0.14 c #random_decision = 0
0.09/0.14 c #conflict = 0
0.09/0.14 c #restart = 0
0.09/0.14 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.14 c lower bound updated to 40
0.09/0.15 c BCD2: 40 <= obj <= 651
0.09/0.15 c BCD2: #cores=40, #unrelaxed=473, #relaxed=179, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=41 bias=41/42
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 0 | 136
0.09/0.15 c 0.0s | 0 | 278 | 0 | 470 0 | 0 | 136
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 278
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: relaxing 14 and merging with 1 cores into a new core of size 16: cost of the new core is >=2
0.09/0.15 c lower bound updated to 41
0.09/0.15 c BCD2: 41 <= obj <= 651
0.09/0.15 c BCD2: #cores=40, #unrelaxed=459, #relaxed=193, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=42 bias=42/43
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 136
0.09/0.15 c 0.0s | 0 | 267 | 0 | 470 0 | 1 | 137
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 267
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: found a new core of size 6: cost of the new core is >=1
0.09/0.15 c lower bound updated to 42
0.09/0.15 c BCD2: 42 <= obj <= 651
0.09/0.15 c BCD2: #cores=41, #unrelaxed=453, #relaxed=199, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=43 bias=43/44
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 139
0.09/0.15 c 0.0s | 0 | 265 | 0 | 470 0 | 1 | 139
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 265
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.15 c lower bound updated to 43
0.09/0.15 c BCD2: 43 <= obj <= 651
0.09/0.15 c BCD2: #cores=42, #unrelaxed=451, #relaxed=201, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=44 bias=44/45
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 145
0.09/0.15 c 0.0s | 0 | 278 | 0 | 470 0 | 1 | 145
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 278
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.15 c lower bound updated to 44
0.09/0.15 c BCD2: 44 <= obj <= 651
0.09/0.15 c BCD2: #cores=43, #unrelaxed=446, #relaxed=206, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=45 bias=45/46
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 147
0.09/0.15 c 0.0s | 0 | 277 | 0 | 470 0 | 1 | 147
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 277
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.15 c lower bound updated to 45
0.09/0.15 c BCD2: 45 <= obj <= 651
0.09/0.15 c BCD2: #cores=44, #unrelaxed=441, #relaxed=211, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=46 bias=46/47
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 148
0.09/0.15 c 0.0s | 0 | 274 | 0 | 470 0 | 1 | 148
0.09/0.15 c #cpu_time = 0.001s
0.09/0.15 c #wall_clock_time = 0.001s
0.09/0.15 c #decision = 274
0.09/0.15 c #random_decision = 0
0.09/0.15 c #conflict = 0
0.09/0.15 c #restart = 0
0.09/0.15 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.15 c lower bound updated to 46
0.09/0.15 c BCD2: 46 <= obj <= 651
0.09/0.15 c BCD2: #cores=45, #unrelaxed=436, #relaxed=216, #hardened=0
0.09/0.15 c BCD2: #sat=1 #unsat=47 bias=47/48
0.09/0.15 c Solving starts ...
0.09/0.15 c ============================[ Search Statistics ]============================
0.09/0.15 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.15 c | | | | Limit GC | Var | Constra
0.09/0.15 c =============================================================================
0.09/0.15 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 152
0.09/0.16 c 0.0s | 0 | 273 | 0 | 470 0 | 1 | 152
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 273
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.16 c lower bound updated to 47
0.09/0.16 c BCD2: 47 <= obj <= 651
0.09/0.16 c BCD2: #cores=46, #unrelaxed=432, #relaxed=220, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=48 bias=48/49
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 155
0.09/0.16 c 0.0s | 0 | 283 | 0 | 470 0 | 1 | 155
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 283
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.16 c lower bound updated to 48
0.09/0.16 c BCD2: 48 <= obj <= 651
0.09/0.16 c BCD2: #cores=47, #unrelaxed=429, #relaxed=223, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=49 bias=49/50
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 165
0.09/0.16 c 0.0s | 0 | 282 | 0 | 470 0 | 1 | 165
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 282
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.16 c lower bound updated to 49
0.09/0.16 c BCD2: 49 <= obj <= 651
0.09/0.16 c BCD2: #cores=48, #unrelaxed=425, #relaxed=227, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=50 bias=50/51
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 167
0.09/0.16 c 0.0s | 0 | 285 | 0 | 470 0 | 1 | 167
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 285
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.16 c lower bound updated to 50
0.09/0.16 c BCD2: 50 <= obj <= 651
0.09/0.16 c BCD2: #cores=49, #unrelaxed=421, #relaxed=231, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=51 bias=51/52
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 173
0.09/0.16 c 0.0s | 0 | 305 | 0 | 470 0 | 1 | 173
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 305
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 7: cost of the new core is >=1
0.09/0.16 c lower bound updated to 51
0.09/0.16 c BCD2: 51 <= obj <= 651
0.09/0.16 c BCD2: #cores=50, #unrelaxed=414, #relaxed=238, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=52 bias=52/53
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 175
0.09/0.16 c 0.0s | 0 | 306 | 0 | 470 0 | 1 | 175
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 306
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 7: cost of the new core is >=1
0.09/0.16 c lower bound updated to 52
0.09/0.16 c BCD2: 52 <= obj <= 651
0.09/0.16 c BCD2: #cores=51, #unrelaxed=407, #relaxed=245, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=53 bias=53/54
0.09/0.16 c Solving starts ...
0.09/0.16 c ============================[ Search Statistics ]============================
0.09/0.16 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.16 c | | | | Limit GC | Var | Constra
0.09/0.16 c =============================================================================
0.09/0.16 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 177
0.09/0.16 c 0.0s | 0 | 308 | 0 | 470 0 | 1 | 177
0.09/0.16 c #cpu_time = 0.001s
0.09/0.16 c #wall_clock_time = 0.001s
0.09/0.16 c #decision = 308
0.09/0.16 c #random_decision = 0
0.09/0.16 c #conflict = 0
0.09/0.16 c #restart = 0
0.09/0.16 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.16 c lower bound updated to 53
0.09/0.16 c BCD2: 53 <= obj <= 651
0.09/0.16 c BCD2: #cores=52, #unrelaxed=403, #relaxed=249, #hardened=0
0.09/0.16 c BCD2: #sat=1 #unsat=54 bias=54/55
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 178
0.09/0.17 c 0.0s | 0 | 310 | 0 | 470 0 | 1 | 178
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 310
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.17 c lower bound updated to 54
0.09/0.17 c BCD2: 54 <= obj <= 651
0.09/0.17 c BCD2: #cores=53, #unrelaxed=398, #relaxed=254, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=55 bias=55/56
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 181
0.09/0.17 c 0.0s | 0 | 307 | 0 | 470 0 | 1 | 181
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 307
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 9: cost of the new core is >=1
0.09/0.17 c lower bound updated to 55
0.09/0.17 c BCD2: 55 <= obj <= 651
0.09/0.17 c BCD2: #cores=54, #unrelaxed=389, #relaxed=263, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=56 bias=56/57
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 182
0.09/0.17 c 0.0s | 0 | 313 | 0 | 470 0 | 1 | 182
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 313
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.17 c lower bound updated to 56
0.09/0.17 c BCD2: 56 <= obj <= 651
0.09/0.17 c BCD2: #cores=55, #unrelaxed=384, #relaxed=268, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=57 bias=57/58
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 185
0.09/0.17 c 0.0s | 0 | 320 | 0 | 470 0 | 1 | 185
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 320
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.17 c lower bound updated to 57
0.09/0.17 c BCD2: 57 <= obj <= 651
0.09/0.17 c BCD2: #cores=56, #unrelaxed=380, #relaxed=272, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=58 bias=58/59
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 187
0.09/0.17 c 0.0s | 0 | 319 | 0 | 470 0 | 1 | 187
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 319
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.17 c lower bound updated to 58
0.09/0.17 c BCD2: 58 <= obj <= 651
0.09/0.17 c BCD2: #cores=57, #unrelaxed=376, #relaxed=276, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=59 bias=59/60
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 192
0.09/0.17 c 0.0s | 0 | 338 | 0 | 470 0 | 1 | 192
0.09/0.17 c #cpu_time = 0.001s
0.09/0.17 c #wall_clock_time = 0.001s
0.09/0.17 c #decision = 338
0.09/0.17 c #random_decision = 0
0.09/0.17 c #conflict = 0
0.09/0.17 c #restart = 0
0.09/0.17 c BCD2: found a new core of size 8: cost of the new core is >=1
0.09/0.17 c lower bound updated to 59
0.09/0.17 c BCD2: 59 <= obj <= 651
0.09/0.17 c BCD2: #cores=58, #unrelaxed=368, #relaxed=284, #hardened=0
0.09/0.17 c BCD2: #sat=1 #unsat=60 bias=60/61
0.09/0.17 c Solving starts ...
0.09/0.17 c ============================[ Search Statistics ]============================
0.09/0.17 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.17 c | | | | Limit GC | Var | Constra
0.09/0.17 c =============================================================================
0.09/0.17 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 197
0.09/0.18 c 0.0s | 0 | 345 | 0 | 470 0 | 1 | 197
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 345
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.18 c lower bound updated to 60
0.09/0.18 c BCD2: 60 <= obj <= 651
0.09/0.18 c BCD2: #cores=59, #unrelaxed=364, #relaxed=288, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=61 bias=61/62
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 199
0.09/0.18 c 0.0s | 0 | 348 | 0 | 470 0 | 1 | 199
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 348
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 8: cost of the new core is >=1
0.09/0.18 c lower bound updated to 61
0.09/0.18 c BCD2: 61 <= obj <= 651
0.09/0.18 c BCD2: #cores=60, #unrelaxed=356, #relaxed=296, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=62 bias=62/63
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 200
0.09/0.18 c 0.0s | 0 | 344 | 0 | 470 0 | 1 | 200
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 344
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.18 c lower bound updated to 62
0.09/0.18 c BCD2: 62 <= obj <= 651
0.09/0.18 c BCD2: #cores=61, #unrelaxed=352, #relaxed=300, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=63 bias=63/64
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 204
0.09/0.18 c 0.0s | 0 | 347 | 0 | 470 0 | 1 | 204
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 347
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.18 c lower bound updated to 63
0.09/0.18 c BCD2: 63 <= obj <= 651
0.09/0.18 c BCD2: #cores=62, #unrelaxed=347, #relaxed=305, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=64 bias=64/65
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 205
0.09/0.18 c 0.0s | 0 | 345 | 0 | 470 0 | 1 | 205
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 345
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 4: cost of the new core is >=1
0.09/0.18 c lower bound updated to 64
0.09/0.18 c BCD2: 64 <= obj <= 651
0.09/0.18 c BCD2: #cores=63, #unrelaxed=343, #relaxed=309, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=65 bias=65/66
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 207
0.09/0.18 c 0.0s | 0 | 350 | 0 | 470 0 | 1 | 207
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 350
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 3: cost of the new core is >=1
0.09/0.18 c lower bound updated to 65
0.09/0.18 c BCD2: 65 <= obj <= 651
0.09/0.18 c BCD2: #cores=64, #unrelaxed=340, #relaxed=312, #hardened=0
0.09/0.18 c BCD2: #sat=1 #unsat=66 bias=66/67
0.09/0.18 c Solving starts ...
0.09/0.18 c ============================[ Search Statistics ]============================
0.09/0.18 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.18 c | | | | Limit GC | Var | Constra
0.09/0.18 c =============================================================================
0.09/0.18 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 210
0.09/0.18 c 0.0s | 0 | 349 | 0 | 470 0 | 1 | 210
0.09/0.18 c #cpu_time = 0.001s
0.09/0.18 c #wall_clock_time = 0.001s
0.09/0.18 c #decision = 349
0.09/0.18 c #random_decision = 0
0.09/0.18 c #conflict = 0
0.09/0.18 c #restart = 0
0.09/0.18 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.18 c lower bound updated to 66
0.09/0.19 c BCD2: 66 <= obj <= 651
0.09/0.19 c BCD2: #cores=65, #unrelaxed=338, #relaxed=314, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=67 bias=67/68
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 216
0.09/0.19 c 0.0s | 0 | 354 | 0 | 470 0 | 1 | 216
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 354
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.19 c lower bound updated to 67
0.09/0.19 c BCD2: 67 <= obj <= 651
0.09/0.19 c BCD2: #cores=66, #unrelaxed=336, #relaxed=316, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=68 bias=68/69
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 236
0.09/0.19 c 0.0s | 0 | 354 | 0 | 470 0 | 1 | 236
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 354
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.19 c lower bound updated to 68
0.09/0.19 c BCD2: 68 <= obj <= 651
0.09/0.19 c BCD2: #cores=67, #unrelaxed=334, #relaxed=318, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=69 bias=69/70
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 240
0.09/0.19 c 0.0s | 0 | 354 | 0 | 470 0 | 1 | 240
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 354
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 2: cost of the new core is >=1
0.09/0.19 c lower bound updated to 69
0.09/0.19 c BCD2: 69 <= obj <= 651
0.09/0.19 c BCD2: #cores=68, #unrelaxed=332, #relaxed=320, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=70 bias=70/71
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 244
0.09/0.19 c 0.0s | 0 | 364 | 0 | 470 0 | 1 | 244
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 364
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 7: cost of the new core is >=1
0.09/0.19 c lower bound updated to 70
0.09/0.19 c BCD2: 70 <= obj <= 651
0.09/0.19 c BCD2: #cores=69, #unrelaxed=325, #relaxed=327, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=71 bias=71/72
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 246
0.09/0.19 c 0.0s | 0 | 369 | 0 | 470 0 | 1 | 246
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 369
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 6: cost of the new core is >=1
0.09/0.19 c lower bound updated to 71
0.09/0.19 c BCD2: 71 <= obj <= 651
0.09/0.19 c BCD2: #cores=70, #unrelaxed=319, #relaxed=333, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=72 bias=72/73
0.09/0.19 c Solving starts ...
0.09/0.19 c ============================[ Search Statistics ]============================
0.09/0.19 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.19 c | | | | Limit GC | Var | Constra
0.09/0.19 c =============================================================================
0.09/0.19 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 249
0.09/0.19 c 0.0s | 0 | 369 | 0 | 470 0 | 1 | 249
0.09/0.19 c #cpu_time = 0.001s
0.09/0.19 c #wall_clock_time = 0.001s
0.09/0.19 c #decision = 369
0.09/0.19 c #random_decision = 0
0.09/0.19 c #conflict = 0
0.09/0.19 c #restart = 0
0.09/0.19 c BCD2: found a new core of size 5: cost of the new core is >=1
0.09/0.19 c lower bound updated to 72
0.09/0.19 c BCD2: 72 <= obj <= 651
0.09/0.19 c BCD2: #cores=71, #unrelaxed=314, #relaxed=338, #hardened=0
0.09/0.19 c BCD2: #sat=1 #unsat=73 bias=73/74
0.09/0.20 c Solving starts ...
0.09/0.20 c ============================[ Search Statistics ]============================
0.09/0.20 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.09/0.20 c | | | | Limit GC | Var | Constra
0.09/0.20 c =============================================================================
0.09/0.20 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 252
0.18/0.20 c 0.0s | 0 | 368 | 0 | 470 0 | 1 | 252
0.18/0.20 c #cpu_time = 0.001s
0.18/0.20 c #wall_clock_time = 0.001s
0.18/0.20 c #decision = 368
0.18/0.20 c #random_decision = 0
0.18/0.20 c #conflict = 0
0.18/0.20 c #restart = 0
0.18/0.20 c BCD2: found a new core of size 6: cost of the new core is >=1
0.18/0.20 c lower bound updated to 73
0.18/0.20 c BCD2: 73 <= obj <= 651
0.18/0.20 c BCD2: #cores=72, #unrelaxed=308, #relaxed=344, #hardened=0
0.18/0.20 c BCD2: #sat=1 #unsat=74 bias=74/75
0.18/0.20 c Solving starts ...
0.18/0.20 c ============================[ Search Statistics ]============================
0.18/0.20 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.20 c | | | | Limit GC | Var | Constra
0.18/0.20 c =============================================================================
0.18/0.20 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 254
0.18/0.20 c 0.0s | 0 | 369 | 0 | 470 0 | 1 | 254
0.18/0.20 c #cpu_time = 0.001s
0.18/0.20 c #wall_clock_time = 0.001s
0.18/0.20 c #decision = 369
0.18/0.20 c #random_decision = 0
0.18/0.20 c #conflict = 0
0.18/0.20 c #restart = 0
0.18/0.20 c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.20 c lower bound updated to 74
0.18/0.20 c BCD2: 74 <= obj <= 651
0.18/0.20 c BCD2: #cores=73, #unrelaxed=306, #relaxed=346, #hardened=0
0.18/0.20 c BCD2: #sat=1 #unsat=75 bias=75/76
0.18/0.20 c Solving starts ...
0.18/0.20 c ============================[ Search Statistics ]============================
0.18/0.20 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.20 c | | | | Limit GC | Var | Constra
0.18/0.20 c =============================================================================
0.18/0.20 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 285
0.18/0.20 c 0.0s | 0 | 376 | 0 | 470 0 | 1 | 285
0.18/0.20 c #cpu_time = 0.001s
0.18/0.20 c #wall_clock_time = 0.001s
0.18/0.20 c #decision = 376
0.18/0.20 c #random_decision = 0
0.18/0.20 c #conflict = 0
0.18/0.20 c #restart = 0
0.18/0.20 c BCD2: found a new core of size 8: cost of the new core is >=1
0.18/0.20 c lower bound updated to 75
0.18/0.20 c BCD2: 75 <= obj <= 651
0.18/0.20 c BCD2: #cores=74, #unrelaxed=298, #relaxed=354, #hardened=0
0.18/0.20 c BCD2: #sat=1 #unsat=76 bias=76/77
0.18/0.20 c Solving starts ...
0.18/0.20 c ============================[ Search Statistics ]============================
0.18/0.20 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.20 c | | | | Limit GC | Var | Constra
0.18/0.20 c =============================================================================
0.18/0.20 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 287
0.18/0.20 c 0.0s | 0 | 371 | 0 | 470 0 | 1 | 287
0.18/0.20 c #cpu_time = 0.001s
0.18/0.20 c #wall_clock_time = 0.001s
0.18/0.20 c #decision = 371
0.18/0.20 c #random_decision = 0
0.18/0.20 c #conflict = 0
0.18/0.20 c #restart = 0
0.18/0.20 c BCD2: found a new core of size 4: cost of the new core is >=1
0.18/0.20 c lower bound updated to 76
0.18/0.20 c BCD2: 76 <= obj <= 651
0.18/0.20 c BCD2: #cores=75, #unrelaxed=294, #relaxed=358, #hardened=0
0.18/0.20 c BCD2: #sat=1 #unsat=77 bias=77/78
0.18/0.20 c Solving starts ...
0.18/0.20 c ============================[ Search Statistics ]============================
0.18/0.20 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.20 c | | | | Limit GC | Var | Constra
0.18/0.20 c =============================================================================
0.18/0.20 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 289
0.18/0.20 c 0.0s | 0 | 632 | 0 | 470 0 | 1 | 289
0.18/0.20 c #cpu_time = 0.001s
0.18/0.20 c #wall_clock_time = 0.001s
0.18/0.20 c #decision = 632
0.18/0.20 c #random_decision = 0
0.18/0.20 c #conflict = 0
0.18/0.20 c #restart = 0
0.18/0.20 o 118
0.18/0.20 c BCD2: updating upper bound: 651 -> 117
0.18/0.20 c BCD2: 76 <= obj <= 117
0.18/0.20 c BCD2: #cores=75, #unrelaxed=294, #relaxed=358, #hardened=0
0.18/0.20 c BCD2: #sat=2 #unsat=77 bias=77/79
0.18/0.21 c Solving starts ...
0.18/0.21 c ============================[ Search Statistics ]============================
0.18/0.21 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.21 c | | | | Limit GC | Var | Constra
0.18/0.21 c =============================================================================
0.18/0.21 c 0.0s | 0 | 0 | 0 | 470 0 | 1 | 290
0.18/0.21 c 0.0s | 0 | 389 | 1 | 470 0 | 1 | 290
0.18/0.21 c #cpu_time = 0.001s
0.18/0.21 c #wall_clock_time = 0.001s
0.18/0.21 c #decision = 389
0.18/0.21 c #random_decision = 0
0.18/0.21 c #conflict = 1
0.18/0.21 c #restart = 0
0.18/0.21 c BCD2: relaxing 5 and merging with 2 cores into a new core of size 12: cost of the new core is >=3
0.18/0.21 c lower bound updated to 77
0.18/0.21 c BCD2: 77 <= obj <= 117
0.18/0.21 c BCD2: #cores=74, #unrelaxed=289, #relaxed=363, #hardened=0
0.18/0.21 c BCD2: #sat=2 #unsat=78 bias=78/80
0.18/0.21 c Solving starts ...
0.18/0.21 c ============================[ Search Statistics ]============================
0.18/0.21 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.21 c | | | | Limit GC | Var | Constra
0.18/0.21 c =============================================================================
0.18/0.21 c 0.0s | 0 | 0 | 0 | 470 0 | 5 | 290
0.18/0.21 c 0.0s | 0 | 294 | 0 | 470 0 | 5 | 296
0.18/0.21 c #cpu_time = 0.001s
0.18/0.21 c #wall_clock_time = 0.001s
0.18/0.21 c #decision = 294
0.18/0.21 c #random_decision = 0
0.18/0.21 c #conflict = 0
0.18/0.21 c #restart = 0
0.18/0.21 c BCD2: relaxing 7 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
0.18/0.21 c lower bound updated to 78
0.18/0.21 c BCD2: 78 <= obj <= 117
0.18/0.21 c BCD2: #cores=74, #unrelaxed=282, #relaxed=370, #hardened=0
0.18/0.21 c BCD2: #sat=2 #unsat=79 bias=79/81
0.18/0.21 c Solving starts ...
0.18/0.21 c ============================[ Search Statistics ]============================
0.18/0.21 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.21 c | | | | Limit GC | Var | Constra
0.18/0.21 c =============================================================================
0.18/0.21 c 0.0s | 0 | 0 | 0 | 470 0 | 7 | 296
0.18/0.21 c 0.0s | 0 | 306 | 0 | 470 0 | 7 | 299
0.18/0.21 c #cpu_time = 0.001s
0.18/0.21 c #wall_clock_time = 0.001s
0.18/0.21 c #decision = 306
0.18/0.21 c #random_decision = 0
0.18/0.21 c #conflict = 0
0.18/0.21 c #restart = 0
0.18/0.21 c BCD2: relaxing 10 and merging with 1 cores into a new core of size 13: cost of the new core is >=2
0.18/0.21 c lower bound updated to 79
0.18/0.21 c BCD2: 79 <= obj <= 117
0.18/0.21 c BCD2: #cores=74, #unrelaxed=272, #relaxed=380, #hardened=0
0.18/0.21 c BCD2: #sat=2 #unsat=80 bias=80/82
0.18/0.21 c Solving starts ...
0.18/0.21 c ============================[ Search Statistics ]============================
0.18/0.21 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.21 c | | | | Limit GC | Var | Constra
0.18/0.21 c =============================================================================
0.18/0.21 c 0.0s | 0 | 0 | 0 | 470 0 | 9 | 299
0.18/0.21 c 0.0s | 0 | 345 | 0 | 470 0 | 9 | 302
0.18/0.21 c #cpu_time = 0.001s
0.18/0.21 c #wall_clock_time = 0.001s
0.18/0.21 c #decision = 345
0.18/0.21 c #random_decision = 0
0.18/0.21 c #conflict = 0
0.18/0.21 c #restart = 0
0.18/0.21 c BCD2: relaxing 13 and merging with 2 cores into a new core of size 22: cost of the new core is >=3
0.18/0.21 c lower bound updated to 80
0.18/0.21 c BCD2: 80 <= obj <= 117
0.18/0.21 c BCD2: #cores=73, #unrelaxed=259, #relaxed=393, #hardened=0
0.18/0.21 c BCD2: #sat=2 #unsat=81 bias=81/83
0.18/0.21 c Solving starts ...
0.18/0.21 c ============================[ Search Statistics ]============================
0.18/0.21 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.21 c | | | | Limit GC | Var | Constra
0.18/0.21 c =============================================================================
0.18/0.21 c 0.0s | 0 | 0 | 0 | 470 0 | 13 | 302
0.18/0.22 c 0.0s | 0 | 641 | 20 | 470 0 | 13 | 308
0.18/0.22 c #cpu_time = 0.002s
0.18/0.22 c #wall_clock_time = 0.002s
0.18/0.22 c #decision = 641
0.18/0.22 c #random_decision = 0
0.18/0.22 c #conflict = 20
0.18/0.22 c #restart = 0
0.18/0.22 c BCD2: relaxing 16 and merging with 3 cores into a new core of size 43: cost of the new core is >=5
0.18/0.22 c lower bound updated to 81
0.18/0.22 c BCD2: 81 <= obj <= 117
0.18/0.22 c BCD2: #cores=71, #unrelaxed=243, #relaxed=409, #hardened=0
0.18/0.22 c BCD2: #sat=2 #unsat=82 bias=82/84
0.18/0.22 c Solving starts ...
0.18/0.22 c ============================[ Search Statistics ]============================
0.18/0.22 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.22 c | | | | Limit GC | Var | Constra
0.18/0.22 c =============================================================================
0.18/0.22 c 0.0s | 0 | 0 | 0 | 470 0 | 18 | 308
0.18/0.22 c 0.0s | 0 | 630 | 93 | 517 0 | 18 | 315
0.18/0.22 c #cpu_time = 0.006s
0.18/0.22 c #wall_clock_time = 0.006s
0.18/0.22 c #decision = 630
0.18/0.22 c #random_decision = 0
0.18/0.22 c #conflict = 93
0.18/0.22 c #restart = 0
0.18/0.22 c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
0.18/0.22 c lower bound updated to 82
0.18/0.22 c BCD2: 82 <= obj <= 117
0.18/0.22 c BCD2: #cores=71, #unrelaxed=240, #relaxed=412, #hardened=0
0.18/0.22 c BCD2: #sat=2 #unsat=83 bias=83/85
0.18/0.22 c Solving starts ...
0.18/0.22 c ============================[ Search Statistics ]============================
0.18/0.22 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.22 c | | | | Limit GC | Var | Constra
0.18/0.22 c =============================================================================
0.18/0.22 c 0.0s | 0 | 0 | 0 | 517 0 | 20 | 315
0.18/0.23 c 0.0s | 1 | 1090 | 100 | 517 0 | 20 | 318
0.18/0.23 c 0.0s | 1 | 1471 | 109 | 517 0 | 20 | 318
0.18/0.23 c #cpu_time = 0.010s
0.18/0.23 c #wall_clock_time = 0.010s
0.18/0.23 c #decision = 1471
0.18/0.23 c #random_decision = 0
0.18/0.23 c #conflict = 109
0.18/0.23 c #restart = 1
0.18/0.23 c BCD2: relaxing 43 and merging with 11 cores into a new core of size 132: cost of the new core is >=15
0.18/0.23 c lower bound updated to 83
0.18/0.24 c BCD2: 83 <= obj <= 117
0.18/0.24 c BCD2: #cores=61, #unrelaxed=197, #relaxed=455, #hardened=0
0.18/0.24 c BCD2: #sat=2 #unsat=84 bias=84/86
0.18/0.24 c Solving starts ...
0.18/0.24 c ============================[ Search Statistics ]============================
0.18/0.24 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.24 c | | | | Limit GC | Var | Constra
0.18/0.24 c =============================================================================
0.18/0.24 c 0.0s | 0 | 0 | 0 | 517 0 | 40 | 318
0.18/0.25 c 0.0s | 1 | 736 | 100 | 569 0 | 40 | 347
0.18/0.27 c 0.0s | 1 | 1708 | 186 | 569 0 | 40 | 347
0.18/0.27 c #cpu_time = 0.030s
0.18/0.27 c #wall_clock_time = 0.030s
0.18/0.27 c #decision = 1708
0.18/0.27 c #random_decision = 0
0.18/0.27 c #conflict = 186
0.18/0.27 c #restart = 1
0.18/0.27 o 99
0.18/0.27 c BCD2: updating upper bound: 117 -> 98
0.18/0.27 c BCD2: 83 <= obj <= 98
0.18/0.27 c BCD2: #cores=61, #unrelaxed=197, #relaxed=455, #hardened=0
0.18/0.27 c BCD2: #sat=3 #unsat=84 bias=84/87
0.18/0.27 c Solving starts ...
0.18/0.27 c ============================[ Search Statistics ]============================
0.18/0.27 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
0.18/0.27 c | | | | Limit GC | Var | Constra
0.18/0.27 c =============================================================================
0.18/0.27 c 0.0s | 0 | 0 | 0 | 569 0 | 40 | 348
0.18/0.29 c 0.0s | 1 | 751 | 100 | 626 0 | 40 | 348
0.29/0.31 c 0.0s | 2 | 1382 | 250 | 626 0 | 40 | 348
0.29/0.34 c 0.1s | 3 | 2175 | 475 | 689 0 | 40 | 348
0.39/0.40 c 0.1s | 4 | 3480 | 813 | 689 1 | 40 | 348
0.39/0.49 c 0.2s | 5 | 5127 | 1320 | 758 2 | 40 | 348
0.59/0.66 c 0.4s | 6 | 7215 | 2081 | 834 3 | 40 | 348
0.79/0.87 c 0.6s | 7 | 10261 | 3223 | 918 4 | 40 | 348
1.19/1.23 c 1.0s | 8 | 14880 | 4936 | 1010 7 | 40 | 348
1.59/1.63 c 1.4s | 9 | 21445 | 7506 | 1111 10 | 40 | 348
1.59/1.68 c 1.4s | 9 | 23174 | 8038 | 1111 11 | 40 | 348
1.59/1.68 c #cpu_time = 1.409s
1.59/1.68 c #wall_clock_time = 1.412s
1.59/1.68 c #decision = 23174
1.59/1.68 c #random_decision = 56
1.59/1.68 c #conflict = 8038
1.59/1.68 c #restart = 9
1.59/1.68 c BCD2: relaxing 18 and merging with 4 cores into a new core of size 77: cost of the new core is >=9
1.59/1.68 c lower bound updated to 84
1.59/1.68 c BCD2: 84 <= obj <= 98
1.59/1.68 c BCD2: #cores=58, #unrelaxed=179, #relaxed=473, #hardened=0
1.59/1.68 c BCD2: #sat=3 #unsat=85 bias=85/88
1.59/1.69 c Solving starts ...
1.59/1.69 c ============================[ Search Statistics ]============================
1.59/1.69 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
1.59/1.69 c | | | | Limit GC | Var | Constra
1.59/1.69 c =============================================================================
1.59/1.69 c 0.0s | 0 | 0 | 0 | 1111 0 | 48 | 348
1.69/1.70 c 0.0s | 1 | 535 | 100 | 1111 0 | 48 | 360
1.69/1.71 c 0.0s | 2 | 1117 | 250 | 1111 0 | 48 | 360
1.69/1.74 c 0.1s | 3 | 1944 | 475 | 1111 0 | 48 | 360
1.69/1.77 c 0.1s | 4 | 3178 | 813 | 1111 0 | 48 | 360
1.79/1.82 c 0.1s | 5 | 5117 | 1320 | 1111 0 | 48 | 360
1.89/1.90 c 0.2s | 6 | 7384 | 2081 | 1111 1 | 48 | 360
1.99/2.03 c 0.3s | 7 | 10750 | 3223 | 1223 3 | 48 | 360
2.20/2.24 c 0.6s | 8 | 16138 | 4936 | 1223 5 | 48 | 360
2.49/2.50 c 0.8s | 9 | 23822 | 7506 | 1223 8 | 48 | 360
2.89/2.91 c 1.2s | 10 | 35847 | 11361 | 1346 13 | 48 | 360
3.40/3.49 c 1.8s | 11 | 53054 | 17144 | 1346 20 | 48 | 360
4.29/4.34 c 2.7s | 12 | 75597 | 25819 | 1481 29 | 48 | 360
5.69/5.78 c 4.1s | 13 | 110832 | 38832 | 1630 42 | 48 | 360
7.70/7.78 c 6.1s | 13 | 159894 | 55932 | 1794 59 | 48 | 360
7.99/8.08 c 6.4s | 14 | 165190 | 58352 | 1794 61 | 48 | 360
9.99/10.08 c 8.4s | 14 | 208494 | 75552 | 1794 77 | 48 | 360
11.49/11.50 c 9.8s | 15 | 242620 | 87632 | 1974 88 | 48 | 360
13.49/13.51 c 11.8s | 15 | 284063 | 104532 | 1974 102 | 48 | 360
15.49/15.53 c 13.8s | 15 | 328146 | 121432 | 1974 117 | 48 | 360
16.68/16.78 c 15.1s | 16 | 357525 | 131552 | 2172 124 | 48 | 360
18.69/18.79 c 17.1s | 16 | 402966 | 147352 | 2172 137 | 48 | 360
20.68/20.80 c 19.1s | 16 | 446278 | 163852 | 2172 150 | 48 | 360
22.78/22.80 c 21.1s | 16 | 485508 | 178852 | 2172 162 | 48 | 360
24.78/24.81 c 23.1s | 16 | 518887 | 191652 | 2390 171 | 48 | 360
25.78/25.87 c 24.2s | 17 | 533510 | 197432 | 2390 175 | 48 | 360
27.78/27.88 c 26.2s | 17 | 559980 | 208632 | 2390 184 | 48 | 360
29.79/29.88 c 28.2s | 17 | 587776 | 219332 | 2390 191 | 48 | 360
31.78/31.89 c 30.2s | 17 | 616126 | 230232 | 2390 199 | 48 | 360
33.88/33.90 c 32.2s | 17 | 645435 | 241032 | 2390 207 | 48 | 360
35.88/35.91 c 34.2s | 17 | 674607 | 252032 | 2390 215 | 48 | 360
37.89/37.93 c 36.2s | 17 | 703876 | 263432 | 2390 223 | 48 | 360
39.89/39.94 c 38.3s | 17 | 730236 | 274432 | 2390 231 | 48 | 360
41.89/41.95 c 40.3s | 17 | 756174 | 284732 | 2390 239 | 48 | 360
43.89/43.97 c 42.3s | 17 | 781599 | 294932 | 2629 245 | 48 | 360
44.19/44.23 c 42.5s | 18 | 784826 | 296252 | 2629 246 | 48 | 360
46.19/46.24 c 44.6s | 18 | 811758 | 306552 | 2629 253 | 48 | 360
48.18/48.25 c 46.6s | 18 | 839066 | 317252 | 2629 260 | 48 | 360
50.18/50.25 c 48.6s | 18 | 864373 | 327152 | 2629 267 | 48 | 360
52.18/52.25 c 50.6s | 18 | 889153 | 336952 | 2629 273 | 48 | 360
54.18/54.26 c 52.6s | 18 | 916450 | 347852 | 2629 280 | 48 | 360
56.19/56.27 c 54.6s | 18 | 943737 | 358152 | 2629 287 | 48 | 360
58.18/58.27 c 56.6s | 18 | 967454 | 368252 | 2629 294 | 48 | 360
60.28/60.32 c 58.6s | 18 | 991531 | 378352 | 2629 301 | 48 | 360
62.28/62.33 c 60.6s | 18 | 1016209 | 388352 | 2629 307 | 48 | 360
64.28/64.34 c 62.7s | 18 | 1039202 | 398152 | 2629 314 | 48 | 360
66.28/66.34 c 64.7s | 18 | 1064066 | 408052 | 2629 320 | 48 | 360
68.29/68.34 c 66.7s | 18 | 1089252 | 417552 | 2629 327 | 48 | 360
70.28/70.35 c 68.7s | 18 | 1117659 | 428052 | 2629 333 | 48 | 360
72.28/72.37 c 70.7s | 18 | 1146651 | 439252 | 2892 340 | 48 | 360
73.28/73.35 c 71.7s | 19 | 1159723 | 444482 | 2892 344 | 48 | 360
75.28/75.36 c 73.7s | 19 | 1187231 | 454982 | 2892 350 | 48 | 360
77.28/77.37 c 75.7s | 19 | 1212940 | 465082 | 2892 356 | 48 | 360
79.28/79.37 c 77.7s | 19 | 1241107 | 475682 | 2892 363 | 48 | 360
81.27/81.38 c 79.7s | 19 | 1267440 | 485582 | 2892 369 | 48 | 360
83.27/83.39 c 81.7s | 19 | 1295222 | 496082 | 2892 375 | 48 | 360
85.37/85.40 c 83.7s | 19 | 1321551 | 506082 | 2892 381 | 48 | 360
87.37/87.42 c 85.7s | 19 | 1347257 | 516282 | 2892 387 | 48 | 360
89.37/89.45 c 87.8s | 19 | 1374298 | 526182 | 2892 393 | 48 | 360
91.38/91.45 c 89.8s | 19 | 1399732 | 535882 | 2892 399 | 48 | 360
93.37/93.47 c 91.8s | 19 | 1425298 | 545782 | 2892 405 | 48 | 360
95.37/95.49 c 93.8s | 19 | 1450584 | 554982 | 2892 411 | 48 | 360
97.47/97.50 c 95.8s | 19 | 1475810 | 564682 | 2892 417 | 48 | 360
99.47/99.52 c 97.8s | 19 | 1502851 | 575482 | 2892 423 | 48 | 360
101.47/101.52 c 99.8s | 19 | 1529638 | 585982 | 2892 430 | 48 | 360
103.48/103.53 c 101s | 19 | 1558013 | 596382 | 2892 436 | 48 | 360
105.47/105.54 c 103s | 19 | 1582003 | 605882 | 2892 442 | 48 | 360
107.47/107.55 c 105s | 19 | 1608154 | 616082 | 2892 448 | 48 | 360
109.47/109.57 c 107s | 19 | 1636039 | 626182 | 2892 454 | 48 | 360
111.47/111.58 c 109s | 19 | 1661813 | 635882 | 2892 460 | 48 | 360
113.47/113.59 c 111s | 19 | 1687299 | 645782 | 2892 466 | 48 | 360
115.48/115.60 c 113s | 19 | 1714429 | 656382 | 3182 472 | 48 | 360
117.57/117.60 c 115s | 19 | 1738348 | 665682 | 3182 478 | 48 | 360
117.78/117.82 c 116s | 20 | 1741466 | 666827 | 3182 478 | 48 | 360
119.77/119.82 c 118s | 20 | 1767339 | 676427 | 3182 484 | 48 | 360
121.77/121.83 c 120s | 20 | 1796057 | 686927 | 3182 490 | 48 | 360
123.77/123.84 c 122s | 20 | 1823192 | 697227 | 3182 495 | 48 | 360
125.77/125.85 c 124s | 20 | 1847607 | 707027 | 3182 501 | 48 | 360
127.77/127.85 c 126s | 20 | 1871982 | 717227 | 3182 507 | 48 | 360
129.78/129.87 c 128s | 20 | 1898265 | 727527 | 3182 513 | 48 | 360
131.77/131.88 c 130s | 20 | 1923503 | 737427 | 3182 518 | 48 | 360
133.77/133.89 c 132s | 20 | 1948741 | 747327 | 3182 524 | 48 | 360
135.77/135.89 c 134s | 20 | 1972669 | 757127 | 3182 529 | 48 | 360
137.87/137.90 c 136s | 20 | 1996480 | 766927 | 3182 535 | 48 | 360
139.87/139.90 c 138s | 20 | 2022647 | 777227 | 3182 540 | 48 | 360
141.87/141.92 c 140s | 20 | 2047317 | 786927 | 3182 546 | 48 | 360
143.87/143.93 c 142s | 20 | 2073086 | 797227 | 3182 552 | 48 | 360
145.87/145.94 c 144s | 20 | 2098917 | 807627 | 3182 557 | 48 | 360
147.87/147.96 c 146s | 20 | 2124016 | 817227 | 3182 563 | 48 | 360
149.87/149.98 c 148s | 20 | 2149234 | 827227 | 3182 569 | 48 | 360
151.87/151.98 c 150s | 20 | 2173283 | 836627 | 3182 574 | 48 | 360
153.86/153.98 c 152s | 20 | 2198512 | 846527 | 3182 579 | 48 | 360
155.86/155.99 c 154s | 20 | 2226070 | 856927 | 3182 585 | 48 | 360
157.96/158.00 c 156s | 20 | 2250995 | 867227 | 3182 591 | 48 | 360
159.96/160.02 c 158s | 20 | 2275881 | 877227 | 3182 597 | 48 | 360
161.96/162.03 c 160s | 20 | 2301119 | 887027 | 3182 602 | 48 | 360
163.97/164.04 c 162s | 20 | 2326649 | 896427 | 3182 607 | 48 | 360
165.96/166.05 c 164s | 20 | 2353785 | 907027 | 3182 613 | 48 | 360
167.96/168.06 c 166s | 20 | 2378487 | 916727 | 3182 619 | 48 | 360
169.96/170.07 c 168s | 20 | 2404152 | 926827 | 3182 624 | 48 | 360
171.97/172.08 c 170s | 20 | 2429456 | 936627 | 3182 630 | 48 | 360
174.07/174.10 c 172s | 20 | 2456569 | 947127 | 3182 636 | 48 | 360
176.07/176.11 c 174s | 20 | 2482065 | 956927 | 3182 641 | 48 | 360
178.06/178.13 c 176s | 20 | 2506433 | 966927 | 3182 647 | 48 | 360
180.06/180.15 c 178s | 20 | 2529961 | 976427 | 3182 652 | 48 | 360
182.06/182.16 c 180s | 20 | 2556935 | 986727 | 3501 658 | 48 | 360
184.06/184.16 c 182s | 20 | 2580851 | 996127 | 3501 663 | 48 | 360
184.96/185.05 c 183s | 21 | 2591436 | 1000345 | 3501 665 | 48 | 360
186.97/187.05 c 185s | 21 | 2615723 | 1010045 | 3501 670 | 48 | 360
188.96/189.06 c 187s | 21 | 2642681 | 1020145 | 3501 675 | 48 | 360
190.96/191.07 c 189s | 21 | 2668572 | 1029945 | 3501 680 | 48 | 360
192.96/193.08 c 191s | 21 | 2692373 | 1039245 | 3501 685 | 48 | 360
194.96/195.08 c 193s | 21 | 2716204 | 1048745 | 3501 690 | 48 | 360
196.96/197.09 c 195s | 21 | 2738804 | 1057845 | 3501 695 | 48 | 360
198.96/199.09 c 197s | 21 | 2763004 | 1067645 | 3501 700 | 48 | 360
201.06/201.10 c 199s | 21 | 2786161 | 1076945 | 3501 704 | 48 | 360
203.06/203.12 c 201s | 21 | 2809295 | 1086345 | 3501 709 | 48 | 360
205.05/205.14 c 203s | 21 | 2833999 | 1095945 | 3501 714 | 48 | 360
207.05/207.15 c 205s | 21 | 2856494 | 1105345 | 3501 719 | 48 | 360
209.06/209.17 c 207s | 21 | 2881984 | 1115345 | 3501 724 | 48 | 360
211.05/211.18 c 209s | 21 | 2906859 | 1125045 | 3501 729 | 48 | 360
213.05/213.19 c 211s | 21 | 2932079 | 1134645 | 3501 734 | 48 | 360
215.15/215.24 c 213s | 21 | 2957732 | 1144345 | 3501 739 | 48 | 360
217.15/217.25 c 215s | 21 | 2985026 | 1154445 | 3501 744 | 48 | 360
219.15/219.26 c 217s | 21 | 3009079 | 1164045 | 3501 749 | 48 | 360
221.16/221.29 c 219s | 21 | 3034138 | 1174145 | 3501 755 | 48 | 360
223.26/223.33 c 221s | 21 | 3059551 | 1183745 | 3501 759 | 48 | 360
225.25/225.34 c 223s | 21 | 3086299 | 1194045 | 3501 765 | 48 | 360
227.26/227.35 c 225s | 21 | 3112108 | 1203745 | 3501 770 | 48 | 360
229.26/229.36 c 227s | 21 | 3136491 | 1213345 | 3501 775 | 48 | 360
231.26/231.37 c 229s | 21 | 3161951 | 1222945 | 3501 780 | 48 | 360
233.26/233.39 c 231s | 21 | 3187313 | 1232645 | 3501 785 | 48 | 360
235.25/235.40 c 233s | 21 | 3212091 | 1242645 | 3501 790 | 48 | 360
237.35/237.40 c 235s | 21 | 3234275 | 1251745 | 3501 795 | 48 | 360
239.35/239.42 c 237s | 21 | 3257738 | 1260945 | 3501 799 | 48 | 360
241.35/241.42 c 239s | 21 | 3280767 | 1270245 | 3501 804 | 48 | 360
243.35/243.42 c 241s | 21 | 3307974 | 1280445 | 3501 809 | 48 | 360
245.36/245.43 c 243s | 21 | 3347606 | 1296845 | 3501 818 | 48 | 360
247.35/247.47 c 245s | 21 | 3384410 | 1311445 | 3501 825 | 48 | 360
249.35/249.48 c 247s | 21 | 3422839 | 1326045 | 3501 833 | 48 | 360
251.35/251.49 c 249s | 21 | 3461523 | 1339745 | 3501 840 | 48 | 360
253.35/253.50 c 251s | 21 | 3502813 | 1352545 | 3501 847 | 48 | 360
255.45/255.50 c 253s | 21 | 3539292 | 1365645 | 3501 853 | 48 | 360
257.46/257.51 c 255s | 21 | 3573158 | 1377645 | 3501 860 | 48 | 360
259.45/259.51 c 257s | 21 | 3605293 | 1389545 | 3501 866 | 48 | 360
261.45/261.52 c 259s | 21 | 3641144 | 1402845 | 3501 873 | 48 | 360
263.45/263.53 c 261s | 21 | 3675914 | 1415445 | 3501 879 | 48 | 360
265.45/265.54 c 263s | 21 | 3714257 | 1428445 | 3501 886 | 48 | 360
267.44/267.55 c 265s | 21 | 3750449 | 1441745 | 3501 893 | 48 | 360
269.45/269.56 c 267s | 21 | 3785806 | 1454745 | 3501 899 | 48 | 360
271.44/271.56 c 269s | 21 | 3823319 | 1467245 | 3501 906 | 48 | 360
273.44/273.57 c 271s | 21 | 3859706 | 1479845 | 3501 912 | 48 | 360
275.45/275.59 c 273s | 21 | 3896465 | 1492045 | 3852 918 | 48 | 360
276.75/276.84 c 275s | 22 | 3918469 | 1500622 | 3852 922 | 48 | 360
278.75/278.86 c 277s | 22 | 3948745 | 1513522 | 3852 928 | 48 | 360
280.75/280.87 c 279s | 22 | 3980217 | 1526322 | 3852 934 | 48 | 360
282.76/282.87 c 281s | 22 | 4009787 | 1538722 | 3852 940 | 48 | 360
284.75/284.87 c 283s | 22 | 4040756 | 1551222 | 3852 946 | 48 | 360
286.75/286.87 c 285s | 22 | 4079597 | 1564322 | 3852 952 | 48 | 360
288.75/288.87 c 287s | 22 | 4111664 | 1576522 | 3852 958 | 48 | 360
290.74/290.88 c 289s | 22 | 4144238 | 1588022 | 3852 964 | 48 | 360
292.74/292.89 c 291s | 22 | 4181330 | 1600322 | 3852 969 | 48 | 360
294.75/294.89 c 293s | 22 | 4215374 | 1612122 | 3852 975 | 48 | 360
296.74/296.90 c 295s | 22 | 4248683 | 1623322 | 3852 980 | 48 | 360
298.84/298.90 c 297s | 22 | 4284191 | 1635122 | 3852 986 | 48 | 360
300.84/300.91 c 299s | 22 | 4317161 | 1647322 | 3852 992 | 48 | 360
302.84/302.91 c 301s | 22 | 4349113 | 1659022 | 3852 997 | 48 | 360
304.84/304.92 c 303s | 22 | 4383899 | 1671622 | 3852 1003 | 48 | 360
306.85/306.93 c 305s | 22 | 4421010 | 1684622 | 3852 1009 | 48 | 360
308.84/308.97 c 307s | 22 | 4452030 | 1696822 | 3852 1015 | 48 | 360
310.84/310.98 c 309s | 22 | 4483383 | 1708422 | 3852 1021 | 48 | 360
312.84/312.98 c 311s | 22 | 4517018 | 1721122 | 3852 1027 | 48 | 360
314.84/314.99 c 313s | 22 | 4549894 | 1733122 | 3852 1032 | 48 | 360
316.94/317.03 c 315s | 22 | 4583800 | 1744922 | 3852 1038 | 48 | 360
318.95/319.04 c 317s | 22 | 4623236 | 1757422 | 3852 1044 | 48 | 360
320.94/321.04 c 319s | 22 | 4656446 | 1767722 | 3852 1049 | 48 | 360
322.94/323.05 c 321s | 22 | 4692203 | 1779622 | 3852 1054 | 48 | 360
324.94/325.07 c 323s | 22 | 4728767 | 1791122 | 3852 1060 | 48 | 360
326.94/327.08 c 325s | 22 | 4761370 | 1802822 | 3852 1065 | 48 | 360
328.95/329.09 c 327s | 22 | 4794883 | 1815022 | 3852 1071 | 48 | 360
331.05/331.14 c 329s | 22 | 4822718 | 1826622 | 3852 1077 | 48 | 360
333.04/333.15 c 331s | 22 | 4853703 | 1838922 | 3852 1082 | 48 | 360
335.04/335.16 c 333s | 22 | 4881956 | 1851122 | 3852 1088 | 48 | 360
337.04/337.17 c 335s | 22 | 4910620 | 1862722 | 3852 1094 | 48 | 360
339.04/339.18 c 337s | 22 | 4942056 | 1875722 | 3852 1100 | 48 | 360
341.04/341.19 c 339s | 22 | 4973715 | 1887622 | 3852 1105 | 48 | 360
343.04/343.20 c 341s | 22 | 5001223 | 1899122 | 3852 1111 | 48 | 360
345.14/345.20 c 343s | 22 | 5033136 | 1911922 | 3852 1117 | 48 | 360
347.13/347.22 c 345s | 22 | 5064408 | 1923322 | 3852 1122 | 48 | 360
349.13/349.23 c 347s | 22 | 5098940 | 1936322 | 3852 1129 | 48 | 360
351.13/351.24 c 349s | 22 | 5129899 | 1948722 | 3852 1134 | 48 | 360
353.14/353.25 c 351s | 22 | 5162633 | 1961322 | 3852 1140 | 48 | 360
355.13/355.26 c 353s | 22 | 5195910 | 1974122 | 3852 1146 | 48 | 360
357.13/357.27 c 355s | 22 | 5222739 | 1985022 | 3852 1152 | 48 | 360
357.83/357.99 c 356s | 22 | 5233681 | 1989620 | 3852 1154 | 48 | 360
357.83/357.99 c #cpu_time = 355.397s
357.83/357.99 c #wall_clock_time = 356.310s
357.83/357.99 c #decision = 5233681
357.83/357.99 c #random_decision = 15578
357.83/357.99 c #conflict = 1989620
357.83/357.99 c #restart = 22
357.83/358.00 c BCD2: relaxing 23 and merging with 8 cores into a new core of size 152: cost of the new core is >=19
357.83/358.00 c lower bound updated to 85
357.83/358.00 c BCD2: 85 <= obj <= 98
357.83/358.00 c BCD2: #cores=51, #unrelaxed=156, #relaxed=496, #hardened=0
357.83/358.00 c BCD2: #sat=3 #unsat=86 bias=86/89
357.93/358.00 c Solving starts ...
357.93/358.00 c ============================[ Search Statistics ]============================
357.93/358.00 c Time | Restart | Decision | Conflict | LEARNT | Fixed | Removed
357.93/358.00 c | | | | Limit GC | Var | Constra
357.93/358.00 c =============================================================================
357.93/358.00 c 0.0s | 0 | 0 | 0 | 3852 0 | 65 | 360
357.93/358.02 c 0.0s | 1 | 515 | 100 | 3852 0 | 65 | 386
357.93/358.04 c 0.0s | 2 | 1068 | 250 | 3852 0 | 65 | 386
357.93/358.07 c 0.1s | 3 | 1745 | 475 | 3852 0 | 65 | 386
358.03/358.14 c 0.1s | 4 | 2847 | 813 | 3852 0 | 65 | 386
358.24/358.30 c 0.3s | 5 | 4928 | 1320 | 3852 0 | 65 | 386
358.34/358.43 c 0.4s | 6 | 6740 | 2081 | 3852 0 | 65 | 386
358.55/358.64 c 0.6s | 7 | 9044 | 3223 | 3852 0 | 65 | 386
358.84/358.97 c 1.0s | 8 | 12585 | 4936 | 3852 1 | 65 | 386
359.34/359.49 c 1.5s | 9 | 19816 | 7506 | 3852 2 | 65 | 386
360.14/360.20 c 2.2s | 10 | 29475 | 11361 | 3852 4 | 65 | 386
361.44/361.52 c 3.5s | 11 | 46642 | 17144 | 3852 7 | 65 | 386
363.24/363.34 c 5.3s | 12 | 74576 | 25819 | 3852 11 | 65 | 386
365.24/365.35 c 7.4s | 12 | 103660 | 35819 | 3852 16 | 65 | 386
365.94/366.03 c 8.0s | 13 | 112524 | 38832 | 3852 17 | 65 | 386
367.94/368.05 c 10.1s | 13 | 143392 | 48432 | 3852 22 | 65 | 386
369.94/370.06 c 12.1s | 13 | 173828 | 57732 | 3852 26 | 65 | 386
370.04/370.17 c 12.2s | 14 | 175382 | 58352 | 3852 26 | 65 | 386
372.04/372.18 c 14.2s | 14 | 201719 | 67852 | 3852 31 | 65 | 386
374.04/374.19 c 16.2s | 14 | 232136 | 78152 | 3852 36 | 65 | 386
376.14/376.21 c 18.2s | 14 | 259450 | 86952 | 3852 40 | 65 | 386
376.33/376.40 c 18.4s | 15 | 261826 | 87632 | 3852 40 | 65 | 386
378.34/378.41 c 20.4s | 15 | 289560 | 96932 | 3852 45 | 65 | 386
380.33/380.41 c 22.4s | 15 | 314651 | 105332 | 3852 49 | 65 | 386
382.33/382.42 c 24.4s | 15 | 343468 | 114632 | 3852 53 | 65 | 386
384.33/384.44 c 26.4s | 15 | 372128 | 123032 | 3852 57 | 65 | 386
386.23/386.30 c 28.3s | 16 | 402929 | 131552 | 3852 61 | 65 | 386
388.24/388.32 c 30.3s | 16 | 433176 | 140352 | 3852 65 | 65 | 386
390.23/390.33 c 32.3s | 16 | 462240 | 150552 | 3852 70 | 65 | 386
392.23/392.33 c 34.3s | 16 | 488440 | 159652 | 3852 75 | 65 | 386
394.23/394.34 c 36.3s | 16 | 516250 | 169552 | 3852 79 | 65 | 386
396.23/396.35 c 38.4s | 16 | 543721 | 179052 | 3852 84 | 65 | 386
398.23/398.37 c 40.4s | 16 | 569246 | 189052 | 3852 89 | 65 | 386
400.03/400.19 c 42.2s | 17 | 595570 | 197432 | 3852 93 | 65 | 386
402.02/402.19 c 44.2s | 17 | 624444 | 206632 | 3852 97 | 65 | 386
404.02/404.19 c 46.2s | 17 | 653715 | 216832 | 3852 102 | 65 | 386
406.12/406.20 c 48.2s | 17 | 683939 | 226532 | 3852 106 | 65 | 386
408.13/408.24 c 50.2s | 17 | 712445 | 234932 | 3852 110 | 65 | 386
410.12/410.26 c 52.3s | 17 | 744626 | 244632 | 4238 115 | 65 | 386
412.12/412.26 c 54.3s | 17 | 774762 | 254132 | 4238 119 | 65 | 386
414.12/414.27 c 56.3s | 17 | 801018 | 263232 | 4238 123 | 65 | 386
416.12/416.29 c 58.3s | 17 | 829300 | 272832 | 4238 127 | 65 | 386
418.23/418.30 c 60.3s | 17 | 856876 | 281332 | 4238 131 | 65 | 386
420.24/420.31 c 62.3s | 17 | 883236 | 290032 | 4238 134 | 65 | 386
421.73/421.82 c 63.8s | 18 | 902910 | 296252 | 4238 137 | 65 | 386
423.73/423.84 c 65.8s | 18 | 929452 | 304552 | 4238 141 | 65 | 386
425.74/425.85 c 67.8s | 18 | 959485 | 313452 | 4238 145 | 65 | 386
427.73/427.88 c 69.9s | 18 | 988991 | 322552 | 4238 149 | 65 | 386
429.82/429.90 c 71.9s | 18 | 1020658 | 331752 | 4238 153 | 65 | 386
431.82/431.90 c 73.9s | 18 | 1044090 | 340252 | 4238 156 | 65 | 386
433.82/433.92 c 75.9s | 18 | 1071456 | 349752 | 4238 160 | 65 | 386
435.82/435.94 c 77.9s | 18 | 1104286 | 359652 | 4238 165 | 65 | 386
437.83/437.94 c 79.9s | 18 | 1128905 | 368252 | 4238 168 | 65 | 386
439.82/439.96 c 82.0s | 18 | 1159075 | 377352 | 4238 172 | 65 | 386
441.82/441.98 c 84.0s | 18 | 1188599 | 385852 | 4238 176 | 65 | 386
443.82/443.98 c 86.0s | 18 | 1213710 | 394752 | 4238 180 | 65 | 386
445.92/446.00 c 88.0s | 18 | 1239956 | 404252 | 4238 184 | 65 | 386
447.92/448.01 c 90.0s | 18 | 1267788 | 412952 | 4238 188 | 65 | 386
449.93/450.02 c 92.0s | 18 | 1295087 | 421252 | 4238 192 | 65 | 386
451.92/452.02 c 94.0s | 18 | 1322773 | 429352 | 4238 195 | 65 | 386
453.92/454.09 c 96.1s | 18 | 1349923 | 437252 | 4238 199 | 65 | 386
455.52/455.67 c 97.7s | 19 | 1373779 | 444482 | 4238 202 | 65 | 386
457.52/457.68 c 99.7s | 19 | 1403078 | 452982 | 4238 205 | 65 | 386
459.52/459.70 c 101s | 19 | 1429794 | 461282 | 4238 209 | 65 | 386
461.61/461.70 c 103s | 19 | 1457606 | 469782 | 4238 213 | 65 | 386
463.61/463.72 c 105s | 19 | 1486169 | 478182 | 4238 216 | 65 | 386
465.61/465.73 c 107s | 19 | 1517302 | 486882 | 4238 220 | 65 | 386
467.61/467.77 c 109s | 19 | 1547994 | 495582 | 4238 224 | 65 | 386
469.62/469.77 c 111s | 19 | 1576766 | 504282 | 4238 228 | 65 | 386
471.61/471.78 c 113s | 19 | 1605344 | 512882 | 4238 232 | 65 | 386
473.61/473.79 c 115s | 19 | 1634928 | 521782 | 4238 235 | 65 | 386
475.71/475.80 c 117s | 19 | 1666931 | 531582 | 4238 240 | 65 | 386
477.72/477.82 c 119s | 19 | 1694954 | 540482 | 4238 244 | 65 | 386
479.72/479.84 c 121s | 19 | 1727122 | 549682 | 4238 248 | 65 | 386
481.73/481.84 c 123s | 19 | 1751945 | 557682 | 4238 251 | 65 | 386
483.72/483.86 c 125s | 19 | 1777691 | 565482 | 4238 254 | 65 | 386
485.72/485.86 c 127s | 19 | 1800055 | 573082 | 4238 258 | 65 | 386
487.72/487.86 c 129s | 19 | 1831757 | 582582 | 4238 262 | 65 | 386
489.72/489.88 c 131s | 19 | 1860907 | 591882 | 4238 266 | 65 | 386
491.72/491.89 c 133s | 19 | 1889887 | 600482 | 4238 270 | 65 | 386
493.72/493.90 c 135s | 19 | 1917850 | 608682 | 4238 273 | 65 | 386
495.82/495.93 c 137s | 19 | 1947904 | 617582 | 4238 277 | 65 | 386
497.82/497.93 c 139s | 19 | 1977575 | 626482 | 4238 281 | 65 | 386
499.82/499.94 c 141s | 19 | 2007967 | 634382 | 4238 285 | 65 | 386
501.82/501.97 c 143s | 19 | 2040399 | 643282 | 4238 288 | 65 | 386
503.82/503.98 c 145s | 19 | 2066324 | 652282 | 4238 292 | 65 | 386
505.82/505.98 c 147s | 19 | 2095402 | 661182 | 4238 296 | 65 | 386
507.21/507.34 c 149s | 20 | 2115149 | 666827 | 4238 299 | 65 | 386
509.22/509.35 c 151s | 20 | 2144896 | 675027 | 4238 302 | 65 | 386
511.21/511.37 c 153s | 20 | 2171761 | 683727 | 4238 306 | 65 | 386
513.21/513.39 c 155s | 20 | 2201116 | 692227 | 4238 310 | 65 | 386
515.21/515.39 c 157s | 20 | 2231179 | 701227 | 4238 314 | 65 | 386
517.31/517.41 c 159s | 20 | 2254673 | 708827 | 4238 317 | 65 | 386
519.31/519.41 c 161s | 20 | 2282445 | 718227 | 4238 321 | 65 | 386
521.32/521.44 c 163s | 20 | 2310684 | 726727 | 4238 325 | 65 | 386
523.31/523.47 c 165s | 20 | 2336305 | 734627 | 4238 328 | 65 | 386
525.31/525.48 c 167s | 20 | 2365651 | 743527 | 4238 332 | 65 | 386
527.41/527.51 c 169s | 20 | 2400124 | 752627 | 4238 336 | 65 | 386
529.41/529.51 c 171s | 20 | 2427511 | 760527 | 4238 340 | 65 | 386
531.41/531.52 c 173s | 20 | 2455037 | 769127 | 4238 343 | 65 | 386
533.41/533.53 c 175s | 20 | 2482825 | 777727 | 4238 347 | 65 | 386
535.41/535.55 c 177s | 20 | 2508889 | 785327 | 4238 350 | 65 | 386
537.41/537.57 c 179s | 20 | 2534252 | 793927 | 4238 354 | 65 | 386
539.50/539.63 c 181s | 20 | 2563368 | 802527 | 4238 358 | 65 | 386
541.50/541.63 c 183s | 20 | 2588941 | 811027 | 4238 362 | 65 | 386
543.50/543.63 c 185s | 20 | 2618377 | 819127 | 4238 365 | 65 | 386
545.51/545.65 c 187s | 20 | 2647898 | 828127 | 4238 369 | 65 | 386
547.50/547.69 c 189s | 20 | 2671755 | 836127 | 4238 373 | 65 | 386
549.60/549.70 c 191s | 20 | 2694622 | 843627 | 4238 376 | 65 | 386
551.60/551.70 c 193s | 20 | 2723421 | 852227 | 4238 380 | 65 | 386
553.60/553.71 c 195s | 20 | 2748787 | 860627 | 4238 383 | 65 | 386
555.60/555.71 c 197s | 20 | 2777043 | 869427 | 4238 387 | 65 | 386
557.61/557.73 c 199s | 20 | 2806542 | 878127 | 4238 391 | 65 | 386
559.60/559.73 c 201s | 20 | 2832468 | 885727 | 4238 394 | 65 | 386
561.60/561.77 c 203s | 20 | 2859668 | 894427 | 4238 398 | 65 | 386
563.60/563.79 c 205s | 20 | 2889412 | 903027 | 4238 402 | 65 | 386
565.70/565.80 c 207s | 20 | 2917970 | 911427 | 4238 405 | 65 | 386
567.70/567.81 c 209s | 20 | 2946458 | 919727 | 4238 409 | 65 | 386
569.70/569.82 c 211s | 20 | 2974553 | 928927 | 4238 413 | 65 | 386
571.70/571.83 c 213s | 20 | 2997233 | 936727 | 4238 416 | 65 | 386
573.70/573.83 c 215s | 20 | 3023262 | 944427 | 4238 420 | 65 | 386
575.70/575.87 c 217s | 20 | 3052347 | 953027 | 4238 424 | 65 | 386
577.70/577.87 c 219s | 20 | 3078892 | 960927 | 4238 427 | 65 | 386
579.71/579.89 c 221s | 20 | 3105644 | 969027 | 4238 430 | 65 | 386
581.70/581.90 c 223s | 20 | 3133171 | 977227 | 4238 434 | 65 | 386
583.80/583.92 c 225s | 20 | 3159550 | 985727 | 4238 438 | 65 | 386
585.80/585.92 c 227s | 20 | 3186294 | 994027 | 4238 441 | 65 | 386
587.31/587.46 c 229s | 21 | 3208862 | 1000345 | 4238 444 | 65 | 386
589.30/589.47 c 231s | 21 | 3234629 | 1008345 | 4238 448 | 65 | 386
591.30/591.49 c 233s | 21 | 3263095 | 1017045 | 4238 451 | 65 | 386
593.40/593.50 c 235s | 21 | 3288857 | 1025245 | 4238 455 | 65 | 386
595.40/595.50 c 237s | 21 | 3317841 | 1033845 | 4238 459 | 65 | 386
597.40/597.52 c 239s | 21 | 3345102 | 1042745 | 4238 463 | 65 | 386
599.41/599.53 c 241s | 21 | 3373119 | 1050845 | 4238 466 | 65 | 386
601.40/601.54 c 243s | 21 | 3405238 | 1059845 | 4238 470 | 65 | 386
603.40/603.55 c 245s | 21 | 3432033 | 1067845 | 4238 474 | 65 | 386
605.40/605.59 c 247s | 21 | 3461546 | 1076645 | 4238 477 | 65 | 386
607.50/607.60 c 249s | 21 | 3490741 | 1085245 | 4238 481 | 65 | 386
609.50/609.62 c 251s | 21 | 3519333 | 1094345 | 4238 485 | 65 | 386
611.50/611.63 c 253s | 21 | 3546575 | 1103745 | 4238 489 | 65 | 386
613.50/613.63 c 255s | 21 | 3573877 | 1112745 | 4238 493 | 65 | 386
615.50/615.65 c 257s | 21 | 3606171 | 1122245 | 4238 497 | 65 | 386
617.50/617.68 c 259s | 21 | 3637197 | 1131145 | 4238 501 | 65 | 386
619.49/619.69 c 261s | 21 | 3667998 | 1140345 | 4238 505 | 65 | 386
621.59/621.71 c 263s | 21 | 3697290 | 1148745 | 4238 509 | 65 | 386
623.70/623.82 c 265s | 21 | 3723795 | 1157245 | 4238 513 | 65 | 386
625.69/625.84 c 267s | 21 | 3752672 | 1165945 | 4238 516 | 65 | 386
627.69/627.84 c 269s | 21 | 3781296 | 1173945 | 4238 520 | 65 | 386
629.69/629.85 c 271s | 21 | 3812196 | 1183445 | 4238 524 | 65 | 386
631.69/631.86 c 273s | 21 | 3837963 | 1192045 | 4238 528 | 65 | 386
633.69/633.87 c 275s | 21 | 3864937 | 1200845 | 4238 532 | 65 | 386
635.70/635.87 c 277s | 21 | 3894779 | 1209545 | 4238 535 | 65 | 386
637.69/637.88 c 279s | 21 | 3922209 | 1218545 | 4238 539 | 65 | 386
639.69/639.88 c 281s | 21 | 3949785 | 1226645 | 4238 543 | 65 | 386
641.69/641.88 c 283s | 21 | 3974081 | 1235645 | 4238 547 | 65 | 386
643.69/643.89 c 285s | 21 | 3999335 | 1243845 | 4238 550 | 65 | 386
645.79/645.90 c 287s | 21 | 4028126 | 1253045 | 4238 554 | 65 | 386
647.79/647.91 c 289s | 21 | 4057359 | 1261145 | 4238 558 | 65 | 386
649.79/649.92 c 291s | 21 | 4085053 | 1270045 | 4238 562 | 65 | 386
651.78/651.99 c 293s | 21 | 4108987 | 1279245 | 4238 566 | 65 | 386
653.88/654.00 c 296s | 21 | 4132775 | 1287845 | 4238 570 | 65 | 386
655.88/656.01 c 298s | 21 | 4161286 | 1296445 | 4238 573 | 65 | 386
657.88/658.03 c 300s | 21 | 4190642 | 1305445 | 4238 577 | 65 | 386
659.90/660.03 c 302s | 21 | 4219469 | 1314445 | 4238 581 | 65 | 386
661.89/662.05 c 304s | 21 | 4242124 | 1322945 | 4238 585 | 65 | 386
663.89/664.06 c 306s | 21 | 4268344 | 1331545 | 4238 589 | 65 | 386
665.89/666.09 c 308s | 21 | 4296784 | 1340045 | 4238 592 | 65 | 386
667.99/668.10 c 310s | 21 | 4325291 | 1349145 | 4238 596 | 65 | 386
669.99/670.11 c 312s | 21 | 4350929 | 1358045 | 4662 600 | 65 | 386
672.00/672.15 c 314s | 21 | 4378246 | 1366945 | 4662 604 | 65 | 386
673.99/674.16 c 316s | 21 | 4401950 | 1375845 | 4662 607 | 65 | 386
675.99/676.16 c 318s | 21 | 4424720 | 1384845 | 4662 611 | 65 | 386
677.99/678.17 c 320s | 21 | 4450236 | 1392745 | 4662 614 | 65 | 386
679.99/680.19 c 322s | 21 | 4477725 | 1401645 | 4662 617 | 65 | 386
682.09/682.21 c 324s | 21 | 4501792 | 1409145 | 4662 620 | 65 | 386
684.09/684.21 c 326s | 21 | 4523659 | 1417445 | 4662 624 | 65 | 386
686.09/686.22 c 328s | 21 | 4548182 | 1425945 | 4662 627 | 65 | 386
688.09/688.24 c 330s | 21 | 4576055 | 1433845 | 4662 630 | 65 | 386
690.09/690.25 c 332s | 21 | 4599405 | 1441345 | 4662 633 | 65 | 386
692.09/692.26 c 334s | 21 | 4625722 | 1449845 | 4662 637 | 65 | 386
694.09/694.27 c 336s | 21 | 4651734 | 1458545 | 4662 640 | 65 | 386
696.19/696.37 c 338s | 21 | 4678089 | 1466945 | 4662 643 | 65 | 386
698.18/698.38 c 340s | 21 | 4704390 | 1475045 | 4662 647 | 65 | 386
700.28/700.40 c 342s | 21 | 4732954 | 1483845 | 4662 650 | 65 | 386
702.28/702.42 c 344s | 21 | 4754655 | 1491645 | 4662 653 | 65 | 386
704.28/704.44 c 346s | 21 | 4778986 | 1500445 | 4662 657 | 65 | 386
704.38/704.50 c 346s | 22 | 4779470 | 1500622 | 4662 657 | 65 | 386
706.38/706.51 c 348s | 22 | 4803496 | 1509522 | 4662 660 | 65 | 386
708.39/708.52 c 350s | 22 | 4827171 | 1518422 | 4662 664 | 65 | 386
710.38/710.54 c 352s | 22 | 4848096 | 1526322 | 4662 667 | 65 | 386
712.38/712.55 c 354s | 22 | 4872538 | 1535122 | 4662 671 | 65 | 386
714.38/714.55 c 356s | 22 | 4895839 | 1543622 | 4662 674 | 65 | 386
716.38/716.57 c 358s | 22 | 4920131 | 1551922 | 4662 677 | 65 | 386
718.38/718.57 c 360s | 22 | 4938174 | 1559422 | 4662 680 | 65 | 386
720.38/720.59 c 362s | 22 | 4963904 | 1569122 | 4662 684 | 65 | 386
722.48/722.60 c 364s | 22 | 4989542 | 1577222 | 4662 688 | 65 | 386
724.47/724.61 c 366s | 22 | 5013968 | 1586522 | 4662 691 | 65 | 386
726.47/726.62 c 368s | 22 | 5038062 | 1594822 | 4662 695 | 65 | 386
728.47/728.63 c 370s | 22 | 5059688 | 1602822 | 4662 698 | 65 | 386
730.47/730.64 c 372s | 22 | 5084197 | 1611422 | 4662 701 | 65 | 386
732.48/732.65 c 374s | 22 | 5108568 | 1619922 | 4662 705 | 65 | 386
734.46/734.65 c 376s | 22 | 5132298 | 1628922 | 4662 708 | 65 | 386
736.46/736.66 c 378s | 22 | 5155043 | 1638822 | 4662 712 | 65 | 386
738.46/738.66 c 380s | 22 | 5176226 | 1647322 | 4662 715 | 65 | 386
740.46/740.67 c 382s | 22 | 5196580 | 1655922 | 4662 719 | 65 | 386
742.47/742.68 c 384s | 22 | 5219349 | 1664222 | 4662 722 | 65 | 386
744.46/744.69 c 386s | 22 | 5243494 | 1672922 | 4662 726 | 65 | 386
746.56/746.71 c 388s | 22 | 5267819 | 1682222 | 4662 729 | 65 | 386
748.56/748.74 c 390s | 22 | 5293776 | 1691022 | 4662 733 | 65 | 386
750.56/750.76 c 392s | 22 | 5312506 | 1699122 | 4662 736 | 65 | 386
752.56/752.76 c 394s | 22 | 5336081 | 1708322 | 4662 740 | 65 | 386
754.56/754.77 c 396s | 22 | 5357701 | 1716722 | 4662 743 | 65 | 386
756.56/756.78 c 398s | 22 | 5386250 | 1725422 | 4662 747 | 65 | 386
758.66/758.84 c 400s | 22 | 5409958 | 1733822 | 4662 750 | 65 | 386
760.66/760.86 c 402s | 22 | 5431811 | 1742422 | 4662 753 | 65 | 386
762.76/762.92 c 404s | 22 | 5453436 | 1750822 | 4662 757 | 65 | 386
764.75/764.92 c 406s | 22 | 5474927 | 1760022 | 4662 760 | 65 | 386
766.75/766.93 c 408s | 22 | 5494065 | 1768822 | 4662 764 | 65 | 386
768.76/768.95 c 410s | 22 | 5514190 | 1777522 | 4662 767 | 65 | 386
770.75/770.99 c 412s | 22 | 5535185 | 1786222 | 4662 771 | 65 | 386
772.85/773.01 c 415s | 22 | 5555460 | 1794822 | 4662 774 | 65 | 386
774.85/775.01 c 417s | 22 | 5575787 | 1803522 | 4662 778 | 65 | 386
776.85/777.01 c 419s | 22 | 5598036 | 1811722 | 4662 781 | 65 | 386
778.85/779.01 c 421s | 22 | 5624092 | 1821122 | 4662 785 | 65 | 386
780.86/781.02 c 423s | 22 | 5647337 | 1829822 | 4662 788 | 65 | 386
782.85/783.04 c 425s | 22 | 5667571 | 1838522 | 4662 792 | 65 | 386
784.85/785.05 c 427s | 22 | 5687826 | 1847122 | 4662 795 | 65 | 386
786.85/787.06 c 429s | 22 | 5707790 | 1855322 | 4662 799 | 65 | 386
788.85/789.08 c 431s | 22 | 5730064 | 1864422 | 4662 802 | 65 | 386
790.85/791.09 c 433s | 22 | 5751674 | 1873422 | 4662 806 | 65 | 386
792.84/793.10 c 435s | 22 | 5777779 | 1882622 | 4662 809 | 65 | 386
794.94/795.11 c 437s | 22 | 5801108 | 1891522 | 4662 813 | 65 | 386
796.94/797.11 c 439s | 22 | 5821027 | 1900322 | 4662 817 | 65 | 386
798.93/799.13 c 441s | 22 | 5843616 | 1909122 | 4662 820 | 65 | 386
800.93/801.13 c 443s | 22 | 5866987 | 1918322 | 4662 824 | 65 | 386
802.94/803.14 c 445s | 22 | 5889330 | 1927022 | 4662 827 | 65 | 386
804.93/805.16 c 447s | 22 | 5913267 | 1935422 | 4662 831 | 65 | 386
806.93/807.17 c 449s | 22 | 5937502 | 1944322 | 4662 834 | 65 | 386
808.93/809.19 c 451s | 22 | 5961845 | 1952722 | 4662 837 | 65 | 386
811.03/811.20 c 453s | 22 | 5983036 | 1961422 | 4662 841 | 65 | 386
813.03/813.29 c 455s | 22 | 6005245 | 1969722 | 4662 844 | 65 | 386
815.13/815.31 c 457s | 22 | 6029410 | 1978522 | 4662 848 | 65 | 386
817.14/817.34 c 459s | 22 | 6054036 | 1987222 | 4662 851 | 65 | 386
819.23/819.46 c 461s | 22 | 6076765 | 1996222 | 4662 855 | 65 | 386
821.23/821.48 c 463s | 22 | 6098533 | 2005022 | 4662 858 | 65 | 386
823.33/823.50 c 465s | 22 | 6119799 | 2013622 | 4662 862 | 65 | 386
825.33/825.51 c 467s | 22 | 6143137 | 2023422 | 4662 866 | 65 | 386
827.33/827.55 c 469s | 22 | 6166617 | 2032422 | 4662 869 | 65 | 386
829.33/829.56 c 471s | 22 | 6189451 | 2041422 | 4662 873 | 65 | 386
831.32/831.56 c 473s | 22 | 6213148 | 2050822 | 4662 877 | 65 | 386
833.32/833.57 c 475s | 22 | 6237141 | 2060222 | 4662 880 | 65 | 386
835.32/835.58 c 477s | 22 | 6261469 | 2069722 | 4662 884 | 65 | 386
837.41/837.60 c 479s | 22 | 6283118 | 2078422 | 4662 888 | 65 | 386
839.41/839.62 c 481s | 22 | 6304179 | 2086822 | 4662 891 | 65 | 386
841.42/841.64 c 483s | 22 | 6326143 | 2095222 | 4662 894 | 65 | 386
843.41/843.64 c 485s | 22 | 6349662 | 2104122 | 4662 898 | 65 | 386
845.41/845.65 c 487s | 22 | 6371745 | 2112822 | 4662 901 | 65 | 386
847.41/847.65 c 489s | 22 | 6394078 | 2122122 | 4662 905 | 65 | 386
849.41/849.66 c 491s | 22 | 6415896 | 2131122 | 4662 909 | 65 | 386
851.41/851.66 c 493s | 22 | 6437997 | 2140422 | 4662 912 | 65 | 386
853.41/853.67 c 495s | 22 | 6457673 | 2148822 | 4662 916 | 65 | 386
855.40/855.68 c 497s | 22 | 6478337 | 2157922 | 4662 919 | 65 | 386
857.50/857.70 c 499s | 22 | 6497779 | 2166722 | 4662 923 | 65 | 386
859.51/859.71 c 501s | 22 | 6516464 | 2175122 | 4662 926 | 65 | 386
861.61/861.80 c 503s | 22 | 6537852 | 2184022 | 4662 930 | 65 | 386
863.60/863.82 c 505s | 22 | 6560065 | 2193622 | 4662 934 | 65 | 386
865.61/865.83 c 507s | 22 | 6577897 | 2201422 | 4662 937 | 65 | 386
867.60/867.84 c 509s | 22 | 6598809 | 2210322 | 4662 940 | 65 | 386
869.60/869.86 c 511s | 22 | 6618233 | 2218722 | 4662 944 | 65 | 386
871.60/871.86 c 513s | 22 | 6637615 | 2227522 | 4662 947 | 65 | 386
873.59/873.87 c 515s | 22 | 6659550 | 2237222 | 4662 951 | 65 | 386
875.59/875.88 c 517s | 22 | 6678877 | 2245522 | 4662 954 | 65 | 386
876.79/877.07 c 519s | 23 | 6691554 | 2251038 | 4662 957 | 65 | 386
878.80/879.08 c 521s | 23 | 6710866 | 2258838 | 4662 960 | 65 | 386
880.79/881.09 c 523s | 23 | 6738710 | 2268738 | 4662 964 | 65 | 386
882.89/883.11 c 525s | 23 | 6762823 | 2277138 | 4662 967 | 65 | 386
884.88/885.13 c 527s | 23 | 6785001 | 2285838 | 4662 971 | 65 | 386
886.89/887.14 c 529s | 23 | 6806335 | 2294938 | 4662 974 | 65 | 386
888.89/889.15 c 531s | 23 | 6827600 | 2303138 | 4662 977 | 65 | 386
890.89/891.17 c 533s | 23 | 6851602 | 2312438 | 4662 981 | 65 | 386
892.89/893.18 c 535s | 23 | 6874591 | 2321338 | 4662 985 | 65 | 386
894.88/895.19 c 537s | 23 | 6901421 | 2330138 | 4662 988 | 65 | 386
896.88/897.19 c 539s | 23 | 6928925 | 2340138 | 4662 992 | 65 | 386
898.98/899.22 c 541s | 23 | 6956631 | 2350238 | 4662 996 | 65 | 386
900.98/901.23 c 543s | 23 | 6984647 | 2359138 | 4662 1000 | 65 | 386
902.98/903.23 c 545s | 23 | 7018255 | 2368938 | 4662 1004 | 65 | 386
904.97/905.23 c 547s | 23 | 7050329 | 2378438 | 4662 1007 | 65 | 386
906.97/907.24 c 549s | 23 | 7074394 | 2386038 | 4662 1011 | 65 | 386
908.97/909.24 c 551s | 23 | 7103146 | 2396138 | 4662 1015 | 65 | 386
910.97/911.25 c 553s | 23 | 7131011 | 2404338 | 4662 1018 | 65 | 386
912.97/913.27 c 555s | 23 | 7160895 | 2414238 | 4662 1022 | 65 | 386
914.97/915.29 c 557s | 23 | 7190809 | 2423338 | 4662 1025 | 65 | 386
916.97/917.30 c 559s | 23 | 7213604 | 2430538 | 4662 1028 | 65 | 386
919.07/919.35 c 561s | 23 | 7240612 | 2438238 | 4662 1031 | 65 | 386
921.07/921.36 c 563s | 23 | 7271516 | 2447338 | 4662 1035 | 65 | 386
923.07/923.37 c 565s | 23 | 7300631 | 2455938 | 4662 1038 | 65 | 386
925.17/925.40 c 567s | 23 | 7327968 | 2464438 | 4662 1042 | 65 | 386
927.17/927.41 c 569s | 23 | 7353939 | 2473038 | 4662 1045 | 65 | 386
929.16/929.46 c 571s | 23 | 7380473 | 2481338 | 4662 1049 | 65 | 386
931.16/931.48 c 573s | 23 | 7407637 | 2489238 | 4662 1052 | 65 | 386
933.16/933.48 c 575s | 23 | 7434334 | 2497738 | 4662 1055 | 65 | 386
935.16/935.48 c 577s | 23 | 7458094 | 2505838 | 4662 1058 | 65 | 386
937.16/937.49 c 579s | 23 | 7485063 | 2514438 | 4662 1062 | 65 | 386
939.16/939.50 c 581s | 23 | 7511912 | 2522838 | 4662 1065 | 65 | 386
941.25/941.52 c 583s | 23 | 7537760 | 2531338 | 4662 1069 | 65 | 386
943.25/943.52 c 585s | 23 | 7562508 | 2539638 | 4662 1072 | 65 | 386
945.25/945.54 c 587s | 23 | 7589076 | 2548638 | 4662 1075 | 65 | 386
947.25/947.56 c 589s | 23 | 7612535 | 2558038 | 4662 1079 | 65 | 386
949.25/949.58 c 591s | 23 | 7637063 | 2566738 | 4662 1083 | 65 | 386
951.26/951.59 c 593s | 23 | 7657583 | 2575138 | 4662 1086 | 65 | 386
953.35/953.60 c 595s | 23 | 7680237 | 2584438 | 4662 1090 | 65 | 386
955.34/955.61 c 597s | 23 | 7702796 | 2593538 | 4662 1093 | 65 | 386
957.34/957.63 c 599s | 23 | 7728458 | 2602738 | 4662 1097 | 65 | 386
959.34/959.64 c 601s | 23 | 7751357 | 2610838 | 4662 1100 | 65 | 386
961.34/961.66 c 603s | 23 | 7773768 | 2619238 | 4662 1104 | 65 | 386
963.35/963.68 c 605s | 23 | 7803104 | 2628338 | 4662 1107 | 65 | 386
965.34/965.69 c 607s | 23 | 7829685 | 2636538 | 4662 1111 | 65 | 386
967.44/967.70 c 609s | 23 | 7853472 | 2645038 | 4662 1114 | 65 | 386
969.44/969.72 c 611s | 23 | 7878223 | 2653938 | 4662 1118 | 65 | 386
971.44/971.78 c 613s | 23 | 7904024 | 2662338 | 4662 1121 | 65 | 386
973.43/973.78 c 615s | 23 | 7931982 | 2671538 | 4662 1125 | 65 | 386
975.44/975.78 c 617s | 23 | 7957803 | 2679838 | 4662 1128 | 65 | 386
977.54/977.80 c 619s | 23 | 7984433 | 2688938 | 4662 1131 | 65 | 386
979.54/979.81 c 621s | 23 | 8009991 | 2697238 | 4662 1135 | 65 | 386
981.54/981.85 c 623s | 23 | 8035842 | 2705838 | 4662 1138 | 65 | 386
983.53/983.86 c 625s | 23 | 8063440 | 2715038 | 4662 1142 | 65 | 386
985.53/985.88 c 627s | 23 | 8091191 | 2723938 | 4662 1145 | 65 | 386
987.54/987.90 c 629s | 23 | 8117442 | 2731638 | 4662 1149 | 65 | 386
989.63/989.92 c 631s | 23 | 8145854 | 2740638 | 4662 1152 | 65 | 386
991.63/991.93 c 633s | 23 | 8167777 | 2748338 | 4662 1155 | 65 | 386
993.62/993.93 c 635s | 23 | 8192883 | 2757038 | 4662 1159 | 65 | 386
995.62/995.94 c 637s | 23 | 8218714 | 2765238 | 4662 1162 | 65 | 386
997.62/997.95 c 639s | 23 | 8247827 | 2773938 | 4662 1165 | 65 | 386
999.63/999.96 c 641s | 23 | 8275721 | 2782938 | 4662 1169 | 65 | 386
1001.62/1001.96 c 643s | 23 | 8299013 | 2789838 | 4662 1172 | 65 | 386
1003.61/1003.97 c 645s | 23 | 8325550 | 2798038 | 4662 1175 | 65 | 386
1005.71/1006.09 c 648s | 23 | 8354523 | 2806638 | 4662 1179 | 65 | 386
1007.81/1008.10 c 650s | 23 | 8380923 | 2815038 | 4662 1182 | 65 | 386
1009.81/1010.11 c 652s | 23 | 8405387 | 2823338 | 4662 1185 | 65 | 386
1011.82/1012.12 c 654s | 23 | 8430645 | 2832238 | 4662 1189 | 65 | 386
1013.81/1014.14 c 656s | 23 | 8453656 | 2841138 | 4662 1192 | 65 | 386
1015.81/1016.16 c 658s | 23 | 8482701 | 2850238 | 4662 1196 | 65 | 386
1017.81/1018.18 c 660s | 23 | 8512392 | 2858838 | 4662 1199 | 65 | 386
1019.91/1020.22 c 662s | 23 | 8536605 | 2866638 | 4662 1203 | 65 | 386
1021.91/1022.23 c 664s | 23 | 8563731 | 2874938 | 4662 1206 | 65 | 386
1023.91/1024.25 c 666s | 23 | 8593328 | 2883638 | 4662 1209 | 65 | 386
1025.91/1026.26 c 668s | 23 | 8621445 | 2892138 | 4662 1213 | 65 | 386
1027.91/1028.26 c 670s | 23 | 8646618 | 2900238 | 4662 1216 | 65 | 386
1029.91/1030.28 c 672s | 23 | 8672186 | 2908638 | 4662 1219 | 65 | 386
1031.91/1032.29 c 674s | 23 | 8696626 | 2917038 | 4662 1223 | 65 | 386
1034.00/1034.30 c 676s | 23 | 8718920 | 2925838 | 4662 1226 | 65 | 386
1036.01/1036.31 c 678s | 23 | 8744074 | 2934638 | 4662 1230 | 65 | 386
1038.00/1038.33 c 680s | 23 | 8770561 | 2943138 | 4662 1233 | 65 | 386
1040.00/1040.39 c 682s | 23 | 8790892 | 2951238 | 4662 1236 | 65 | 386
1042.10/1042.41 c 684s | 23 | 8816260 | 2961338 | 4662 1240 | 65 | 386
1044.09/1044.42 c 686s | 23 | 8840235 | 2970538 | 4662 1244 | 65 | 386
1046.09/1046.43 c 688s | 23 | 8860923 | 2979138 | 4662 1247 | 65 | 386
1048.11/1048.43 c 690s | 23 | 8884073 | 2988438 | 4662 1251 | 65 | 386
1050.10/1050.44 c 692s | 23 | 8906623 | 2996438 | 4662 1254 | 65 | 386
1052.10/1052.47 c 694s | 23 | 8929996 | 3005438 | 4662 1258 | 65 | 386
1054.10/1054.47 c 696s | 23 | 8951223 | 3013738 | 4662 1261 | 65 | 386
1056.10/1056.47 c 698s | 23 | 8973566 | 3022338 | 4662 1265 | 65 | 386
1058.10/1058.49 c 700s | 23 | 8997237 | 3032038 | 5129 1268 | 65 | 386
1060.10/1060.49 c 702s | 23 | 9016699 | 3039738 | 5129 1271 | 65 | 386
1062.19/1062.50 c 704s | 23 | 9038627 | 3048638 | 5129 1274 | 65 | 386
1064.19/1064.52 c 706s | 23 | 9062223 | 3057438 | 5129 1278 | 65 | 386
1066.19/1066.53 c 708s | 23 | 9081290 | 3065038 | 5129 1280 | 65 | 386
1068.19/1068.55 c 710s | 23 | 9102025 | 3073638 | 5129 1284 | 65 | 386
1070.19/1070.56 c 712s | 23 | 9126993 | 3082938 | 5129 1287 | 65 | 386
1072.20/1072.57 c 714s | 23 | 9152969 | 3092038 | 5129 1290 | 65 | 386
1074.18/1074.58 c 716s | 23 | 9178915 | 3100838 | 5129 1294 | 65 | 386
1076.28/1076.60 c 718s | 23 | 9200374 | 3108738 | 5129 1296 | 65 | 386
1078.28/1078.61 c 720s | 23 | 9220648 | 3117238 | 5129 1300 | 65 | 386
1080.28/1080.62 c 722s | 23 | 9240997 | 3125138 | 5129 1302 | 65 | 386
1082.28/1082.63 c 724s | 23 | 9265089 | 3134038 | 5129 1306 | 65 | 386
1084.28/1084.65 c 726s | 23 | 9286644 | 3142038 | 5129 1309 | 65 | 386
1086.27/1086.66 c 728s | 23 | 9306190 | 3149438 | 5129 1311 | 65 | 386
1088.27/1088.68 c 730s | 23 | 9327406 | 3158338 | 5129 1315 | 65 | 386
1090.37/1090.75 c 732s | 23 | 9347940 | 3166838 | 5129 1318 | 65 | 386
1092.37/1092.80 c 734s | 23 | 9370375 | 3175338 | 5129 1321 | 65 | 386
1094.47/1094.81 c 736s | 23 | 9392080 | 3183638 | 5129 1324 | 65 | 386
1096.47/1096.81 c 738s | 23 | 9413479 | 3192438 | 5129 1327 | 65 | 386
1098.47/1098.82 c 740s | 23 | 9435493 | 3200338 | 5129 1330 | 65 | 386
1100.47/1100.82 c 742s | 23 | 9460916 | 3209538 | 5129 1333 | 65 | 386
1102.47/1102.89 c 744s | 23 | 9485247 | 3218638 | 5129 1337 | 65 | 386
1104.46/1104.89 c 746s | 23 | 9502932 | 3226038 | 5129 1339 | 65 | 386
1106.56/1106.90 c 748s | 23 | 9522543 | 3234038 | 5129 1342 | 65 | 386
1108.56/1108.91 c 750s | 23 | 9547031 | 3242638 | 5129 1345 | 65 | 386
1110.56/1110.93 c 752s | 23 | 9569207 | 3251438 | 5129 1349 | 65 | 386
1112.75/1113.19 c 755s | 23 | 9595224 | 3260338 | 5129 1352 | 65 | 386
1114.85/1115.21 c 757s | 23 | 9621010 | 3269038 | 5129 1355 | 65 | 386
1116.85/1117.21 c 759s | 23 | 9641936 | 3276238 | 5129 1358 | 65 | 386
1118.85/1119.22 c 761s | 23 | 9666244 | 3285338 | 5129 1361 | 65 | 386
1120.85/1121.23 c 763s | 23 | 9692624 | 3295138 | 5129 1364 | 65 | 386
1122.86/1123.26 c 765s | 23 | 9712170 | 3303438 | 5129 1368 | 65 | 386
1124.85/1125.27 c 767s | 23 | 9733110 | 3311938 | 5129 1371 | 65 | 386
1126.85/1127.27 c 769s | 23 | 9753869 | 3320238 | 5129 1374 | 65 | 386
1128.85/1129.28 c 771s | 23 | 9774134 | 3328938 | 5129 1377 | 65 | 386
1130.85/1131.28 c 773s | 23 | 9796737 | 3337938 | 5129 1380 | 65 | 386
1132.95/1133.34 c 775s | 23 | 9820870 | 3346938 | 5129 1383 | 65 | 386
1134.95/1135.35 c 777s | 23 | 9840590 | 3355138 | 5129 1386 | 65 | 386
1136.94/1137.36 c 779s | 23 | 9861446 | 3364138 | 5129 1390 | 65 | 386
1138.94/1139.36 c 781s | 23 | 9879956 | 3371738 | 5129 1392 | 65 | 386
1139.94/1140.37 c 782s | 24 | 9891400 | 3376662 | 5129 1394 | 65 | 386
1141.94/1142.38 c 784s | 24 | 9911606 | 3385262 | 5129 1397 | 65 | 386
1144.03/1144.40 c 786s | 24 | 9936653 | 3394862 | 5129 1401 | 65 | 386
1146.03/1146.42 c 788s | 24 | 9965691 | 3404762 | 5129 1405 | 65 | 386
1148.04/1148.43 c 790s | 24 | 9989158 | 3412662 | 5129 1407 | 65 | 386
1150.03/1150.44 c 792s | 24 | 10012668 | 3421262 | 5129 1411 | 65 | 386
1152.03/1152.46 c 794s | 24 | 10033683 | 3429562 | 5129 1414 | 65 | 386
1154.02/1154.47 c 796s | 24 | 10057443 | 3438662 | 5129 1417 | 65 | 386
1156.02/1156.47 c 798s | 24 | 10075999 | 3446562 | 5129 1420 | 65 | 386
1158.04/1158.48 c 800s | 24 | 10097022 | 3455662 | 5129 1423 | 65 | 386
1160.03/1160.50 c 802s | 24 | 10120308 | 3464862 | 5129 1426 | 65 | 386
1162.13/1162.51 c 804s | 24 | 10140663 | 3473662 | 5129 1430 | 65 | 386
1164.12/1164.51 c 806s | 24 | 10161115 | 3482262 | 5129 1433 | 65 | 386
1166.12/1166.53 c 808s | 24 | 10183568 | 3491262 | 5129 1436 | 65 | 386
1168.12/1168.54 c 810s | 24 | 10204081 | 3500062 | 5129 1439 | 65 | 386
1170.12/1170.55 c 812s | 24 | 10223635 | 3508862 | 5129 1443 | 65 | 386
1172.12/1172.57 c 814s | 24 | 10244332 | 3517362 | 5129 1446 | 65 | 386
1174.11/1174.58 c 816s | 24 | 10266185 | 3526462 | 5129 1449 | 65 | 386
1176.21/1176.60 c 818s | 24 | 10287910 | 3535462 | 5129 1452 | 65 | 386
1178.51/1178.93 c 820s | 24 | 10309254 | 3544662 | 5129 1456 | 65 | 386
1180.51/1180.93 c 822s | 24 | 10330098 | 3553362 | 5129 1459 | 65 | 386
1182.51/1182.94 c 824s | 24 | 10351829 | 3562362 | 5129 1462 | 65 | 386
1184.51/1184.95 c 826s | 24 | 10376709 | 3571462 | 5129 1465 | 65 | 386
1186.51/1186.96 c 828s | 24 | 10396487 | 3579762 | 5129 1468 | 65 | 386
1188.51/1188.96 c 830s | 24 | 10421726 | 3588462 | 5129 1472 | 65 | 386
1190.51/1190.96 c 832s | 24 | 10445534 | 3597162 | 5129 1475 | 65 | 386
1192.50/1192.97 c 834s | 24 | 10465806 | 3605162 | 5129 1478 | 65 | 386
1194.50/1194.98 c 836s | 24 | 10485249 | 3613562 | 5129 1481 | 65 | 386
1196.50/1196.99 c 838s | 24 | 10505063 | 3622362 | 5129 1484 | 65 | 386
1198.50/1198.99 c 840s | 24 | 10527126 | 3630762 | 5129 1487 | 65 | 386
1200.60/1201.00 c 843s | 24 | 10547343 | 3638762 | 5129 1490 | 65 | 386
1202.60/1203.01 c 845s | 24 | 10568124 | 3646662 | 5129 1493 | 65 | 386
1204.59/1205.01 c 847s | 24 | 10589507 | 3655462 | 5129 1496 | 65 | 386
1206.69/1207.15 c 849s | 24 | 10610853 | 3664762 | 5129 1500 | 65 | 386
1208.69/1209.16 c 851s | 24 | 10632198 | 3673662 | 5129 1503 | 65 | 386
1210.70/1211.16 c 853s | 24 | 10652693 | 3682162 | 5129 1506 | 65 | 386
1212.70/1213.16 c 855s | 24 | 10673584 | 3691262 | 5129 1509 | 65 | 386
1214.69/1215.18 c 857s | 24 | 10693525 | 3699862 | 5129 1512 | 65 | 386
1216.69/1217.18 c 859s | 24 | 10712443 | 3707962 | 5129 1515 | 65 | 386
1218.69/1219.18 c 861s | 24 | 10731855 | 3716462 | 5129 1518 | 65 | 386
1220.70/1221.19 c 863s | 24 | 10752014 | 3725162 | 5129 1522 | 65 | 386
1222.80/1223.21 c 865s | 24 | 10771782 | 3732962 | 5129 1524 | 65 | 386
1224.78/1225.21 c 867s | 24 | 10792979 | 3741462 | 5129 1528 | 65 | 386
1226.88/1227.32 c 869s | 24 | 10812887 | 3750362 | 5129 1531 | 65 | 386
1228.88/1229.32 c 871s | 24 | 10835600 | 3758962 | 5129 1534 | 65 | 386
1230.88/1231.34 c 873s | 24 | 10861850 | 3767462 | 5129 1537 | 65 | 386
1232.88/1233.35 c 875s | 24 | 10882135 | 3775262 | 5129 1540 | 65 | 386
1234.88/1235.37 c 877s | 24 | 10905749 | 3784262 | 5129 1543 | 65 | 386
1236.87/1237.37 c 879s | 24 | 10928470 | 3792662 | 5129 1546 | 65 | 386
1238.97/1239.42 c 881s | 24 | 10949055 | 3800362 | 5129 1549 | 65 | 386
1240.97/1241.42 c 883s | 24 | 10974973 | 3808662 | 5129 1552 | 65 | 386
1242.97/1243.42 c 885s | 24 | 10996472 | 3817162 | 5129 1555 | 65 | 386
1244.97/1245.43 c 887s | 24 | 11013991 | 3824162 | 5129 1558 | 65 | 386
1246.98/1247.43 c 889s | 24 | 11032289 | 3831662 | 5129 1560 | 65 | 386
1248.98/1249.44 c 891s | 24 | 11052085 | 3840062 | 5129 1564 | 65 | 386
1251.07/1251.57 c 893s | 24 | 11071142 | 3848662 | 5129 1567 | 65 | 386
1253.07/1253.58 c 895s | 24 | 11091812 | 3857562 | 5129 1570 | 65 | 386
1255.16/1255.60 c 897s | 24 | 11108934 | 3865162 | 5129 1573 | 65 | 386
1257.16/1257.61 c 899s | 24 | 11130977 | 3874362 | 5129 1576 | 65 | 386
1259.17/1259.62 c 901s | 24 | 11148748 | 3882062 | 5129 1579 | 65 | 386
1261.16/1261.63 c 903s | 24 | 11169676 | 3890862 | 5129 1582 | 65 | 386
1263.16/1263.65 c 905s | 24 | 11189259 | 3899162 | 5129 1585 | 65 | 386
1265.16/1265.69 c 907s | 24 | 11208236 | 3907062 | 5129 1588 | 65 | 386
1267.16/1267.69 c 909s | 24 | 11229747 | 3916162 | 5129 1591 | 65 | 386
1269.26/1269.73 c 911s | 24 | 11249521 | 3924862 | 5129 1595 | 65 | 386
1271.26/1271.75 c 913s | 24 | 11268803 | 3933262 | 5129 1598 | 65 | 386
1273.25/1273.78 c 915s | 24 | 11288986 | 3942162 | 5129 1601 | 65 | 386
1275.25/1275.78 c 917s | 24 | 11308997 | 3950762 | 5129 1604 | 65 | 386
1277.35/1277.80 c 919s | 24 | 11329252 | 3959362 | 5129 1607 | 65 | 386
1279.35/1279.82 c 921s | 24 | 11348417 | 3967362 | 5129 1610 | 65 | 386
1281.35/1281.83 c 923s | 24 | 11369229 | 3975862 | 5129 1613 | 65 | 386
1283.35/1283.84 c 925s | 24 | 11390634 | 3985062 | 5129 1617 | 65 | 386
1285.34/1285.84 c 927s | 24 | 11410733 | 3993662 | 5129 1620 | 65 | 386
1287.34/1287.86 c 929s | 24 | 11430729 | 4002162 | 5129 1623 | 65 | 386
1289.34/1289.88 c 931s | 24 | 11450680 | 4010662 | 5129 1626 | 65 | 386
1291.44/1291.90 c 933s | 24 | 11470497 | 4018962 | 5129 1629 | 65 | 386
1293.45/1293.90 c 935s | 24 | 11490176 | 4027162 | 5129 1632 | 65 | 386
1295.45/1295.92 c 937s | 24 | 11510208 | 4035462 | 5129 1635 | 65 | 386
1297.44/1297.92 c 939s | 24 | 11531084 | 4044062 | 5129 1638 | 65 | 386
1299.44/1299.96 c 941s | 24 | 11550123 | 4052062 | 5129 1641 | 65 | 386
1301.44/1301.98 c 943s | 24 | 11568948 | 4060162 | 5129 1644 | 65 | 386
1303.44/1303.99 c 945s | 24 | 11587966 | 4068162 | 5129 1647 | 65 | 386
1305.54/1306.00 c 948s | 24 | 11607204 | 4076162 | 5129 1650 | 65 | 386
1307.54/1308.02 c 950s | 24 | 11625393 | 4083662 | 5129 1653 | 65 | 386
1309.54/1310.03 c 952s | 24 | 11647359 | 4092562 | 5129 1656 | 65 | 386
1311.53/1312.04 c 954s | 24 | 11667060 | 4101062 | 5129 1659 | 65 | 386
1313.53/1314.05 c 956s | 24 | 11687045 | 4109362 | 5129 1662 | 65 | 386
1315.53/1316.07 c 958s | 24 | 11708074 | 4118062 | 5129 1665 | 65 | 386
1317.53/1318.08 c 960s | 24 | 11726153 | 4125362 | 5129 1668 | 65 | 386
1319.54/1320.09 c 962s | 24 | 11745875 | 4134262 | 5129 1671 | 65 | 386
1321.63/1322.10 c 964s | 24 | 11765156 | 4142562 | 5129 1674 | 65 | 386
1323.62/1324.10 c 966s | 24 | 11786654 | 4151062 | 5129 1677 | 65 | 386
1325.62/1326.11 c 968s | 24 | 11803469 | 4158562 | 5129 1680 | 65 | 386
1327.62/1328.13 c 970s | 24 | 11825853 | 4167862 | 5129 1683 | 65 | 386
1329.62/1330.14 c 972s | 24 | 11847253 | 4176462 | 5129 1686 | 65 | 386
1331.63/1332.14 c 974s | 24 | 11868574 | 4184562 | 5129 1689 | 65 | 386
1333.62/1334.15 c 976s | 24 | 11886862 | 4191862 | 5129 1692 | 65 | 386
1335.62/1336.17 c 978s | 24 | 11904994 | 4199762 | 5129 1695 | 65 | 386
1337.61/1338.18 c 980s | 24 | 11925543 | 4208062 | 5129 1698 | 65 | 386
1339.61/1340.19 c 982s | 24 | 11946049 | 4216362 | 5129 1701 | 65 | 386
1341.62/1342.19 c 984s | 24 | 11966772 | 4224662 | 5129 1704 | 65 | 386
1343.61/1344.20 c 986s | 24 | 11985820 | 4232962 | 5129 1707 | 65 | 386
1345.71/1346.20 c 988s | 24 | 12006746 | 4240462 | 5129 1710 | 65 | 386
1347.71/1348.21 c 990s | 24 | 12026644 | 4248462 | 5129 1713 | 65 | 386
1349.71/1350.21 c 992s | 24 | 12046513 | 4256262 | 5129 1716 | 65 | 386
1351.71/1352.27 c 994s | 24 | 12067853 | 4264362 | 5129 1719 | 65 | 386
1353.81/1354.31 c 996s | 24 | 12089913 | 4272462 | 5129 1722 | 65 | 386
1355.82/1356.32 c 998s | 24 | 12110924 | 4280762 | 5129 1725 | 65 | 386
1357.81/1358.35 c 1000s | 24 | 12129878 | 4288862 | 5129 1728 | 65 | 386
1359.81/1360.36 c 1002s | 24 | 12153994 | 4296562 | 5129 1730 | 65 | 386
1361.81/1362.37 c 1004s | 24 | 12178095 | 4304762 | 5129 1733 | 65 | 386
1363.81/1364.37 c 1006s | 24 | 12197797 | 4311962 | 5129 1736 | 65 | 386
1365.82/1366.39 c 1008s | 24 | 12218134 | 4319762 | 5129 1739 | 65 | 386
1367.81/1368.40 c 1010s | 24 | 12238976 | 4328362 | 5129 1742 | 65 | 386
1369.91/1370.49 c 1012s | 24 | 12261267 | 4335862 | 5129 1745 | 65 | 386
1371.91/1372.49 c 1014s | 24 | 12283502 | 4343662 | 5129 1748 | 65 | 386
1374.01/1374.51 c 1016s | 24 | 12304294 | 4350862 | 5129 1750 | 65 | 386
1376.01/1376.52 c 1018s | 24 | 12326236 | 4358862 | 5129 1753 | 65 | 386
1378.01/1378.53 c 1020s | 24 | 12346535 | 4365862 | 5129 1756 | 65 | 386
1380.01/1380.54 c 1022s | 24 | 12370158 | 4373962 | 5129 1759 | 65 | 386
1382.00/1382.55 c 1024s | 24 | 12392342 | 4381862 | 5129 1761 | 65 | 386
1384.00/1384.57 c 1026s | 24 | 12415845 | 4389662 | 5129 1764 | 65 | 386
1386.00/1386.59 c 1028s | 24 | 12436458 | 4397062 | 5129 1767 | 65 | 386
1388.10/1388.62 c 1030s | 24 | 12458213 | 4405762 | 5129 1770 | 65 | 386
1390.10/1390.65 c 1032s | 24 | 12478229 | 4413462 | 5129 1773 | 65 | 386
1392.11/1392.67 c 1034s | 24 | 12501894 | 4421262 | 5129 1776 | 65 | 386
1394.10/1394.68 c 1036s | 24 | 12525217 | 4428862 | 5129 1779 | 65 | 386
1396.10/1396.68 c 1038s | 24 | 12545366 | 4436362 | 5129 1781 | 65 | 386
1398.20/1398.76 c 1040s | 24 | 12567910 | 4444562 | 5129 1784 | 65 | 386
1400.20/1400.77 c 1042s | 24 | 12590336 | 4452262 | 5129 1787 | 65 | 386
1402.20/1402.79 c 1044s | 24 | 12609795 | 4460362 | 5129 1790 | 65 | 386
1404.30/1404.81 c 1046s | 24 | 12635155 | 4467862 | 5129 1793 | 65 | 386
1406.30/1406.83 c 1048s | 24 | 12654690 | 4475062 | 5129 1796 | 65 | 386
1408.30/1408.84 c 1050s | 24 | 12675341 | 4482662 | 5129 1798 | 65 | 386
1410.30/1410.87 c 1052s | 24 | 12699394 | 4491262 | 5129 1801 | 65 | 386
1412.30/1412.88 c 1054s | 24 | 12720470 | 4498362 | 5129 1804 | 65 | 386
1414.40/1414.97 c 1056s | 24 | 12738305 | 4505562 | 5129 1807 | 65 | 386
1416.50/1417.00 c 1059s | 24 | 12757562 | 4513362 | 5129 1810 | 65 | 386
1418.40/1419.00 c 1061s | 24 | 12779761 | 4521862 | 5129 1813 | 65 | 386
1420.50/1421.02 c 1063s | 24 | 12796711 | 4529262 | 5129 1815 | 65 | 386
1422.60/1423.10 c 1065s | 24 | 12814490 | 4537062 | 5129 1818 | 65 | 386
1424.60/1425.10 c 1067s | 24 | 12838470 | 4545362 | 5129 1821 | 65 | 386
1426.60/1427.12 c 1069s | 24 | 12860040 | 4553462 | 5129 1824 | 65 | 386
1428.60/1429.14 c 1071s | 24 | 12879990 | 4561562 | 5129 1827 | 65 | 386
1430.61/1431.15 c 1073s | 24 | 12900815 | 4569262 | 5129 1830 | 65 | 386
1432.60/1433.16 c 1075s | 24 | 12922396 | 4576662 | 5129 1833 | 65 | 386
1434.60/1435.17 c 1077s | 24 | 12941396 | 4584162 | 5129 1835 | 65 | 386
1436.60/1437.18 c 1079s | 24 | 12961082 | 4592462 | 5129 1838 | 65 | 386
1438.70/1439.22 c 1081s | 24 | 12979706 | 4600362 | 5129 1841 | 65 | 386
1440.69/1441.23 c 1083s | 24 | 12997077 | 4608062 | 5129 1844 | 65 | 386
1442.70/1443.24 c 1085s | 24 | 13018043 | 4616762 | 5129 1847 | 65 | 386
1444.69/1445.26 c 1087s | 24 | 13037574 | 4623762 | 5129 1850 | 65 | 386
1446.69/1447.27 c 1089s | 24 | 13055961 | 4632062 | 5129 1853 | 65 | 386
1448.69/1449.29 c 1091s | 24 | 13075690 | 4640662 | 5129 1856 | 65 | 386
1450.79/1451.30 c 1093s | 24 | 13094083 | 4648562 | 5129 1859 | 65 | 386
1452.79/1453.39 c 1095s | 24 | 13112761 | 4656862 | 5129 1862 | 65 | 386
1454.90/1455.41 c 1097s | 24 | 13132827 | 4665462 | 5129 1865 | 65 | 386
1456.89/1457.43 c 1099s | 24 | 13153347 | 4672262 | 5129 1868 | 65 | 386
1458.89/1459.44 c 1101s | 24 | 13177476 | 4680162 | 5129 1870 | 65 | 386
1460.89/1461.44 c 1103s | 24 | 13198944 | 4688662 | 5129 1874 | 65 | 386
1462.90/1463.44 c 1105s | 24 | 13216874 | 4695662 | 5129 1876 | 65 | 386
1464.90/1465.46 c 1107s | 24 | 13233271 | 4702462 | 5129 1879 | 65 | 386
1466.90/1467.48 c 1109s | 24 | 13251778 | 4710262 | 5129 1881 | 65 | 386
1469.00/1469.51 c 1111s | 24 | 13269903 | 4718162 | 5129 1884 | 65 | 386
1471.00/1471.52 c 1113s | 24 | 13290597 | 4726862 | 5129 1888 | 65 | 386
1473.00/1473.57 c 1115s | 24 | 13307830 | 4734162 | 5129 1890 | 65 | 386
1475.09/1475.60 c 1117s | 24 | 13326189 | 4742262 | 5129 1893 | 65 | 386
1477.09/1477.62 c 1119s | 24 | 13344078 | 4749762 | 5129 1896 | 65 | 386
1479.10/1479.63 c 1121s | 24 | 13362882 | 4757162 | 5129 1899 | 65 | 386
1481.20/1481.73 c 1123s | 24 | 13383733 | 4765662 | 5129 1902 | 65 | 386
1483.19/1483.74 c 1125s | 24 | 13404785 | 4773362 | 5129 1905 | 65 | 386
1485.19/1485.75 c 1127s | 24 | 13423045 | 4781462 | 5129 1907 | 65 | 386
1487.19/1487.78 c 1129s | 24 | 13440060 | 4788662 | 5129 1910 | 65 | 386
1489.19/1489.79 c 1131s | 24 | 13460362 | 4797462 | 5129 1913 | 65 | 386
1491.20/1491.79 c 1133s | 24 | 13478038 | 4804762 | 5129 1916 | 65 | 386
1493.30/1493.81 c 1135s | 24 | 13500595 | 4812762 | 5129 1919 | 65 | 386
1495.29/1495.83 c 1137s | 24 | 13518593 | 4819762 | 5129 1921 | 65 | 386
1497.29/1497.89 c 1139s | 24 | 13536869 | 4827462 | 5129 1924 | 65 | 386
1499.29/1499.89 c 1141s | 24 | 13558059 | 4836062 | 5129 1927 | 65 | 386
1501.39/1501.92 c 1143s | 24 | 13574587 | 4843362 | 5129 1930 | 65 | 386
1503.39/1503.93 c 1145s | 24 | 13589624 | 4849962 | 5129 1933 | 65 | 386
1505.39/1505.94 c 1147s | 24 | 13607353 | 4857362 | 5129 1935 | 65 | 386
1507.39/1507.94 c 1149s | 24 | 13629296 | 4865462 | 5129 1938 | 65 | 386
1509.39/1509.98 c 1151s | 24 | 13647199 | 4872562 | 5129 1941 | 65 | 386
1511.49/1512.00 c 1154s | 24 | 13664652 | 4879962 | 5129 1943 | 65 | 386
1513.58/1514.18 c 1156s | 24 | 13683322 | 4887862 | 5129 1946 | 65 | 386
1515.68/1516.20 c 1158s | 24 | 13702503 | 4896462 | 5129 1950 | 65 | 386
1517.68/1518.21 c 1160s | 24 | 13720248 | 4904062 | 5129 1952 | 65 | 386
1519.69/1520.23 c 1162s | 24 | 13737805 | 4911462 | 5129 1955 | 65 | 386
1521.68/1522.28 c 1164s | 24 | 13757411 | 4919562 | 5129 1958 | 65 | 386
1523.69/1524.29 c 1166s | 24 | 13776838 | 4927562 | 5129 1961 | 65 | 386
1525.79/1526.31 c 1168s | 24 | 13796481 | 4936062 | 5129 1964 | 65 | 386
1527.79/1528.32 c 1170s | 24 | 13818017 | 4944862 | 5129 1967 | 65 | 386
1529.79/1530.34 c 1172s | 24 | 13837994 | 4953262 | 5129 1970 | 65 | 386
1531.79/1532.34 c 1174s | 24 | 13857585 | 4961462 | 5129 1973 | 65 | 386
1533.78/1534.35 c 1176s | 24 | 13875717 | 4969162 | 5129 1976 | 65 | 386
1535.78/1536.36 c 1178s | 24 | 13894192 | 4977562 | 5129 1979 | 65 | 386
1537.78/1538.38 c 1180s | 24 | 13911463 | 4984962 | 5129 1982 | 65 | 386
1539.78/1540.38 c 1182s | 24 | 13932751 | 4994062 | 5129 1985 | 65 | 386
1541.79/1542.40 c 1184s | 24 | 13953022 | 5002162 | 5129 1988 | 65 | 386
1543.89/1544.41 c 1186s | 24 | 13973504 | 5008862 | 5129 1991 | 65 | 386
1545.88/1546.43 c 1188s | 24 | 13993134 | 5016762 | 5129 1993 | 65 | 386
1547.88/1548.45 c 1190s | 24 | 14011526 | 5024462 | 5129 1996 | 65 | 386
1549.88/1550.46 c 1192s | 24 | 14031047 | 5032662 | 5129 1999 | 65 | 386
1551.88/1552.47 c 1194s | 24 | 14051870 | 5041362 | 5129 2002 | 65 | 386
1553.88/1554.49 c 1196s | 24 | 14069620 | 5048762 | 5129 2005 | 65 | 386
1555.98/1556.51 c 1198s | 24 | 14088034 | 5056462 | 5129 2008 | 65 | 386
1557.97/1558.53 c 1200s | 24 | 14104454 | 5063562 | 5129 2011 | 65 | 386
1558.28/1558.88 c 1200s | 25 | 14108059 | 5065098 | 5129 2011 | 65 | 386
1560.48/1561.00 c 1203s | 25 | 14133055 | 5073398 | 5129 2014 | 65 | 386
1562.47/1563.02 c 1205s | 25 | 14159131 | 5081898 | 5129 2017 | 65 | 386
1564.58/1565.14 c 1207s | 25 | 14184710 | 5089498 | 5129 2020 | 65 | 386
1566.58/1567.15 c 1209s | 25 | 14204648 | 5097998 | 5129 2023 | 65 | 386
1568.58/1569.18 c 1211s | 25 | 14226970 | 5106998 | 5129 2026 | 65 | 386
1570.68/1571.20 c 1213s | 25 | 14245069 | 5113898 | 5129 2029 | 65 | 386
1572.68/1573.21 c 1215s | 25 | 14265775 | 5122998 | 5129 2032 | 65 | 386
1574.68/1575.22 c 1217s | 25 | 14291537 | 5131498 | 5129 2035 | 65 | 386
1576.68/1577.24 c 1219s | 25 | 14319400 | 5139298 | 5129 2038 | 65 | 386
1578.68/1579.24 c 1221s | 25 | 14335149 | 5145198 | 5129 2040 | 65 | 386
1580.68/1581.26 c 1223s | 25 | 14356369 | 5154298 | 5129 2044 | 65 | 386
1582.68/1583.26 c 1225s | 25 | 14379947 | 5163498 | 5129 2047 | 65 | 386
1584.68/1585.26 c 1227s | 25 | 14399813 | 5171298 | 5129 2050 | 65 | 386
1586.68/1587.27 c 1229s | 25 | 14423773 | 5179498 | 5129 2053 | 65 | 386
1588.67/1589.28 c 1231s | 25 | 14447681 | 5187698 | 5129 2056 | 65 | 386
1590.77/1591.30 c 1233s | 25 | 14468277 | 5195298 | 5129 2059 | 65 | 386
1592.77/1593.32 c 1235s | 25 | 14491478 | 5202998 | 5129 2062 | 65 | 386
1594.77/1595.33 c 1237s | 25 | 14513577 | 5211398 | 5129 2065 | 65 | 386
1596.78/1597.35 c 1239s | 25 | 14531816 | 5218198 | 5129 2067 | 65 | 386
1598.77/1599.36 c 1241s | 25 | 14554830 | 5226498 | 5129 2070 | 65 | 386
1600.77/1601.40 c 1243s | 25 | 14575529 | 5234398 | 5129 2073 | 65 | 386
1602.87/1603.42 c 1245s | 25 | 14595810 | 5242298 | 5129 2076 | 65 | 386
1604.87/1605.43 c 1247s | 25 | 14615920 | 5249798 | 5129 2079 | 65 | 386
1606.87/1607.45 c 1249s | 25 | 14634341 | 5257698 | 5129 2081 | 65 | 386
1608.87/1609.45 c 1251s | 25 | 14654417 | 5265998 | 5129 2085 | 65 | 386
1610.87/1611.48 c 1253s | 25 | 14677725 | 5274098 | 5129 2087 | 65 | 386
1612.87/1613.49 c 1255s | 25 | 14700455 | 5281998 | 5129 2090 | 65 | 386
1614.97/1615.50 c 1257s | 25 | 14722364 | 5289498 | 5129 2093 | 65 | 386
1616.97/1617.50 c 1259s | 25 | 14745350 | 5296598 | 5129 2096 | 65 | 386
1618.97/1619.50 c 1261s | 25 | 14766254 | 5304298 | 5129 2098 | 65 | 386
1620.98/1621.55 c 1263s | 25 | 14783429 | 5310398 | 5129 2101 | 65 | 386
1622.97/1623.58 c 1265s | 25 | 14802032 | 5318198 | 5129 2104 | 65 | 386
1624.97/1625.59 c 1267s | 25 | 14822534 | 5325898 | 5129 2106 | 65 | 386
1627.07/1627.60 c 1269s | 25 | 14844793 | 5333798 | 5129 2109 | 65 | 386
1629.07/1629.62 c 1271s | 25 | 14862927 | 5340898 | 5129 2112 | 65 | 386
1631.07/1631.63 c 1273s | 25 | 14884536 | 5348098 | 5129 2114 | 65 | 386
1633.08/1633.63 c 1275s | 25 | 14903656 | 5355898 | 5129 2117 | 65 | 386
1635.07/1635.65 c 1277s | 25 | 14923840 | 5364298 | 5129 2120 | 65 | 386
1637.07/1637.67 c 1279s | 25 | 14942254 | 5371498 | 5129 2123 | 65 | 386
1639.07/1639.69 c 1281s | 25 | 14962174 | 5379698 | 5129 2126 | 65 | 386
1641.17/1641.70 c 1283s | 25 | 14982384 | 5387298 | 5129 2129 | 65 | 386
1643.17/1643.72 c 1285s | 25 | 15000807 | 5395598 | 5129 2132 | 65 | 386
1645.18/1645.74 c 1287s | 25 | 15017538 | 5402398 | 5129 2134 | 65 | 386
1647.17/1647.75 c 1289s | 25 | 15039021 | 5410498 | 5129 2137 | 65 | 386
1649.17/1649.77 c 1291s | 25 | 15058866 | 5418598 | 5129 2140 | 65 | 386
1651.17/1651.78 c 1293s | 25 | 15078278 | 5425298 | 5129 2143 | 65 | 386
1653.16/1653.79 c 1295s | 25 | 15099018 | 5433498 | 5129 2146 | 65 | 386
1655.26/1655.80 c 1297s | 25 | 15119456 | 5441098 | 5129 2148 | 65 | 386
1657.27/1657.81 c 1299s | 25 | 15143624 | 5449698 | 5129 2152 | 65 | 386
1659.26/1659.81 c 1301s | 25 | 15168549 | 5457398 | 5129 2154 | 65 | 386
1661.26/1661.84 c 1303s | 25 | 15191121 | 5464098 | 5129 2157 | 65 | 386
1663.26/1663.85 c 1305s | 25 | 15213331 | 5471198 | 5129 2159 | 65 | 386
1665.26/1665.87 c 1307s | 25 | 15235785 | 5479298 | 5129 2162 | 65 | 386
1667.36/1667.90 c 1309s | 25 | 15253998 | 5486398 | 5129 2165 | 65 | 386
1669.37/1669.93 c 1311s | 25 | 15272237 | 5492998 | 5129 2167 | 65 | 386
1671.36/1671.94 c 1313s | 25 | 15294459 | 5500698 | 5129 2170 | 65 | 386
1673.36/1673.96 c 1315s | 25 | 15316329 | 5508898 | 5129 2173 | 65 | 386
1675.36/1675.97 c 1317s | 25 | 15337131 | 5517198 | 5129 2176 | 65 | 386
1677.36/1677.99 c 1319s | 25 | 15358384 | 5525498 | 5129 2179 | 65 | 386
1679.46/1680.00 c 1322s | 25 | 15380823 | 5533198 | 5129 2182 | 65 | 386
1681.46/1682.02 c 1324s | 25 | 15405024 | 5541598 | 5129 2185 | 65 | 386
1683.46/1684.03 c 1326s | 25 | 15423581 | 5548498 | 5642 2188 | 65 | 386
1685.46/1686.03 c 1328s | 25 | 15443335 | 5556498 | 5642 2190 | 65 | 386
1687.46/1688.04 c 1330s | 25 | 15464066 | 5564598 | 5642 2193 | 65 | 386
1689.46/1690.06 c 1332s | 25 | 15483483 | 5571398 | 5642 2195 | 65 | 386
1691.46/1692.06 c 1334s | 25 | 15506178 | 5579498 | 5642 2198 | 65 | 386
1693.47/1694.06 c 1336s | 25 | 15523181 | 5585798 | 5642 2200 | 65 | 386
1695.46/1696.08 c 1338s | 25 | 15545255 | 5593898 | 5642 2203 | 65 | 386
1697.56/1698.10 c 1340s | 25 | 15565580 | 5601698 | 5642 2205 | 65 | 386
1699.56/1700.11 c 1342s | 25 | 15583174 | 5608598 | 5642 2208 | 65 | 386
1701.56/1702.11 c 1344s | 25 | 15604531 | 5617098 | 5642 2210 | 65 | 386
1703.56/1704.12 c 1346s | 25 | 15622693 | 5623998 | 5642 2213 | 65 | 386
1705.56/1706.12 c 1348s | 25 | 15642746 | 5630798 | 5642 2215 | 65 | 386
1707.56/1708.13 c 1350s | 25 | 15664621 | 5638898 | 5642 2218 | 65 | 386
1709.56/1710.14 c 1352s | 25 | 15687983 | 5647998 | 5642 2221 | 65 | 386
1711.55/1712.14 c 1354s | 25 | 15706896 | 5654698 | 5642 2223 | 65 | 386
1713.55/1714.14 c 1356s | 25 | 15731004 | 5662098 | 5642 2225 | 65 | 386
1715.56/1716.15 c 1358s | 25 | 15749087 | 5668898 | 5642 2228 | 65 | 386
1717.55/1718.17 c 1360s | 25 | 15774413 | 5676598 | 5642 2230 | 65 | 386
1719.55/1720.18 c 1362s | 25 | 15795784 | 5684098 | 5642 2233 | 65 | 386
1721.55/1722.18 c 1364s | 25 | 15816823 | 5690998 | 5642 2235 | 65 | 386
1723.65/1724.21 c 1366s | 25 | 15838356 | 5698098 | 5642 2238 | 65 | 386
1725.65/1726.26 c 1368s | 25 | 15859279 | 5704598 | 5642 2240 | 65 | 386
1727.65/1728.27 c 1370s | 25 | 15875495 | 5711998 | 5642 2242 | 65 | 386
1729.65/1730.30 c 1372s | 25 | 15894488 | 5718898 | 5642 2244 | 65 | 386
1731.75/1732.30 c 1374s | 25 | 15913595 | 5726098 | 5642 2247 | 65 | 386
1733.75/1734.30 c 1376s | 25 | 15930563 | 5732898 | 5642 2249 | 65 | 386
1735.75/1736.31 c 1378s | 25 | 15949350 | 5739698 | 5642 2251 | 65 | 386
1737.75/1738.31 c 1380s | 25 | 15975046 | 5747898 | 5642 2254 | 65 | 386
1739.76/1740.34 c 1382s | 25 | 15997447 | 5755598 | 5642 2257 | 65 | 386
1741.75/1742.34 c 1384s | 25 | 16017501 | 5761998 | 5642 2259 | 65 | 386
1743.75/1744.36 c 1386s | 25 | 16038641 | 5770798 | 5642 2262 | 65 | 386
1745.75/1746.37 c 1388s | 25 | 16061535 | 5778498 | 5642 2264 | 65 | 386
1747.75/1748.38 c 1390s | 25 | 16082767 | 5785698 | 5642 2267 | 65 | 386
1749.85/1750.40 c 1392s | 25 | 16104384 | 5793198 | 5642 2269 | 65 | 386
1751.76/1752.40 c 1394s | 25 | 16121080 | 5800098 | 5642 2272 | 65 | 386
1753.85/1754.42 c 1396s | 25 | 16136094 | 5806898 | 5642 2274 | 65 | 386
1755.85/1756.42 c 1398s | 25 | 16153264 | 5814298 | 5642 2276 | 65 | 386
1757.85/1758.44 c 1400s | 25 | 16178486 | 5822498 | 5642 2279 | 65 | 386
1759.85/1760.48 c 1402s | 25 | 16198508 | 5829798 | 5642 2282 | 65 | 386
1762.05/1762.61 c 1404s | 25 | 16218097 | 5837698 | 5642 2284 | 65 | 386
1764.05/1764.61 c 1406s | 25 | 16235629 | 5844798 | 5642 2287 | 65 | 386
1766.05/1766.62 c 1408s | 25 | 16258341 | 5852898 | 5642 2289 | 65 | 386
1768.05/1768.64 c 1410s | 25 | 16281141 | 5860098 | 5642 2292 | 65 | 386
1770.05/1770.65 c 1412s | 25 | 16300440 | 5866298 | 5642 2294 | 65 | 386
1772.04/1772.65 c 1414s | 25 | 16321582 | 5872698 | 5642 2296 | 65 | 386
1774.04/1774.67 c 1416s | 25 | 16342909 | 5880798 | 5642 2299 | 65 | 386
1776.05/1776.69 c 1418s | 25 | 16366222 | 5888898 | 5642 2301 | 65 | 386
1778.15/1778.70 c 1420s | 25 | 16383152 | 5895598 | 5642 2303 | 65 | 386
1780.14/1780.72 c 1422s | 25 | 16402008 | 5903498 | 5642 2306 | 65 | 386
1782.14/1782.72 c 1424s | 25 | 16418983 | 5909998 | 5642 2308 | 65 | 386
1784.14/1784.72 c 1426s | 25 | 16436285 | 5917098 | 5642 2311 | 65 | 386
1786.24/1786.83 c 1428s | 25 | 16457157 | 5924298 | 5642 2313 | 65 | 386
1788.24/1788.84 c 1430s | 25 | 16480300 | 5932598 | 5642 2316 | 65 | 386
1790.25/1790.87 c 1432s | 25 | 16500204 | 5940598 | 5642 2319 | 65 | 386
1792.24/1792.87 c 1434s | 25 | 16521122 | 5948198 | 5642 2321 | 65 | 386
1794.24/1794.89 c 1436s | 25 | 16540765 | 5956098 | 5642 2324 | 65 | 386
1796.34/1796.90 c 1438s | 25 | 16558030 | 5963398 | 5642 2326 | 65 | 386
1798.35/1798.92 c 1440s | 25 | 16574187 | 5969998 | 5642 2328 | 65 | 386
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver Copyright (C) 2010-2013 Olivier ROUSSEL
This is runsolver version 3.3.7 (svn: 2553)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079715-1465242999/watcher-4079715-1465242999 -o /tmp/evaluation-result-4079715-1465242999/solver-4079715-1465242999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465221288-1239 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079715-1465242999.opb
pid=3752
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 3755
/proc/meminfo: memFree=30677636/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 2731 0 0 0 0 0 0 0 20 0 4 0 106235382 749137920 2580 33554432000 4194304 16246674 140736806511168 140736806510592 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 183407 2591 441 2943 0 180301 0
[pid=3755/tid=3756] ppid=3752 vsize=747964 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 765915136 2648 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 771158016 2665 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106235382 775352320 2681 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[startup+0.100167 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 3755
/proc/meminfo: memFree=30677636/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 24108 0 0 0 5 4 0 0 20 0 4 0 106235382 1249447936 23922 33554432000 4194304 16246674 140736806511168 140736806493936 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 305041 23922 825 2943 0 301935 0
[pid=3755/tid=3756] ppid=3752 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1249447936 23922 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1249447936 23922 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1249447936 23922 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164
[startup+0.200494 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 3755
/proc/meminfo: memFree=30677636/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1307204 CPUtime=0.18 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 36237 0 0 0 13 5 0 0 20 0 4 0 106235382 1338576896 36051 33554432000 4194304 16246674 140736806511168 140736806493936 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 326801 36051 829 2943 0 323695 0
[pid=3755/tid=3756] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 36051 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 36051 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 36051 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1307204
[startup+0.300469 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 3755
/proc/meminfo: memFree=30677636/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1307204 CPUtime=0.29 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 40282 0 0 0 23 6 0 0 20 0 4 0 106235382 1338576896 40096 33554432000 4194304 16246674 140736806511168 140736806493936 5600048 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 326801 40096 840 2943 0 323695 0
[pid=3755/tid=3756] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 40096 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 40096 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 40096 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1307204
[startup+0.700406 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 3755
/proc/meminfo: memFree=30677636/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 102461 0 0 0 54 15 0 0 20 0 4 0 106235382 1338576896 102276 33554432000 4194304 16246674 140736806511168 140736806493936 5712452 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 326801 102288 840 2943 0 323695 0
[pid=3755/tid=3756] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 102299 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 102306 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 102313 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204
[startup+1.50038 s]
/proc/loadavg: 2.03 2.03 2.00 4/183 3759
/proc/meminfo: memFree=29957172/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 263113 0 0 0 112 37 0 0 20 0 4 0 106235382 1338576896 262927 33554432000 4194304 16246674 140736806511168 140736806493056 5677277 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 326801 262933 841 2943 0 323695 0
[pid=3755/tid=3756] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 262936 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 262944 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1338576896 262952 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204
[startup+3.10042 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 3759
/proc/meminfo: memFree=29607120/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 267972 0 0 0 271 38 0 0 20 0 4 0 106235382 1339625472 267786 33554432000 4194304 16246674 140736806511168 140736806494168 12483303 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 327057 267786 842 2943 0 323951 0
[pid=3755/tid=3756] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267786 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267786 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267786 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228
[startup+6.30042 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 3759
/proc/meminfo: memFree=29606752/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1308228 CPUtime=6.29 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 268151 0 0 0 591 38 0 0 20 0 4 0 106235382 1339625472 267965 33554432000 4194304 16246674 140736806511168 140736806494168 5711318 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 327057 267965 846 2943 0 323951 0
[pid=3755/tid=3756] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267965 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267965 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1339625472 267965 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228
[startup+12.7004 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 3759
/proc/meminfo: memFree=29597980/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1316420 CPUtime=12.69 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 270199 0 0 0 1231 38 0 0 20 0 4 0 106235382 1348014080 270013 33554432000 4194304 16246674 140736806511168 140736806494168 5672838 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 329105 270013 846 2943 0 325999 0
[pid=3755/tid=3756] ppid=3752 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1348014080 270013 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1348014080 270013 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1348014080 270013 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420
[startup+25.5005 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 3759
/proc/meminfo: memFree=29596496/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1317444 CPUtime=25.48 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 270458 0 0 0 2510 38 0 0 20 0 4 0 106235382 1349062656 270272 33554432000 4194304 16246674 140736806511168 140736806493056 12478812 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 329361 270272 849 2943 0 326255 0
[pid=3755/tid=3756] ppid=3752 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1349062656 270272 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1349062656 270272 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1349062656 270272 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1317444
[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 3759
/proc/meminfo: memFree=29594980/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1318468 CPUtime=51.08 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 270714 0 0 0 5069 39 0 0 20 0 4 0 106235382 1350111232 270528 33554432000 4194304 16246674 140736806511168 140736806510264 5659318 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 329617 270528 849 2943 0 326511 0
[pid=3755/tid=3756] ppid=3752 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1350111232 270528 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1350111232 270528 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1350111232 270528 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1318468
[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 3760
/proc/meminfo: memFree=29591164/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1321540 CPUtime=102.28 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 271482 0 0 0 10189 39 0 0 20 0 4 0 106235382 1353256960 271296 33554432000 4194304 16246674 140736806511168 140736806493056 5808560 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 330385 271296 849 2943 0 327279 0
[pid=3755/tid=3756] ppid=3752 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1353256960 271296 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1353256960 271296 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1321540 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1353256960 271296 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1321540
################
# More data... #
################
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 1325636
[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 3861
/proc/meminfo: memFree=29584836/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1301.84 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272880 0 0 0 130120 64 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806493056 5828224 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 1325636
[startup+1362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 3862
/proc/meminfo: memFree=29584608/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1361.81 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272912 0 0 0 136116 65 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806493056 5825455 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 1325636
[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 3867
/proc/meminfo: memFree=29583780/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1421.81 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 142115 66 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806493056 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 1325636
[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 3868
/proc/meminfo: memFree=29583684/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1481.79 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 148112 67 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806493056 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 1325636
[startup+1542.31 s]
/proc/loadavg: 2.12 2.06 2.01 3/183 3869
/proc/meminfo: memFree=29583580/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1541.79 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 154111 68 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806493056 5827988 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1325636
[startup+1602.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/183 3870
/proc/meminfo: memFree=29583472/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1601.77 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 160108 69 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806494168 13780514 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 1325636
[startup+1662.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/182 3871
/proc/meminfo: memFree=29583252/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1661.76 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 166106 70 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806494168 5808428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 1325636
[startup+1722.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/183 3874
/proc/meminfo: memFree=29583356/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1325636 CPUtime=1721.75 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 272913 0 0 0 172104 71 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140736806494168 5829939 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331409 272578 851 2943 0 328303 0
[pid=3755/tid=3756] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1357451264 272578 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1325636
[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 3875
/proc/meminfo: memFree=29581884/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1326660 CPUtime=1781.74 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 273169 0 0 0 178102 72 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140736806493056 5721540 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331665 272834 851 2943 0 328559 0
[pid=3755/tid=3756] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 1326660
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+1800.6 s]
/proc/loadavg: 2.13 2.09 2.01 3/183 3876
/proc/meminfo: memFree=29581352/32872528 swapFree=10676/249824
[pid=3755] ppid=3752 vsize=1326660 CPUtime=1800.05 cores=1,3,5,7
/proc/3755/stat : 3755 (toysat) R 3752 3755 1222 0 -1 4202496 273169 0 0 0 179932 73 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140736806493056 5523188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3755/statm: 331665 272834 851 2943 0 328559 0
[pid=3755/tid=3756] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3756/stat : 3756 (toysat) S 3752 3755 1222 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080934006000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3755/tid=3757] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3757/stat : 3757 (toysat) S 3752 3755 1222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080923516144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3755/tid=3758] ppid=3752 vsize=1326660 CPUtime=0 cores=1,3,5,7
/proc/3755/task/3758/stat : 3758 (toysat) S 3752 3755 1222 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106235382 1358499840 272834 33554432000 4194304 16246674 140736806511168 140080913042608 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1326660
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3755 sig 9
??? end of watcher thread
Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.06
CPU user time (s): 1799.33
CPU system time (s): 0.730888
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 1326660
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.730888
maximum resident set size= 1091336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 423
involuntary context switches= 1835
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5693 second user time and 6.99894 second system time
The end
Launcher Data
Begin job on node103 at 2016-06-06 21:56:39
IDJOB=4079715
IDBENCH=2868
IDSOLVER=2542
FILE ID=node103/4079715-1465242999
RUNJOBID= node103-1465221288-1239
PBS_JOBID= 19843228
Free space on /tmp= 71720 MiB
SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m4.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079715-1465242999/watcher-4079715-1465242999 -o /tmp/evaluation-result-4079715-1465242999/solver-4079715-1465242999 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465221288-1239 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079715-1465242999.opb
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= f69ecb5497caa964fbd82b9dc6698ac3
RANDOM SEED=820205473
node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5333.52
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.56
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.760
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5332.55
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 32872528 kB
MemFree: 30678172 kB
Buffers: 44592 kB
Cached: 124476 kB
SwapCached: 1716 kB
Active: 1171436 kB
Inactive: 71060 kB
Active(anon): 1074664 kB
Inactive(anon): 1160 kB
Active(file): 96772 kB
Inactive(file): 69900 kB
Unevictable: 249824 kB
Mlocked: 10676 kB
SwapTotal: 67108856 kB
SwapFree: 67096644 kB
Dirty: 16412 kB
Writeback: 0 kB
AnonPages: 1322576 kB
Mapped: 10520 kB
Shmem: 0 kB
Slab: 569140 kB
SReclaimable: 13000 kB
SUnreclaim: 556140 kB
KernelStack: 1464 kB
PageTables: 6484 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545120 kB
Committed_AS: 1468404 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346412 kB
VmallocChunk: 34341988032 kB
HardwareCorrupted: 0 kB
AnonHugePages: 241664 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 7552 kB
DirectMap2M: 33538048 kB
Free space on /tmp at the end= 71704 MiB
End job on node103 at 2016-06-06 22:26:40