Trace number 4093575

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 0.331948 0.335256

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/spot5/
normalized-spot5-54_wcsp.wbo
MD5SUM5da0482fa5c9a9d0a00dab78a5ff7041
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark37
Best CPU time to get the best result obtained on this benchmark0.040993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables192
Total number of constraints546
Number of soft constraints479
Number of constraints which are clauses479
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 108
Min constraint cost 1
Max constraint cost 108
Sum of constraints costs 44603
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-16T18:38:35+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","--wbo","--search=bcd2","HOME/instance-4093575-1466095115.wbo"]
0.00/0.01	c use --random-gen="3610560623 1102256237 1869473148 1457717444 360478383 2093831726 3732050482 1474739808 1112554057 3521672111 2377804039 3422847656 1061633428 241778611 2009621028 1503758187 3065977018 441548565 3391196640 2679750238 3422313692 2475194443 3863559800 863608264 2682691010 576626873 3062680060 1131689246 2216908615 3437071761 601488185 3244927331 3378069714 338373261 3431722903 108968954 678808551 2209196968 4046650122 2608886151 115017147 2279483622 282638280 3558785886 637076853 310494245 1609059594 4060516521 1658544559 3892840595 2833177925 473654067 3109054666 1960509148 2222439054 4074556762 2474515566 3179446354 3106186295 4065351072 1857810776 1633508959 4137769141 628541546 1723351424 4268444100 876061190 3296638248 2316711393 3806749682 476001159 761880473 3854100094 2928221403 2336476357 360538751 630891100 2982901087 2647341913 1218181361 2652511220 2451609621 308102822 3190873817 942170930 742944119 1340429974 376013905 3921712736 2312721542 3517490436 3384382996 3545372452 2239181749 1002294346 3892627781 2950690528 1587094804 478052899 2263595858 2617873890 2094067969 4028442276 724583288 2360341329 2036902875 4060108441 4151649456 2180472271 1509205828 3966744215 524008721 378342033 4265438487 3677201169 2579936311 1159727328 2489064903 3963030446 3133653015 1584587896 2794600161 535563687 2437599024 1584972427 3050557155 3819342062 3641619732 2431185022 3656724290 3008546172 3777419008 131687831 1544918621 2052029697 3351846379 524681803 1958631871 4245873513 3913035771 1549013525 1618184288 1626176603 3218329751 2950382647 4022397150 2420195733 859173260 1556975501 1751841363 103748238 1218161078 3705941739 2715382751 1652005897 1952182927 3071091828 1789418829 3657752307 2932654474 3098399165 732818531 172151687 3240174796 3568642695 3324293458 3152022414 1123893200 3431058216 631507699 3440679596 1836353177 2741312614 534412316 3769770732 3732588720 2255205819 938104191 3770749881 3762324562 919694576 4112173943 1480259670 1949257594 2000967046 3139922170 3384870065 2926041596 2524525652 3449441273 571176553 424866670 3962678132 3572735526 4236035015 3212459494 101658777 133697377 592529052 4009555471 3024881858 3306448492 3324901388 400249629 3546675138 2856584992 3534323874 1914457236 2072757399 2017529497 2237229199 116727022 3577560399 2464180169 1844484890 2390260164 1737486385 4255979317 955067620 347930193 1286615274 3983627509 3648278889 30996860 1707050843 3439234093 2974389770 1910041992 2347948494 3246748205 3055400226 3600545028 3790959276 54872247 3678521236 3409936699 1446659699 635798900 2488016781 3508916308 1015291827 2444939940 3396562923 2003395060 1880249207 306783955 2408097817 2914812412 603242407 193548586 231685726 2621910455 3079564358 2853540656 2991412582 844798754 255 362436" option to reproduce the execution
0.00/0.03	c #vars 192
0.00/0.03	c #constraints 546
0.00/0.04	c BCD2: Hardening is enabled.
0.00/0.04	c BCD2: BiasedSearch is enabled.
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      383      0 |      412 |        0
0.00/0.04	c  0.0s |       0 |       67 |        0 |      383      0 |      412 |        1
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 67
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	o 105
0.00/0.04	c BCD2: hardening fixes 412 literals
0.00/0.04	c BCD2: updating upper bound: 44603 -> 104
0.00/0.04	c BCD2: 0 <= obj <= 104
0.00/0.04	c BCD2: #cores=0, #unrelaxed=67, #relaxed=0, #hardened=412
0.00/0.04	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      383      0 |      412 |        1
0.00/0.04	c  0.0s |       0 |       12 |        0 |      383      0 |      412 |        1
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 12
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.04	c lower bound updated to 2
0.00/0.04	c BCD2: 2 <= obj <= 104
0.00/0.04	c BCD2: #cores=1, #unrelaxed=65, #relaxed=2, #hardened=412
0.00/0.04	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      383      0 |      412 |        1
0.00/0.04	c  0.0s |       0 |       24 |        1 |      383      0 |      412 |        1
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 24
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 1
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
0.00/0.04	c lower bound updated to 4
0.00/0.04	c BCD2: 4 <= obj <= 104
0.00/0.04	c BCD2: #cores=1, #unrelaxed=64, #relaxed=3, #hardened=412
0.00/0.04	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      383      0 |      413 |        1
0.00/0.04	c  0.0s |       0 |       18 |        0 |      383      0 |      413 |        2
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 18
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.04	c lower bound updated to 5
0.00/0.04	c BCD2: 5 <= obj <= 104
0.00/0.04	c BCD2: #cores=2, #unrelaxed=60, #relaxed=7, #hardened=412
0.00/0.04	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      383      0 |      413 |        2
0.00/0.05	c  0.0s |       0 |       20 |        1 |      383      0 |      413 |        2
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 20
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.05	c lower bound updated to 6
0.00/0.05	c BCD2: 6 <= obj <= 104
0.00/0.05	c BCD2: #cores=3, #unrelaxed=57, #relaxed=10, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      413 |        2
0.00/0.05	c  0.0s |       0 |       20 |        1 |      383      0 |      413 |        2
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 20
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.05	c lower bound updated to 7
0.00/0.05	c BCD2: 7 <= obj <= 104
0.00/0.05	c BCD2: #cores=4, #unrelaxed=54, #relaxed=13, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      413 |        2
0.00/0.05	c  0.0s |       0 |       19 |        1 |      383      0 |      413 |        2
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 19
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
0.00/0.05	c lower bound updated to 8
0.00/0.05	c BCD2: 8 <= obj <= 104
0.00/0.05	c BCD2: #cores=4, #unrelaxed=52, #relaxed=15, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      414 |        2
0.00/0.05	c  0.0s |       0 |       21 |        1 |      383      0 |      414 |        3
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 21
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.05	c lower bound updated to 9
0.00/0.05	c BCD2: 9 <= obj <= 104
0.00/0.05	c BCD2: #cores=5, #unrelaxed=49, #relaxed=18, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      414 |        3
0.00/0.05	c  0.0s |       0 |       25 |        1 |      383      0 |      414 |        3
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 25
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.05	c lower bound updated to 10
0.00/0.05	c BCD2: 10 <= obj <= 104
0.00/0.05	c BCD2: #cores=6, #unrelaxed=46, #relaxed=21, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      414 |        3
0.00/0.05	c  0.0s |       0 |       29 |        0 |      383      0 |      414 |        3
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 29
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.05	c lower bound updated to 12
0.00/0.05	c BCD2: 12 <= obj <= 104
0.00/0.05	c BCD2: #cores=7, #unrelaxed=44, #relaxed=23, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      414 |        3
0.00/0.05	c  0.0s |       0 |       52 |        1 |      383      0 |      414 |        3
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 52
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
0.00/0.05	c lower bound updated to 14
0.00/0.05	c BCD2: 14 <= obj <= 104
0.00/0.05	c BCD2: #cores=7, #unrelaxed=43, #relaxed=24, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      415 |        3
0.00/0.05	c  0.0s |       0 |       30 |        0 |      383      0 |      415 |        4
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 30
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.05	c lower bound updated to 16
0.00/0.05	c BCD2: 16 <= obj <= 104
0.00/0.05	c BCD2: #cores=8, #unrelaxed=41, #relaxed=26, #hardened=412
0.00/0.05	c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      383      0 |      415 |        4
0.00/0.05	c  0.0s |       0 |       53 |        1 |      383      0 |      415 |        4
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 53
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
0.00/0.05	c lower bound updated to 18
0.00/0.06	c BCD2: 18 <= obj <= 104
0.00/0.06	c BCD2: #cores=8, #unrelaxed=40, #relaxed=27, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      416 |        4
0.00/0.06	c  0.0s |       0 |       36 |        0 |      383      0 |      416 |        5
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 36
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.06	c lower bound updated to 20
0.00/0.06	c BCD2: 20 <= obj <= 104
0.00/0.06	c BCD2: #cores=9, #unrelaxed=38, #relaxed=29, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      416 |        5
0.00/0.06	c  0.0s |       0 |       37 |        0 |      383      0 |      416 |        5
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 37
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.06	c lower bound updated to 22
0.00/0.06	c BCD2: 22 <= obj <= 104
0.00/0.06	c BCD2: #cores=10, #unrelaxed=36, #relaxed=31, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=15 bias=15/16
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      416 |        5
0.00/0.06	c  0.0s |       0 |       39 |        0 |      383      0 |      416 |        5
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 39
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 2: cost of the new core is >=2
0.00/0.06	c lower bound updated to 24
0.00/0.06	c BCD2: 24 <= obj <= 104
0.00/0.06	c BCD2: #cores=11, #unrelaxed=34, #relaxed=33, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=16 bias=16/17
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      416 |        5
0.00/0.06	c  0.0s |       0 |       68 |        1 |      383      0 |      416 |        5
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 68
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 1
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=4
0.00/0.06	c lower bound updated to 26
0.00/0.06	c BCD2: 26 <= obj <= 104
0.00/0.06	c BCD2: #cores=11, #unrelaxed=33, #relaxed=34, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=17 bias=17/18
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      417 |        5
0.00/0.06	c  0.0s |       0 |       91 |       21 |      383      0 |      417 |        6
0.00/0.06	c #cpu_time = 0.002s
0.00/0.06	c #wall_clock_time = 0.003s
0.00/0.06	c #decision = 91
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 21
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 12: cost of the new core is >=3
0.00/0.06	c lower bound updated to 27
0.00/0.06	c BCD2: 27 <= obj <= 104
0.00/0.06	c BCD2: #cores=10, #unrelaxed=27, #relaxed=40, #hardened=412
0.00/0.06	c BCD2: #sat=1 #unsat=18 bias=18/19
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      383      0 |      419 |        6
0.00/0.06	c  0.0s |       0 |      105 |        6 |      383      0 |      419 |        8
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 105
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 6
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=9
0.00/0.06	c lower bound updated to 28
0.00/0.07	c BCD2: 28 <= obj <= 104
0.00/0.07	c BCD2: #cores=9, #unrelaxed=23, #relaxed=44, #hardened=412
0.00/0.07	c BCD2: #sat=1 #unsat=19 bias=19/20
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      383      0 |      421 |        8
0.00/0.07	c  0.0s |       0 |      113 |        1 |      383      0 |      421 |       10
0.00/0.07	c #cpu_time = 0.001s
0.00/0.07	c #wall_clock_time = 0.001s
0.00/0.07	c #decision = 113
0.00/0.07	c #random_decision = 2
0.00/0.07	c #conflict = 1
0.00/0.07	c #restart = 0
0.00/0.07	o 48
0.00/0.07	c BCD2: updating upper bound: 104 -> 47
0.00/0.07	c BCD2: 28 <= obj <= 47
0.00/0.07	c BCD2: #cores=9, #unrelaxed=23, #relaxed=44, #hardened=412
0.00/0.07	c BCD2: #sat=2 #unsat=19 bias=19/21
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      383      0 |      421 |       11
0.00/0.07	c  0.0s |       0 |       72 |        7 |      383      0 |      421 |       11
0.00/0.07	c #cpu_time = 0.002s
0.00/0.07	c #wall_clock_time = 0.002s
0.00/0.07	c #decision = 72
0.00/0.07	c #random_decision = 0
0.00/0.07	c #conflict = 7
0.00/0.07	c #restart = 0
0.00/0.07	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 22: cost of the new core is >=7
0.00/0.07	c lower bound updated to 29
0.00/0.07	c BCD2: 29 <= obj <= 47
0.00/0.07	c BCD2: #cores=7, #unrelaxed=22, #relaxed=45, #hardened=412
0.00/0.07	c BCD2: #sat=2 #unsat=20 bias=20/22
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      383      0 |      428 |       11
0.00/0.08	c  0.0s |       0 |      116 |       50 |      383      0 |      428 |       22
0.00/0.08	c #cpu_time = 0.007s
0.00/0.08	c #wall_clock_time = 0.007s
0.00/0.08	c #decision = 116
0.00/0.08	c #random_decision = 0
0.00/0.08	c #conflict = 50
0.00/0.08	c #restart = 0
0.00/0.08	o 44
0.00/0.08	c BCD2: updating upper bound: 47 -> 43
0.00/0.08	c BCD2: 29 <= obj <= 43
0.00/0.08	c BCD2: #cores=7, #unrelaxed=22, #relaxed=45, #hardened=412
0.00/0.08	c BCD2: #sat=3 #unsat=20 bias=20/23
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |      383      0 |      428 |       23
0.00/0.09	c  0.0s |       1 |      148 |      100 |      422      0 |      428 |       23
0.09/0.10	c  0.0s |       2 |      371 |      250 |      465      0 |      428 |       23
0.09/0.13	c  0.0s |       3 |      674 |      475 |      512      0 |      428 |       23
0.09/0.15	c  0.1s |       3 |      921 |      642 |      512      0 |      428 |       23
0.09/0.15	c #cpu_time = 0.063s
0.09/0.15	c #wall_clock_time = 0.064s
0.09/0.15	c #decision = 921
0.09/0.15	c #random_decision = 1
0.09/0.15	c #conflict = 642
0.09/0.15	c #restart = 3
0.09/0.15	o 39
0.09/0.15	c BCD2: updating upper bound: 43 -> 38
0.09/0.15	c BCD2: 29 <= obj <= 38
0.09/0.15	c BCD2: #cores=7, #unrelaxed=22, #relaxed=45, #hardened=412
0.09/0.15	c BCD2: #sat=4 #unsat=20 bias=20/24
0.09/0.15	c Solving starts ...
0.09/0.15	c ============================[ Search Statistics ]============================
0.09/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.15	c =============================================================================
0.09/0.15	c  0.0s |       0 |        0 |        0 |      512      0 |      428 |       24
0.09/0.16	c  0.0s |       0 |      136 |       68 |      512      0 |      428 |       24
0.09/0.16	c #cpu_time = 0.014s
0.09/0.16	c #wall_clock_time = 0.014s
0.09/0.16	c #decision = 136
0.09/0.16	c #random_decision = 0
0.09/0.16	c #conflict = 68
0.09/0.16	c #restart = 0
0.09/0.16	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 27: cost of the new core is >=9
0.09/0.16	c lower bound updated to 30
0.09/0.16	c BCD2: 30 <= obj <= 38
0.09/0.16	c BCD2: #cores=6, #unrelaxed=20, #relaxed=47, #hardened=412
0.09/0.16	c BCD2: #sat=4 #unsat=21 bias=21/25
0.09/0.16	c Solving starts ...
0.09/0.16	c ============================[ Search Statistics ]============================
0.09/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.16	c =============================================================================
0.09/0.16	c  0.0s |       0 |        0 |        0 |      512      0 |      434 |       24
0.09/0.18	c  0.0s |       1 |      145 |      100 |      564      0 |      434 |       34
0.19/0.20	c  0.0s |       1 |      372 |      244 |      564      0 |      434 |       34
0.19/0.20	c #cpu_time = 0.035s
0.19/0.20	c #wall_clock_time = 0.035s
0.19/0.20	c #decision = 372
0.19/0.20	c #random_decision = 0
0.19/0.20	c #conflict = 244
0.19/0.20	c #restart = 1
0.19/0.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 28: cost of the new core is >=11
0.19/0.20	c lower bound updated to 32
0.19/0.20	c BCD2: 32 <= obj <= 38
0.19/0.20	c BCD2: #cores=6, #unrelaxed=19, #relaxed=48, #hardened=412
0.19/0.20	c BCD2: #sat=4 #unsat=22 bias=22/26
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |      564      0 |      435 |       34
0.19/0.21	c  0.0s |       1 |      148 |      100 |      564      0 |      435 |       35
0.19/0.23	c  0.0s |       2 |      346 |      250 |      564      0 |      435 |       35
0.19/0.26	c  0.1s |       3 |      700 |      475 |      621      0 |      435 |       35
0.19/0.29	c  0.1s |       3 |     1085 |      738 |      621      0 |      436 |       36
0.19/0.29	c #cpu_time = 0.093s
0.19/0.29	c #wall_clock_time = 0.094s
0.19/0.29	c #decision = 1085
0.19/0.29	c #random_decision = 1
0.19/0.29	c #conflict = 738
0.19/0.29	c #restart = 3
0.19/0.29	c BCD2: updating lower bound of a core
0.19/0.29	c lower bound updated to 37
0.19/0.29	c BCD2: hardening fixes 14 literals
0.19/0.29	c BCD2: 37 <= obj <= 38
0.19/0.29	c BCD2: #cores=6, #unrelaxed=5, #relaxed=48, #hardened=426
0.19/0.29	c BCD2: #sat=4 #unsat=23 bias=23/27
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 |      621      0 |      472 |       37
0.29/0.31	c  0.0s |       1 |      154 |      100 |      621      0 |      472 |       84
0.29/0.31	c  0.0s |       1 |      248 |      151 |      621      0 |      472 |       84
0.29/0.31	c #cpu_time = 0.021s
0.29/0.31	c #wall_clock_time = 0.021s
0.29/0.31	c #decision = 248
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 151
0.29/0.31	c #restart = 1
0.29/0.31	o 38
0.29/0.31	c BCD2: hardening fixes 6 literals
0.29/0.31	c BCD2: updating upper bound: 38 -> 37
0.29/0.31	c BCD2: 37 <= obj <= 37
0.29/0.31	c BCD2: #cores=6, #unrelaxed=0, #relaxed=47, #hardened=432
0.29/0.31	c BCD2: #sat=5 #unsat=23 bias=23/28
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 |      621      0 |      486 |       85
0.29/0.32	c  0.0s |       0 |       36 |        2 |      621      0 |      486 |      115
0.29/0.32	c #cpu_time = 0.002s
0.29/0.32	c #wall_clock_time = 0.002s
0.29/0.32	c #decision = 36
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 2
0.29/0.32	c #restart = 0
0.29/0.32	o 37
0.29/0.32	s OPTIMUM FOUND
0.29/0.32	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10
0.29/0.32	v -x11 x12 x13 -x14 -x15 x16 x17 -x18 -x19 x20
0.29/0.32	v x21 -x22 -x23 x24 x25 -x26 -x27 -x28 x29 -x30
0.29/0.32	v x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 x40
0.29/0.32	v -x41 -x42 x43 -x44 -x45 -x46 -x47 x48 x49 -x50
0.29/0.32	v -x51 x52 -x53 x54 x55 -x56 -x57 x58 x59 -x60
0.29/0.32	v -x61 x62 -x63 -x64 -x65 x66 -x67 -x68 x69 -x70
0.29/0.32	v -x71 x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 x80
0.29/0.32	v -x81 x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90
0.29/0.32	v -x91 -x92 -x93 x94 -x95 -x96 -x97 x98 -x99 -x100
0.29/0.32	v x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
0.29/0.32	v -x111 x112 -x113 x114 -x115 -x116 x117 -x118 x119 -x120
0.29/0.32	v -x121 -x122 -x123 x124 -x125 x126 -x127 -x128 -x129 -x130
0.29/0.32	v -x131 x132 -x133 x134 -x135 -x136 x137 -x138 -x139 -x140
0.29/0.32	v -x141 x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 x150
0.29/0.32	v -x151 x152 -x153 -x154 x155 -x156 -x157 x158 x159 -x160
0.29/0.32	v -x161 -x162 -x163 x164 -x165 x166 x167 -x168 x169 -x170
0.29/0.32	v x171 -x172 x173 -x174 x175 -x176 -x177 -x178 x179 -x180
0.29/0.32	v x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 x189 -x190
0.29/0.32	v x191 -x192
0.29/0.32	c total CPU time = 0.319s
0.29/0.32	c total wall clock time = 0.320s

Verifier Data

OK	37

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-4093575-1466095115/watcher-4093575-1466095115 -o /tmp/evaluation-result-4093575-1466095115/solver-4093575-1466095115 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093575-1466095115.wbo 

pid=15652
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: 1.85 2.03 2.01 3/179 15655
/proc/meminfo: memFree=31394344/32872528 swapFree=525044/557748
[pid=15655] ppid=15652 vsize=772540 CPUtime=0 cores=1,3,5,7
/proc/15655/stat : 15655 (toysat) R 15652 15655 10502 0 -1 4202496 2892 0 0 0 0 0 0 0 20 0 4 0 11561614 791080960 3253 33554432000 4194304 16246674 140736834450736 140736834450160 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15655/statm: 193903 3261 441 2943 0 190797 0
[pid=15655/tid=15656] ppid=15652 vsize=789948 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15656/stat : 15656 (toysat) S 15652 15655 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11561614 808906752 3321 33554432000 4194304 16246674 140736834450736 139961250589936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15655/tid=15657] ppid=15652 vsize=795068 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15657/stat : 15657 (toysat) S 15652 15655 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11561614 814149632 3339 33554432000 4194304 16246674 140736834450736 139961240100080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15655/tid=15658] ppid=15652 vsize=799164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15658/stat : 15658 (toysat) S 15652 15655 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11561614 818343936 3355 33554432000 4194304 16246674 140736834450736 139961229626544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 1.85 2.03 2.01 3/179 15655
/proc/meminfo: memFree=31394344/32872528 swapFree=525044/557748
[pid=15655] ppid=15652 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/15655/stat : 15655 (toysat) R 15652 15655 10502 0 -1 4202496 20506 0 0 0 7 2 0 0 20 0 4 0 11561614 1249447936 20831 33554432000 4194304 16246674 140736834450736 140736834450048 5522925 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15655/statm: 305041 20831 881 2943 0 301935 0
[pid=15655/tid=15656] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15656/stat : 15656 (toysat) S 15652 15655 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 20831 33554432000 4194304 16246674 140736834450736 139961250589936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15655/tid=15657] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15657/stat : 15657 (toysat) S 15652 15655 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 20831 33554432000 4194304 16246674 140736834450736 139961240100080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15655/tid=15658] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15658/stat : 15658 (toysat) S 15652 15655 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 20831 33554432000 4194304 16246674 140736834450736 139961229626544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.20048 s]
/proc/loadavg: 1.85 2.03 2.01 3/179 15655
/proc/meminfo: memFree=31394344/32872528 swapFree=525044/557748
[pid=15655] ppid=15652 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/15655/stat : 15655 (toysat) R 15652 15655 10502 0 -1 4202496 32338 0 0 0 15 4 0 0 20 0 4 0 11561614 1249447936 32663 33554432000 4194304 16246674 140736834450736 140736834450048 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15655/statm: 305041 32672 881 2943 0 301935 0
[pid=15655/tid=15656] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15656/stat : 15656 (toysat) S 15652 15655 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 32680 33554432000 4194304 16246674 140736834450736 139961250589936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15655/tid=15657] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15657/stat : 15657 (toysat) S 15652 15655 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 32685 33554432000 4194304 16246674 140736834450736 139961240100080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15655/tid=15658] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15658/stat : 15658 (toysat) S 15652 15655 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 32693 33554432000 4194304 16246674 140736834450736 139961229626544 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) 1220164

[startup+0.300484 s]
/proc/loadavg: 1.85 2.03 2.01 3/179 15655
/proc/meminfo: memFree=31394344/32872528 swapFree=525044/557748
[pid=15655] ppid=15652 vsize=1220164 CPUtime=0.29 cores=1,3,5,7
/proc/15655/stat : 15655 (toysat) R 15652 15655 10502 0 -1 4202496 50423 0 0 0 22 7 0 0 20 0 4 0 11561614 1249447936 50748 33554432000 4194304 16246674 140736834450736 140736834450048 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15655/statm: 305041 50756 881 2943 0 301935 0
[pid=15655/tid=15656] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15656/stat : 15656 (toysat) S 15652 15655 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50765 33554432000 4194304 16246674 140736834450736 139961250589936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15655/tid=15657] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15657/stat : 15657 (toysat) S 15652 15655 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50771 33554432000 4194304 16246674 140736834450736 139961240100080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15655/tid=15658] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15658/stat : 15658 (toysat) S 15652 15655 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50776 33554432000 4194304 16246674 140736834450736 139961229626544 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) 1220164

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15655 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.300484 s]
/proc/loadavg: 1.85 2.03 2.01 3/179 15655
/proc/meminfo: memFree=31394344/32872528 swapFree=525044/557748
[pid=15655] ppid=15652 vsize=1220164 CPUtime=0.29 cores=1,3,5,7
/proc/15655/stat : 15655 (toysat) R 15652 15655 10502 0 -1 4202496 50423 0 0 0 22 7 0 0 20 0 4 0 11561614 1249447936 50748 33554432000 4194304 16246674 140736834450736 140736834450048 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15655/statm: 305041 50756 881 2943 0 301935 0
[pid=15655/tid=15656] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15656/stat : 15656 (toysat) S 15652 15655 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50765 33554432000 4194304 16246674 140736834450736 139961250589936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15655/tid=15657] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15657/stat : 15657 (toysat) S 15652 15655 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50771 33554432000 4194304 16246674 140736834450736 139961240100080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15655/tid=15658] ppid=15652 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/15655/task/15658/stat : 15658 (toysat) S 15652 15655 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11561614 1249447936 50776 33554432000 4194304 16246674 140736834450736 139961229626544 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) 1220164

Child status: 0
Real time (s): 0.335256
CPU time (s): 0.331948
CPU user time (s): 0.243962
CPU system time (s): 0.087986
CPU usage (%): 99.0133
Max. virtual memory (cumulated for all children) (KiB): 1220164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.243962
system time used= 0.087986
maximum resident set size= 218620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54332
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= 25
involuntary context switches= 1

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

The end

Launcher Data

Begin job on node106 at 2016-06-16 18:38:35
IDJOB=4093575
IDBENCH=79431
IDSOLVER=2553
FILE ID=node106/4093575-1466095115
RUNJOBID= node106-1466074835-11959
PBS_JOBID= 19904026
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/spot5/normalized-spot5-54_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093575-1466095115/watcher-4093575-1466095115 -o /tmp/evaluation-result-4093575-1466095115/solver-4093575-1466095115 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11959 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093575-1466095115.wbo

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

MD5SUM BENCH= 5da0482fa5c9a9d0a00dab78a5ff7041
RANDOM SEED=734917688

node106.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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.38
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		: 2667.073
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:        31409372 kB
Buffers:           48688 kB
Cached:           106188 kB
SwapCached:         1840 kB
Active:           129244 kB
Inactive:          74620 kB
Active(anon):      50176 kB
Inactive(anon):     1072 kB
Active(file):      79068 kB
Inactive(file):    73548 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             33344 kB
Writeback:             0 kB
AnonPages:        606296 kB
Mapped:             9788 kB
Shmem:                 0 kB
Slab:             570084 kB
SReclaimable:      12620 kB
SUnreclaim:       557464 kB
KernelStack:        1408 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1687828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71708 MiB
End job on node106 at 2016-06-16 18:38:35