Trace number 4080054

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.01 1800.31

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27582
Best CPU time to get the best result obtained on this benchmark1800.13
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 892
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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:53:01+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-4080054-1465300380.opb"]
0.00/0.01	c use --random-gen="210706356 1099880975 992265084 2919111281 2482029371 2645871809 420658222 1025244236 4078245509 2856654866 1847159245 1644349195 2462694523 1536105733 1624811310 752752627 2429849962 2402162741 1172763192 2634853493 338998944 1986123972 3493980431 1624191876 4150946137 3427583754 885267929 2583885996 2104581657 2051108314 4166823023 3431320670 3341969057 2781272637 2355009338 833243418 3769704014 3061887430 2092205341 3480359534 2810980541 2184367491 11733422 525326580 3996093523 4024280835 3436631445 1488077518 1877993985 1345779663 2922849499 3563691757 2281679653 279224255 1325574888 1288206725 2681302044 4226886691 611666518 2952288424 3450356727 4003215191 668364078 3326271023 4168976707 2582909144 3349109275 2651721206 654802388 568342120 4292146149 3908002375 2024400927 1749627767 4077932927 658232723 2222289822 2194146912 1309677669 1221753814 3231986602 2026729667 4064749906 1739192472 1978249620 2950599696 2494805366 1536277583 1763650038 3644663417 2626243100 2876712006 2876104083 1491238993 3906428283 4232816734 420588291 1707838219 3437336995 3240033567 1695895251 2814672808 1021673628 2223256180 4074100923 3374373649 2429737476 4179538845 2623181905 1611502517 2503721081 1354962605 4200995378 1915060131 3014185548 2663252309 1144262845 2604117422 1477531630 1482450555 1762332060 2799653191 807442277 499518476 3901397114 223921710 1221291673 3633842500 222055262 3997155202 1805095401 257542076 2808236255 1515436696 1915086189 4001532328 328314315 3045020921 1003065205 3325228779 1962444925 3180359782 2796956164 3007974693 712211775 704495209 2080393298 1790925062 508846651 4094075732 383036554 3846660139 2988773524 3371029376 1810114479 1144562762 296656777 2677089318 2565613348 4125425562 3477882368 1328848020 73723302 4254585269 2360811057 1461399036 819666202 488047882 4257631421 3105945548 2262444 3276481039 2705447851 3271707384 508858624 3707951854 431639570 2868307620 1617702094 1941380751 197407815 1489581698 917787409 3778979598 4199627506 2608915738 928676673 2615166030 2000985109 1120949988 3800486202 705492632 2643765399 1660366322 2526898228 3084356085 1796434572 3021043403 2582346599 4200390963 3479736898 2282767961 44060092 2176526200 2708559388 2322160270 71795859 1330833141 2368248021 592006667 1634081887 1868918713 1943267670 1755246766 2039104274 2104268142 3827876459 1050573551 1077747047 3604886912 2285203280 798997716 130086514 3424769698 1165362034 3570876791 1722529176 4026045786 893723561 456038737 4013253298 3593013731 1634109059 3778539485 1683294388 149365900 1187115327 2726011087 4113537993 1003833509 2983640341 1018156989 747480026 1488658780 1815385770 30527183 1209132563 1125965067 839681912 1790285365 2414722930 3311824534 265833653 53628303 3546382831 2390915561 255 362436" option to reproduce the execution
4.78/4.81	c #vars 400896
4.78/4.81	c #constraints 402763
13.68/13.74	c BCD2: Hardening is enabled.
13.68/13.74	c BCD2: BiasedSearch is enabled.
13.68/13.74	c Solving starts ...
13.68/13.74	c ============================[ Search Statistics ]============================
13.68/13.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.74	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.74	c =============================================================================
13.68/13.76	c  0.0s |       0 |        0 |        0 |   267886      0 |        0 |        0
17.19/17.27	c  3.5s |       0 |       20 |        1 |   267886      0 |       19 |       19
17.19/17.27	c #cpu_time = 3.224s
17.19/17.27	c #wall_clock_time = 3.232s
17.19/17.27	c #decision = 20
17.19/17.27	c #random_decision = 0
17.19/17.27	c #conflict = 1
17.19/17.27	c #restart = 0
17.19/17.27	o 0
17.19/17.27	c BCD2: updating upper bound: 784454 -> 784453
17.19/17.28	c BCD2: 0 <= obj <= 784453
17.19/17.28	c BCD2: #cores=0, #unrelaxed=892, #relaxed=0, #hardened=0
17.19/17.28	c BCD2: #sat=1 #unsat=1 bias=1/2
17.19/17.28	c Solving starts ...
17.19/17.28	c ============================[ Search Statistics ]============================
17.19/17.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.28	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.28	c =============================================================================
17.19/17.28	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
17.70/17.74	c  0.5s |       0 |       25 |        0 |   267886      0 |       19 |       19
17.70/17.74	c #cpu_time = 0.443s
17.70/17.74	c #wall_clock_time = 0.444s
17.70/17.74	c #decision = 25
17.70/17.74	c #random_decision = 0
17.70/17.74	c #conflict = 0
17.70/17.74	c #restart = 0
17.70/17.74	c BCD2: found a new core of size 26: cost of the new core is >=1
17.70/17.74	c lower bound updated to -784453
17.70/17.74	c BCD2: 1 <= obj <= 784453
17.70/17.74	c BCD2: #cores=1, #unrelaxed=866, #relaxed=26, #hardened=0
17.70/17.74	c BCD2: #sat=1 #unsat=2 bias=2/3
17.70/17.79	c Solving starts ...
17.70/17.79	c ============================[ Search Statistics ]============================
17.70/17.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.70/17.79	c       |         |          |          |    Limit     GC | Var      | Constra 
17.70/17.79	c =============================================================================
17.70/17.79	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
18.69/18.80	c  1.0s |       0 |       24 |        1 |   267886      0 |       19 |       19
18.69/18.80	c #cpu_time = 1.014s
18.69/18.80	c #wall_clock_time = 1.017s
18.69/18.80	c #decision = 24
18.69/18.80	c #random_decision = 0
18.69/18.80	c #conflict = 1
18.69/18.80	c #restart = 0
18.69/18.80	c BCD2: relaxing 23 and merging with 1 cores into a new core of size 49: cost of the new core is >=2
18.69/18.80	c lower bound updated to -784452
18.80/18.81	c BCD2: 2 <= obj <= 784453
18.80/18.81	c BCD2: #cores=1, #unrelaxed=843, #relaxed=49, #hardened=0
18.80/18.81	c BCD2: #sat=1 #unsat=3 bias=3/4
18.80/18.81	c Solving starts ...
18.80/18.81	c ============================[ Search Statistics ]============================
18.80/18.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.80/18.81	c       |         |          |          |    Limit     GC | Var      | Constra 
18.80/18.81	c =============================================================================
18.80/18.86	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       19
19.19/19.25	c  0.4s |       0 |       31 |        0 |   267886      0 |       20 |       20
19.19/19.25	c #cpu_time = 0.376s
19.19/19.25	c #wall_clock_time = 0.376s
19.19/19.25	c #decision = 31
19.19/19.25	c #random_decision = 0
19.19/19.25	c #conflict = 0
19.19/19.25	c #restart = 0
19.19/19.25	c BCD2: found a new core of size 31: cost of the new core is >=1
19.19/19.25	c lower bound updated to -784451
19.19/19.25	c BCD2: 3 <= obj <= 784453
19.19/19.25	c BCD2: #cores=2, #unrelaxed=812, #relaxed=80, #hardened=0
19.19/19.25	c BCD2: #sat=1 #unsat=4 bias=4/5
19.19/19.25	c Solving starts ...
19.19/19.25	c ============================[ Search Statistics ]============================
19.19/19.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.25	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.25	c =============================================================================
19.19/19.26	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       20
19.59/19.69	c  0.4s |       0 |       27 |        1 |   267886      0 |       20 |       20
19.59/19.69	c #cpu_time = 0.427s
19.59/19.69	c #wall_clock_time = 0.428s
19.59/19.69	c #decision = 27
19.59/19.69	c #random_decision = 0
19.59/19.69	c #conflict = 1
19.59/19.69	c #restart = 0
19.59/19.69	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 56: cost of the new core is >=2
19.59/19.69	c lower bound updated to -784450
19.69/19.70	c BCD2: 4 <= obj <= 784453
19.69/19.70	c BCD2: #cores=2, #unrelaxed=787, #relaxed=105, #hardened=0
19.69/19.70	c BCD2: #sat=1 #unsat=5 bias=5/6
19.69/19.70	c Solving starts ...
19.69/19.70	c ============================[ Search Statistics ]============================
19.69/19.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.70	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.70	c =============================================================================
19.69/19.70	c  0.0s |       0 |        0 |        0 |   267886      0 |       21 |       20
20.09/20.12	c  0.4s |       0 |       26 |        1 |   267886      0 |       21 |       21
20.09/20.12	c #cpu_time = 0.410s
20.09/20.12	c #wall_clock_time = 0.411s
20.09/20.12	c #decision = 26
20.09/20.12	c #random_decision = 0
20.09/20.12	c #conflict = 1
20.09/20.12	c #restart = 0
20.09/20.12	c BCD2: relaxing 24 and merging with 1 cores into a new core of size 73: cost of the new core is >=3
20.09/20.12	c lower bound updated to -784449
20.09/20.13	c BCD2: 5 <= obj <= 784453
20.09/20.13	c BCD2: #cores=2, #unrelaxed=763, #relaxed=129, #hardened=0
20.09/20.13	c BCD2: #sat=1 #unsat=6 bias=6/7
20.09/20.13	c Solving starts ...
20.09/20.13	c ============================[ Search Statistics ]============================
20.09/20.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.13	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.13	c =============================================================================
20.09/20.15	c  0.0s |       0 |        0 |        0 |   267886      0 |       24 |       21
20.69/20.72	c  0.6s |       0 |       29 |        1 |   267886      0 |       24 |       26
20.69/20.72	c #cpu_time = 0.538s
20.69/20.72	c #wall_clock_time = 0.539s
20.69/20.72	c #decision = 29
20.69/20.72	c #random_decision = 0
20.69/20.72	c #conflict = 1
20.69/20.72	c #restart = 0
20.69/20.72	c BCD2: relaxing 27 and merging with 1 cores into a new core of size 100: cost of the new core is >=4
20.69/20.72	c lower bound updated to -784448
20.69/20.73	c BCD2: 6 <= obj <= 784453
20.69/20.73	c BCD2: #cores=2, #unrelaxed=736, #relaxed=156, #hardened=0
20.69/20.73	c BCD2: #sat=1 #unsat=7 bias=7/8
20.69/20.73	c Solving starts ...
20.69/20.73	c ============================[ Search Statistics ]============================
20.69/20.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.69/20.73	c       |         |          |          |    Limit     GC | Var      | Constra 
20.69/20.73	c =============================================================================
20.69/20.73	c  0.0s |       0 |        0 |        0 |   267886      0 |       25 |       26
21.19/21.30	c  0.6s |       0 |       29 |        1 |   267886      0 |       25 |       27
21.19/21.30	c #cpu_time = 0.562s
21.19/21.30	c #wall_clock_time = 0.563s
21.19/21.30	c #decision = 29
21.19/21.30	c #random_decision = 0
21.19/21.30	c #conflict = 1
21.19/21.30	c #restart = 0
21.19/21.30	c BCD2: relaxing 27 and merging with 1 cores into a new core of size 127: cost of the new core is >=5
21.19/21.30	c lower bound updated to -784447
21.29/21.30	c BCD2: 7 <= obj <= 784453
21.29/21.30	c BCD2: #cores=2, #unrelaxed=709, #relaxed=183, #hardened=0
21.29/21.30	c BCD2: #sat=1 #unsat=8 bias=8/9
21.29/21.31	c Solving starts ...
21.29/21.31	c ============================[ Search Statistics ]============================
21.29/21.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.31	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.31	c =============================================================================
21.29/21.31	c  0.0s |       0 |        0 |        0 |   267886      0 |       26 |       27
21.69/21.70	c  0.4s |       0 |       26 |        0 |   267886      0 |       26 |       28
21.69/21.70	c #cpu_time = 0.365s
21.69/21.70	c #wall_clock_time = 0.366s
21.69/21.70	c #decision = 26
21.69/21.70	c #random_decision = 0
21.69/21.70	c #conflict = 0
21.69/21.70	c #restart = 0
21.69/21.70	c BCD2: found a new core of size 22: cost of the new core is >=1
21.69/21.70	c lower bound updated to -784446
21.69/21.71	c BCD2: 8 <= obj <= 784453
21.69/21.71	c BCD2: #cores=3, #unrelaxed=687, #relaxed=205, #hardened=0
21.69/21.71	c BCD2: #sat=1 #unsat=9 bias=9/10
21.69/21.71	c Solving starts ...
21.69/21.71	c ============================[ Search Statistics ]============================
21.69/21.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.69/21.71	c       |         |          |          |    Limit     GC | Var      | Constra 
21.69/21.71	c =============================================================================
21.69/21.71	c  0.0s |       0 |        0 |        0 |   267886      0 |       26 |       28
21.99/22.10	c  0.4s |       0 |       35 |        1 |   267886      0 |       26 |       28
21.99/22.10	c #cpu_time = 0.391s
21.99/22.10	c #wall_clock_time = 0.392s
21.99/22.10	c #decision = 35
21.99/22.10	c #random_decision = 0
21.99/22.10	c #conflict = 1
21.99/22.10	c #restart = 0
21.99/22.10	c BCD2: relaxing 32 and merging with 1 cores into a new core of size 54: cost of the new core is >=2
21.99/22.10	c lower bound updated to -784445
22.09/22.11	c BCD2: 9 <= obj <= 784453
22.09/22.11	c BCD2: #cores=3, #unrelaxed=655, #relaxed=237, #hardened=0
22.09/22.11	c BCD2: #sat=1 #unsat=10 bias=10/11
22.09/22.11	c Solving starts ...
22.09/22.11	c ============================[ Search Statistics ]============================
22.09/22.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.11	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.11	c =============================================================================
22.09/22.11	c  0.0s |       0 |        0 |        0 |   267886      0 |       27 |       28
22.59/22.63	c  0.5s |       0 |       32 |        1 |   267886      0 |       27 |       29
22.59/22.63	c #cpu_time = 0.507s
22.59/22.63	c #wall_clock_time = 0.508s
22.59/22.63	c #decision = 32
22.59/22.63	c #random_decision = 0
22.59/22.63	c #conflict = 1
22.59/22.63	c #restart = 0
22.59/22.64	c BCD2: relaxing 29 and merging with 1 cores into a new core of size 156: cost of the new core is >=6
22.59/22.64	c lower bound updated to -784444
22.59/22.64	c BCD2: 10 <= obj <= 784453
22.59/22.64	c BCD2: #cores=3, #unrelaxed=626, #relaxed=266, #hardened=0
22.59/22.64	c BCD2: #sat=1 #unsat=11 bias=11/12
22.59/22.65	c Solving starts ...
22.59/22.65	c ============================[ Search Statistics ]============================
22.59/22.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.59/22.65	c       |         |          |          |    Limit     GC | Var      | Constra 
22.59/22.65	c =============================================================================
22.59/22.65	c  0.0s |       0 |        0 |        0 |   267886      0 |       30 |       29
22.99/23.06	c  0.4s |       0 |       29 |        0 |   267886      0 |       30 |       34
22.99/23.06	c #cpu_time = 0.386s
22.99/23.06	c #wall_clock_time = 0.387s
22.99/23.06	c #decision = 29
22.99/23.06	c #random_decision = 0
22.99/23.06	c #conflict = 0
22.99/23.06	c #restart = 0
22.99/23.06	c BCD2: found a new core of size 26: cost of the new core is >=1
22.99/23.06	c lower bound updated to -784443
22.99/23.07	c BCD2: 11 <= obj <= 784453
22.99/23.07	c BCD2: #cores=4, #unrelaxed=600, #relaxed=292, #hardened=0
22.99/23.07	c BCD2: #sat=1 #unsat=12 bias=12/13
22.99/23.07	c Solving starts ...
22.99/23.07	c ============================[ Search Statistics ]============================
22.99/23.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.07	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.07	c =============================================================================
22.99/23.07	c  0.0s |       0 |        0 |        0 |   267886      0 |       30 |       34
24.49/24.51	c  1.4s |       0 |       31 |        1 |   267886      0 |       30 |       34
24.49/24.51	c #cpu_time = 1.429s
24.49/24.51	c #wall_clock_time = 1.433s
24.49/24.51	c #decision = 31
24.49/24.51	c #random_decision = 0
24.49/24.51	c #conflict = 1
24.49/24.51	c #restart = 0
24.49/24.51	c BCD2: relaxing 27 and merging with 2 cores into a new core of size 209: cost of the new core is >=8
24.49/24.51	c lower bound updated to -784442
24.49/24.51	c BCD2: 12 <= obj <= 784453
24.49/24.51	c BCD2: #cores=3, #unrelaxed=573, #relaxed=319, #hardened=0
24.49/24.51	c BCD2: #sat=1 #unsat=13 bias=13/14
24.49/24.52	c Solving starts ...
24.49/24.52	c ============================[ Search Statistics ]============================
24.49/24.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.49/24.52	c       |         |          |          |    Limit     GC | Var      | Constra 
24.49/24.52	c =============================================================================
24.49/24.57	c  0.0s |       0 |        0 |        0 |   267886      0 |       33 |       34
24.99/25.06	c  0.5s |       0 |       28 |        1 |   267886      0 |       33 |       38
24.99/25.06	c #cpu_time = 0.482s
24.99/25.06	c #wall_clock_time = 0.484s
24.99/25.06	c #decision = 28
24.99/25.06	c #random_decision = 0
24.99/25.06	c #conflict = 1
24.99/25.06	c #restart = 0
24.99/25.06	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 234: cost of the new core is >=9
24.99/25.06	c lower bound updated to -784441
24.99/25.07	c BCD2: 13 <= obj <= 784453
24.99/25.07	c BCD2: #cores=3, #unrelaxed=548, #relaxed=344, #hardened=0
24.99/25.07	c BCD2: #sat=1 #unsat=14 bias=14/15
24.99/25.07	c Solving starts ...
24.99/25.07	c ============================[ Search Statistics ]============================
24.99/25.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.99/25.07	c       |         |          |          |    Limit     GC | Var      | Constra 
24.99/25.07	c =============================================================================
25.09/25.13	c  0.0s |       0 |        0 |        0 |   267886      0 |       34 |       38
25.50/25.51	c  0.4s |       0 |       27 |        0 |   267886      0 |       34 |       39
25.50/25.51	c #cpu_time = 0.360s
25.50/25.51	c #wall_clock_time = 0.361s
25.50/25.51	c #decision = 27
25.50/25.51	c #random_decision = 0
25.50/25.51	c #conflict = 0
25.50/25.51	c #restart = 0
25.50/25.51	c BCD2: found a new core of size 25: cost of the new core is >=1
25.50/25.51	c lower bound updated to -784440
25.50/25.52	c BCD2: 14 <= obj <= 784453
25.50/25.52	c BCD2: #cores=4, #unrelaxed=523, #relaxed=369, #hardened=0
25.50/25.52	c BCD2: #sat=1 #unsat=15 bias=15/16
25.50/25.52	c Solving starts ...
25.50/25.52	c ============================[ Search Statistics ]============================
25.50/25.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.50/25.52	c       |         |          |          |    Limit     GC | Var      | Constra 
25.50/25.52	c =============================================================================
25.50/25.56	c  0.0s |       0 |        0 |        0 |   267886      0 |       34 |       39
25.99/26.09	c  0.5s |       0 |       33 |        1 |   267886      0 |       34 |       39
25.99/26.09	c #cpu_time = 0.513s
25.99/26.09	c #wall_clock_time = 0.515s
25.99/26.09	c #decision = 33
25.99/26.09	c #random_decision = 0
25.99/26.09	c #conflict = 1
25.99/26.09	c #restart = 0
25.99/26.09	c BCD2: relaxing 29 and merging with 1 cores into a new core of size 263: cost of the new core is >=10
25.99/26.09	c lower bound updated to -784439
25.99/26.09	c BCD2: 15 <= obj <= 784453
25.99/26.09	c BCD2: #cores=4, #unrelaxed=494, #relaxed=398, #hardened=0
25.99/26.09	c BCD2: #sat=1 #unsat=16 bias=16/17
26.09/26.10	c Solving starts ...
26.09/26.10	c ============================[ Search Statistics ]============================
26.09/26.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.09/26.10	c       |         |          |          |    Limit     GC | Var      | Constra 
26.09/26.10	c =============================================================================
26.09/26.16	c  0.0s |       0 |        0 |        0 |   267886      0 |       36 |       39
26.39/26.50	c  0.3s |       0 |       31 |        0 |   267886      0 |       36 |       42
26.39/26.50	c #cpu_time = 0.331s
26.39/26.50	c #wall_clock_time = 0.332s
26.39/26.50	c #decision = 31
26.39/26.50	c #random_decision = 0
26.39/26.50	c #conflict = 0
26.39/26.50	c #restart = 0
26.39/26.50	c BCD2: found a new core of size 28: cost of the new core is >=1
26.39/26.50	c lower bound updated to -784438
26.39/26.50	c BCD2: 16 <= obj <= 784453
26.39/26.50	c BCD2: #cores=5, #unrelaxed=466, #relaxed=426, #hardened=0
26.39/26.50	c BCD2: #sat=1 #unsat=17 bias=17/18
26.50/26.51	c Solving starts ...
26.50/26.51	c ============================[ Search Statistics ]============================
26.50/26.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.50/26.51	c       |         |          |          |    Limit     GC | Var      | Constra 
26.50/26.51	c =============================================================================
26.50/26.53	c  0.0s |       0 |        0 |        0 |   267886      0 |       36 |       42
26.99/27.06	c  0.5s |       0 |       29 |        1 |   267886      0 |       36 |       42
26.99/27.06	c #cpu_time = 0.526s
26.99/27.06	c #wall_clock_time = 0.528s
26.99/27.06	c #decision = 29
26.99/27.06	c #random_decision = 0
26.99/27.06	c #conflict = 1
26.99/27.06	c #restart = 0
26.99/27.06	c BCD2: relaxing 24 and merging with 1 cores into a new core of size 287: cost of the new core is >=11
26.99/27.06	c lower bound updated to -784437
26.99/27.07	c BCD2: 17 <= obj <= 784453
26.99/27.07	c BCD2: #cores=5, #unrelaxed=442, #relaxed=450, #hardened=0
26.99/27.07	c BCD2: #sat=1 #unsat=18 bias=18/19
26.99/27.07	c Solving starts ...
26.99/27.07	c ============================[ Search Statistics ]============================
26.99/27.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.99/27.07	c       |         |          |          |    Limit     GC | Var      | Constra 
26.99/27.07	c =============================================================================
27.09/27.14	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       42
27.49/27.51	c  0.4s |       0 |       28 |        0 |   267886      0 |       38 |       45
27.49/27.51	c #cpu_time = 0.361s
27.49/27.51	c #wall_clock_time = 0.362s
27.49/27.51	c #decision = 28
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 22: cost of the new core is >=1
27.49/27.51	c lower bound updated to -784436
27.49/27.52	c BCD2: 18 <= obj <= 784453
27.49/27.52	c BCD2: #cores=6, #unrelaxed=420, #relaxed=472, #hardened=0
27.49/27.52	c BCD2: #sat=1 #unsat=19 bias=19/20
27.49/27.52	c Solving starts ...
27.49/27.52	c ============================[ Search Statistics ]============================
27.49/27.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.49/27.52	c       |         |          |          |    Limit     GC | Var      | Constra 
27.49/27.52	c =============================================================================
27.49/27.57	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       45
27.89/27.94	c  0.4s |       0 |       34 |        0 |   267886      0 |       38 |       45
27.89/27.94	c #cpu_time = 0.361s
27.89/27.94	c #wall_clock_time = 0.362s
27.89/27.94	c #decision = 34
27.89/27.94	c #random_decision = 0
27.89/27.94	c #conflict = 0
27.89/27.94	c #restart = 0
27.89/27.94	c BCD2: found a new core of size 26: cost of the new core is >=1
27.89/27.94	c lower bound updated to -784435
27.89/27.95	c BCD2: 19 <= obj <= 784453
27.89/27.95	c BCD2: #cores=7, #unrelaxed=394, #relaxed=498, #hardened=0
27.89/27.95	c BCD2: #sat=1 #unsat=20 bias=20/21
27.89/27.95	c Solving starts ...
27.89/27.95	c ============================[ Search Statistics ]============================
27.89/27.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.89/27.95	c       |         |          |          |    Limit     GC | Var      | Constra 
27.89/27.95	c =============================================================================
27.89/27.99	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       45
28.29/28.36	c  0.4s |       0 |       38 |        1 |   267886      0 |       38 |       45
28.29/28.36	c #cpu_time = 0.365s
28.29/28.36	c #wall_clock_time = 0.366s
28.29/28.36	c #decision = 38
28.29/28.36	c #random_decision = 0
28.29/28.36	c #conflict = 1
28.29/28.36	c #restart = 0
28.29/28.36	c BCD2: relaxing 31 and merging with 1 cores into a new core of size 57: cost of the new core is >=2
28.29/28.36	c lower bound updated to -784434
28.29/28.36	c BCD2: 20 <= obj <= 784453
28.29/28.36	c BCD2: #cores=7, #unrelaxed=363, #relaxed=529, #hardened=0
28.29/28.36	c BCD2: #sat=1 #unsat=21 bias=21/22
28.29/28.36	c Solving starts ...
28.29/28.36	c ============================[ Search Statistics ]============================
28.29/28.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.29/28.36	c       |         |          |          |    Limit     GC | Var      | Constra 
28.29/28.36	c =============================================================================
28.39/28.40	c  0.0s |       0 |        0 |        0 |   267886      0 |       39 |       45
28.80/28.83	c  0.4s |       0 |       33 |        1 |   267886      0 |       39 |       46
28.80/28.83	c #cpu_time = 0.420s
28.80/28.83	c #wall_clock_time = 0.421s
28.80/28.83	c #decision = 33
28.80/28.83	c #random_decision = 0
28.80/28.83	c #conflict = 1
28.80/28.83	c #restart = 0
28.80/28.83	c BCD2: relaxing 26 and merging with 1 cores into a new core of size 83: cost of the new core is >=3
28.80/28.83	c lower bound updated to -784433
28.80/28.83	c BCD2: 21 <= obj <= 784453
28.80/28.83	c BCD2: #cores=7, #unrelaxed=337, #relaxed=555, #hardened=0
28.80/28.83	c BCD2: #sat=1 #unsat=22 bias=22/23
28.80/28.83	c Solving starts ...
28.80/28.83	c ============================[ Search Statistics ]============================
28.80/28.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.80/28.83	c       |         |          |          |    Limit     GC | Var      | Constra 
28.80/28.83	c =============================================================================
28.80/28.89	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       46
29.29/29.30	c  0.4s |       0 |       29 |        1 |   267886      0 |       40 |       47
29.29/29.30	c #cpu_time = 0.415s
29.29/29.30	c #wall_clock_time = 0.416s
29.29/29.30	c #decision = 29
29.29/29.30	c #random_decision = 0
29.29/29.30	c #conflict = 1
29.29/29.30	c #restart = 0
29.29/29.30	c BCD2: relaxing 22 and merging with 1 cores into a new core of size 105: cost of the new core is >=4
29.29/29.30	c lower bound updated to -784432
29.29/29.31	c BCD2: 22 <= obj <= 784453
29.29/29.31	c BCD2: #cores=7, #unrelaxed=315, #relaxed=577, #hardened=0
29.29/29.31	c BCD2: #sat=1 #unsat=23 bias=23/24
29.29/29.31	c Solving starts ...
29.29/29.31	c ============================[ Search Statistics ]============================
29.29/29.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.29/29.31	c       |         |          |          |    Limit     GC | Var      | Constra 
29.29/29.31	c =============================================================================
29.29/29.36	c  0.0s |       0 |        0 |        0 |   267886      0 |       41 |       47
29.69/29.77	c  0.4s |       0 |       32 |        1 |   267886      0 |       41 |       48
29.69/29.77	c #cpu_time = 0.408s
29.69/29.77	c #wall_clock_time = 0.409s
29.69/29.77	c #decision = 32
29.69/29.77	c #random_decision = 0
29.69/29.77	c #conflict = 1
29.69/29.77	c #restart = 0
29.69/29.77	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 130: cost of the new core is >=5
29.69/29.77	c lower bound updated to -784431
29.69/29.78	c BCD2: 23 <= obj <= 784453
29.69/29.78	c BCD2: #cores=7, #unrelaxed=290, #relaxed=602, #hardened=0
29.69/29.78	c BCD2: #sat=1 #unsat=24 bias=24/25
29.69/29.78	c Solving starts ...
29.69/29.78	c ============================[ Search Statistics ]============================
29.69/29.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.69/29.78	c       |         |          |          |    Limit     GC | Var      | Constra 
29.69/29.78	c =============================================================================
29.80/29.83	c  0.0s |       0 |        0 |        0 |   267886      0 |       42 |       48
30.19/30.20	c  0.4s |       0 |       36 |        0 |   267886      0 |       42 |       49
30.19/30.20	c #cpu_time = 0.357s
30.19/30.20	c #wall_clock_time = 0.357s
30.19/30.20	c #decision = 36
30.19/30.20	c #random_decision = 0
30.19/30.20	c #conflict = 0
30.19/30.20	c #restart = 0
30.19/30.20	c BCD2: found a new core of size 28: cost of the new core is >=3
30.19/30.20	c lower bound updated to -784428
30.19/30.20	c BCD2: 26 <= obj <= 784453
30.19/30.20	c BCD2: #cores=8, #unrelaxed=262, #relaxed=630, #hardened=0
30.19/30.20	c BCD2: #sat=1 #unsat=25 bias=25/26
30.19/30.20	c Solving starts ...
30.19/30.20	c ============================[ Search Statistics ]============================
30.19/30.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.20	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.20	c =============================================================================
30.19/30.24	c  0.0s |       0 |        0 |        0 |   267886      0 |       42 |       49
30.59/30.67	c  0.4s |       0 |       33 |        1 |   267886      0 |       42 |       49
30.59/30.67	c #cpu_time = 0.414s
30.59/30.67	c #wall_clock_time = 0.415s
30.59/30.67	c #decision = 33
30.59/30.67	c #random_decision = 0
30.59/30.67	c #conflict = 1
30.59/30.67	c #restart = 0
30.59/30.67	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 53: cost of the new core is >=4
30.59/30.67	c lower bound updated to -784427
30.59/30.68	c BCD2: 27 <= obj <= 784453
30.59/30.68	c BCD2: #cores=8, #unrelaxed=237, #relaxed=655, #hardened=0
30.59/30.68	c BCD2: #sat=1 #unsat=26 bias=26/27
30.59/30.68	c Solving starts ...
30.59/30.68	c ============================[ Search Statistics ]============================
30.59/30.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.59/30.68	c       |         |          |          |    Limit     GC | Var      | Constra 
30.59/30.68	c =============================================================================
30.69/30.74	c  0.0s |       0 |        0 |        0 |   267886      0 |       43 |       49
31.09/31.14	c  0.4s |       0 |       37 |        1 |   267886      0 |       43 |       50
31.09/31.14	c #cpu_time = 0.393s
31.09/31.14	c #wall_clock_time = 0.394s
31.09/31.14	c #decision = 37
31.09/31.14	c #random_decision = 0
31.09/31.14	c #conflict = 1
31.09/31.14	c #restart = 0
31.09/31.14	c BCD2: relaxing 29 and merging with 1 cores into a new core of size 82: cost of the new core is >=5
31.09/31.14	c lower bound updated to -784426
31.09/31.14	c BCD2: 28 <= obj <= 784453
31.09/31.14	c BCD2: #cores=8, #unrelaxed=208, #relaxed=684, #hardened=0
31.09/31.14	c BCD2: #sat=1 #unsat=27 bias=27/28
31.09/31.15	c Solving starts ...
31.09/31.15	c ============================[ Search Statistics ]============================
31.09/31.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.09/31.15	c       |         |          |          |    Limit     GC | Var      | Constra 
31.09/31.15	c =============================================================================
31.19/31.20	c  0.0s |       0 |        0 |        0 |   267886      0 |       44 |       50
31.59/31.64	c  0.4s |       0 |       33 |        1 |   267886      0 |       44 |       51
31.59/31.64	c #cpu_time = 0.428s
31.59/31.64	c #wall_clock_time = 0.429s
31.59/31.64	c #decision = 33
31.59/31.64	c #random_decision = 0
31.59/31.64	c #conflict = 1
31.59/31.64	c #restart = 0
31.59/31.64	c BCD2: relaxing 25 and merging with 2 cores into a new core of size 177: cost of the new core is >=7
31.59/31.64	c lower bound updated to -784425
31.59/31.65	c BCD2: 29 <= obj <= 784453
31.59/31.65	c BCD2: #cores=7, #unrelaxed=183, #relaxed=709, #hardened=0
31.59/31.65	c BCD2: #sat=1 #unsat=28 bias=28/29
31.59/31.65	c Solving starts ...
31.59/31.65	c ============================[ Search Statistics ]============================
31.59/31.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.59/31.65	c       |         |          |          |    Limit     GC | Var      | Constra 
31.59/31.65	c =============================================================================
31.69/31.71	c  0.0s |       0 |        0 |        0 |   267886      0 |       57 |       51
32.19/32.20	c  0.5s |       0 |       34 |        1 |   267886      0 |       57 |       75
32.19/32.20	c #cpu_time = 0.472s
32.19/32.20	c #wall_clock_time = 0.474s
32.19/32.20	c #decision = 34
32.19/32.20	c #random_decision = 0
32.19/32.20	c #conflict = 1
32.19/32.20	c #restart = 0
32.19/32.20	c BCD2: relaxing 27 and merging with 1 cores into a new core of size 109: cost of the new core is >=6
32.19/32.20	c lower bound updated to -784424
32.19/32.20	c BCD2: 30 <= obj <= 784453
32.19/32.20	c BCD2: #cores=7, #unrelaxed=156, #relaxed=736, #hardened=0
32.19/32.20	c BCD2: #sat=1 #unsat=29 bias=29/30
32.19/32.20	c Solving starts ...
32.19/32.20	c ============================[ Search Statistics ]============================
32.19/32.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.19/32.20	c       |         |          |          |    Limit     GC | Var      | Constra 
32.19/32.20	c =============================================================================
32.19/32.28	c  0.0s |       0 |        0 |        0 |   267886      0 |       59 |       75
32.59/32.66	c  0.4s |       0 |       35 |        0 |   267886      0 |       59 |       78
32.59/32.66	c #cpu_time = 0.370s
32.59/32.66	c #wall_clock_time = 0.371s
32.59/32.66	c #decision = 35
32.59/32.66	c #random_decision = 0
32.59/32.66	c #conflict = 0
32.59/32.66	c #restart = 0
32.59/32.66	c BCD2: found a new core of size 25: cost of the new core is >=1
32.59/32.66	c lower bound updated to -784423
32.59/32.67	c BCD2: 31 <= obj <= 784453
32.59/32.67	c BCD2: #cores=8, #unrelaxed=131, #relaxed=761, #hardened=0
32.59/32.67	c BCD2: #sat=1 #unsat=30 bias=30/31
32.59/32.67	c Solving starts ...
32.59/32.67	c ============================[ Search Statistics ]============================
32.59/32.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.59/32.67	c       |         |          |          |    Limit     GC | Var      | Constra 
32.59/32.67	c =============================================================================
32.69/32.72	c  0.0s |       0 |        0 |        0 |   267886      0 |       59 |       78
33.09/33.11	c  0.4s |       0 |       36 |        0 |   267886      0 |       59 |       78
33.09/33.11	c #cpu_time = 0.372s
33.09/33.11	c #wall_clock_time = 0.373s
33.09/33.11	c #decision = 36
33.09/33.11	c #random_decision = 0
33.09/33.11	c #conflict = 0
33.09/33.11	c #restart = 0
33.09/33.11	c BCD2: found a new core of size 25: cost of the new core is >=1
33.09/33.11	c lower bound updated to -784422
33.09/33.11	c BCD2: 32 <= obj <= 784453
33.09/33.11	c BCD2: #cores=9, #unrelaxed=106, #relaxed=786, #hardened=0
33.09/33.11	c BCD2: #sat=1 #unsat=31 bias=31/32
33.09/33.12	c Solving starts ...
33.09/33.12	c ============================[ Search Statistics ]============================
33.09/33.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.09/33.12	c       |         |          |          |    Limit     GC | Var      | Constra 
33.09/33.12	c =============================================================================
33.09/33.17	c  0.0s |       0 |        0 |        0 |   267886      0 |       59 |       78
33.49/33.52	c  0.4s |       0 |       40 |        0 |   267886      0 |       59 |       78
33.49/33.52	c #cpu_time = 0.347s
33.49/33.52	c #wall_clock_time = 0.348s
33.49/33.52	c #decision = 40
33.49/33.52	c #random_decision = 0
33.49/33.52	c #conflict = 0
33.49/33.52	c #restart = 0
33.49/33.52	c BCD2: found a new core of size 32: cost of the new core is >=1
33.49/33.52	c lower bound updated to -784421
33.49/33.52	c BCD2: 33 <= obj <= 784453
33.49/33.52	c BCD2: #cores=10, #unrelaxed=74, #relaxed=818, #hardened=0
33.49/33.52	c BCD2: #sat=1 #unsat=32 bias=32/33
33.49/33.53	c Solving starts ...
33.49/33.53	c ============================[ Search Statistics ]============================
33.49/33.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.49/33.53	c       |         |          |          |    Limit     GC | Var      | Constra 
33.49/33.53	c =============================================================================
33.49/33.56	c  0.0s |       0 |        0 |        0 |   267886      0 |       59 |       78
33.89/33.92	c  0.4s |       0 |       37 |        0 |   267886      0 |       59 |       78
33.89/33.92	c #cpu_time = 0.350s
33.89/33.92	c #wall_clock_time = 0.351s
33.89/33.92	c #decision = 37
33.89/33.92	c #random_decision = 0
33.89/33.92	c #conflict = 0
33.89/33.92	c #restart = 0
33.89/33.92	c BCD2: found a new core of size 26: cost of the new core is >=1
33.89/33.92	c lower bound updated to -784420
33.89/33.93	c BCD2: 34 <= obj <= 784453
33.89/33.93	c BCD2: #cores=11, #unrelaxed=48, #relaxed=844, #hardened=0
33.89/33.93	c BCD2: #sat=1 #unsat=33 bias=33/34
33.89/33.93	c Solving starts ...
33.89/33.93	c ============================[ Search Statistics ]============================
33.89/33.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.89/33.93	c       |         |          |          |    Limit     GC | Var      | Constra 
33.89/33.93	c =============================================================================
33.89/33.97	c  0.0s |       0 |        0 |        0 |   267886      0 |       59 |       78
34.39/34.46	c  0.5s |       0 |       36 |        1 |   267886      0 |       59 |       78
34.39/34.46	c #cpu_time = 0.475s
34.39/34.46	c #wall_clock_time = 0.476s
34.39/34.46	c #decision = 36
34.39/34.46	c #random_decision = 0
34.39/34.46	c #conflict = 1
34.39/34.46	c #restart = 0
34.39/34.46	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 51: cost of the new core is >=2
34.39/34.46	c lower bound updated to -784419
34.39/34.46	c BCD2: 35 <= obj <= 784453
34.39/34.46	c BCD2: #cores=11, #unrelaxed=23, #relaxed=869, #hardened=0
34.39/34.46	c BCD2: #sat=1 #unsat=34 bias=34/35
34.39/34.47	c Solving starts ...
34.39/34.47	c ============================[ Search Statistics ]============================
34.39/34.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
34.39/34.47	c       |         |          |          |    Limit     GC | Var      | Constra 
34.39/34.47	c =============================================================================
34.49/34.54	c  0.0s |       0 |        0 |        0 |   267886      0 |       60 |       78
37.49/37.55	c  3.0s |       0 |      641 |      100 |   294675      0 |       60 |       79
37.49/37.58	c  3.0s |       1 |      641 |      100 |   294675      0 |       60 |       79
43.29/43.34	c  8.8s |       1 |     1031 |      200 |   294675      0 |       60 |       79
46.19/46.21	c 11.7s |       2 |     1079 |      250 |   324143      0 |       60 |       79
54.98/55.01	c 20.5s |       2 |     1847 |      350 |   324143      0 |       60 |       79
59.18/59.27	c 24.7s |       2 |     2464 |      450 |   324143      0 |       60 |       79
60.69/60.72	c 26.2s |       3 |     2560 |      475 |   356558      0 |       60 |       79
67.08/67.15	c 32.6s |       3 |     2919 |      575 |   356558      0 |       60 |       79
71.28/71.38	c 36.8s |       3 |     3340 |      675 |   356558      0 |       60 |       79
77.58/77.68	c 43.1s |       3 |     3561 |      775 |   356558      0 |       60 |       79
79.88/79.92	c 45.4s |       4 |     3657 |      813 |   392214      0 |       60 |       79
85.38/85.46	c 50.9s |       4 |     3920 |      913 |   392214      0 |       60 |       79
90.38/90.44	c 55.9s |       4 |     4460 |     1013 |   392214      0 |       60 |       79
96.08/96.11	c 61.6s |       4 |     5050 |     1113 |   392214      0 |       60 |       79
100.58/100.69	c 66.1s |       4 |     5441 |     1213 |   392214      0 |       60 |       79
106.47/106.57	c 72.0s |       4 |     5685 |     1313 |   431436      0 |       60 |       79
106.78/106.81	c 72.3s |       5 |     5704 |     1320 |   431436      0 |       60 |       79
110.37/110.47	c 75.9s |       5 |     6035 |     1420 |   431436      0 |       60 |       79
114.07/114.10	c 79.6s |       5 |     6322 |     1520 |   431436      0 |       60 |       79
118.07/118.12	c 83.6s |       5 |     7338 |     1620 |   431436      0 |       60 |       79
122.77/122.87	c 88.3s |       5 |     7802 |     1720 |   431436      0 |       60 |       79
129.17/129.24	c 94.7s |       5 |     8065 |     1820 |   431436      0 |       60 |       79
133.67/133.70	c 99.2s |       5 |     8426 |     1920 |   431436      0 |       60 |       79
138.17/138.29	c  103s |       5 |     8778 |     2020 |   431436      0 |       60 |       79
141.17/141.25	c  106s |       6 |     9041 |     2081 |   474580      0 |       60 |       79
145.47/145.50	c  110s |       6 |     9659 |     2181 |   474580      0 |       60 |       79
150.77/150.86	c  116s |       6 |    10056 |     2281 |   474580      0 |       60 |       79
156.17/156.26	c  121s |       6 |    10293 |     2381 |   474580      0 |       60 |       79
160.27/160.35	c  125s |       6 |    10849 |     2481 |   474580      0 |       60 |       79
163.77/163.81	c  129s |       6 |    11164 |     2581 |   474580      0 |       60 |       79
166.46/166.50	c  131s |       6 |    11390 |     2681 |   474580      0 |       60 |       79
171.86/171.99	c  137s |       6 |    11713 |     2781 |   474580      0 |       60 |       79
177.86/177.96	c  143s |       6 |    11909 |     2881 |   474580      0 |       60 |       79
182.16/182.25	c  147s |       6 |    12166 |     2981 |   474580      0 |       60 |       79
185.66/185.74	c  151s |       6 |    12763 |     3081 |   474580      0 |       60 |       79
190.16/190.29	c  155s |       6 |    13095 |     3181 |   474580      0 |       60 |       79
192.26/192.37	c  157s |       7 |    13164 |     3223 |   522039      0 |       60 |       79
196.26/196.33	c  161s |       7 |    13557 |     3323 |   522039      0 |       60 |       79
201.26/201.34	c  166s |       7 |    13864 |     3423 |   522039      0 |       60 |       79
206.46/206.57	c  172s |       7 |    14135 |     3523 |   522039      0 |       60 |       79
211.45/211.54	c  177s |       7 |    14520 |     3623 |   522039      0 |       60 |       79
216.35/216.45	c  181s |       7 |    15044 |     3723 |   522039      0 |       60 |       79
220.85/220.93	c  186s |       7 |    15293 |     3823 |   522039      0 |       60 |       79
224.75/224.80	c  190s |       7 |    15708 |     3923 |   522039      0 |       60 |       79
229.55/229.68	c  195s |       7 |    16054 |     4023 |   522039      0 |       60 |       79
233.45/233.56	c  199s |       7 |    16263 |     4123 |   522039      0 |       60 |       79
237.45/237.55	c  203s |       7 |    16794 |     4223 |   522039      0 |       60 |       79
243.26/243.35	c  208s |       7 |    17014 |     4323 |   522039      0 |       60 |       79
246.25/246.36	c  211s |       7 |    17542 |     4423 |   522039      0 |       60 |       79
251.85/251.92	c  217s |       7 |    17779 |     4523 |   522039      0 |       60 |       79
256.25/256.37	c  221s |       7 |    18127 |     4623 |   522039      0 |       60 |       79
261.35/261.43	c  226s |       7 |    18559 |     4723 |   522039      0 |       60 |       79
266.74/266.85	c  232s |       7 |    19056 |     4823 |   522039      0 |       60 |       79
270.94/271.05	c  236s |       7 |    19480 |     4923 |   574243      0 |       60 |       79
271.64/271.74	c  237s |       8 |    19500 |     4936 |   574243      0 |       60 |       79
277.04/277.18	c  242s |       8 |    19838 |     5036 |   574243      0 |       60 |       79
281.14/281.27	c  246s |       8 |    20039 |     5136 |   574243      0 |       60 |       79
285.05/285.14	c  250s |       8 |    20318 |     5236 |   574243      0 |       60 |       79
290.24/290.37	c  255s |       8 |    20449 |     5336 |   574243      0 |       60 |       79
294.74/294.83	c  260s |       8 |    20851 |     5436 |   574243      0 |       60 |       79
298.84/298.94	c  264s |       8 |    21240 |     5536 |   574243      0 |       60 |       79
302.04/302.18	c  267s |       8 |    21560 |     5636 |   574243      0 |       60 |       79
306.74/306.86	c  272s |       8 |    21941 |     5736 |   574243      0 |       60 |       79
310.94/311.00	c  276s |       8 |    22209 |     5836 |   574243      0 |       60 |       79
317.03/317.14	c  282s |       8 |    22490 |     5936 |   574243      0 |       60 |       79
321.43/321.55	c  287s |       8 |    22719 |     6036 |   574243      0 |       60 |       79
325.93/326.08	c  291s |       8 |    22977 |     6136 |   574243      0 |       60 |       79
330.23/330.30	c  295s |       8 |    23324 |     6236 |   574243      0 |       60 |       79
334.23/334.36	c  299s |       8 |    23899 |     6336 |   574243      0 |       60 |       79
338.33/338.44	c  303s |       8 |    24463 |     6436 |   574243      0 |       60 |       79
345.03/345.17	c  310s |       8 |    24793 |     6536 |   574243      0 |       60 |       79
348.33/348.47	c  313s |       8 |    25065 |     6636 |   574243      0 |       60 |       79
350.83/350.98	c  316s |       8 |    25854 |     6736 |   574243      0 |       60 |       79
355.44/355.51	c  320s |       8 |    26075 |     6836 |   574243      0 |       60 |       79
360.13/360.29	c  325s |       8 |    26343 |     6936 |   574243      0 |       60 |       79
364.73/364.85	c  330s |       8 |    26807 |     7036 |   574243      0 |       60 |       79
369.53/369.68	c  335s |       8 |    26988 |     7136 |   574243      0 |       60 |       79
374.13/374.24	c  339s |       8 |    27652 |     7236 |   574243      0 |       60 |       79
378.43/378.52	c  343s |       8 |    27975 |     7336 |   574243      0 |       60 |       79
382.02/382.17	c  347s |       8 |    28556 |     7436 |   574243      0 |       60 |       79
383.93/384.09	c  349s |       9 |    28851 |     7506 |   631668      0 |       60 |       79
389.72/389.83	c  355s |       9 |    29252 |     7606 |   631668      0 |       60 |       79
396.52/396.61	c  362s |       9 |    29483 |     7706 |   631668      0 |       60 |       79
402.73/402.82	c  368s |       9 |    29931 |     7806 |   631668      0 |       60 |       79
406.23/406.33	c  371s |       9 |    30479 |     7906 |   631668      0 |       60 |       79
413.53/413.66	c  379s |       9 |    30760 |     8006 |   631668      0 |       60 |       79
419.72/419.84	c  385s |       9 |    30986 |     8106 |   631668      0 |       60 |       79
423.42/423.54	c  388s |       9 |    31203 |     8206 |   631668      0 |       60 |       79
427.42/427.50	c  392s |       9 |    31773 |     8306 |   631668      0 |       60 |       79
433.12/433.29	c  398s |       9 |    31969 |     8406 |   631668      0 |       60 |       79
438.92/439.10	c  404s |       9 |    32170 |     8506 |   631668      0 |       60 |       79
444.11/444.23	c  409s |       9 |    32376 |     8606 |   631668      0 |       60 |       79
449.61/449.77	c  415s |       9 |    32783 |     8706 |   631668      0 |       60 |       79
455.31/455.41	c  420s |       9 |    33036 |     8806 |   631668      0 |       60 |       79
460.11/460.21	c  425s |       9 |    33298 |     8906 |   631668      0 |       60 |       79
465.32/465.46	c  430s |       9 |    33818 |     9006 |   631668      0 |       60 |       79
471.41/471.51	c  436s |       9 |    34029 |     9106 |   631668      0 |       60 |       79
477.00/477.20	c  442s |       9 |    34291 |     9206 |   631668      0 |       60 |       79
481.70/481.90	c  447s |       9 |    34671 |     9306 |   631668      0 |       60 |       79
488.10/488.23	c  453s |       9 |    35056 |     9406 |   631668      0 |       60 |       79
492.30/492.46	c  457s |       9 |    35411 |     9506 |   631668      0 |       60 |       79
498.10/498.21	c  463s |       9 |    35738 |     9606 |   631668      0 |       60 |       79
501.61/501.79	c  467s |       9 |    36060 |     9706 |   631668      0 |       60 |       79
507.20/507.32	c  472s |       9 |    36368 |     9806 |   631668      0 |       60 |       79
512.40/512.54	c  478s |       9 |    36669 |     9906 |   631668      0 |       60 |       79
516.80/516.99	c  482s |       9 |    36897 |    10006 |   631668      0 |       60 |       79
521.80/521.98	c  487s |       9 |    37408 |    10106 |   631668      0 |       60 |       79
526.70/526.80	c  492s |       9 |    37521 |    10206 |   631668      0 |       60 |       79
532.29/532.43	c  497s |       9 |    37754 |    10306 |   631668      0 |       60 |       79
540.79/540.99	c  506s |       9 |    37965 |    10406 |   631668      0 |       60 |       79
548.79/548.93	c  514s |       9 |    38192 |    10506 |   631668      0 |       60 |       79
554.59/554.78	c  520s |       9 |    38383 |    10606 |   631668      0 |       60 |       79
563.38/563.59	c  529s |       9 |    38578 |    10706 |   631668      0 |       60 |       79
570.48/570.69	c  536s |       9 |    39042 |    10806 |   631668      0 |       60 |       79
579.38/579.57	c  545s |       9 |    39207 |    10906 |   631668      0 |       60 |       79
587.58/587.77	c  553s |       9 |    39399 |    11006 |   631668      0 |       60 |       79
594.68/594.82	c  560s |       9 |    40018 |    11106 |   631668      0 |       60 |       79
604.17/604.32	c  569s |       9 |    40240 |    11206 |   631668      0 |       60 |       79
612.17/612.38	c  577s |       9 |    40608 |    11306 |   694835      0 |       60 |       79
614.57/614.71	c  580s |      10 |    40838 |    11361 |   694835      0 |       60 |       79
624.17/624.31	c  589s |      10 |    41098 |    11461 |   694835      0 |       60 |       79
631.27/631.50	c  596s |      10 |    41401 |    11561 |   694835      0 |       60 |       79
640.47/640.63	c  606s |      10 |    41946 |    11661 |   694835      0 |       60 |       79
650.67/650.80	c  616s |      10 |    42178 |    11761 |   694835      0 |       60 |       79
658.87/659.08	c  624s |      10 |    42560 |    11861 |   694835      0 |       60 |       79
665.86/666.07	c  631s |      10 |    43151 |    11961 |   694835      0 |       60 |       79
672.66/672.84	c  638s |      10 |    43451 |    12061 |   694835      0 |       60 |       79
681.46/681.63	c  647s |      10 |    43676 |    12161 |   694835      0 |       60 |       79
687.87/688.01	c  653s |      10 |    43985 |    12261 |   694835      0 |       60 |       79
698.36/698.57	c  664s |      10 |    44375 |    12361 |   694835      0 |       60 |       79
703.66/703.84	c  669s |      10 |    45149 |    12461 |   694835      0 |       60 |       79
710.46/710.62	c  676s |      10 |    45717 |    12561 |   694835      0 |       60 |       79
716.26/716.48	c  681s |      10 |    46066 |    12661 |   694835      0 |       60 |       79
725.97/726.18	c  691s |      10 |    46343 |    12761 |   694835      0 |       60 |       79
734.96/735.10	c  700s |      10 |    46584 |    12861 |   694835      0 |       60 |       79
739.26/739.41	c  704s |      10 |    46882 |    12961 |   694835      0 |       60 |       79
745.66/745.82	c  711s |      10 |    47138 |    13061 |   694835      0 |       60 |       79
751.65/751.80	c  717s |      10 |    47516 |    13161 |   694835      0 |       60 |       79
761.35/761.54	c  727s |      10 |    47805 |    13261 |   694835      0 |       60 |       79
769.05/769.26	c  734s |      10 |    48109 |    13361 |   694835      0 |       60 |       79
775.46/775.66	c  741s |      10 |    48427 |    13461 |   694835      0 |       60 |       79
785.05/785.20	c  750s |      10 |    48800 |    13561 |   694835      0 |       60 |       79
790.75/791.00	c  756s |      10 |    66857 |    13661 |   694835      0 |       76 |       94
804.45/804.64	c  770s |      10 |    67299 |    13761 |   694835      0 |      116 |      133
815.94/816.12	c  781s |      10 |    67924 |    13861 |   694835      0 |      116 |      133
828.54/828.72	c  794s |      10 |    68131 |    13961 |   694835      0 |      116 |      133
838.15/838.37	c  803s |      10 |    68372 |    14061 |   694835      0 |      116 |      133
847.94/848.17	c  813s |      10 |    68649 |    14161 |   694835      0 |      116 |      133
854.84/855.01	c  820s |      10 |    69214 |    14261 |   694835      0 |      116 |      133
863.44/863.68	c  829s |      10 |    69506 |    14361 |   694835      0 |      116 |      133
872.93/873.17	c  838s |      10 |    69807 |    14461 |   694835      0 |      116 |      133
882.53/882.70	c  848s |      10 |    70222 |    14561 |   694835      0 |      116 |      133
892.53/892.72	c  858s |      10 |    70505 |    14661 |   694835      0 |      116 |      133
904.53/904.79	c  870s |      10 |    70789 |    14761 |   694835      0 |      116 |      133
914.53/914.73	c  880s |      10 |    70952 |    14861 |   694835      0 |      116 |      133
924.73/924.95	c  890s |      10 |    71367 |    14961 |   694835      0 |      116 |      133
938.72/938.98	c  904s |      10 |    71640 |    15061 |   694835      0 |      116 |      133
950.02/950.27	c  915s |      10 |    71843 |    15161 |   694835      0 |      116 |      133
957.22/957.48	c  922s |      10 |    72267 |    15261 |   694835      0 |      116 |      133
965.92/966.20	c  931s |      10 |    72574 |    15361 |   694835      0 |      116 |      133
975.52/975.75	c  941s |      10 |    72895 |    15461 |   694835      0 |      116 |      133
988.21/988.41	c  953s |      10 |    73335 |    15561 |   694835      0 |      116 |      133
999.21/999.43	c  964s |      10 |    73659 |    15661 |   694835      0 |      116 |      133
1008.01/1008.25	c  973s |      10 |    74061 |    15761 |   694835      0 |      116 |      133
1019.81/1020.03	c  985s |      10 |    74363 |    15861 |   694835      0 |      116 |      133
1029.21/1029.49	c  994s |      10 |    74675 |    15961 |   694835      0 |      116 |      133
1038.90/1039.18	c 1004s |      10 |    75144 |    16061 |   694835      0 |      116 |      133
1050.80/1051.08	c 1016s |      10 |    75537 |    16161 |   694835      0 |      116 |      133
1060.70/1060.99	c 1026s |      10 |    75992 |    16261 |   694835      0 |      116 |      133
1072.30/1072.54	c 1037s |      10 |    76484 |    16361 |   694835      0 |      116 |      133
1082.20/1082.46	c 1047s |      10 |    76635 |    16461 |   694835      0 |      116 |      133
1096.20/1096.41	c 1061s |      10 |    76850 |    16561 |   694835      0 |      116 |      133
1111.00/1111.22	c 1076s |      10 |    77050 |    16661 |   694835      0 |      116 |      133
1126.20/1126.41	c 1091s |      10 |    77253 |    16761 |   694835      0 |      116 |      133
1137.00/1137.28	c 1102s |      10 |    77452 |    16861 |   694835      0 |      116 |      133
1146.49/1146.75	c 1112s |      10 |    77699 |    16961 |   694835      0 |      116 |      133
1157.39/1157.67	c 1123s |      10 |    77924 |    17061 |   764319      0 |      116 |      133
1165.39/1165.63	c 1131s |      11 |    78102 |    17144 |   764319      0 |      116 |      133
1174.89/1175.13	c 1140s |      11 |    78986 |    17244 |   764319      0 |      116 |      133
1180.49/1180.79	c 1146s |      11 |   106987 |    17344 |   764319      0 |      116 |      133
1184.49/1184.73	c 1150s |      11 |   128547 |    17444 |   764319      0 |      116 |      133
1188.79/1189.00	c 1154s |      11 |   139811 |    17544 |   764319      0 |      116 |      133
1192.89/1193.11	c 1158s |      11 |   162910 |    17644 |   764319      0 |      116 |      133
1198.59/1198.89	c 1164s |      11 |   198311 |    17744 |   764319      0 |      116 |      133
1203.39/1203.67	c 1169s |      11 |   222897 |    17844 |   764319      0 |      116 |      133
1209.38/1209.60	c 1175s |      11 |   247253 |    17944 |   764319      0 |      116 |      133
1214.18/1214.46	c 1179s |      11 |   275038 |    18044 |   764319      0 |      116 |      133
1218.69/1218.95	c 1184s |      11 |   296431 |    18144 |   764319      0 |      116 |      133
1222.68/1222.95	c 1188s |      11 |   325447 |    18244 |   764319      0 |      116 |      133
1226.58/1226.82	c 1192s |      11 |   352587 |    18344 |   764319      0 |      116 |      133
1230.48/1230.71	c 1196s |      11 |   378758 |    18444 |   764319      0 |      116 |      133
1234.19/1234.44	c 1199s |      11 |   399835 |    18544 |   764319      0 |      116 |      133
1238.08/1238.30	c 1203s |      11 |   426672 |    18644 |   764319      0 |      116 |      133
1241.78/1242.04	c 1207s |      11 |   452902 |    18744 |   764319      0 |      116 |      133
1245.58/1245.84	c 1211s |      11 |   478565 |    18844 |   764319      0 |      116 |      133
1249.18/1249.45	c 1214s |      11 |   499497 |    18944 |   764319      0 |      116 |      133
1252.78/1253.07	c 1218s |      11 |   522232 |    19044 |   764319      0 |      116 |      133
1256.67/1256.92	c 1222s |      11 |   549372 |    19144 |   764319      0 |      116 |      133
1260.48/1260.71	c 1226s |      11 |   576488 |    19244 |   764319      0 |      116 |      133
1264.17/1264.47	c 1229s |      11 |   602246 |    19344 |   764319      0 |      116 |      133
1267.87/1268.11	c 1233s |      11 |   621409 |    19444 |   764319      0 |      116 |      133
1271.48/1271.71	c 1237s |      11 |   645684 |    19544 |   764319      0 |      116 |      133
1275.17/1275.48	c 1240s |      11 |   670733 |    19644 |   764319      0 |      116 |      133
1278.87/1279.12	c 1244s |      11 |   690492 |    19744 |   764319      0 |      116 |      133
1282.27/1282.56	c 1248s |      11 |   704838 |    19844 |   764319      0 |      116 |      133
1285.37/1285.61	c 1251s |      11 |   711524 |    19944 |   764319      0 |      116 |      133
1305.17/1305.46	c 1270s |      11 |   719008 |    20044 |   764319      0 |      116 |      133
1310.57/1310.82	c 1276s |      11 |   737914 |    20144 |   764319      0 |      116 |      133
1315.27/1315.59	c 1281s |      11 |   748791 |    20244 |   764319      0 |      116 |      133
1326.26/1326.54	c 1292s |      11 |   767800 |    20344 |   764319      0 |      116 |      133
1337.06/1337.33	c 1302s |      11 |   782664 |    20444 |   764319      0 |      116 |      133
1343.36/1343.66	c 1309s |      11 |   801002 |    20544 |   764319      0 |      116 |      133
1347.37/1347.62	c 1313s |      11 |   820210 |    20644 |   764319      0 |      116 |      133
1351.46/1351.75	c 1317s |      11 |   833205 |    20744 |   764319      0 |      116 |      133
1355.66/1355.98	c 1321s |      11 |   852534 |    20844 |   764319      0 |      116 |      133
1359.47/1359.76	c 1325s |      11 |   872149 |    20944 |   764319      0 |      116 |      133
1363.86/1364.11	c 1329s |      11 |   897963 |    21044 |   764319      0 |      116 |      133
1372.96/1373.25	c 1338s |      11 |   922222 |    21144 |   764319      0 |      116 |      133
1376.96/1377.24	c 1342s |      11 |   942996 |    21244 |   764319      0 |      116 |      133
1381.46/1381.71	c 1347s |      11 |   955285 |    21344 |   764319      0 |      116 |      133
1385.05/1385.34	c 1350s |      11 |   976829 |    21444 |   764319      0 |      116 |      133
1388.85/1389.15	c 1354s |      11 |  1003172 |    21544 |   764319      0 |      116 |      133
1392.65/1392.92	c 1358s |      11 |  1029589 |    21644 |   764319      0 |      116 |      133
1396.35/1396.63	c 1362s |      11 |  1056593 |    21744 |   764319      0 |      116 |      133
1400.26/1400.57	c 1366s |      11 |  1083096 |    21844 |   764319      0 |      116 |      133
1403.95/1404.27	c 1369s |      11 |  1103439 |    21944 |   764319      0 |      116 |      133
1407.75/1408.05	c 1373s |      11 |  1126605 |    22044 |   764319      0 |      116 |      133
1411.45/1411.72	c 1377s |      11 |  1149248 |    22144 |   764319      0 |      116 |      133
1415.25/1415.52	c 1380s |      11 |  1175223 |    22244 |   764319      0 |      116 |      133
1419.05/1419.35	c 1384s |      11 |  1201191 |    22344 |   764319      0 |      116 |      133
1422.85/1423.11	c 1388s |      11 |  1229615 |    22444 |   764319      0 |      116 |      133
1426.65/1426.90	c 1392s |      11 |  1254596 |    22544 |   764319      0 |      116 |      133
1430.35/1430.69	c 1396s |      11 |  1281127 |    22644 |   764319      0 |      116 |      133
1434.05/1434.34	c 1399s |      11 |  1307081 |    22744 |   764319      0 |      116 |      133
1437.85/1438.10	c 1403s |      11 |  1331035 |    22844 |   764319      0 |      116 |      133
1441.54/1441.81	c 1407s |      11 |  1351142 |    22944 |   764319      0 |      116 |      133
1444.94/1445.25	c 1410s |      11 |  1361165 |    23044 |   764319      0 |      116 |      133
1448.65/1448.99	c 1414s |      11 |  1379703 |    23144 |   764319      0 |      116 |      133
1461.14/1461.47	c 1426s |      11 |  1398350 |    23244 |   764319      0 |      116 |      133
1479.04/1479.33	c 1444s |      11 |  1407339 |    23344 |   764319      0 |      116 |      133
1483.14/1483.47	c 1448s |      11 |  1427296 |    23444 |   764319      0 |      116 |      133
1487.44/1487.75	c 1453s |      11 |  1456944 |    23544 |   764319      0 |      116 |      133
1491.24/1491.57	c 1457s |      11 |  1480043 |    23644 |   764319      0 |      116 |      133
1495.44/1495.76	c 1461s |      11 |  1505631 |    23744 |   764319      0 |      116 |      133
1499.34/1499.63	c 1465s |      11 |  1530795 |    23844 |   764319      0 |      116 |      133
1502.94/1503.27	c 1468s |      11 |  1549342 |    23944 |   764319      0 |      116 |      133
1506.54/1506.86	c 1472s |      11 |  1564042 |    24044 |   764319      0 |      116 |      133
1510.03/1510.39	c 1475s |      11 |  1580332 |    24144 |   764319      0 |      116 |      133
1513.83/1514.13	c 1479s |      11 |  1606062 |    24244 |   764319      0 |      116 |      133
1517.63/1517.99	c 1483s |      11 |  1632315 |    24344 |   764319      0 |      116 |      133
1521.73/1522.09	c 1487s |      11 |  1656075 |    24444 |   764319      0 |      116 |      133
1525.43/1525.70	c 1491s |      11 |  1678026 |    24544 |   764319      0 |      116 |      133
1529.33/1529.63	c 1495s |      11 |  1704679 |    24644 |   764319      0 |      116 |      133
1533.13/1533.48	c 1498s |      11 |  1731270 |    24744 |   764319      0 |      116 |      133
1537.03/1537.37	c 1502s |      11 |  1757412 |    24844 |   764319      0 |      116 |      133
1540.73/1541.05	c 1506s |      11 |  1781483 |    24944 |   764319      0 |      116 |      133
1544.63/1544.95	c 1510s |      11 |  1808551 |    25044 |   764319      0 |      116 |      133
1548.43/1548.77	c 1514s |      11 |  1834638 |    25144 |   764319      0 |      116 |      133
1552.23/1552.57	c 1518s |      11 |  1857841 |    25244 |   764319      0 |      116 |      133
1556.03/1556.36	c 1521s |      11 |  1883310 |    25344 |   764319      0 |      116 |      133
1559.53/1559.90	c 1525s |      11 |  1907325 |    25444 |   764319      0 |      116 |      133
1572.22/1572.50	c 1537s |      11 |  1909233 |    25544 |   764319      0 |      116 |      133
1582.52/1582.82	c 1548s |      11 |  1909637 |    25644 |   840751      0 |      116 |      133
1597.32/1597.61	c 1563s |      11 |  1910242 |    25744 |   840751      0 |      116 |      133
1607.52/1607.82	c 1573s |      12 |  1910952 |    25819 |   840751      0 |      116 |      133
1617.42/1617.70	c 1583s |      12 |  1911422 |    25919 |   840751      0 |      116 |      133
1627.12/1627.49	c 1592s |      12 |  1911777 |    26019 |   840751      0 |      116 |      133
1641.21/1641.54	c 1606s |      12 |  1912158 |    26119 |   840751      0 |      116 |      133
1654.51/1654.86	c 1620s |      12 |  1912581 |    26219 |   840751      0 |      116 |      133
1669.31/1669.66	c 1635s |      12 |  1913125 |    26319 |   840751      0 |      116 |      133
1681.21/1681.51	c 1646s |      12 |  1913427 |    26419 |   840751      0 |      116 |      133
1688.80/1689.16	c 1654s |      12 |  1914558 |    26519 |   840751      0 |      116 |      133
1698.70/1699.08	c 1664s |      12 |  1915215 |    26619 |   840751      0 |      116 |      133
1710.90/1711.25	c 1676s |      12 |  1915485 |    26719 |   840751      0 |      116 |      133
1722.41/1722.75	c 1688s |      12 |  1915833 |    26819 |   840751      0 |      116 |      133
1730.70/1731.02	c 1696s |      12 |  1916367 |    26919 |   840751      0 |      116 |      133
1743.60/1743.98	c 1709s |      12 |  1916758 |    27019 |   840751      0 |      116 |      133
1757.30/1757.69	c 1723s |      12 |  1917321 |    27119 |   840751      0 |      116 |      133
1767.80/1768.18	c 1733s |      12 |  1917689 |    27219 |   840751      0 |      116 |      133
1779.80/1780.19	c 1745s |      12 |  1917993 |    27319 |   840751      0 |      116 |      133
1789.10/1789.40	c 1754s |      12 |  1918173 |    27419 |   840751      0 |      116 |      133
1798.60/1798.97	c 1764s |      12 |  1918414 |    27519 |   840751      0 |      116 |      133

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

pid=5337
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.00 2.02 2.01 3/179 5340
/proc/meminfo: memFree=29389236/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=557500 CPUtime=0 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 2049 0 0 0 0 0 0 0 20 0 4 0 111970690 570880000 2921 33554432000 4194304 16246674 140736593975936 140736593975360 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 140143 2929 441 2943 0 137037 0
[pid=5340/tid=5341] ppid=5337 vsize=575932 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 589754368 2993 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=581052 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 594997248 3011 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=585148 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 599191552 3027 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 5340
/proc/meminfo: memFree=29389236/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 29009 0 0 0 4 4 0 0 20 0 4 0 111970690 1333334016 29819 33554432000 4194304 16246674 140736593975936 140736593975248 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 325521 29835 800 2943 0 322415 0
[pid=5340/tid=5341] ppid=5337 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1333334016 29847 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1333334016 29857 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1333334016 29868 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200548 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 5340
/proc/meminfo: memFree=29389236/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 47303 0 0 0 12 7 0 0 20 0 4 0 111970690 1343819776 48624 33554432000 4194304 16246674 140736593975936 140736593975248 7376867 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 328081 48624 800 2943 0 324975 0
[pid=5340/tid=5341] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 48624 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 48624 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 48624 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300511 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 5340
/proc/meminfo: memFree=29389236/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 49523 0 0 0 22 7 0 0 20 0 4 0 111970690 1343819776 50844 33554432000 4194304 16246674 140736593975936 140736593975248 7440114 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 328081 50844 800 2943 0 324975 0
[pid=5340/tid=5341] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 50844 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 50844 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1343819776 50844 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700333 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 5340
/proc/meminfo: memFree=29389236/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 63424 0 0 0 59 10 0 0 20 0 4 0 111970690 1344868352 64745 33554432000 4194304 16246674 140736593975936 140736593975032 8055421 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 328337 64745 801 2943 0 325231 0
[pid=5340/tid=5341] ppid=5337 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1344868352 64745 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1344868352 64745 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1344868352 64745 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 5344
/proc/meminfo: memFree=29038572/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1325636 CPUtime=1.49 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 87827 0 0 0 136 13 0 0 20 0 4 0 111970690 1357451264 91703 33554432000 4194304 16246674 140736593975936 140736593958928 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 331409 91725 801 2943 0 328303 0
[pid=5340/tid=5341] ppid=5337 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1357451264 91736 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1357451264 91748 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1357451264 91759 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1325636

[startup+3.10043 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 5344
/proc/meminfo: memFree=28924784/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1350212 CPUtime=3.09 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 147237 0 0 0 287 22 0 0 20 0 4 0 111970690 1382617088 156223 33554432000 4194304 16246674 140736593975936 140736593958928 12752410 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 337553 156223 801 2943 0 334447 0
[pid=5340/tid=5341] ppid=5337 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1382617088 156223 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111970691 1382617088 156223 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1382617088 156223 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1350212

[startup+6.30041 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 5344
/proc/meminfo: memFree=28158228/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1491524 CPUtime=6.29 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 292020 0 0 0 585 44 0 0 20 0 4 0 111970690 1527320576 309693 33554432000 4194304 16246674 140736593975936 140736593973760 5885258 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 372881 309693 836 2943 0 369775 0
[pid=5340/tid=5341] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 309693 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 309693 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 309693 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1491524

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 5344
/proc/meminfo: memFree=28131644/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1491524 CPUtime=12.68 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 292036 0 0 0 1224 44 0 0 20 0 4 0 111970690 1527320576 314819 33554432000 4194304 16246674 140736593975936 140736593957824 4220487 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 372881 314819 837 2943 0 369775 0
[pid=5340/tid=5341] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 314819 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 314819 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1491524 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1527320576 314819 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1491524

[startup+25.5075 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 5344
/proc/meminfo: memFree=27727372/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=25.5 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393150 0 0 0 2491 59 0 0 20 0 4 0 111970690 1941508096 415933 33554432000 4194304 16246674 140736593975936 140736593957824 5661595 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 415933 919 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 415933 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 415933 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 415933 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1896004

[startup+51.1004 s]
/proc/loadavg: 2.06 2.03 2.01 3/183 5344
/proc/meminfo: memFree=27727140/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=51.08 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393241 0 0 0 5049 59 0 0 20 0 4 0 111970690 1941508096 416024 33554432000 4194304 16246674 140736593975936 140736593957824 5667556 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416024 919 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1896004

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/183 5394
/proc/meminfo: memFree=27685972/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=102.28 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393241 0 0 0 10168 60 0 0 20 0 4 0 111970690 1941508096 416024 33554432000 4194304 16246674 140736593975936 140736593957824 5662716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416024 919 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416024 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1896004


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

/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1896004

[startup+1302.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/182 5447
/proc/meminfo: memFree=27683896/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1302.07 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 130144 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 12483632 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1896004

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 5449
/proc/meminfo: memFree=27683420/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1362.06 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 136143 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 5677716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1896004

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 5450
/proc/meminfo: memFree=27682452/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1422.05 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 142142 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 5601168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1896004

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 5451
/proc/meminfo: memFree=27682480/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1482.04 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 148141 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593973888 6837238 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1896004

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 5452
/proc/meminfo: memFree=27682884/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1542.04 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 154141 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 12483624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1896004

[startup+1602.3 s]
/proc/loadavg: 2.11 2.06 2.01 4/183 5453
/proc/meminfo: memFree=27682792/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1602.02 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 160139 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1896004

[startup+1662.31 s]
/proc/loadavg: 2.09 2.06 2.01 3/184 5458
/proc/meminfo: memFree=27682696/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1662.02 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 166139 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1896004

[startup+1722.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/183 5459
/proc/meminfo: memFree=27682928/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1722 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 172137 63 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 6022807 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 1896004

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 5460
/proc/meminfo: memFree=27682644/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1782 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 178136 64 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 5667424 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1896004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 5460
/proc/meminfo: memFree=27682768/32872528 swapFree=12328/568296
[pid=5340] ppid=5337 vsize=1896004 CPUtime=1800 cores=1,3,5,7
/proc/5340/stat : 5340 (toysat) R 5337 5340 3396 0 -1 4202496 393276 0 0 0 179936 64 0 0 20 0 4 0 111970690 1941508096 416026 33554432000 4194304 16246674 140736593975936 140736593957824 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5340/statm: 474001 416026 920 2943 0 470895 0
[pid=5340/tid=5341] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5341/stat : 5341 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734842060016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5340/tid=5342] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5342/stat : 5342 (toysat) S 5337 5340 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734831570160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5340/tid=5343] ppid=5337 vsize=1896004 CPUtime=0 cores=1,3,5,7
/proc/5340/task/5343/stat : 5343 (toysat) S 5337 5340 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111970691 1941508096 416026 33554432000 4194304 16246674 140736593975936 139734747704496 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1896004

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 5340 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.31
CPU time (s): 1800.01
CPU user time (s): 1799.36
CPU system time (s): 0.640902
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 1896004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.640902
maximum resident set size= 1664104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393276
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= 68
involuntary context switches= 2061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49532 second user time and 7.01993 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 13:53:01
IDJOB=4080054
IDBENCH=91120
IDSOLVER=2542
FILE ID=node138/4080054-1465300380
RUNJOBID= node138-1465278758-3413
PBS_JOBID= 19843315
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_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-4080054-1465300380/watcher-4080054-1465300380 -o /tmp/evaluation-result-4080054-1465300380/solver-4080054-1465300380 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3413 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080054-1465300380.opb

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=1391817781

node138.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.807
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.61
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.807
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.56
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.807
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.807
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.807
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.807
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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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:        29389624 kB
Buffers:          126868 kB
Cached:           337156 kB
SwapCached:        46740 kB
Active:          1859324 kB
Inactive:         311976 kB
Active(anon):    1661752 kB
Inactive(anon):    47688 kB
Active(file):     197572 kB
Inactive(file):   264288 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053656 kB
Dirty:             43704 kB
Writeback:             0 kB
AnonPages:       2234148 kB
Mapped:            11924 kB
Shmem:                 0 kB
Slab:             606136 kB
SReclaimable:      49296 kB
SUnreclaim:       556840 kB
KernelStack:        1464 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1705984 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= 71664 MiB
End job on node138 at 2016-06-07 14:23:02