Trace number 4110616

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? (MO) 787.253 787.394

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f4-DataDisplay_2_order9.seq-A-3-2-irabcde.opb
MD5SUMb4797c584af9b805dff74fff95a4b350
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark134248448
Best CPU time to get the best result obtained on this benchmark288.303
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3564
Total number of constraints11685
Number of constraints which are clauses11625
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints60
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 166
Biggest coefficient in the objective function 5242880
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 461373439
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 5242880
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 461373439
Number of bits of the biggest sum of numbers29
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-20T02:54:47+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-4110616-1466384086.opb"]
0.00/0.01	c use --random-gen="2033869545 3474500401 4256367345 2503893639 1898524358 3145735664 1612485916 4109945767 3610279316 1310813156 2996447750 1625607901 2662838516 4064619003 3510555780 3270426087 1731459394 2711786013 884416930 1400466510 4024043207 2915529743 2427543749 1362521727 1825290622 1029217527 1257318543 3976736415 301444149 2238847564 1947207110 1933410185 3441690922 878907847 1596306759 1765102292 245236781 1885198399 793153284 4223928801 3591593245 349974057 2324658776 3822136573 1200510309 195005909 177416305 2408068355 506141838 3166281448 3197469109 3614634662 3275873822 2887504912 2137826294 337671774 1897186359 3395484875 4079218606 1467140294 987751648 3266528849 3143417585 2504660645 1456127172 3003274662 903071580 1433047676 3577957560 4262907806 3210712747 3093475016 3166266127 2044034472 661758115 195207331 105417299 751301338 2659346931 948642966 17045206 3455349869 2236215049 2345844511 2811480651 138837210 695999046 738137348 2568501051 1590356744 1140174809 675603624 3200382936 1739746541 688223532 2559362855 172356652 3866217173 1188587797 1146582411 4035473549 2585640088 2880547364 1287011744 2507187504 2373750763 1712417314 1124567152 4254936570 1390346802 2591795589 3580704951 1463423319 3205984578 3621375227 4003586705 1734717024 438633968 3080108668 4132943114 4097605614 3161960601 2634031365 480811024 878937107 2196465264 3889375648 3460939685 1659949591 1996515569 2859276477 1896366508 2685430407 792017075 4292353259 895682271 579055553 918186006 3236394732 969164048 179790335 3888567372 1727632929 2855063877 1461926078 1753608818 1299111471 3695477763 3989792713 2649690864 844974508 1785320007 3985025741 1857141423 1912016537 3668780782 3884123835 1132322226 657641377 3388611335 1309440218 3026154596 1461858917 1391532117 3975310937 656175720 3717188796 1840311059 268296681 1449011956 547227681 3527666697 762476346 1925988372 1560500764 3630760527 2124506788 2308715361 2986810241 2674135148 307029304 3227118094 1847060442 3780543311 2067960177 1803564098 2195293274 3699080982 1980836656 472556577 1678802850 2620881440 4211124364 119164057 3229892524 1835105822 2369713855 2219122971 1345685372 1884186863 1506437699 27418860 1779765019 1678004071 1566481537 1791195918 3856883089 1024805377 4209526516 306098252 1969587506 3648140534 361464900 597610419 4177026615 3508894027 420025459 1353854291 3333816945 2519206264 4112610154 1535129143 3028796362 2947581216 2359109672 3624105356 3211167466 2494324355 2741611166 2410368585 3631915185 3181044830 1101408178 3358474217 557987334 3168409162 271664158 4267142150 3029782860 1121811526 3069390166 4219904394 2596217302 548611916 1779347823 3547251540 3878603161 2314770475 1037341382 1694838604 2204755008 2029453252 2920894784 1143252127 2012990182 3961723925 255 362436" option to reproduce the execution
0.00/0.09	c #vars 3564
0.00/0.09	c #constraints 11685
0.19/0.23	c BCD2: Hardening is enabled.
0.19/0.23	c BCD2: BiasedSearch is enabled.
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     4708      0 |      206 |        0
0.19/0.26	c  0.0s |       1 |      176 |      100 |     4708      0 |      206 |      126
0.19/0.28	c  0.1s |       1 |      336 |      107 |     5179      0 |      206 |      126
0.19/0.28	c #cpu_time = 0.049s
0.19/0.28	c #wall_clock_time = 0.049s
0.19/0.28	c #decision = 336
0.19/0.28	c #random_decision = 1
0.19/0.28	c #conflict = 107
0.19/0.28	c #restart = 1
0.19/0.28	o 319750144
0.19/0.29	c BCD2: updating upper bound: 461373439 -> 319750143
0.19/0.29	c BCD2: 0 <= obj <= 319750143
0.19/0.29	c BCD2: #cores=0, #unrelaxed=166, #relaxed=0, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.30	c  0.0s |       0 |        2 |        0 |     5179      0 |      206 |      126
0.29/0.30	c #cpu_time = 0.009s
0.29/0.30	c #wall_clock_time = 0.009s
0.29/0.30	c #decision = 2
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.30	c lower bound updated to 256
0.29/0.30	c BCD2: 256 <= obj <= 319750143
0.29/0.30	c BCD2: #cores=1, #unrelaxed=163, #relaxed=3, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=2 bias=2/3
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.31	c  0.0s |       0 |        3 |        0 |     5179      0 |      206 |      126
0.29/0.31	c #cpu_time = 0.009s
0.29/0.31	c #wall_clock_time = 0.009s
0.29/0.31	c #decision = 3
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.31	c lower bound updated to 512
0.29/0.31	c BCD2: 512 <= obj <= 319750143
0.29/0.31	c BCD2: #cores=2, #unrelaxed=160, #relaxed=6, #hardened=0
0.29/0.31	c BCD2: #sat=1 #unsat=3 bias=3/4
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.32	c  0.0s |       0 |        4 |        0 |     5179      0 |      206 |      126
0.29/0.32	c #cpu_time = 0.009s
0.29/0.32	c #wall_clock_time = 0.009s
0.29/0.32	c #decision = 4
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.32	c lower bound updated to 768
0.29/0.32	c BCD2: 768 <= obj <= 319750143
0.29/0.32	c BCD2: #cores=3, #unrelaxed=157, #relaxed=9, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=4 bias=4/5
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.33	c  0.0s |       0 |        5 |        0 |     5179      0 |      206 |      126
0.29/0.33	c #cpu_time = 0.009s
0.29/0.33	c #wall_clock_time = 0.009s
0.29/0.33	c #decision = 5
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.33	c lower bound updated to 1024
0.29/0.34	c BCD2: 1024 <= obj <= 319750143
0.29/0.34	c BCD2: #cores=4, #unrelaxed=154, #relaxed=12, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=5 bias=5/6
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.35	c  0.0s |       0 |        6 |        0 |     5179      0 |      206 |      126
0.29/0.35	c #cpu_time = 0.009s
0.29/0.35	c #wall_clock_time = 0.009s
0.29/0.35	c #decision = 6
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.35	c lower bound updated to 1280
0.29/0.35	c BCD2: 1280 <= obj <= 319750143
0.29/0.35	c BCD2: #cores=5, #unrelaxed=151, #relaxed=15, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=6 bias=6/7
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.36	c  0.0s |       0 |        7 |        0 |     5179      0 |      206 |      126
0.29/0.36	c #cpu_time = 0.009s
0.29/0.36	c #wall_clock_time = 0.009s
0.29/0.36	c #decision = 7
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.36	c lower bound updated to 1536
0.29/0.36	c BCD2: 1536 <= obj <= 319750143
0.29/0.36	c BCD2: #cores=6, #unrelaxed=148, #relaxed=18, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=7 bias=7/8
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.37	c  0.0s |       0 |        8 |        0 |     5179      0 |      206 |      126
0.29/0.37	c #cpu_time = 0.009s
0.29/0.37	c #wall_clock_time = 0.009s
0.29/0.37	c #decision = 8
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.37	c lower bound updated to 1792
0.29/0.37	c BCD2: 1792 <= obj <= 319750143
0.29/0.37	c BCD2: #cores=7, #unrelaxed=145, #relaxed=21, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=8 bias=8/9
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.38	c  0.0s |       0 |        9 |        0 |     5179      0 |      206 |      126
0.29/0.38	c #cpu_time = 0.009s
0.29/0.38	c #wall_clock_time = 0.009s
0.29/0.38	c #decision = 9
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.38	c lower bound updated to 2048
0.29/0.39	c BCD2: 2048 <= obj <= 319750143
0.29/0.39	c BCD2: #cores=8, #unrelaxed=142, #relaxed=24, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=9 bias=9/10
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.29/0.40	c  0.0s |       0 |       10 |        0 |     5179      0 |      206 |      126
0.29/0.40	c #cpu_time = 0.009s
0.29/0.40	c #wall_clock_time = 0.009s
0.29/0.40	c #decision = 10
0.29/0.40	c #random_decision = 0
0.29/0.40	c #conflict = 0
0.29/0.40	c #restart = 0
0.29/0.40	c BCD2: found a new core of size 3: cost of the new core is >=256
0.29/0.40	c lower bound updated to 2304
0.39/0.40	c BCD2: 2304 <= obj <= 319750143
0.39/0.40	c BCD2: #cores=9, #unrelaxed=139, #relaxed=27, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=10 bias=10/11
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.41	c  0.0s |       0 |       11 |        0 |     5179      0 |      206 |      126
0.39/0.41	c #cpu_time = 0.010s
0.39/0.41	c #wall_clock_time = 0.010s
0.39/0.41	c #decision = 11
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.41	c lower bound updated to 2560
0.39/0.41	c BCD2: 2560 <= obj <= 319750143
0.39/0.41	c BCD2: #cores=10, #unrelaxed=136, #relaxed=30, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=11 bias=11/12
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.44	c  0.0s |       0 |       12 |        0 |     5179      0 |      206 |      126
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 12
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.44	c lower bound updated to 2816
0.39/0.44	c BCD2: 2816 <= obj <= 319750143
0.39/0.44	c BCD2: #cores=11, #unrelaxed=133, #relaxed=33, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=12 bias=12/13
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.44	c  0.0s |       0 |       13 |        0 |     5179      0 |      206 |      126
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 13
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.44	c lower bound updated to 3072
0.39/0.44	c BCD2: 3072 <= obj <= 319750143
0.39/0.44	c BCD2: #cores=12, #unrelaxed=130, #relaxed=36, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=13 bias=13/14
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.45	c  0.0s |       0 |       14 |        0 |     5179      0 |      206 |      126
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 14
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.45	c lower bound updated to 3328
0.39/0.45	c BCD2: 3328 <= obj <= 319750143
0.39/0.45	c BCD2: #cores=13, #unrelaxed=127, #relaxed=39, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=14 bias=14/15
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.45	c  0.0s |       0 |       15 |        0 |     5179      0 |      206 |      126
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 15
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.45	c lower bound updated to 3584
0.39/0.45	c BCD2: 3584 <= obj <= 319750143
0.39/0.45	c BCD2: #cores=14, #unrelaxed=124, #relaxed=42, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=15 bias=15/16
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.46	c  0.0s |       0 |       16 |        0 |     5179      0 |      206 |      126
0.39/0.46	c #cpu_time = 0.004s
0.39/0.46	c #wall_clock_time = 0.004s
0.39/0.46	c #decision = 16
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 3: cost of the new core is >=256
0.39/0.46	c lower bound updated to 3840
0.39/0.46	c BCD2: 3840 <= obj <= 319750143
0.39/0.46	c BCD2: #cores=15, #unrelaxed=121, #relaxed=45, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=16 bias=16/17
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.47	c  0.0s |       0 |       18 |        1 |     5179      0 |      206 |      126
0.39/0.47	c #cpu_time = 0.004s
0.39/0.47	c #wall_clock_time = 0.004s
0.39/0.47	c #decision = 18
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 1
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 3: cost of the new core is >=1048576
0.39/0.47	c lower bound updated to 1052416
0.39/0.47	c BCD2: 1052416 <= obj <= 319750143
0.39/0.47	c BCD2: #cores=16, #unrelaxed=118, #relaxed=48, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=17 bias=17/18
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.47	c  0.0s |       0 |       25 |        0 |     5179      0 |      206 |      126
0.39/0.47	c #cpu_time = 0.005s
0.39/0.47	c #wall_clock_time = 0.005s
0.39/0.47	c #decision = 25
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.39/0.47	c lower bound updated to 6295296
0.39/0.47	c BCD2: 6295296 <= obj <= 319750143
0.39/0.47	c BCD2: #cores=17, #unrelaxed=117, #relaxed=49, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=18 bias=18/19
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.48	c  0.0s |       0 |       32 |        0 |     5179      0 |      206 |      126
0.39/0.48	c #cpu_time = 0.005s
0.39/0.48	c #wall_clock_time = 0.005s
0.39/0.48	c #decision = 32
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.39/0.48	c lower bound updated to 11538176
0.39/0.48	c BCD2: 11538176 <= obj <= 319750143
0.39/0.48	c BCD2: #cores=18, #unrelaxed=116, #relaxed=50, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=19 bias=19/20
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.49	c  0.0s |       0 |       38 |        1 |     5179      0 |      206 |      126
0.39/0.49	c #cpu_time = 0.005s
0.39/0.49	c #wall_clock_time = 0.005s
0.39/0.49	c #decision = 38
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 1
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.39/0.49	c lower bound updated to 16781056
0.39/0.49	c BCD2: 16781056 <= obj <= 319750143
0.39/0.49	c BCD2: #cores=19, #unrelaxed=111, #relaxed=55, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=20 bias=20/21
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.39/0.49	c  0.0s |       0 |       45 |        0 |     5179      0 |      206 |      126
0.39/0.49	c #cpu_time = 0.005s
0.39/0.49	c #wall_clock_time = 0.005s
0.39/0.49	c #decision = 45
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 6: cost of the new core is >=5242880
0.39/0.49	c lower bound updated to 22023936
0.39/0.50	c BCD2: 22023936 <= obj <= 319750143
0.39/0.50	c BCD2: #cores=20, #unrelaxed=105, #relaxed=61, #hardened=0
0.39/0.50	c BCD2: #sat=1 #unsat=21 bias=21/22
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.50	c  0.0s |       0 |       44 |        0 |     5179      0 |      206 |      126
0.49/0.50	c #cpu_time = 0.005s
0.49/0.50	c #wall_clock_time = 0.005s
0.49/0.50	c #decision = 44
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.49/0.50	c lower bound updated to 27266816
0.49/0.50	c BCD2: 27266816 <= obj <= 319750143
0.49/0.50	c BCD2: #cores=21, #unrelaxed=104, #relaxed=62, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=22 bias=22/23
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.51	c  0.0s |       0 |       45 |        0 |     5179      0 |      206 |      126
0.49/0.51	c #cpu_time = 0.005s
0.49/0.51	c #wall_clock_time = 0.005s
0.49/0.51	c #decision = 45
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.49/0.51	c lower bound updated to 32509696
0.49/0.51	c BCD2: 32509696 <= obj <= 319750143
0.49/0.51	c BCD2: #cores=22, #unrelaxed=103, #relaxed=63, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=23 bias=23/24
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.52	c  0.0s |       0 |       52 |        0 |     5179      0 |      206 |      126
0.49/0.52	c #cpu_time = 0.006s
0.49/0.52	c #wall_clock_time = 0.006s
0.49/0.52	c #decision = 52
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.49/0.52	c lower bound updated to 37752576
0.49/0.52	c BCD2: 37752576 <= obj <= 319750143
0.49/0.52	c BCD2: #cores=23, #unrelaxed=102, #relaxed=64, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=24 bias=24/25
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.53	c  0.0s |       0 |       54 |        0 |     5179      0 |      206 |      126
0.49/0.53	c #cpu_time = 0.006s
0.49/0.53	c #wall_clock_time = 0.006s
0.49/0.53	c #decision = 54
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.49/0.53	c lower bound updated to 42995456
0.49/0.53	c BCD2: 42995456 <= obj <= 319750143
0.49/0.53	c BCD2: #cores=24, #unrelaxed=97, #relaxed=69, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=25 bias=25/26
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.53	c  0.0s |       0 |       58 |        0 |     5179      0 |      206 |      126
0.49/0.53	c #cpu_time = 0.006s
0.49/0.53	c #wall_clock_time = 0.006s
0.49/0.53	c #decision = 58
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.49/0.53	c lower bound updated to 48238336
0.49/0.54	c BCD2: 48238336 <= obj <= 319750143
0.49/0.54	c BCD2: #cores=25, #unrelaxed=92, #relaxed=74, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=26 bias=26/27
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.54	c  0.0s |       0 |       57 |        0 |     5179      0 |      206 |      126
0.49/0.54	c #cpu_time = 0.006s
0.49/0.54	c #wall_clock_time = 0.006s
0.49/0.54	c #decision = 57
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.49/0.54	c lower bound updated to 53481216
0.49/0.54	c BCD2: 53481216 <= obj <= 319750143
0.49/0.54	c BCD2: #cores=26, #unrelaxed=87, #relaxed=79, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=27 bias=27/28
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.55	c  0.0s |       0 |       56 |        0 |     5179      0 |      206 |      126
0.49/0.55	c #cpu_time = 0.006s
0.49/0.55	c #wall_clock_time = 0.006s
0.49/0.55	c #decision = 56
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 1: cost of the new core is >=5242880
0.49/0.55	c lower bound updated to 58724096
0.49/0.55	c BCD2: 58724096 <= obj <= 319750143
0.49/0.55	c BCD2: #cores=27, #unrelaxed=86, #relaxed=80, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=28 bias=28/29
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.57	c  0.0s |       0 |       62 |        0 |     5179      0 |      206 |      126
0.49/0.57	c #cpu_time = 0.006s
0.49/0.57	c #wall_clock_time = 0.006s
0.49/0.57	c #decision = 62
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.49/0.57	c lower bound updated to 63966976
0.49/0.57	c BCD2: 63966976 <= obj <= 319750143
0.49/0.57	c BCD2: #cores=28, #unrelaxed=81, #relaxed=85, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=29 bias=29/30
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.58	c  0.0s |       0 |       65 |        0 |     5179      0 |      206 |      126
0.49/0.58	c #cpu_time = 0.007s
0.49/0.58	c #wall_clock_time = 0.007s
0.49/0.58	c #decision = 65
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 5: cost of the new core is >=5242880
0.49/0.58	c lower bound updated to 69209856
0.49/0.58	c BCD2: 69209856 <= obj <= 319750143
0.49/0.58	c BCD2: #cores=29, #unrelaxed=76, #relaxed=90, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=30 bias=30/31
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     5179      0 |      206 |      126
0.49/0.59	c  0.0s |       0 |       72 |        1 |     5179      0 |      206 |      126
0.49/0.59	c #cpu_time = 0.008s
0.49/0.59	c #wall_clock_time = 0.008s
0.49/0.59	c #decision = 72
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 1
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 14: cost of the new core is >=10485760
0.49/0.59	c lower bound updated to 74452736
0.49/0.59	c BCD2: 74452736 <= obj <= 319750143
0.49/0.59	c BCD2: #cores=29, #unrelaxed=68, #relaxed=98, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=31 bias=31/32
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     5179      0 |      216 |      126
0.59/0.60	c  0.0s |       0 |       64 |        2 |     5179      0 |      216 |      145
0.59/0.60	c #cpu_time = 0.007s
0.59/0.60	c #wall_clock_time = 0.008s
0.59/0.60	c #decision = 64
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 2
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 16: cost of the new core is >=10485760
0.59/0.60	c lower bound updated to 79695616
0.59/0.60	c BCD2: 79695616 <= obj <= 319750143
0.59/0.60	c BCD2: #cores=29, #unrelaxed=57, #relaxed=109, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=32 bias=32/33
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     5179      0 |      222 |      145
0.59/0.61	c  0.0s |       0 |      110 |        6 |     5179      0 |      222 |      156
0.59/0.61	c #cpu_time = 0.009s
0.59/0.61	c #wall_clock_time = 0.009s
0.59/0.61	c #decision = 110
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 6
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2097152
0.59/0.61	c lower bound updated to 80744192
0.59/0.62	c BCD2: 80744192 <= obj <= 319750143
0.59/0.62	c BCD2: #cores=29, #unrelaxed=56, #relaxed=110, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=33 bias=33/34
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     5179      0 |      238 |      156
0.59/0.64	c  0.0s |       0 |      294 |       27 |     5179      0 |      238 |      187
0.59/0.64	c #cpu_time = 0.019s
0.59/0.64	c #wall_clock_time = 0.019s
0.59/0.64	c #decision = 294
0.59/0.64	c #random_decision = 1
0.59/0.64	c #conflict = 27
0.59/0.64	c #restart = 0
0.59/0.64	o 181453568

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

pid=9462
running on 4 cores: 0,2,4,6

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: 1.40 2.04 2.17 3/174 9469
/proc/meminfo: memFree=30409716/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 2542 0 0 0 0 0 0 0 20 0 4 0 40455285 699854848 2903 33554432000 4194304 16246674 140734579945776 140734579945200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 171631 2913 441 2943 0 168525 0
[pid=9469/tid=9472] ppid=9462 vsize=701884 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 718729216 2972 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=705980 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 722923520 2991 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=710076 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40455286 727117824 3007 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 1.40 2.04 2.17 3/174 9469
/proc/meminfo: memFree=30409716/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 24693 0 0 0 6 3 0 0 20 0 4 0 40455285 1333334016 24991 33554432000 4194304 16246674 140734579945776 140734579945088 5703736 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 325521 25003 806 2943 0 322415 0
[pid=9469/tid=9472] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 25013 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 25024 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 25034 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200454 s]
/proc/loadavg: 1.40 2.04 2.17 3/174 9469
/proc/meminfo: memFree=30409716/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 41991 0 0 0 13 6 0 0 20 0 4 0 40455285 1333334016 42289 33554432000 4194304 16246674 140734579945776 140734579927680 6740269 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 325521 42296 835 2943 0 322415 0
[pid=9469/tid=9472] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 42301 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 42306 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 42312 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300444 s]
/proc/loadavg: 1.40 2.04 2.17 3/174 9469
/proc/meminfo: memFree=30409716/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 46932 0 0 0 22 7 0 0 20 0 4 0 40455285 1333334016 47230 33554432000 4194304 16246674 140734579945776 140734579927680 5532301 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 325521 47235 901 2943 0 322415 0
[pid=9469/tid=9472] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 47239 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 47243 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1333334016 47247 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700381 s]
/proc/loadavg: 1.40 2.04 2.17 3/174 9469
/proc/meminfo: memFree=30409716/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1309252 CPUtime=0.69 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 70616 0 0 0 60 9 0 0 20 0 4 0 40455285 1340674048 70914 33554432000 4194304 16246674 140734579945776 140734579928544 13009029 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 327313 70914 910 2943 0 324207 0
[pid=9469/tid=9472] ppid=9462 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1340674048 70914 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1340674048 70914 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1340674048 70914 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1309252

[startup+1.50039 s]
/proc/loadavg: 1.40 2.04 2.17 4/182 9477
/proc/meminfo: memFree=28712700/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1315396 CPUtime=1.49 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 269987 0 0 0 113 36 0 0 20 0 4 0 40455285 1346965504 270285 33554432000 4194304 16246674 140734579945776 140734579927680 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 328849 270291 910 2943 0 325743 0
[pid=9469/tid=9472] ppid=9462 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1346965504 270294 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1346965504 270298 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1346965504 270302 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10038 s]
/proc/loadavg: 1.40 2.04 2.17 4/182 9477
/proc/meminfo: memFree=28138688/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1380932 CPUtime=3.09 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 286435 0 0 0 271 38 0 0 20 0 4 0 40455285 1414074368 286733 33554432000 4194304 16246674 140734579945776 140734579943616 12449300 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 345233 286733 910 2943 0 342127 0
[pid=9469/tid=9472] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1380932

[startup+6.30039 s]
/proc/loadavg: 1.45 2.04 2.17 4/182 9477
/proc/meminfo: memFree=28138712/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1380932 CPUtime=6.29 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 286435 0 0 0 591 38 0 0 20 0 4 0 40455285 1414074368 286733 33554432000 4194304 16246674 140734579945776 140734579943616 4226104 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 345233 286733 910 2943 0 342127 0
[pid=9469/tid=9472] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1380932 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1414074368 286733 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1380932

[startup+12.7004 s]
/proc/loadavg: 1.49 2.04 2.16 4/182 9477
/proc/meminfo: memFree=27865960/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=1654340 CPUtime=12.69 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 354787 0 0 0 1221 48 0 0 20 0 4 0 40455285 1694044160 355085 33554432000 4194304 16246674 140734579945776 140734579927680 4221116 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 413585 355085 910 2943 0 410479 0
[pid=9469/tid=9472] ppid=9462 vsize=1654340 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 1694044160 355085 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=1654340 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 1694044160 355085 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=1654340 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 1694044160 355085 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1654340

[startup+25.5004 s]
/proc/loadavg: 1.68 2.05 2.17 4/182 9477
/proc/meminfo: memFree=26893524/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=2313796 CPUtime=25.48 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 519651 0 0 0 2481 67 0 0 20 0 4 0 40455285 2369327104 519949 33554432000 4194304 16246674 140734579945776 140734579945088 4206864 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 578449 519949 910 2943 0 575343 0
[pid=9469/tid=9472] ppid=9462 vsize=2313796 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 2369327104 519949 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=2313796 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 2369327104 519949 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=2313796 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 2369327104 519949 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2313796

[startup+51.1005 s]
/proc/loadavg: 1.85 2.06 2.17 4/182 9477
/proc/meminfo: memFree=25178488/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=3614276 CPUtime=51.07 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 844771 0 0 0 4998 109 0 0 20 0 4 0 40455285 3701018624 845069 33554432000 4194304 16246674 140734579945776 140734579944872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 903569 845069 910 2943 0 900463 0
[pid=9469/tid=9472] ppid=9462 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 3701018624 845069 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 3701018624 845069 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=3614276 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 3701018624 845069 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3614276

[startup+102.3 s]
/proc/loadavg: 2.05 2.08 2.17 4/182 9478
/proc/meminfo: memFree=22245524/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=5425732 CPUtime=102.28 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 1297637 0 0 0 10056 172 0 0 20 0 4 0 40455285 5555949568 1297935 33554432000 4194304 16246674 140734579945776 140734579944872 4220807 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 1356433 1297935 910 2943 0 1353327 0
[pid=9469/tid=9472] ppid=9462 vsize=5425732 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 5555949568 1297935 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=5425732 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 5555949568 1297935 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=5425732 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 5555949568 1297935 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5425732


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


[startup+402.3 s]
/proc/loadavg: 2.22 2.17 2.18 4/184 9509
/proc/meminfo: memFree=13796240/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=13421124 CPUtime=402.22 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3447787 0 0 0 39729 493 0 0 20 0 4 0 40455285 13743230976 3296789 33554432000 4194304 16246674 140734579945776 140734579945088 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 3355281 3296789 914 2943 0 3352175 0
[pid=9469/tid=9472] ppid=9462 vsize=13421124 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 13743230976 3296789 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=13421124 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 13743230976 3296789 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=13421124 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 13743230976 3296789 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 13421124

[startup+462.3 s]
/proc/loadavg: 2.27 2.20 2.18 4/183 9510
/proc/meminfo: memFree=10466484/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=13968964 CPUtime=462.21 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3584747 0 0 0 45699 522 0 0 20 0 4 0 40455285 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140734579944872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9469/statm: 3492241 3433749 914 2943 0 3489135 0
[pid=9469/tid=9472] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 13968964

[startup+522.3 s]
/proc/loadavg: 2.14 2.17 2.18 5/183 9511
/proc/meminfo: memFree=9537976/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=13968964 CPUtime=522.2 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3584747 0 0 0 51694 526 0 0 20 0 4 0 40455285 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140734579944872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3492241 3433749 914 2943 0 3489135 0
[pid=9469/tid=9472] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=13968964 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 14304219136 3433749 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13968964

[startup+582.3 s]
/proc/loadavg: 2.15 2.17 2.17 4/183 9512
/proc/meminfo: memFree=5856604/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=14147140 CPUtime=582.19 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3629121 0 0 0 57680 539 0 0 20 0 4 0 40455285 14486671360 3478124 33554432000 4194304 16246674 140734579945776 140734579944952 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3536785 3478131 914 2943 0 3533679 0
[pid=9469/tid=9472] ppid=9462 vsize=14147140 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 14486671360 3478136 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=14147140 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 14486671360 3478141 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=14147140 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 14486671360 3478147 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14147140

[startup+642.3 s]
/proc/loadavg: 2.14 2.17 2.17 4/183 9513
/proc/meminfo: memFree=4375036/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=15258180 CPUtime=642.18 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3850330 0 0 0 63643 575 0 0 20 0 4 0 40455285 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140734579943744 14016611 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3814545 3756053 914 2943 0 3811439 0
[pid=9469/tid=9472] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603333516304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.18
Current children cumulated vsize (KiB) 15258180

[startup+702.3 s]
/proc/loadavg: 2.18 2.18 2.18 4/183 9514
/proc/meminfo: memFree=3083992/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=15258180 CPUtime=702.18 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3850330 0 0 0 69639 579 0 0 20 0 4 0 40455285 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140734579943744 4226064 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3814545 3756053 914 2943 0 3811439 0
[pid=9469/tid=9472] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603333516304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 15258180

[startup+762.3 s]
/proc/loadavg: 2.21 2.19 2.18 4/183 9515
/proc/meminfo: memFree=2985928/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=15258180 CPUtime=762.17 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 3850330 0 0 0 75636 581 0 0 20 0 4 0 40455285 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140734579943616 14014049 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3814545 3756053 914 2943 0 3811439 0
[pid=9469/tid=9472] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603333516304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=15258180 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 15624376320 3756053 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 15258180



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+786.4 s]
/proc/loadavg: 2.30 2.20 2.19 4/183 9516
/proc/meminfo: memFree=2188224/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=15889988 CPUtime=786.26 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) R 9462 9469 9424 0 -1 4202496 4008100 0 0 0 78019 607 0 0 20 0 4 0 40455285 16271347712 3913823 33554432000 4194304 16246674 140734579945776 140734579944872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 3972497 3913823 914 2943 0 3969391 0
[pid=9469/tid=9472] ppid=9462 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9472/stat : 9472 (toysat) S 9462 9469 9424 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 40455286 16271347712 3913825 33554432000 4194304 16246674 140734579945776 140603344006384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) S 9462 9469 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40455286 16271347712 3913831 33554432000 4194304 16246674 140734579945776 140603333516528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9469/tid=9474] ppid=9462 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/9469/task/9474/stat : 9474 (toysat) S 9462 9469 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40455286 16271347712 3913839 33554432000 4194304 16246674 140734579945776 140603323042992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.26
Current children cumulated vsize (KiB) 15889988

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 9469 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+786.8 s]
/proc/loadavg: 2.30 2.20 2.19 4/181 9516
/proc/meminfo: memFree=3302676/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=0 CPUtime=786.66 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) Z 9462 9469 9424 0 -1 4203532 4008625 0 0 0 78019 647 0 0 20 0 2 0 40455285 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 0 0 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) R 9462 9469 9424 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 40455286 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 786.66
Current children cumulated vsize (KiB) 0

[startup+787.2 s]
/proc/loadavg: 2.30 2.20 2.19 4/181 9516
/proc/meminfo: memFree=3302676/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=0 CPUtime=787.06 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) Z 9462 9469 9424 0 -1 4203532 4008625 0 0 0 78019 687 0 0 20 0 2 0 40455285 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 0 0 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) R 9462 9469 9424 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 40455286 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 787.06
Current children cumulated vsize (KiB) 0

[startup+787.3 s]
/proc/loadavg: 2.30 2.20 2.19 4/181 9516
/proc/meminfo: memFree=3302676/32872528 swapFree=1542984/1696284
[pid=9469] ppid=9462 vsize=0 CPUtime=787.16 cores=0,2,4,6
/proc/9469/stat : 9469 (toysat) Z 9462 9469 9424 0 -1 4203532 4008625 0 0 0 78019 697 0 0 20 0 2 0 40455285 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9469/statm: 0 0 0 0 0 0 0
[pid=9469/tid=9473] ppid=9462 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/9469/task/9473/stat : 9473 (toysat) R 9462 9469 9424 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 40455286 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 787.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 787.394
CPU time (s): 787.253
CPU user time (s): 780.195
CPU system time (s): 7.05793
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 780.195
system time used= 7.05793
maximum resident set size= 15657392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4008625
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= 236
involuntary context switches= 801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05469 second user time and 3.15052 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 02:54:46
IDJOB=4110616
IDBENCH=108115
IDSOLVER=2542
FILE ID=node125/4110616-1466384086
RUNJOBID= node125-1466384086-9440
PBS_JOBID= 19923262
Free space on /tmp= 71744 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f4-DataDisplay_2_order9.seq-A-3-2-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110616-1466384086/watcher-4110616-1466384086 -o /tmp/evaluation-result-4110616-1466384086/solver-4110616-1466384086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466384086-9440 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110616-1466384086.opb

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

MD5SUM BENCH= b4797c584af9b805dff74fff95a4b350
RANDOM SEED=1631251769

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        30411864 kB
Buffers:            1072 kB
Cached:            62744 kB
SwapCached:         1100 kB
Active:            55360 kB
Inactive:           9764 kB
Active(anon):       3500 kB
Inactive(anon):      420 kB
Active(file):      51860 kB
Inactive(file):     9344 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67096032 kB
Dirty:             33388 kB
Writeback:             0 kB
AnonPages:       1697112 kB
Mapped:             6608 kB
Shmem:                 0 kB
Slab:             564932 kB
SReclaimable:       8876 kB
SUnreclaim:       556056 kB
KernelStack:        1352 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1792916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71712 MiB
End job on node125 at 2016-06-20 03:07:54