Trace number 4080076

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null0mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM9ed9dacab453c9b73d400442dcf06abd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-20785
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 733864
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 733864
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T13:13:51+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-4080076-1465298031.opb"]
0.00/0.01	c use --random-gen="4245871559 1852334716 2273261831 1424228991 303121091 1097498632 2656686486 2143535467 2691397647 2636426393 1298062486 4167046584 1987949519 3080437767 2912605239 3906437566 1589724001 1794846611 3276576908 1631291641 3417525773 131014942 2928249787 3151983116 3736413851 1957353344 1971002533 2807018779 1655007538 167120397 227444195 3090845519 920562340 1762770566 821115605 2279501587 1596825701 3480314547 1040728287 3084052770 1643606214 3195307202 1095496373 2098385489 3296505926 2133567027 381510567 1480163451 2130340258 1450766496 3182961657 2452644333 1727180557 2581037178 1480415169 995022597 1364988323 3899741900 1792221884 3166591487 2627250190 2329508904 1035139928 641453268 1202168180 3914446233 2231591998 3083385324 2649627048 928188316 3674736591 444776718 4059563224 3547787344 3376363465 1014045571 756837890 3531191519 1451917251 1356246016 4044911491 1131575939 4057546219 2736230737 3119415654 948906141 2083253485 3623786566 98347387 2673972828 1538002981 3061293967 2819092214 1573812761 1209105442 2840578352 412517423 2577542291 638132068 336067522 594932828 698412967 1789131327 4203985772 1841179198 2807683813 4164065684 693684360 4175197686 2987923439 692630222 110980301 1612228940 3451428094 2587568880 2425318043 2472758388 245188708 1461006199 2259695310 334859525 2410125295 545753267 3204235004 964373987 1376062093 2627814090 4121396549 1939467591 3347672859 2480365806 2595294231 1354100253 2153772356 1375308852 3585363259 2118078474 3592695744 3116817149 629346245 305073160 211257159 761864419 3388635942 2345163507 2535163838 3322906050 2827749433 462915804 2920391437 813641534 631986762 1998426739 1008265197 3471119210 111861121 2633351020 3714679624 1555627729 2502507311 3642188562 521119900 1174187290 3170008780 3169540040 4120553029 2108253526 3927914315 3202714144 2483286063 356389518 2965568685 2506096274 1456425148 3526183186 421626562 1360413022 374490159 4202590945 3036904901 2939870062 2393029860 3882851751 3388849224 3143062789 4204176920 1928638805 1325938517 3981124682 3052635955 1647021552 4233259203 330251546 2721690081 630778269 4281843657 769028047 1499517975 796866477 4017777468 1458803188 2398560504 19213110 3893141757 2938661627 2766598758 3602394830 3785948576 1523835787 2164229215 3479745240 4214220810 825792556 416438099 2192083431 4260937818 4151562018 1779359036 602034924 974034033 531790600 151032074 803510002 3006526228 3729305556 1687293666 2638113093 350169674 1270934474 267385184 4182506665 469406479 3742520223 3288215240 994122844 338593155 530477314 49231118 1381078288 2577620120 2805510794 3528356439 8409841 2515250622 2774510233 713586127 949768662 1085765572 2382388218 155702166 884311090 2075095967 969145359 3974977166 1931937817 1841066755 255 362436" option to reproduce the execution
4.50/4.53	c #vars 400896
4.50/4.53	c #constraints 402763
13.30/13.36	c BCD2: Hardening is enabled.
13.30/13.36	c BCD2: BiasedSearch is enabled.
13.30/13.36	c Solving starts ...
13.30/13.36	c ============================[ Search Statistics ]============================
13.30/13.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.30/13.36	c       |         |          |          |    Limit     GC | Var      | Constra 
13.30/13.36	c =============================================================================
13.30/13.37	c  0.0s |       0 |        0 |        0 |   267886      0 |        0 |        0
16.79/16.80	c  3.4s |       0 |       20 |        1 |   267886      0 |       19 |       19
16.79/16.80	c #cpu_time = 3.124s
16.79/16.80	c #wall_clock_time = 3.132s
16.79/16.80	c #decision = 20
16.79/16.80	c #random_decision = 0
16.79/16.80	c #conflict = 1
16.79/16.80	c #restart = 0
16.79/16.80	o 0
16.89/16.90	c BCD2: refineUB: 733863 -> 733862
16.89/16.90	c BCD2: updating upper bound: 733864 -> 733862
16.89/16.91	c BCD2: 0 <= obj <= 733862
16.89/16.91	c BCD2: #cores=0, #unrelaxed=1427, #relaxed=0, #hardened=0
16.89/16.91	c BCD2: #sat=1 #unsat=1 bias=1/2
16.89/16.91	c Solving starts ...
16.89/16.91	c ============================[ Search Statistics ]============================
16.89/16.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.91	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.91	c =============================================================================
16.89/16.91	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
17.29/17.34	c  0.4s |       0 |       41 |        0 |   267886      0 |       19 |       19
17.29/17.34	c #cpu_time = 0.409s
17.29/17.34	c #wall_clock_time = 0.410s
17.29/17.34	c #decision = 41
17.29/17.34	c #random_decision = 0
17.29/17.34	c #conflict = 0
17.29/17.34	c #restart = 0
17.29/17.34	c BCD2: found a new core of size 40: cost of the new core is >=15
17.29/17.34	c lower bound updated to -733849
17.39/17.46	c BCD2: refineUB: 733863 -> 733862
17.39/17.46	c BCD2: 15 <= obj <= 733862
17.39/17.46	c BCD2: #cores=1, #unrelaxed=1387, #relaxed=40, #hardened=0
17.39/17.46	c BCD2: #sat=1 #unsat=2 bias=2/3
17.39/17.48	c Solving starts ...
17.39/17.48	c ============================[ Search Statistics ]============================
17.39/17.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.48	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.48	c =============================================================================
17.39/17.48	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
17.79/17.85	c  0.4s |       0 |       41 |        0 |   267886      0 |       19 |       19
17.79/17.85	c #cpu_time = 0.362s
17.79/17.85	c #wall_clock_time = 0.363s
17.79/17.85	c #decision = 41
17.79/17.85	c #random_decision = 0
17.79/17.85	c #conflict = 0
17.79/17.85	c #restart = 0
17.79/17.85	c BCD2: found a new core of size 40: cost of the new core is >=38
17.79/17.85	c lower bound updated to -733811
17.89/17.94	c BCD2: refineUB: 733863 -> 733862
17.89/17.94	c BCD2: 53 <= obj <= 733862
17.89/17.94	c BCD2: #cores=2, #unrelaxed=1347, #relaxed=80, #hardened=0
17.89/17.94	c BCD2: #sat=1 #unsat=3 bias=3/4
17.89/17.94	c Solving starts ...
17.89/17.94	c ============================[ Search Statistics ]============================
17.89/17.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.94	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.94	c =============================================================================
17.89/17.94	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
18.39/18.46	c  0.5s |       0 |       43 |        1 |   267886      0 |       19 |       19
18.39/18.46	c #cpu_time = 0.504s
18.39/18.46	c #wall_clock_time = 0.505s
18.39/18.46	c #decision = 43
18.39/18.46	c #random_decision = 0
18.39/18.46	c #conflict = 1
18.39/18.46	c #restart = 0
18.39/18.46	c BCD2: relaxing 41 and merging with 1 cores into a new core of size 81: cost of the new core is >=53
18.39/18.46	c lower bound updated to -733796
18.49/18.57	c BCD2: refineUB: 733863 -> 733862
18.49/18.57	c BCD2: 68 <= obj <= 733862
18.49/18.57	c BCD2: #cores=2, #unrelaxed=1306, #relaxed=121, #hardened=0
18.49/18.57	c BCD2: #sat=1 #unsat=4 bias=4/5
18.49/18.58	c Solving starts ...
18.49/18.58	c ============================[ Search Statistics ]============================
18.49/18.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.58	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.58	c =============================================================================
18.49/18.58	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       19
18.99/19.03	c  0.5s |       0 |       39 |        0 |   267886      0 |       20 |       20
18.99/19.03	c #cpu_time = 0.431s
18.99/19.03	c #wall_clock_time = 0.432s
18.99/19.03	c #decision = 39
18.99/19.03	c #random_decision = 0
18.99/19.03	c #conflict = 0
18.99/19.03	c #restart = 0
18.99/19.03	c BCD2: found a new core of size 36: cost of the new core is >=46
18.99/19.03	c lower bound updated to -733750
19.09/19.13	c BCD2: refineUB: 733863 -> 733862
19.09/19.13	c BCD2: 114 <= obj <= 733862
19.09/19.13	c BCD2: #cores=3, #unrelaxed=1270, #relaxed=157, #hardened=0
19.09/19.13	c BCD2: #sat=1 #unsat=5 bias=5/6
19.09/19.13	c Solving starts ...
19.09/19.13	c ============================[ Search Statistics ]============================
19.09/19.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.13	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.13	c =============================================================================
19.09/19.13	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       20
20.39/20.48	c  1.4s |       0 |       47 |        1 |   267886      0 |       20 |       20
20.39/20.48	c #cpu_time = 1.337s
20.39/20.48	c #wall_clock_time = 1.341s
20.39/20.48	c #decision = 47
20.39/20.48	c #random_decision = 0
20.39/20.48	c #conflict = 1
20.39/20.48	c #restart = 0
20.39/20.48	c BCD2: relaxing 44 and merging with 1 cores into a new core of size 80: cost of the new core is >=118
20.39/20.48	c lower bound updated to -733678
20.59/20.63	c BCD2: refineUB: 733863 -> 733862
20.59/20.63	c BCD2: 186 <= obj <= 733862
20.59/20.63	c BCD2: #cores=3, #unrelaxed=1226, #relaxed=201, #hardened=0
20.59/20.63	c BCD2: #sat=1 #unsat=6 bias=6/7
20.59/20.63	c Solving starts ...
20.59/20.63	c ============================[ Search Statistics ]============================
20.59/20.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.59/20.63	c       |         |          |          |    Limit     GC | Var      | Constra 
20.59/20.63	c =============================================================================
20.59/20.64	c  0.0s |       0 |        0 |        0 |   267886      0 |       21 |       20
20.89/21.00	c  0.4s |       0 |       42 |        0 |   267886      0 |       21 |       21
20.89/21.00	c #cpu_time = 0.347s
20.89/21.00	c #wall_clock_time = 0.348s
20.89/21.00	c #decision = 42
20.89/21.00	c #random_decision = 0
20.89/21.00	c #conflict = 0
20.89/21.00	c #restart = 0
20.89/21.00	c BCD2: found a new core of size 40: cost of the new core is >=34
20.89/21.00	c lower bound updated to -733644
21.09/21.12	c BCD2: refineUB: 733863 -> 733862
21.09/21.12	c BCD2: 220 <= obj <= 733862
21.09/21.12	c BCD2: #cores=4, #unrelaxed=1186, #relaxed=241, #hardened=0
21.09/21.12	c BCD2: #sat=1 #unsat=7 bias=7/8
21.09/21.12	c Solving starts ...
21.09/21.12	c ============================[ Search Statistics ]============================
21.09/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.12	c =============================================================================
21.09/21.13	c  0.0s |       0 |        0 |        0 |   267886      0 |       21 |       21
21.49/21.59	c  0.5s |       0 |       45 |        1 |   267886      0 |       21 |       21
21.49/21.59	c #cpu_time = 0.446s
21.49/21.59	c #wall_clock_time = 0.447s
21.49/21.59	c #decision = 45
21.49/21.59	c #random_decision = 0
21.49/21.59	c #conflict = 1
21.49/21.59	c #restart = 0
21.49/21.59	c BCD2: relaxing 41 and merging with 1 cores into a new core of size 81: cost of the new core is >=48
21.49/21.59	c lower bound updated to -733630
21.69/21.74	c BCD2: refineUB: 733863 -> 733862
21.69/21.74	c BCD2: 234 <= obj <= 733862
21.69/21.74	c BCD2: #cores=4, #unrelaxed=1145, #relaxed=282, #hardened=0
21.69/21.74	c BCD2: #sat=1 #unsat=8 bias=8/9
21.69/21.74	c Solving starts ...
21.69/21.74	c ============================[ Search Statistics ]============================
21.69/21.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.69/21.74	c       |         |          |          |    Limit     GC | Var      | Constra 
21.69/21.74	c =============================================================================
21.69/21.75	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       21
22.09/22.11	c  0.4s |       0 |       42 |        0 |   267886      0 |       22 |       22
22.09/22.11	c #cpu_time = 0.347s
22.09/22.11	c #wall_clock_time = 0.348s
22.09/22.11	c #decision = 42
22.09/22.11	c #random_decision = 0
22.09/22.11	c #conflict = 0
22.09/22.11	c #restart = 0
22.09/22.11	c BCD2: found a new core of size 39: cost of the new core is >=7
22.09/22.11	c lower bound updated to -733623
22.19/22.23	c BCD2: refineUB: 733863 -> 733862
22.19/22.23	c BCD2: 241 <= obj <= 733862
22.19/22.23	c BCD2: #cores=5, #unrelaxed=1106, #relaxed=321, #hardened=0
22.19/22.23	c BCD2: #sat=1 #unsat=9 bias=9/10
22.19/22.24	c Solving starts ...
22.19/22.24	c ============================[ Search Statistics ]============================
22.19/22.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.24	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.24	c =============================================================================
22.19/22.24	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       22
22.59/22.65	c  0.4s |       0 |       39 |        0 |   267886      0 |       22 |       22
22.59/22.65	c #cpu_time = 0.388s
22.59/22.65	c #wall_clock_time = 0.389s
22.59/22.65	c #decision = 39
22.59/22.65	c #random_decision = 0
22.59/22.65	c #conflict = 0
22.59/22.65	c #restart = 0
22.59/22.65	c BCD2: found a new core of size 34: cost of the new core is >=29
22.59/22.65	c lower bound updated to -733594
22.69/22.79	c BCD2: refineUB: 733863 -> 733862
22.69/22.79	c BCD2: 270 <= obj <= 733862
22.69/22.79	c BCD2: #cores=6, #unrelaxed=1072, #relaxed=355, #hardened=0
22.69/22.79	c BCD2: #sat=1 #unsat=10 bias=10/11
22.69/22.79	c Solving starts ...
22.69/22.79	c ============================[ Search Statistics ]============================
22.69/22.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.69/22.79	c       |         |          |          |    Limit     GC | Var      | Constra 
22.69/22.79	c =============================================================================
22.79/22.80	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       22
23.09/23.18	c  0.4s |       0 |       45 |        0 |   267886      0 |       22 |       22
23.09/23.18	c #cpu_time = 0.361s
23.09/23.18	c #wall_clock_time = 0.361s
23.09/23.18	c #decision = 45
23.09/23.18	c #random_decision = 0
23.09/23.18	c #conflict = 0
23.09/23.18	c #restart = 0
23.09/23.18	c BCD2: found a new core of size 38: cost of the new core is >=10
23.09/23.18	c lower bound updated to -733584
23.19/23.30	c BCD2: refineUB: 733863 -> 733862
23.19/23.30	c BCD2: 280 <= obj <= 733862
23.19/23.30	c BCD2: #cores=7, #unrelaxed=1034, #relaxed=393, #hardened=0
23.19/23.30	c BCD2: #sat=1 #unsat=11 bias=11/12
23.29/23.30	c Solving starts ...
23.29/23.30	c ============================[ Search Statistics ]============================
23.29/23.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.29/23.30	c       |         |          |          |    Limit     GC | Var      | Constra 
23.29/23.30	c =============================================================================
23.29/23.31	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       22
23.69/23.74	c  0.4s |       0 |       44 |        0 |   267886      0 |       22 |       22
23.69/23.74	c #cpu_time = 0.401s
23.69/23.74	c #wall_clock_time = 0.402s
23.69/23.74	c #decision = 44
23.69/23.74	c #random_decision = 0
23.69/23.74	c #conflict = 0
23.69/23.74	c #restart = 0
23.69/23.74	c BCD2: found a new core of size 38: cost of the new core is >=41
23.69/23.74	c lower bound updated to -733543
23.79/23.88	c BCD2: refineUB: 733863 -> 733862
23.79/23.88	c BCD2: 321 <= obj <= 733862
23.79/23.88	c BCD2: #cores=8, #unrelaxed=996, #relaxed=431, #hardened=0
23.79/23.88	c BCD2: #sat=1 #unsat=12 bias=12/13
23.79/23.89	c Solving starts ...
23.79/23.89	c ============================[ Search Statistics ]============================
23.79/23.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.79/23.89	c       |         |          |          |    Limit     GC | Var      | Constra 
23.79/23.89	c =============================================================================
23.89/23.90	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       22
24.29/24.39	c  0.5s |       0 |       45 |        1 |   267886      0 |       22 |       22
24.29/24.39	c #cpu_time = 0.495s
24.29/24.39	c #wall_clock_time = 0.496s
24.29/24.39	c #decision = 45
24.29/24.39	c #random_decision = 0
24.29/24.39	c #conflict = 1
24.29/24.39	c #restart = 0
24.29/24.39	c BCD2: relaxing 37 and merging with 1 cores into a new core of size 75: cost of the new core is >=13
24.29/24.39	c lower bound updated to -733540
24.39/24.48	c BCD2: refineUB: 733863 -> 733862
24.39/24.48	c BCD2: 324 <= obj <= 733862
24.39/24.48	c BCD2: #cores=8, #unrelaxed=959, #relaxed=468, #hardened=0
24.39/24.48	c BCD2: #sat=1 #unsat=13 bias=13/14
24.39/24.48	c Solving starts ...
24.39/24.48	c ============================[ Search Statistics ]============================
24.39/24.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.39/24.48	c       |         |          |          |    Limit     GC | Var      | Constra 
24.39/24.48	c =============================================================================
24.49/24.50	c  0.0s |       0 |        0 |        0 |   267886      0 |       24 |       22
24.99/25.02	c  0.5s |       0 |       49 |        1 |   267886      0 |       24 |       25
24.99/25.02	c #cpu_time = 0.501s
24.99/25.02	c #wall_clock_time = 0.503s
24.99/25.02	c #decision = 49
24.99/25.02	c #random_decision = 0
24.99/25.02	c #conflict = 1
24.99/25.02	c #restart = 0
24.99/25.02	c BCD2: relaxing 41 and merging with 1 cores into a new core of size 122: cost of the new core is >=58
24.99/25.02	c lower bound updated to -733530
25.09/25.10	c BCD2: refineUB: 733863 -> 733862
25.09/25.10	c BCD2: 334 <= obj <= 733862
25.09/25.10	c BCD2: #cores=8, #unrelaxed=918, #relaxed=509, #hardened=0
25.09/25.10	c BCD2: #sat=1 #unsat=14 bias=14/15
25.09/25.11	c Solving starts ...
25.09/25.11	c ============================[ Search Statistics ]============================
25.09/25.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.09/25.11	c       |         |          |          |    Limit     GC | Var      | Constra 
25.09/25.11	c =============================================================================
25.09/25.15	c  0.0s |       0 |        0 |        0 |   267886      0 |       30 |       25
25.69/25.73	c  0.6s |       0 |       47 |        1 |   267886      0 |       30 |       36
25.69/25.73	c #cpu_time = 0.562s
25.69/25.73	c #wall_clock_time = 0.564s
25.69/25.73	c #decision = 47
25.69/25.73	c #random_decision = 0
25.69/25.73	c #conflict = 1
25.69/25.73	c #restart = 0
25.69/25.73	c BCD2: relaxing 39 and merging with 1 cores into a new core of size 161: cost of the new core is >=63
25.69/25.73	c lower bound updated to -733525
25.79/25.81	c BCD2: refineUB: 733863 -> 733862
25.79/25.81	c BCD2: 339 <= obj <= 733862
25.79/25.81	c BCD2: #cores=8, #unrelaxed=879, #relaxed=548, #hardened=0
25.79/25.81	c BCD2: #sat=1 #unsat=15 bias=15/16
25.79/25.82	c Solving starts ...
25.79/25.82	c ============================[ Search Statistics ]============================
25.79/25.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.79/25.82	c       |         |          |          |    Limit     GC | Var      | Constra 
25.79/25.82	c =============================================================================
25.79/25.88	c  0.0s |       0 |        0 |        0 |   267886      0 |       31 |       36
26.29/26.32	c  0.4s |       0 |       53 |        0 |   267886      0 |       31 |       37
26.29/26.32	c #cpu_time = 0.416s
26.29/26.32	c #wall_clock_time = 0.417s
26.29/26.32	c #decision = 53
26.29/26.32	c #random_decision = 0
26.29/26.32	c #conflict = 0
26.29/26.32	c #restart = 0
26.29/26.32	c BCD2: found a new core of size 46: cost of the new core is >=46
26.29/26.32	c lower bound updated to -733479
26.29/26.40	c BCD2: refineUB: 733863 -> 733862
26.29/26.40	c BCD2: 385 <= obj <= 733862
26.29/26.40	c BCD2: #cores=9, #unrelaxed=833, #relaxed=594, #hardened=0
26.29/26.40	c BCD2: #sat=1 #unsat=16 bias=16/17
26.39/26.40	c Solving starts ...
26.39/26.40	c ============================[ Search Statistics ]============================
26.39/26.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.40	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.40	c =============================================================================
26.39/26.44	c  0.0s |       0 |        0 |        0 |   267886      0 |       31 |       37
26.88/26.95	c  0.5s |       0 |       49 |        1 |   267886      0 |       31 |       37
26.88/26.95	c #cpu_time = 0.493s
26.88/26.95	c #wall_clock_time = 0.494s
26.88/26.95	c #decision = 49
26.88/26.95	c #random_decision = 0
26.88/26.95	c #conflict = 1
26.88/26.95	c #restart = 0
26.88/26.95	c BCD2: relaxing 40 and merging with 1 cores into a new core of size 86: cost of the new core is >=56
26.88/26.95	c lower bound updated to -733469
26.98/27.03	c BCD2: refineUB: 733863 -> 733862
26.98/27.03	c BCD2: 395 <= obj <= 733862
26.98/27.03	c BCD2: #cores=9, #unrelaxed=793, #relaxed=634, #hardened=0
26.98/27.03	c BCD2: #sat=1 #unsat=17 bias=17/18
26.98/27.04	c Solving starts ...
26.98/27.04	c ============================[ Search Statistics ]============================
26.98/27.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.98/27.04	c       |         |          |          |    Limit     GC | Var      | Constra 
26.98/27.04	c =============================================================================
27.08/27.10	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       37
27.49/27.51	c  0.4s |       0 |       51 |        0 |   267886      0 |       32 |       38
27.49/27.51	c #cpu_time = 0.393s
27.49/27.51	c #wall_clock_time = 0.394s
27.49/27.51	c #decision = 51
27.49/27.51	c #random_decision = 0
27.49/27.51	c #conflict = 0
27.49/27.51	c #restart = 0
27.49/27.51	c BCD2: found a new core of size 42: cost of the new core is >=15
27.49/27.51	c lower bound updated to -733454
27.49/27.59	c BCD2: refineUB: 733863 -> 733862
27.49/27.59	c BCD2: 410 <= obj <= 733862
27.49/27.59	c BCD2: #cores=10, #unrelaxed=751, #relaxed=676, #hardened=0
27.49/27.59	c BCD2: #sat=1 #unsat=18 bias=18/19
27.49/27.60	c Solving starts ...
27.49/27.60	c ============================[ Search Statistics ]============================
27.49/27.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.49/27.60	c       |         |          |          |    Limit     GC | Var      | Constra 
27.49/27.60	c =============================================================================
27.59/27.63	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
27.98/28.00	c  0.4s |       0 |       52 |        0 |   267886      0 |       32 |       38
27.98/28.00	c #cpu_time = 0.366s
27.98/28.00	c #wall_clock_time = 0.367s
27.98/28.00	c #decision = 52
27.98/28.00	c #random_decision = 0
27.98/28.00	c #conflict = 0
27.98/28.00	c #restart = 0
27.98/28.00	c BCD2: found a new core of size 43: cost of the new core is >=42
27.98/28.00	c lower bound updated to -733412
27.98/28.08	c BCD2: refineUB: 733863 -> 733862
27.98/28.08	c BCD2: 452 <= obj <= 733862
27.98/28.08	c BCD2: #cores=11, #unrelaxed=708, #relaxed=719, #hardened=0
27.98/28.08	c BCD2: #sat=1 #unsat=19 bias=19/20
27.98/28.08	c Solving starts ...
27.98/28.08	c ============================[ Search Statistics ]============================
27.98/28.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.08	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.08	c =============================================================================
28.08/28.10	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
28.48/28.55	c  0.5s |       0 |       50 |        0 |   267886      0 |       32 |       38
28.48/28.55	c #cpu_time = 0.422s
28.48/28.55	c #wall_clock_time = 0.423s
28.48/28.55	c #decision = 50
28.48/28.55	c #random_decision = 0
28.48/28.55	c #conflict = 0
28.48/28.55	c #restart = 0
28.48/28.55	c BCD2: found a new core of size 37: cost of the new core is >=2
28.48/28.55	c lower bound updated to -733410
28.59/28.64	c BCD2: refineUB: 733863 -> 733862
28.59/28.64	c BCD2: 454 <= obj <= 733862
28.59/28.64	c BCD2: #cores=12, #unrelaxed=671, #relaxed=756, #hardened=0
28.59/28.64	c BCD2: #sat=1 #unsat=20 bias=20/21
28.59/28.64	c Solving starts ...
28.59/28.64	c ============================[ Search Statistics ]============================
28.59/28.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.59/28.64	c       |         |          |          |    Limit     GC | Var      | Constra 
28.59/28.64	c =============================================================================
28.59/28.69	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
29.08/29.14	c  0.5s |       0 |       54 |        0 |   267886      0 |       32 |       38
29.08/29.14	c #cpu_time = 0.423s
29.08/29.14	c #wall_clock_time = 0.424s
29.08/29.14	c #decision = 54
29.08/29.14	c #random_decision = 0
29.08/29.14	c #conflict = 0
29.08/29.14	c #restart = 0
29.08/29.14	c BCD2: found a new core of size 41: cost of the new core is >=66
29.08/29.14	c lower bound updated to -733344
29.18/29.23	c BCD2: refineUB: 733863 -> 733862
29.18/29.23	c BCD2: 520 <= obj <= 733862
29.18/29.23	c BCD2: #cores=13, #unrelaxed=630, #relaxed=797, #hardened=0
29.18/29.23	c BCD2: #sat=1 #unsat=21 bias=21/22
29.18/29.23	c Solving starts ...
29.18/29.23	c ============================[ Search Statistics ]============================
29.18/29.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.23	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.23	c =============================================================================
29.18/29.28	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
29.69/29.71	c  0.4s |       0 |       50 |        0 |   267886      0 |       32 |       38
29.69/29.71	c #cpu_time = 0.411s
29.69/29.71	c #wall_clock_time = 0.412s
29.69/29.71	c #decision = 50
29.69/29.71	c #random_decision = 0
29.69/29.71	c #conflict = 0
29.69/29.71	c #restart = 0
29.69/29.71	c BCD2: found a new core of size 36: cost of the new core is >=32
29.69/29.71	c lower bound updated to -733312
29.69/29.80	c BCD2: refineUB: 733863 -> 733862
29.69/29.80	c BCD2: 552 <= obj <= 733862
29.69/29.80	c BCD2: #cores=14, #unrelaxed=594, #relaxed=833, #hardened=0
29.69/29.80	c BCD2: #sat=1 #unsat=22 bias=22/23
29.79/29.84	c Solving starts ...
29.79/29.84	c ============================[ Search Statistics ]============================
29.79/29.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.84	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.84	c =============================================================================
29.79/29.85	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
30.18/30.29	c  0.4s |       0 |       61 |        0 |   267886      0 |       32 |       38
30.18/30.29	c #cpu_time = 0.411s
30.18/30.29	c #wall_clock_time = 0.412s
30.18/30.29	c #decision = 61
30.18/30.29	c #random_decision = 0
30.18/30.29	c #conflict = 0
30.18/30.29	c #restart = 0
30.18/30.29	c BCD2: found a new core of size 45: cost of the new core is >=81
30.18/30.29	c lower bound updated to -733231
30.38/30.41	c BCD2: refineUB: 733863 -> 733862
30.38/30.41	c BCD2: 633 <= obj <= 733862
30.38/30.41	c BCD2: #cores=15, #unrelaxed=549, #relaxed=878, #hardened=0
30.38/30.41	c BCD2: #sat=1 #unsat=23 bias=23/24
30.38/30.41	c Solving starts ...
30.38/30.41	c ============================[ Search Statistics ]============================
30.38/30.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.38/30.41	c       |         |          |          |    Limit     GC | Var      | Constra 
30.38/30.41	c =============================================================================
30.38/30.41	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
30.79/30.87	c  0.5s |       0 |       56 |        0 |   267886      0 |       32 |       38
30.79/30.87	c #cpu_time = 0.422s
30.79/30.87	c #wall_clock_time = 0.423s
30.79/30.87	c #decision = 56
30.79/30.87	c #random_decision = 0
30.79/30.87	c #conflict = 0
30.79/30.87	c #restart = 0
30.79/30.87	c BCD2: found a new core of size 42: cost of the new core is >=2
30.79/30.87	c lower bound updated to -733229
30.89/30.99	c BCD2: refineUB: 733863 -> 733862
30.89/30.99	c BCD2: 635 <= obj <= 733862
30.89/30.99	c BCD2: #cores=16, #unrelaxed=507, #relaxed=920, #hardened=0
30.89/30.99	c BCD2: #sat=1 #unsat=24 bias=24/25
30.98/31.00	c Solving starts ...
30.98/31.00	c ============================[ Search Statistics ]============================
30.98/31.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.98/31.00	c       |         |          |          |    Limit     GC | Var      | Constra 
30.98/31.00	c =============================================================================
30.98/31.00	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       38
31.38/31.46	c  0.5s |       0 |       58 |        1 |   267886      0 |       32 |       38
31.38/31.46	c #cpu_time = 0.443s
31.38/31.46	c #wall_clock_time = 0.444s
31.38/31.46	c #decision = 58
31.38/31.46	c #random_decision = 0
31.38/31.46	c #conflict = 1
31.38/31.46	c #restart = 0
31.38/31.46	c BCD2: relaxing 42 and merging with 1 cores into a new core of size 79: cost of the new core is >=9
31.38/31.46	c lower bound updated to -733222
31.48/31.59	c BCD2: refineUB: 733863 -> 733862
31.48/31.59	c BCD2: 642 <= obj <= 733862
31.48/31.59	c BCD2: #cores=16, #unrelaxed=465, #relaxed=962, #hardened=0
31.48/31.59	c BCD2: #sat=1 #unsat=25 bias=25/26
31.48/31.59	c Solving starts ...
31.48/31.59	c ============================[ Search Statistics ]============================
31.48/31.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.48/31.59	c       |         |          |          |    Limit     GC | Var      | Constra 
31.48/31.59	c =============================================================================
31.48/31.59	c  0.0s |       0 |        0 |        0 |   267886      0 |       37 |       38
31.99/32.04	c  0.5s |       0 |       56 |        0 |   267886      0 |       37 |       47
31.99/32.04	c #cpu_time = 0.420s
31.99/32.04	c #wall_clock_time = 0.421s
31.99/32.04	c #decision = 56
31.99/32.04	c #random_decision = 0
31.99/32.04	c #conflict = 0
31.99/32.04	c #restart = 0
31.99/32.04	c BCD2: found a new core of size 41: cost of the new core is >=3
31.99/32.04	c lower bound updated to -733219
32.08/32.17	c BCD2: refineUB: 733863 -> 733862
32.08/32.17	c BCD2: 645 <= obj <= 733862
32.08/32.17	c BCD2: #cores=17, #unrelaxed=424, #relaxed=1003, #hardened=0
32.08/32.17	c BCD2: #sat=1 #unsat=26 bias=26/27
32.08/32.18	c Solving starts ...
32.08/32.18	c ============================[ Search Statistics ]============================
32.08/32.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.08/32.18	c       |         |          |          |    Limit     GC | Var      | Constra 
32.08/32.18	c =============================================================================
32.08/32.18	c  0.0s |       0 |        0 |        0 |   267886      0 |       37 |       47
32.48/32.59	c  0.4s |       0 |       59 |        0 |   267886      0 |       37 |       47
32.48/32.59	c #cpu_time = 0.388s
32.48/32.59	c #wall_clock_time = 0.389s
32.48/32.59	c #decision = 59
32.48/32.59	c #random_decision = 0
32.48/32.59	c #conflict = 0
32.48/32.59	c #restart = 0
32.48/32.59	c BCD2: found a new core of size 42: cost of the new core is >=73
32.48/32.59	c lower bound updated to -733146
32.68/32.70	c BCD2: refineUB: 733863 -> 733862
32.68/32.70	c BCD2: 718 <= obj <= 733862
32.68/32.70	c BCD2: #cores=18, #unrelaxed=382, #relaxed=1045, #hardened=0
32.68/32.70	c BCD2: #sat=1 #unsat=27 bias=27/28
32.68/32.70	c Solving starts ...
32.68/32.70	c ============================[ Search Statistics ]============================
32.68/32.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.68/32.70	c       |         |          |          |    Limit     GC | Var      | Constra 
32.68/32.70	c =============================================================================
32.68/32.70	c  0.0s |       0 |        0 |        0 |   267886      0 |       37 |       47
33.18/33.27	c  0.6s |       0 |       52 |        1 |   267886      0 |       37 |       47
33.18/33.27	c #cpu_time = 0.553s
33.18/33.27	c #wall_clock_time = 0.555s
33.18/33.27	c #decision = 52
33.18/33.27	c #random_decision = 0
33.18/33.27	c #conflict = 1
33.18/33.27	c #restart = 0
33.18/33.27	c BCD2: relaxing 34 and merging with 1 cores into a new core of size 76: cost of the new core is >=76
33.18/33.27	c lower bound updated to -733143
33.28/33.36	c BCD2: refineUB: 733863 -> 733862
33.28/33.36	c BCD2: 721 <= obj <= 733862
33.28/33.36	c BCD2: #cores=18, #unrelaxed=348, #relaxed=1079, #hardened=0
33.28/33.36	c BCD2: #sat=1 #unsat=28 bias=28/29
33.28/33.39	c Solving starts ...
33.28/33.39	c ============================[ Search Statistics ]============================
33.28/33.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.28/33.39	c       |         |          |          |    Limit     GC | Var      | Constra 
33.28/33.39	c =============================================================================
33.28/33.39	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       47
33.78/33.88	c  0.5s |       0 |       57 |        0 |   267886      0 |       38 |       48
33.78/33.88	c #cpu_time = 0.463s
33.78/33.88	c #wall_clock_time = 0.464s
33.78/33.88	c #decision = 57
33.78/33.88	c #random_decision = 0
33.78/33.88	c #conflict = 0
33.78/33.88	c #restart = 0
33.78/33.88	c BCD2: found a new core of size 40: cost of the new core is >=18
33.78/33.88	c lower bound updated to -733125
33.88/33.99	c BCD2: refineUB: 733863 -> 733862
33.88/33.99	c BCD2: 739 <= obj <= 733862
33.88/33.99	c BCD2: #cores=19, #unrelaxed=308, #relaxed=1119, #hardened=0
33.88/33.99	c BCD2: #sat=1 #unsat=29 bias=29/30
33.98/34.00	c Solving starts ...
33.98/34.00	c ============================[ Search Statistics ]============================
33.98/34.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.98/34.00	c       |         |          |          |    Limit     GC | Var      | Constra 
33.98/34.00	c =============================================================================
33.98/34.00	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       48
34.48/34.52	c  0.5s |       0 |       58 |        1 |   267886      0 |       38 |       48
34.48/34.52	c #cpu_time = 0.515s
34.48/34.52	c #wall_clock_time = 0.516s
34.48/34.52	c #decision = 58
34.48/34.52	c #random_decision = 0
34.48/34.52	c #conflict = 1
34.48/34.52	c #restart = 0
34.48/34.52	c BCD2: relaxing 39 and merging with 1 cores into a new core of size 79: cost of the new core is >=31
34.48/34.52	c lower bound updated to -733112
34.58/34.64	c BCD2: refineUB: 733863 -> 733862
34.58/34.64	c BCD2: 752 <= obj <= 733862
34.58/34.64	c BCD2: #cores=19, #unrelaxed=269, #relaxed=1158, #hardened=0
34.58/34.64	c BCD2: #sat=1 #unsat=30 bias=30/31
34.58/34.65	c Solving starts ...
34.58/34.65	c ============================[ Search Statistics ]============================
34.58/34.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.58/34.65	c       |         |          |          |    Limit     GC | Var      | Constra 
34.58/34.65	c =============================================================================
34.58/34.65	c  0.0s |       0 |        0 |        0 |   267886      0 |       39 |       48
34.98/35.09	c  0.4s |       0 |       57 |        0 |   267886      0 |       39 |       49
34.98/35.09	c #cpu_time = 0.413s
34.98/35.09	c #wall_clock_time = 0.414s
34.98/35.09	c #decision = 57
34.98/35.09	c #random_decision = 0
34.98/35.09	c #conflict = 0
34.98/35.09	c #restart = 0
34.98/35.09	c BCD2: found a new core of size 37: cost of the new core is >=30
34.98/35.09	c lower bound updated to -733082
35.08/35.19	c BCD2: refineUB: 733863 -> 733862
35.08/35.19	c BCD2: 782 <= obj <= 733862
35.08/35.19	c BCD2: #cores=20, #unrelaxed=232, #relaxed=1195, #hardened=0
35.08/35.19	c BCD2: #sat=1 #unsat=31 bias=31/32
35.08/35.20	c Solving starts ...
35.08/35.20	c ============================[ Search Statistics ]============================
35.08/35.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.08/35.20	c       |         |          |          |    Limit     GC | Var      | Constra 
35.08/35.20	c =============================================================================
35.08/35.20	c  0.0s |       0 |        0 |        0 |   267886      0 |       39 |       49
35.58/35.67	c  0.5s |       0 |       61 |        0 |   267886      0 |       39 |       49
35.58/35.67	c #cpu_time = 0.433s
35.58/35.67	c #wall_clock_time = 0.434s
35.58/35.67	c #decision = 61
35.58/35.67	c #random_decision = 0
35.58/35.67	c #conflict = 0
35.58/35.67	c #restart = 0
35.58/35.67	c BCD2: found a new core of size 40: cost of the new core is >=2
35.58/35.67	c lower bound updated to -733080
35.68/35.79	c BCD2: refineUB: 733863 -> 733862
35.68/35.79	c BCD2: 784 <= obj <= 733862
35.68/35.79	c BCD2: #cores=21, #unrelaxed=192, #relaxed=1235, #hardened=0
35.68/35.79	c BCD2: #sat=1 #unsat=32 bias=32/33
35.78/35.80	c Solving starts ...
35.78/35.80	c ============================[ Search Statistics ]============================
35.78/35.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
35.78/35.80	c       |         |          |          |    Limit     GC | Var      | Constra 
35.78/35.80	c =============================================================================
35.78/35.80	c  0.0s |       0 |        0 |        0 |   267886      0 |       39 |       49
36.29/36.38	c  0.6s |       0 |       64 |        1 |   267886      0 |       39 |       49
36.29/36.38	c #cpu_time = 0.557s
36.29/36.38	c #wall_clock_time = 0.558s
36.29/36.38	c #decision = 64
36.29/36.38	c #random_decision = 0
36.29/36.38	c #conflict = 1
36.29/36.38	c #restart = 0
36.29/36.38	c BCD2: relaxing 43 and merging with 1 cores into a new core of size 83: cost of the new core is >=53
36.29/36.38	c lower bound updated to -733029
36.39/36.49	c BCD2: refineUB: 733863 -> 733862
36.39/36.49	c BCD2: 835 <= obj <= 733862
36.39/36.49	c BCD2: #cores=21, #unrelaxed=149, #relaxed=1278, #hardened=0
36.39/36.49	c BCD2: #sat=1 #unsat=33 bias=33/34
36.48/36.50	c Solving starts ...
36.48/36.50	c ============================[ Search Statistics ]============================
36.48/36.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.48/36.50	c       |         |          |          |    Limit     GC | Var      | Constra 
36.48/36.50	c =============================================================================
36.48/36.50	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       49
36.88/36.94	c  0.4s |       0 |       61 |        0 |   267886      0 |       40 |       50
36.88/36.94	c #cpu_time = 0.427s
36.88/36.94	c #wall_clock_time = 0.428s
36.88/36.94	c #decision = 61
36.88/36.94	c #random_decision = 0
36.88/36.94	c #conflict = 0
36.88/36.94	c #restart = 0
36.88/36.94	c BCD2: found a new core of size 39: cost of the new core is >=62
36.88/36.94	c lower bound updated to -732967
36.98/37.04	c BCD2: refineUB: 733863 -> 733862
36.98/37.04	c BCD2: 897 <= obj <= 733862
36.98/37.04	c BCD2: #cores=22, #unrelaxed=110, #relaxed=1317, #hardened=0
36.98/37.04	c BCD2: #sat=1 #unsat=34 bias=34/35
36.98/37.05	c Solving starts ...
36.98/37.05	c ============================[ Search Statistics ]============================
36.98/37.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.98/37.05	c       |         |          |          |    Limit     GC | Var      | Constra 
36.98/37.05	c =============================================================================
36.98/37.05	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       50
37.39/37.47	c  0.4s |       0 |       60 |        0 |   267886      0 |       40 |       50
37.39/37.47	c #cpu_time = 0.407s
37.39/37.47	c #wall_clock_time = 0.408s
37.39/37.47	c #decision = 60
37.39/37.47	c #random_decision = 0
37.39/37.47	c #conflict = 0
37.39/37.47	c #restart = 0
37.39/37.47	c BCD2: found a new core of size 39: cost of the new core is >=11
37.39/37.47	c lower bound updated to -732956
37.49/37.57	c BCD2: refineUB: 733863 -> 733862
37.49/37.57	c BCD2: 908 <= obj <= 733862
37.49/37.57	c BCD2: #cores=23, #unrelaxed=71, #relaxed=1356, #hardened=0
37.49/37.57	c BCD2: #sat=1 #unsat=35 bias=35/36
37.49/37.58	c Solving starts ...
37.49/37.58	c ============================[ Search Statistics ]============================
37.49/37.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.49/37.58	c       |         |          |          |    Limit     GC | Var      | Constra 
37.49/37.58	c =============================================================================
37.49/37.58	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       50
37.98/38.05	c  0.5s |       0 |       63 |        0 |   267886      0 |       40 |       50
37.98/38.05	c #cpu_time = 0.419s
37.98/38.05	c #wall_clock_time = 0.420s
37.98/38.05	c #decision = 63
37.98/38.05	c #random_decision = 0
37.98/38.05	c #conflict = 0
37.98/38.05	c #restart = 0
37.98/38.05	c BCD2: found a new core of size 38: cost of the new core is >=17
37.98/38.05	c lower bound updated to -732939
38.08/38.14	c BCD2: refineUB: 733863 -> 733862
38.08/38.14	c BCD2: 925 <= obj <= 733862
38.08/38.14	c BCD2: #cores=24, #unrelaxed=33, #relaxed=1394, #hardened=0
38.08/38.14	c BCD2: #sat=1 #unsat=36 bias=36/37
38.08/38.15	c Solving starts ...
38.08/38.15	c ============================[ Search Statistics ]============================
38.08/38.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.08/38.15	c       |         |          |          |    Limit     GC | Var      | Constra 
38.08/38.15	c =============================================================================
38.08/38.15	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       50
43.18/43.28	c  5.1s |       0 |      582 |      100 |   294675      0 |       40 |       50
43.28/43.33	c  5.2s |       1 |      582 |      100 |   294675      0 |       40 |       50
48.49/48.59	c 10.4s |       1 |     1032 |      200 |   294675      0 |       40 |       50
52.28/52.39	c 14.2s |       2 |     1128 |      250 |   324143      0 |       40 |       50
56.88/56.94	c 18.8s |       2 |     1583 |      350 |   324143      0 |       40 |       50
60.28/60.36	c 22.2s |       2 |     1887 |      450 |   324143      0 |       40 |       50
61.58/61.70	c 23.5s |       3 |     1924 |      475 |   356558      0 |       40 |       50
67.08/67.10	c 29.0s |       3 |     2213 |      575 |   356558      0 |       40 |       50
70.18/70.20	c 32.0s |       3 |     2427 |      675 |   356558      0 |       40 |       50
74.38/74.46	c 36.3s |       3 |     2624 |      775 |   356558      0 |       40 |       50
75.28/75.30	c 37.2s |       4 |     2753 |      813 |   392214      0 |       40 |       50
79.18/79.28	c 41.1s |       4 |     3045 |      913 |   392214      0 |       40 |       50
82.37/82.40	c 44.2s |       4 |     3268 |     1013 |   392214      0 |       40 |       50
86.57/86.65	c 48.5s |       4 |     3558 |     1113 |   392214      0 |       40 |       50
90.37/90.40	c 52.2s |       4 |     3831 |     1213 |   392214      0 |       40 |       50
94.47/94.57	c 56.4s |       4 |     4139 |     1313 |   431436      0 |       40 |       50
95.17/95.20	c 57.0s |       5 |     4147 |     1320 |   431436      0 |       40 |       50
99.57/99.69	c 61.5s |       5 |     4602 |     1420 |   431436      0 |       40 |       50
102.87/102.99	c 64.8s |       5 |     4784 |     1520 |   431436      0 |       40 |       50
106.47/106.54	c 68.4s |       5 |     5068 |     1620 |   431436      0 |       40 |       50
110.97/111.02	c 72.9s |       5 |     5336 |     1720 |   431436      0 |       40 |       50
114.38/114.41	c 76.3s |       5 |     5652 |     1820 |   431436      0 |       40 |       50
118.97/119.02	c 80.9s |       5 |     5878 |     1920 |   431436      0 |       40 |       50
122.27/122.33	c 84.2s |       5 |     6157 |     2020 |   431436      0 |       40 |       50
124.17/124.24	c 86.1s |       6 |     6233 |     2081 |   474580      0 |       40 |       50
128.37/128.40	c 90.2s |       6 |     6545 |     2181 |   474580      0 |       40 |       50
131.16/131.21	c 93.1s |       6 |     6918 |     2281 |   474580      0 |       40 |       50
135.06/135.10	c 96.9s |       6 |     7092 |     2381 |   474580      0 |       40 |       50
139.06/139.15	c  100s |       6 |     7311 |     2481 |   474580      0 |       40 |       50
144.07/144.19	c  106s |       6 |     7479 |     2581 |   474580      0 |       40 |       50
148.26/148.34	c  110s |       6 |     7754 |     2681 |   474580      0 |       40 |       50
151.96/152.04	c  113s |       6 |     7960 |     2781 |   474580      0 |       40 |       50
157.46/157.51	c  119s |       6 |     8211 |     2881 |   474580      0 |       40 |       50
161.36/161.40	c  123s |       6 |     8640 |     2981 |   474580      0 |       40 |       50
165.36/165.47	c  127s |       6 |     8923 |     3081 |   474580      0 |       40 |       50
169.37/169.47	c  131s |       6 |     9195 |     3181 |   474580      0 |       40 |       50
171.56/171.69	c  133s |       7 |     9376 |     3223 |   522039      0 |       40 |       50
177.06/177.19	c  139s |       7 |     9596 |     3323 |   522039      0 |       40 |       50
180.86/180.97	c  142s |       7 |     9828 |     3423 |   522039      0 |       40 |       50
184.76/184.83	c  146s |       7 |    10070 |     3523 |   522039      0 |       40 |       50
189.06/189.20	c  151s |       7 |    10291 |     3623 |   522039      0 |       40 |       50
194.76/194.85	c  156s |       7 |    10455 |     3723 |   522039      0 |       40 |       50
197.56/197.66	c  159s |       7 |    10740 |     3823 |   522039      0 |       40 |       50
202.37/202.43	c  164s |       7 |    10931 |     3923 |   522039      0 |       40 |       50
205.46/205.52	c  167s |       7 |    11141 |     4023 |   522039      0 |       40 |       50
210.26/210.39	c  172s |       7 |    11313 |     4123 |   522039      0 |       40 |       50
214.76/214.80	c  176s |       7 |    11503 |     4223 |   522039      0 |       40 |       50
218.36/218.49	c  180s |       7 |    11753 |     4323 |   522039      0 |       40 |       50
222.06/222.10	c  183s |       7 |    12045 |     4423 |   522039      0 |       40 |       50
226.56/226.70	c  188s |       7 |    12263 |     4523 |   522039      0 |       40 |       50
230.46/230.53	c  192s |       7 |    12528 |     4623 |   522039      0 |       40 |       50
233.96/234.03	c  195s |       7 |    12876 |     4723 |   522039      0 |       40 |       50
239.56/239.60	c  201s |       7 |    13247 |     4823 |   522039      0 |       40 |       50
244.75/244.87	c  206s |       7 |    13621 |     4923 |   574243      0 |       40 |       50
245.05/245.17	c  207s |       8 |    13765 |     4936 |   574243      0 |       40 |       50
249.25/249.30	c  211s |       8 |    14124 |     5036 |   574243      0 |       40 |       50
252.35/252.40	c  214s |       8 |    14368 |     5136 |   574243      0 |       40 |       50
256.95/257.09	c  218s |       8 |    14608 |     5236 |   574243      0 |       40 |       50
262.65/262.72	c  224s |       8 |    14764 |     5336 |   574243      0 |       40 |       50
267.26/267.39	c  229s |       8 |    14907 |     5436 |   574243      0 |       40 |       50
271.76/271.82	c  233s |       8 |    15092 |     5536 |   574243      0 |       40 |       50
276.25/276.38	c  238s |       8 |    15431 |     5636 |   574243      0 |       40 |       50
280.75/280.84	c  242s |       8 |    15604 |     5736 |   574243      0 |       40 |       50
284.75/284.80	c  246s |       8 |    15841 |     5836 |   574243      0 |       40 |       50
288.55/288.69	c  250s |       8 |    16063 |     5936 |   574243      0 |       40 |       50
293.25/293.38	c  255s |       8 |    16386 |     6036 |   574243      0 |       40 |       50
298.75/298.82	c  260s |       8 |    16531 |     6136 |   574243      0 |       40 |       50
303.44/303.55	c  265s |       8 |    16751 |     6236 |   574243      0 |       40 |       50
307.34/307.42	c  269s |       8 |    17100 |     6336 |   574243      0 |       40 |       50
311.84/311.92	c  273s |       8 |    17394 |     6436 |   574243      0 |       40 |       50
315.34/315.40	c  277s |       8 |    17537 |     6536 |   574243      0 |       40 |       50
319.54/319.69	c  281s |       8 |    17786 |     6636 |   574243      0 |       40 |       50
324.74/324.87	c  286s |       8 |    18094 |     6736 |   574243      0 |       40 |       50
328.54/328.65	c  290s |       8 |    18347 |     6836 |   574243      0 |       40 |       50
333.84/333.92	c  295s |       8 |    18572 |     6936 |   574243      0 |       40 |       50
338.04/338.13	c  299s |       8 |    18934 |     7036 |   574243      0 |       40 |       50
343.24/343.32	c  305s |       8 |    19170 |     7136 |   574243      0 |       40 |       50
347.94/348.05	c  309s |       8 |    19530 |     7236 |   574243      0 |       40 |       50
351.64/351.74	c  313s |       8 |    19841 |     7336 |   574243      0 |       40 |       50
355.93/356.01	c  317s |       8 |    20092 |     7436 |   574243      0 |       40 |       50
358.54/358.69	c  320s |       9 |    20251 |     7506 |   631668      0 |       40 |       50
362.94/363.03	c  324s |       9 |    20593 |     7606 |   631668      0 |       40 |       50
366.34/366.47	c  328s |       9 |    20906 |     7706 |   631668      0 |       40 |       50
370.33/370.43	c  332s |       9 |    21119 |     7806 |   631668      0 |       40 |       50
373.73/373.86	c  335s |       9 |    21322 |     7906 |   631668      0 |       40 |       50
376.73/376.87	c  338s |       9 |    21491 |     8006 |   631668      0 |       40 |       50
381.43/381.54	c  343s |       9 |    21671 |     8106 |   631668      0 |       40 |       50
384.94/385.09	c  346s |       9 |    21951 |     8206 |   631668      0 |       40 |       50
388.13/388.23	c  350s |       9 |    22175 |     8306 |   631668      0 |       40 |       50
391.73/391.84	c  353s |       9 |    22583 |     8406 |   631668      0 |       40 |       50
395.13/395.20	c  357s |       9 |    22767 |     8506 |   631668      0 |       40 |       50
398.33/398.40	c  360s |       9 |    22979 |     8606 |   631668      0 |       40 |       50
403.02/403.19	c  365s |       9 |    23212 |     8706 |   631668      0 |       40 |       50
406.32/406.40	c  368s |       9 |    23490 |     8806 |   631668      0 |       40 |       50
411.52/411.68	c  373s |       9 |    23703 |     8906 |   631668      0 |       40 |       50
417.32/417.49	c  379s |       9 |    23982 |     9006 |   631668      0 |       40 |       50
422.22/422.35	c  384s |       9 |    24242 |     9106 |   631668      0 |       40 |       50
425.52/425.67	c  387s |       9 |    24582 |     9206 |   631668      0 |       40 |       50
429.82/429.97	c  391s |       9 |    24956 |     9306 |   631668      0 |       40 |       50
434.53/434.67	c  396s |       9 |    25230 |     9406 |   631668      0 |       40 |       50
437.83/437.98	c  399s |       9 |    25666 |     9506 |   631668      0 |       40 |       50
441.32/441.45	c  403s |       9 |    25986 |     9606 |   631668      0 |       40 |       50
445.42/445.56	c  407s |       9 |    26332 |     9706 |   631668      0 |       40 |       50
449.52/449.62	c  411s |       9 |    26612 |     9806 |   631668      0 |       40 |       50
452.72/452.83	c  414s |       9 |    26867 |     9906 |   631668      0 |       40 |       50
458.12/458.23	c  420s |       9 |    27214 |    10006 |   631668      0 |       40 |       50
461.31/461.40	c  423s |       9 |    27787 |    10106 |   631668      0 |       40 |       50
464.61/464.80	c  426s |       9 |    28078 |    10206 |   631668      0 |       40 |       50
469.51/469.70	c  431s |       9 |    28333 |    10306 |   631668      0 |       40 |       50
474.21/474.33	c  436s |       9 |    28581 |    10406 |   631668      0 |       40 |       50
479.52/479.61	c  441s |       9 |    28819 |    10506 |   631668      0 |       40 |       50
485.02/485.19	c  447s |       9 |    29062 |    10606 |   631668      0 |       40 |       50
490.21/490.30	c  452s |       9 |    29208 |    10706 |   631668      0 |       40 |       50
494.60/494.74	c  456s |       9 |    29499 |    10806 |   631668      0 |       40 |       50
499.41/499.56	c  461s |       9 |    29623 |    10906 |   631668      0 |       40 |       50
503.90/504.09	c  465s |       9 |    29869 |    11006 |   631668      0 |       40 |       50
506.60/506.70	c  468s |       9 |    30035 |    11106 |   631668      0 |       40 |       50
511.90/512.01	c  473s |       9 |    30207 |    11206 |   631668      0 |       40 |       50
516.50/516.64	c  478s |       9 |    30388 |    11306 |   694835      0 |       40 |       50
518.90/519.09	c  480s |      10 |    30591 |    11361 |   694835      0 |       40 |       50
525.30/525.41	c  487s |      10 |    30835 |    11461 |   694835      0 |       40 |       50
530.30/530.47	c  492s |      10 |    31017 |    11561 |   694835      0 |       40 |       50
535.40/535.55	c  497s |      10 |    31239 |    11661 |   694835      0 |       40 |       50
539.00/539.16	c  501s |      10 |    31492 |    11761 |   694835      0 |       40 |       50
543.79/543.98	c  505s |      10 |    31755 |    11861 |   694835      0 |       40 |       50
549.39/549.53	c  511s |      10 |    31976 |    11961 |   694835      0 |       40 |       50
554.19/554.34	c  516s |      10 |    32312 |    12061 |   694835      0 |       40 |       50
558.89/559.04	c  520s |      10 |    32567 |    12161 |   694835      0 |       40 |       50
564.30/564.45	c  526s |      10 |    32829 |    12261 |   694835      0 |       40 |       50
569.19/569.37	c  531s |      10 |    33171 |    12361 |   694835      0 |       40 |       50
573.19/573.31	c  535s |      10 |    33409 |    12461 |   694835      0 |       40 |       50
576.99/577.19	c  539s |      10 |    33553 |    12561 |   694835      0 |       40 |       50
580.69/580.83	c  542s |      10 |    33904 |    12661 |   694835      0 |       40 |       50
584.09/584.22	c  546s |      10 |    34093 |    12761 |   694835      0 |       40 |       50
588.09/588.21	c  550s |      10 |    34515 |    12861 |   694835      0 |       40 |       50
590.78/590.97	c  552s |      10 |    34668 |    12961 |   694835      0 |       40 |       50
595.09/595.26	c  557s |      10 |    34967 |    13061 |   694835      0 |       40 |       50
599.28/599.43	c  561s |      10 |    35283 |    13161 |   694835      0 |       40 |       50
602.58/602.76	c  564s |      10 |    35518 |    13261 |   694835      0 |       40 |       50
605.88/606.08	c  567s |      10 |    35891 |    13361 |   694835      0 |       40 |       50
610.08/610.26	c  572s |      10 |    36148 |    13461 |   694835      0 |       40 |       50
613.48/613.61	c  575s |      10 |    36480 |    13561 |   694835      0 |       40 |       50
616.38/616.59	c  578s |      10 |    36725 |    13661 |   694835      0 |       40 |       50
620.39/620.56	c  582s |      10 |    37017 |    13761 |   694835      0 |       40 |       50
624.18/624.30	c  586s |      10 |    37192 |    13861 |   694835      0 |       40 |       50
628.28/628.44	c  590s |      10 |    37398 |    13961 |   694835      0 |       40 |       50
632.38/632.54	c  594s |      10 |    37613 |    14061 |   694835      0 |       40 |       50
636.28/636.45	c  598s |      10 |    37840 |    14161 |   694835      0 |       40 |       50
640.78/640.93	c  602s |      10 |    38007 |    14261 |   694835      0 |       40 |       50
645.37/645.54	c  607s |      10 |    38254 |    14361 |   694835      0 |       40 |       50
648.67/648.80	c  610s |      10 |    38505 |    14461 |   694835      0 |       40 |       50
652.57/652.76	c  614s |      10 |    38733 |    14561 |   694835      0 |       40 |       50
655.48/655.70	c  617s |      10 |    39000 |    14661 |   694835      0 |       40 |       50
659.57/659.79	c  621s |      10 |    39246 |    14761 |   694835      0 |       40 |       50
664.57/664.72	c  626s |      10 |    39387 |    14861 |   694835      0 |       40 |       50
667.58/667.72	c  629s |      10 |    39649 |    14961 |   694835      0 |       40 |       50
672.27/672.42	c  634s |      10 |    39981 |    15061 |   694835      0 |       40 |       50
676.87/677.05	c  638s |      10 |    40175 |    15161 |   694835      0 |       40 |       50
682.37/682.50	c  644s |      10 |    40386 |    15261 |   694835      0 |       40 |       50
685.17/685.30	c  647s |      10 |    40570 |    15361 |   694835      0 |       40 |       50
689.37/689.53	c  651s |      10 |    40840 |    15461 |   694835      0 |       40 |       50
693.17/693.30	c  655s |      10 |    41125 |    15561 |   694835      0 |       40 |       50
697.27/697.50	c  659s |      10 |    41431 |    15661 |   694835      0 |       40 |       50
700.97/701.13	c  662s |      10 |    41614 |    15761 |   694835      0 |       40 |       50
705.07/705.26	c  667s |      10 |    41852 |    15861 |   694835      0 |       40 |       50
708.66/708.87	c  670s |      10 |    42168 |    15961 |   694835      0 |       40 |       50
712.26/712.44	c  674s |      10 |    42385 |    16061 |   694835      0 |       40 |       50
715.56/715.79	c  677s |      10 |    42608 |    16161 |   694835      0 |       40 |       50
720.56/720.70	c  682s |      10 |    42839 |    16261 |   694835      0 |       40 |       50
724.16/724.36	c  686s |      10 |    43196 |    16361 |   694835      0 |       40 |       50
728.07/728.28	c  690s |      10 |    43474 |    16461 |   694835      0 |       40 |       50
731.06/731.23	c  693s |      10 |    43666 |    16561 |   694835      0 |       40 |       50
734.67/734.89	c  696s |      10 |    44001 |    16661 |   694835      0 |       40 |       50
739.36/739.59	c  701s |      10 |    44248 |    16761 |   694835      0 |       40 |       50
743.36/743.59	c  705s |      10 |    44458 |    16861 |   694835      0 |       40 |       50
747.96/748.12	c  709s |      10 |    44651 |    16961 |   694835      0 |       40 |       50
751.36/751.59	c  713s |      10 |    44930 |    17061 |   764319      0 |       40 |       50
754.06/754.28	c  716s |      11 |    45274 |    17144 |   764319      0 |       40 |       50
758.45/758.60	c  720s |      11 |    45561 |    17244 |   764319      0 |       40 |       50
763.45/763.61	c  725s |      11 |    45714 |    17344 |   764319      0 |       40 |       50
768.05/768.26	c  730s |      11 |    45865 |    17444 |   764319      0 |       40 |       50
772.85/773.07	c  734s |      11 |    46132 |    17544 |   764319      0 |       40 |       50
777.55/777.72	c  739s |      11 |    46312 |    17644 |   764319      0 |       40 |       50
780.44/780.60	c  742s |      11 |    46588 |    17744 |   764319      0 |       40 |       50
784.84/785.06	c  746s |      11 |    46718 |    17844 |   764319      0 |       40 |       50
788.65/788.81	c  750s |      11 |    46922 |    17944 |   764319      0 |       40 |       50
792.14/792.35	c  754s |      11 |    47140 |    18044 |   764319      0 |       40 |       50
796.84/797.05	c  758s |      11 |    47298 |    18144 |   764319      0 |       40 |       50
799.55/799.74	c  761s |      11 |    47716 |    18244 |   764319      0 |       40 |       50
803.34/803.50	c  765s |      11 |    48056 |    18344 |   764319      0 |       40 |       50
806.74/806.94	c  768s |      11 |    48388 |    18444 |   764319      0 |       40 |       50
809.64/809.81	c  771s |      11 |    48692 |    18544 |   764319      0 |       40 |       50
812.94/813.16	c  775s |      11 |    48948 |    18644 |   764319      0 |       40 |       50
816.14/816.39	c  778s |      11 |    49174 |    18744 |   764319      0 |       40 |       50
819.03/819.27	c  781s |      11 |    49398 |    18844 |   764319      0 |       40 |       50
822.83/823.01	c  784s |      11 |    49793 |    18944 |   764319      0 |       40 |       50
827.93/828.11	c  789s |      11 |    50117 |    19044 |   764319      0 |       40 |       50
831.63/831.84	c  793s |      11 |    50408 |    19144 |   764319      0 |       40 |       50
835.85/836.04	c  797s |      11 |    50586 |    19244 |   764319      0 |       40 |       50
840.25/840.48	c  802s |      11 |    50948 |    19344 |   764319      0 |       40 |       50
843.65/843.83	c  805s |      11 |    51285 |    19444 |   764319      0 |       40 |       50
846.54/846.78	c  808s |      11 |    51636 |    19544 |   764319      0 |       40 |       50
850.94/851.14	c  812s |      11 |    51859 |    19644 |   764319      0 |       40 |       50
854.34/854.57	c  816s |      11 |    52069 |    19744 |   764319      0 |       40 |       50
857.84/858.01	c  819s |      11 |    52432 |    19844 |   764319      0 |       40 |       50
861.54/861.79	c  823s |      11 |    52683 |    19944 |   764319      0 |       40 |       50
865.43/865.67	c  827s |      11 |    52900 |    20044 |   764319      0 |       40 |       50
869.33/869.52	c  831s |      11 |    53107 |    20144 |   764319      0 |       40 |       50
873.24/873.47	c  835s |      11 |    53425 |    20244 |   764319      0 |       40 |       50
877.64/877.89	c  839s |      11 |    53640 |    20344 |   764319      0 |       40 |       50
881.23/881.47	c  843s |      11 |    54006 |    20444 |   764319      0 |       40 |       50
884.93/885.17	c  847s |      11 |    54173 |    20544 |   764319      0 |       40 |       50
889.63/889.89	c  851s |      11 |    54355 |    20644 |   764319      0 |       40 |       50
893.33/893.57	c  855s |      11 |    54604 |    20744 |   764319      0 |       40 |       50
897.54/897.80	c  859s |      11 |    54776 |    20844 |   764319      0 |       40 |       50
901.73/901.91	c  863s |      11 |    54922 |    20944 |   764319      0 |       40 |       50
905.83/906.00	c  867s |      11 |    55176 |    21044 |   764319      0 |       40 |       50
910.43/910.69	c  872s |      11 |    55335 |    21144 |   764319      0 |       40 |       50
914.43/914.63	c  876s |      11 |    55562 |    21244 |   764319      0 |       40 |       50
918.53/918.75	c  880s |      11 |    55924 |    21344 |   764319      0 |       40 |       50
921.82/922.08	c  883s |      11 |    56134 |    21444 |   764319      0 |       40 |       50
926.82/927.00	c  888s |      11 |    56265 |    21544 |   764319      0 |       40 |       50
931.32/931.51	c  893s |      11 |    56589 |    21644 |   764319      0 |       40 |       50
934.72/934.96	c  896s |      11 |    56872 |    21744 |   764319      0 |       40 |       50
939.12/939.38	c  901s |      11 |    57081 |    21844 |   764319      0 |       40 |       50
944.12/944.37	c  906s |      11 |    57373 |    21944 |   764319      0 |       40 |       50
948.22/948.44	c  910s |      11 |    57715 |    22044 |   764319      0 |       40 |       50
952.32/952.58	c  914s |      11 |    57971 |    22144 |   764319      0 |       40 |       50
957.22/957.40	c  919s |      11 |    58198 |    22244 |   764319      0 |       40 |       50
960.62/960.82	c  922s |      11 |    58451 |    22344 |   764319      0 |       40 |       50
964.62/964.85	c  926s |      11 |    58719 |    22444 |   764319      0 |       40 |       50
968.22/968.45	c  930s |      11 |    59106 |    22544 |   764319      0 |       40 |       50
972.62/972.86	c  934s |      11 |    59287 |    22644 |   764319      0 |       40 |       50
977.82/978.06	c  939s |      11 |    59509 |    22744 |   764319      0 |       40 |       50
982.22/982.47	c  944s |      11 |    59651 |    22844 |   764319      0 |       40 |       50
987.72/987.97	c  949s |      11 |    59766 |    22944 |   764319      0 |       40 |       50
992.31/992.51	c  954s |      11 |    59916 |    23044 |   764319      0 |       40 |       50
998.01/998.21	c  960s |      11 |    60108 |    23144 |   764319      0 |       40 |       50
1002.21/1002.45	c  964s |      11 |    60450 |    23244 |   764319      0 |       40 |       50
1006.11/1006.33	c  968s |      11 |    60823 |    23344 |   764319      0 |       40 |       50
1009.21/1009.43	c  971s |      11 |    61069 |    23444 |   764319      0 |       40 |       50
1014.31/1014.55	c  976s |      11 |    61249 |    23544 |   764319      0 |       40 |       50
1018.91/1019.19	c  981s |      11 |    61419 |    23644 |   764319      0 |       40 |       50
1021.41/1021.63	c  983s |      11 |    61710 |    23744 |   764319      0 |       40 |       50
1025.71/1025.95	c  987s |      11 |    61889 |    23844 |   764319      0 |       40 |       50
1029.81/1030.01	c  991s |      11 |    62308 |    23944 |   764319      0 |       40 |       50
1032.71/1032.97	c  994s |      11 |    62513 |    24044 |   764319      0 |       40 |       50
1035.71/1035.94	c  997s |      11 |    62769 |    24144 |   764319      0 |       40 |       50
1039.31/1039.59	c 1001s |      11 |    63032 |    24244 |   764319      0 |       40 |       50
1043.60/1043.87	c 1005s |      11 |    63359 |    24344 |   764319      0 |       40 |       50
1047.60/1047.84	c 1009s |      11 |    63624 |    24444 |   764319      0 |       40 |       50
1053.30/1053.52	c 1015s |      11 |    63806 |    24544 |   764319      0 |       40 |       50
1059.30/1059.53	c 1021s |      11 |    64034 |    24644 |   764319      0 |       40 |       50
1064.30/1064.57	c 1026s |      11 |    64357 |    24744 |   764319      0 |       40 |       50
1068.70/1068.97	c 1030s |      11 |    64699 |    24844 |   764319      0 |       40 |       50
1072.80/1073.09	c 1034s |      11 |    64874 |    24944 |   764319      0 |       40 |       50
1078.60/1078.84	c 1040s |      11 |    65193 |    25044 |   764319      0 |       40 |       50
1083.60/1083.84	c 1045s |      11 |    65486 |    25144 |   764319      0 |       40 |       50
1087.49/1087.72	c 1049s |      11 |    65887 |    25244 |   764319      0 |       40 |       50
1091.49/1091.78	c 1053s |      11 |    66186 |    25344 |   764319      0 |       40 |       50
1096.79/1097.04	c 1058s |      11 |    66362 |    25444 |   764319      0 |       40 |       50
1102.00/1102.28	c 1064s |      11 |    66691 |    25544 |   764319      0 |       40 |       50
1106.69/1106.97	c 1068s |      11 |    66890 |    25644 |   764319      0 |       40 |       50
1112.09/1112.33	c 1074s |      11 |    67081 |    25744 |   840751      0 |       40 |       50
1114.49/1114.75	c 1076s |      12 |    67232 |    25819 |   840751      0 |       40 |       50
1120.99/1121.23	c 1083s |      12 |    67528 |    25919 |   840751      0 |       40 |       50
1125.58/1125.86	c 1087s |      12 |    67825 |    26019 |   840751      0 |       40 |       50
1132.58/1132.84	c 1094s |      12 |    67950 |    26119 |   840751      0 |       40 |       50
1138.98/1139.29	c 1101s |      12 |    68194 |    26219 |   840751      0 |       40 |       50
1141.78/1142.09	c 1103s |      12 |    68455 |    26319 |   840751      0 |       40 |       50
1146.09/1146.33	c 1108s |      12 |    68647 |    26419 |   840751      0 |       40 |       50
1150.68/1150.98	c 1112s |      12 |    68892 |    26519 |   840751      0 |       40 |       50
1154.48/1154.71	c 1116s |      12 |    69124 |    26619 |   840751      0 |       40 |       50
1160.18/1160.44	c 1122s |      12 |    69328 |    26719 |   840751      0 |       40 |       50
1164.38/1164.63	c 1126s |      12 |    69672 |    26819 |   840751      0 |       40 |       50
1168.98/1169.20	c 1131s |      12 |    69885 |    26919 |   840751      0 |       40 |       50
1173.88/1174.19	c 1136s |      12 |    70081 |    27019 |   840751      0 |       40 |       50
1178.67/1178.94	c 1140s |      12 |    70269 |    27119 |   840751      0 |       40 |       50
1184.07/1184.37	c 1146s |      12 |    70536 |    27219 |   840751      0 |       40 |       50
1189.07/1189.39	c 1151s |      12 |    70836 |    27319 |   840751      0 |       40 |       50
1194.57/1194.82	c 1156s |      12 |    71052 |    27419 |   840751      0 |       40 |       50
1199.77/1200.08	c 1161s |      12 |    71291 |    27519 |   840751      0 |       40 |       50
1204.47/1204.72	c 1166s |      12 |    71461 |    27619 |   840751      0 |       40 |       50
1209.47/1209.74	c 1171s |      12 |    71689 |    27719 |   840751      0 |       40 |       50
1215.07/1215.31	c 1177s |      12 |    71831 |    27819 |   840751      0 |       40 |       50
1222.67/1222.99	c 1184s |      12 |    72028 |    27919 |   840751      0 |       40 |       50
1226.27/1226.57	c 1188s |      12 |    72249 |    28019 |   840751      0 |       40 |       50
1231.17/1231.48	c 1193s |      12 |    72529 |    28119 |   840751      0 |       40 |       50
1236.47/1236.70	c 1198s |      12 |    72706 |    28219 |   840751      0 |       40 |       50
1241.36/1241.67	c 1203s |      12 |    72945 |    28319 |   840751      0 |       40 |       50
1247.77/1248.01	c 1209s |      12 |    73237 |    28419 |   840751      0 |       40 |       50
1254.77/1255.07	c 1216s |      12 |    73506 |    28519 |   840751      0 |       40 |       50
1260.47/1260.71	c 1222s |      12 |    73671 |    28619 |   840751      0 |       40 |       50
1266.36/1266.69	c 1228s |      12 |    73860 |    28719 |   840751      0 |       40 |       50
1271.47/1271.71	c 1233s |      12 |    74067 |    28819 |   840751      0 |       40 |       50
1275.56/1275.89	c 1237s |      12 |    74290 |    28919 |   840751      0 |       40 |       50
1280.96/1281.29	c 1243s |      12 |    74480 |    29019 |   840751      0 |       40 |       50
1286.77/1287.10	c 1248s |      12 |    74611 |    29119 |   840751      0 |       40 |       50
1291.96/1292.27	c 1254s |      12 |    74778 |    29219 |   840751      0 |       40 |       50
1295.46/1295.72	c 1257s |      12 |    75120 |    29319 |   840751      0 |       40 |       50
1298.86/1299.15	c 1261s |      12 |    75455 |    29419 |   840751      0 |       40 |       50
1302.66/1302.92	c 1264s |      12 |    75970 |    29519 |   840751      0 |       40 |       50
1306.95/1307.20	c 1269s |      12 |    76173 |    29619 |   840751      0 |       40 |       50
1312.65/1312.95	c 1274s |      12 |    76447 |    29719 |   840751      0 |       40 |       50
1319.15/1319.48	c 1281s |      12 |    76651 |    29819 |   840751      0 |       40 |       50
1323.16/1323.41	c 1285s |      12 |    76802 |    29919 |   840751      0 |       40 |       50
1327.75/1328.06	c 1289s |      12 |    77066 |    30019 |   840751      0 |       40 |       50
1331.86/1332.15	c 1293s |      12 |    77269 |    30119 |   840751      0 |       40 |       50
1335.75/1336.06	c 1297s |      12 |    77582 |    30219 |   840751      0 |       40 |       50
1340.05/1340.30	c 1302s |      12 |    77772 |    30319 |   840751      0 |       40 |       50
1345.45/1345.79	c 1307s |      12 |    77905 |    30419 |   840751      0 |       40 |       50
1352.15/1352.43	c 1314s |      12 |    78076 |    30519 |   840751      0 |       40 |       50
1357.35/1357.65	c 1319s |      12 |    78400 |    30619 |   840751      0 |       40 |       50
1360.65/1360.97	c 1322s |      12 |    78715 |    30719 |   840751      0 |       40 |       50
1365.74/1366.02	c 1327s |      12 |    78859 |    30819 |   840751      0 |       40 |       50
1370.45/1370.74	c 1332s |      12 |    79174 |    30919 |   840751      0 |       40 |       50
1374.24/1374.55	c 1336s |      12 |    79408 |    31019 |   840751      0 |       40 |       50
1378.15/1378.46	c 1340s |      12 |    79686 |    31119 |   840751      0 |       40 |       50
1383.14/1383.48	c 1345s |      12 |    79985 |    31219 |   840751      0 |       40 |       50
1387.34/1387.61	c 1349s |      12 |    80263 |    31319 |   840751      0 |       40 |       50
1391.54/1391.80	c 1353s |      12 |    80579 |    31419 |   840751      0 |       40 |       50
1396.94/1397.20	c 1359s |      12 |    80850 |    31519 |   840751      0 |       40 |       50
1400.64/1400.94	c 1362s |      12 |    81172 |    31619 |   840751      0 |       40 |       50
1404.94/1405.22	c 1367s |      12 |    81659 |    31719 |   840751      0 |       40 |       50
1408.94/1409.21	c 1371s |      12 |    81895 |    31819 |   840751      0 |       40 |       50
1412.44/1412.74	c 1374s |      12 |    82176 |    31919 |   840751      0 |       40 |       50
1416.24/1416.56	c 1378s |      12 |    82355 |    32019 |   840751      0 |       40 |       50
1420.84/1421.16	c 1383s |      12 |    82605 |    32119 |   840751      0 |       40 |       50
1425.74/1426.02	c 1387s |      12 |    82820 |    32219 |   840751      0 |       40 |       50
1430.84/1431.16	c 1393s |      12 |    83048 |    32319 |   840751      0 |       40 |       50
1433.93/1434.27	c 1396s |      12 |    83216 |    32419 |   840751      0 |       40 |       50
1436.83/1437.19	c 1399s |      12 |    83489 |    32519 |   840751      0 |       40 |       50
1440.23/1440.52	c 1402s |      12 |    83763 |    32619 |   840751      0 |       40 |       50
1444.43/1444.76	c 1406s |      12 |    83945 |    32719 |   840751      0 |       40 |       50
1447.34/1447.61	c 1409s |      12 |    84183 |    32819 |   840751      0 |       40 |       50
1451.53/1451.81	c 1413s |      12 |    84356 |    32919 |   840751      0 |       40 |       50
1454.83/1455.15	c 1416s |      12 |    84914 |    33019 |   840751      0 |       40 |       50
1457.83/1458.18	c 1420s |      12 |    85184 |    33119 |   840751      0 |       40 |       50
1460.43/1460.73	c 1422s |      12 |    85607 |    33219 |   840751      0 |       40 |       50
1463.33/1463.60	c 1425s |      12 |    85900 |    33319 |   840751      0 |       40 |       50
1466.23/1466.59	c 1428s |      12 |    86094 |    33419 |   840751      0 |       40 |       50
1470.23/1470.52	c 1432s |      12 |    86320 |    33519 |   840751      0 |       40 |       50
1473.63/1473.94	c 1435s |      12 |    86687 |    33619 |   840751      0 |       40 |       50
1476.53/1476.88	c 1438s |      12 |    87043 |    33719 |   840751      0 |       40 |       50
1480.63/1480.93	c 1442s |      12 |    87242 |    33819 |   840751      0 |       40 |       50
1483.83/1484.14	c 1445s |      12 |    87447 |    33919 |   840751      0 |       40 |       50
1487.73/1488.07	c 1449s |      12 |    87783 |    34019 |   840751      0 |       40 |       50
1491.53/1491.86	c 1453s |      12 |    88022 |    34119 |   840751      0 |       40 |       50
1495.52/1495.83	c 1457s |      12 |    88327 |    34219 |   840751      0 |       40 |       50
1499.82/1500.18	c 1462s |      12 |    88716 |    34319 |   840751      0 |       40 |       50
1503.82/1504.15	c 1465s |      12 |    89044 |    34419 |   840751      0 |       40 |       50
1508.82/1509.14	c 1470s |      12 |    89286 |    34519 |   840751      0 |       40 |       50
1512.92/1513.23	c 1475s |      12 |    89518 |    34619 |   840751      0 |       40 |       50
1518.72/1519.09	c 1480s |      12 |    89702 |    34719 |   840751      0 |       40 |       50
1521.92/1522.26	c 1484s |      12 |    89984 |    34819 |   840751      0 |       40 |       50
1526.12/1526.40	c 1488s |      12 |    90270 |    34919 |   840751      0 |       40 |       50
1531.32/1531.60	c 1493s |      12 |    90432 |    35019 |   840751      0 |       40 |       50
1535.72/1536.01	c 1497s |      12 |    90674 |    35119 |   840751      0 |       40 |       50
1540.32/1540.62	c 1502s |      12 |    90891 |    35219 |   840751      0 |       40 |       50
1545.02/1545.39	c 1507s |      12 |    91121 |    35319 |   840751      0 |       40 |       50
1550.83/1551.15	c 1512s |      12 |    91386 |    35419 |   840751      0 |       40 |       50
1554.62/1554.91	c 1516s |      12 |    91744 |    35519 |   840751      0 |       40 |       50
1560.02/1560.36	c 1522s |      12 |    91951 |    35619 |   840751      0 |       40 |       50
1565.62/1565.95	c 1527s |      12 |    92100 |    35719 |   840751      0 |       40 |       50
1570.42/1570.71	c 1532s |      12 |    92311 |    35819 |   840751      0 |       40 |       50
1574.72/1575.08	c 1536s |      12 |    92512 |    35919 |   840751      0 |       40 |       50
1579.32/1579.66	c 1541s |      12 |    92682 |    36019 |   840751      0 |       40 |       50
1584.12/1584.44	c 1546s |      12 |    92934 |    36119 |   840751      0 |       40 |       50
1590.72/1591.00	c 1552s |      12 |    93158 |    36219 |   840751      0 |       40 |       50
1597.42/1597.70	c 1559s |      12 |    93400 |    36319 |   840751      0 |       40 |       50
1603.21/1603.59	c 1565s |      12 |    93573 |    36419 |   840751      0 |       40 |       50
1608.11/1608.48	c 1570s |      12 |    93916 |    36519 |   840751      0 |       40 |       50
1614.11/1614.43	c 1576s |      12 |    94091 |    36619 |   840751      0 |       40 |       50
1620.21/1620.50	c 1582s |      12 |    94253 |    36719 |   840751      0 |       40 |       50
1624.42/1624.73	c 1586s |      12 |    94458 |    36819 |   840751      0 |       40 |       50
1629.81/1630.10	c 1591s |      12 |    94876 |    36919 |   840751      0 |       40 |       50
1635.21/1635.52	c 1597s |      12 |    95127 |    37019 |   840751      0 |       40 |       50
1641.01/1641.36	c 1603s |      12 |    95360 |    37119 |   840751      0 |       40 |       50
1645.51/1645.89	c 1607s |      12 |    95721 |    37219 |   840751      0 |       40 |       50
1650.01/1650.37	c 1612s |      12 |    96061 |    37319 |   840751      0 |       40 |       50
1655.31/1655.62	c 1617s |      12 |    96267 |    37419 |   840751      0 |       40 |       50
1660.40/1660.75	c 1622s |      12 |    96496 |    37519 |   840751      0 |       40 |       50
1664.70/1665.03	c 1626s |      12 |    96665 |    37619 |   840751      0 |       40 |       50
1671.20/1671.53	c 1633s |      12 |    96815 |    37719 |   840751      0 |       40 |       50
1677.00/1677.38	c 1639s |      12 |    97010 |    37819 |   840751      0 |       40 |       50
1681.50/1681.84	c 1643s |      12 |    97192 |    37919 |   840751      0 |       40 |       50
1686.11/1686.45	c 1648s |      12 |    97339 |    38019 |   840751      0 |       40 |       50
1690.51/1690.82	c 1652s |      12 |    97589 |    38119 |   840751      0 |       40 |       50
1694.10/1694.46	c 1656s |      12 |    97744 |    38219 |   840751      0 |       40 |       50
1698.70/1699.06	c 1660s |      12 |    97958 |    38319 |   840751      0 |       40 |       50
1703.80/1704.15	c 1665s |      12 |    98193 |    38419 |   840751      0 |       40 |       50
1708.10/1708.45	c 1670s |      12 |    98470 |    38519 |   840751      0 |       40 |       50
1714.10/1714.40	c 1676s |      12 |    98773 |    38619 |   924827      0 |       40 |       50
1720.10/1720.46	c 1682s |      12 |    99080 |    38719 |   924827      0 |       40 |       50
1724.89/1725.24	c 1687s |      12 |    99444 |    38819 |   924827      0 |       40 |       50
1725.89/1726.24	c 1688s |      13 |    99453 |    38832 |   924827      0 |       40 |       50
1731.89/1732.20	c 1694s |      13 |    99842 |    38932 |   924827      0 |       40 |       50
1735.99/1736.33	c 1698s |      13 |   100035 |    39032 |   924827      0 |       40 |       50
1739.69/1740.04	c 1701s |      13 |   100419 |    39132 |   924827      0 |       40 |       50
1745.50/1745.89	c 1707s |      13 |   100721 |    39232 |   924827      0 |       40 |       50
1751.09/1751.48	c 1713s |      13 |   100851 |    39332 |   924827      0 |       40 |       50
1755.69/1756.08	c 1717s |      13 |   101143 |    39432 |   924827      0 |       40 |       50
1759.89/1760.22	c 1722s |      13 |   101531 |    39532 |   924827      0 |       40 |       50
1763.89/1764.25	c 1726s |      13 |   101751 |    39632 |   924827      0 |       40 |       50
1768.39/1768.71	c 1730s |      13 |   101955 |    39732 |   924827      0 |       40 |       50
1774.69/1775.05	c 1736s |      13 |   102128 |    39832 |   924827      0 |       40 |       50
1781.09/1781.40	c 1743s |      13 |   102334 |    39932 |   924827      0 |       40 |       50
1786.19/1786.55	c 1748s |      13 |   102516 |    40032 |   924827      0 |       40 |       50
1790.49/1790.90	c 1752s |      13 |   102744 |    40132 |   924827      0 |       40 |       50
1796.58/1796.97	c 1758s |      13 |   102933 |    40232 |   924827      0 |       40 |       50

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-4080076-1465298031/watcher-4080076-1465298031 -o /tmp/evaluation-result-4080076-1465298031/solver-4080076-1465298031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465276339-15588 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080076-1465298031.opb 

pid=17512
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.16 2.18 2.18 3/179 17515
/proc/meminfo: memFree=28907452/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=687548 CPUtime=0 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 2559 0 0 0 0 0 0 0 20 0 4 0 111737700 704049152 3430 33554432000 4194304 16246674 140734001193184 140734001192608 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 172655 3440 441 2943 0 169549 0
[pid=17515/tid=17516] ppid=17512 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 722923520 3499 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=710076 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 727117824 3517 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 731312128 3534 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 17515
/proc/meminfo: memFree=28907452/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 28103 0 0 0 6 3 0 0 20 0 4 0 111737700 1333334016 28913 33554432000 4194304 16246674 140734001193184 140734001192496 8058796 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 325521 28929 799 2943 0 322415 0
[pid=17515/tid=17516] ppid=17512 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1333334016 28939 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1333334016 28950 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1333334016 28961 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1302084

[startup+0.200501 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 17515
/proc/meminfo: memFree=28907452/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 44712 0 0 0 14 5 0 0 20 0 4 0 111737700 1343819776 46032 33554432000 4194304 16246674 140734001193184 140734001192496 7918804 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 328081 46032 801 2943 0 324975 0
[pid=17515/tid=17516] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 46032 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 46032 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 46032 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300446 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 17515
/proc/meminfo: memFree=28907452/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 52127 0 0 0 23 6 0 0 20 0 4 0 111737700 1343819776 53447 33554432000 4194304 16246674 140734001193184 140734001192496 7376992 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 328081 53447 801 2943 0 324975 0
[pid=17515/tid=17516] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 53447 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 53447 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 53447 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1312324

[startup+0.700395 s]
/proc/loadavg: 2.16 2.18 2.18 3/179 17515
/proc/meminfo: memFree=28907452/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 60944 0 0 0 62 7 0 0 20 0 4 0 111737700 1343819776 62264 33554432000 4194304 16246674 140734001193184 140734001192360 7379110 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 328081 62264 802 2943 0 324975 0
[pid=17515/tid=17516] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 62264 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 62264 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1343819776 62264 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1312324

[startup+1.50036 s]
/proc/loadavg: 2.16 2.18 2.18 3/183 17519
/proc/meminfo: memFree=28617780/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 81453 0 0 0 139 10 0 0 20 0 4 0 111737700 1344868352 82773 33554432000 4194304 16246674 140734001193184 140734001192360 7852933 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 328337 82773 802 2943 0 325231 0
[pid=17515/tid=17516] ppid=17512 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1344868352 82773 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1344868352 82773 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1344868352 82773 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1313348

[startup+3.10038 s]
/proc/loadavg: 2.15 2.18 2.18 3/183 17519
/proc/meminfo: memFree=28410980/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 164279 0 0 0 288 21 0 0 20 0 4 0 111737700 1370034176 170709 33554432000 4194304 16246674 140734001193184 140734001176176 4206864 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 334481 170709 802 2943 0 331375 0
[pid=17515/tid=17516] ppid=17512 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1370034176 170709 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111737701 1370034176 170709 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1370034176 170709 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1337924

[startup+6.3004 s]
/proc/loadavg: 2.15 2.18 2.18 3/183 17519
/proc/meminfo: memFree=27829336/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1491524 CPUtime=6.29 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 260137 0 0 0 593 36 0 0 20 0 4 0 111737700 1527320576 279853 33554432000 4194304 16246674 140734001193184 140734001192496 12457550 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 372881 279853 835 2943 0 369775 0
[pid=17515/tid=17516] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 279853 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 279853 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 279853 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1491524

[startup+12.7004 s]
/proc/loadavg: 2.20 2.19 2.18 3/183 17519
/proc/meminfo: memFree=27649432/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1491524 CPUtime=12.69 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 295107 0 0 0 1228 41 0 0 20 0 4 0 111737700 1527320576 314823 33554432000 4194304 16246674 140734001193184 140734001175104 4220489 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 372881 314823 838 2943 0 369775 0
[pid=17515/tid=17516] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 314823 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 314823 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1527320576 314823 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1491524

[startup+25.5005 s]
/proc/loadavg: 2.25 2.20 2.18 3/183 17519
/proc/meminfo: memFree=27406648/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1734212 CPUtime=25.49 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 355866 0 0 0 2499 50 0 0 20 0 4 0 111737700 1775833088 375582 33554432000 4194304 16246674 140734001193184 140734001175104 12995176 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 433553 375582 921 2943 0 430447 0
[pid=17515/tid=17516] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1734212

[startup+51.1005 s]
/proc/loadavg: 2.24 2.20 2.18 3/183 17519
/proc/meminfo: memFree=27406480/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1734212 CPUtime=51.08 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 355866 0 0 0 5058 50 0 0 20 0 4 0 111737700 1775833088 375582 33554432000 4194304 16246674 140734001193184 140734001174976 5712622 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 433553 375582 921 2943 0 430447 0
[pid=17515/tid=17516] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1775833088 375582 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1734212

[startup+102.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/182 17520
/proc/meminfo: memFree=27377200/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1762884 CPUtime=102.28 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 363035 0 0 0 10177 51 0 0 20 0 4 0 111737700 1805193216 382751 33554432000 4194304 16246674 140734001193184 140734001175104 13943608 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 440721 382751 922 2943 0 437615 0
[pid=17515/tid=17516] ppid=17512 vsize=1762884 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1805193216 382751 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1762884 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1805193216 382751 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1762884 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1805193216 382751 33554432000 4194304 16246674 140734001193184 140045260418224 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) 1762884


################
# More data... #
################

/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1848184832 393250 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1804868

[startup+1302.3 s]
/proc/loadavg: 2.15 2.09 2.10 3/183 17598
/proc/meminfo: memFree=27335368/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1302.06 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 130150 56 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 5711338 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1838660

[startup+1362.3 s]
/proc/loadavg: 2.30 2.13 2.10 3/183 17600
/proc/meminfo: memFree=27335276/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1362.05 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 136149 56 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 13898695 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1838660

[startup+1422.3 s]
/proc/loadavg: 2.46 2.20 2.13 3/183 17601
/proc/meminfo: memFree=27335192/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1422.04 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 142148 56 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 6836949 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1838660

[startup+1482.3 s]
/proc/loadavg: 2.30 2.19 2.13 3/183 17602
/proc/meminfo: memFree=27334960/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1482.03 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 148147 56 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 13898695 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1838660

[startup+1542.31 s]
/proc/loadavg: 2.23 2.20 2.13 3/183 17603
/proc/meminfo: memFree=27334860/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1542.03 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 154146 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 13774460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1838660

[startup+1602.3 s]
/proc/loadavg: 2.14 2.18 2.12 3/184 17607
/proc/meminfo: memFree=27334524/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1602.01 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 160144 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001191168 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1838660

[startup+1662.3 s]
/proc/loadavg: 2.05 2.14 2.11 3/183 17609
/proc/meminfo: memFree=27334552/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1662 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 166143 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 5668051 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1838660

[startup+1722.3 s]
/proc/loadavg: 2.02 2.11 2.10 3/183 17610
/proc/meminfo: memFree=27334852/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1722 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 172143 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 13897136 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1838660

[startup+1782.3 s]
/proc/loadavg: 2.08 2.10 2.09 4/183 17611
/proc/meminfo: memFree=27334884/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1781.99 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 178142 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 5669490 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 1838660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.10 2.09 3/183 17612
/proc/meminfo: memFree=27334984/32872528 swapFree=12208/1156848
[pid=17515] ppid=17512 vsize=1838660 CPUtime=1800.08 cores=1,3,5,7
/proc/17515/stat : 17515 (toysat) R 17512 17515 15571 0 -1 4202496 382040 0 0 0 179951 57 0 0 20 0 4 0 111737700 1882787840 401698 33554432000 4194304 16246674 140734001193184 140734001175104 13774460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17515/statm: 459665 401698 922 2943 0 456559 0
[pid=17515/tid=17516] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17516/stat : 17516 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045384133872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17515/tid=17517] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17517/stat : 17517 (toysat) S 17512 17515 15571 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045373644016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17515/tid=17518] ppid=17512 vsize=1838660 CPUtime=0 cores=1,3,5,7
/proc/17515/task/17518/stat : 17518 (toysat) S 17512 17515 15571 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111737701 1882787840 401698 33554432000 4194304 16246674 140734001193184 140045260418224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1838660

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 17515 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.41
CPU time (s): 1800.1
CPU user time (s): 1799.52
CPU system time (s): 0.574912
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1838660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.574912
maximum resident set size= 1606792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382040
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= 93
involuntary context switches= 1841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5733 second user time and 6.94594 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 13:13:51
IDJOB=4080076
IDBENCH=91042
IDSOLVER=2542
FILE ID=node114/4080076-1465298031
RUNJOBID= node114-1465276339-15588
PBS_JOBID= 19843307
Free space on /tmp= 71668 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null0mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080076-1465298031/watcher-4080076-1465298031 -o /tmp/evaluation-result-4080076-1465298031/solver-4080076-1465298031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465276339-15588 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080076-1465298031.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9ed9dacab453c9b73d400442dcf06abd
RANDOM SEED=1958684318

node114.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.852
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.70
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.852
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.852
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.55
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.852
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.852
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.852
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.852
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.54
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.852
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:        28907584 kB
Buffers:          157276 kB
Cached:           324460 kB
SwapCached:         1696 kB
Active:          1794884 kB
Inactive:         271972 kB
Active(anon):    1585972 kB
Inactive(anon):     1252 kB
Active(file):     208912 kB
Inactive(file):   270720 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096680 kB
Dirty:             43972 kB
Writeback:            24 kB
AnonPages:       2743204 kB
Mapped:            10828 kB
Shmem:                 0 kB
Slab:             605960 kB
SReclaimable:      49512 kB
SUnreclaim:       556448 kB
KernelStack:        1488 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2885980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2115584 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= 71652 MiB
End job on node114 at 2016-06-07 13:43:52