Trace number 4079861

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-02OPT5867 0.342947 0.347948

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-6_12.opb
MD5SUMd3b3d1e364c50657a7515a2e4087a65b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5867
Best CPU time to get the best result obtained on this benchmark0.007997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5867
Optimality of the best value was proved YES
Number of variables78
Total number of constraints84
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)12
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint6
Number of terms in the objective function 78
Biggest coefficient in the objective function 2194
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 39785
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2194
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 39785
Number of bits of the biggest sum of numbers16
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-06T23:22:07+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-4079861-1465248126.opb"]
0.00/0.01	c use --random-gen="2134966756 2059087551 1439447055 979217836 242021333 1299449897 705785601 1837151723 295522565 3554541671 1293465991 105260602 1772308799 1908865482 758937519 311962433 609989905 2732240849 4047331211 176228384 3701829563 3615483009 3165425997 3686177315 4170485732 2734033796 3205043341 247791666 2839090908 2359795485 3459171903 193288689 1568858740 4076296816 1180708268 2153990144 4074436418 3778835606 1735096902 222256743 2674418009 1980488432 479282237 4000248677 901848725 3964292029 2050714689 3205943438 1329926713 1884649049 4244524641 2085487031 2312616894 1702281556 593575650 2586528291 926702476 3992914335 4122377661 3627331793 1349311132 1501753733 4186405786 2729751039 3383757633 3795259849 4171112322 489594904 1416008971 1642389709 2431947763 79407899 1410381700 2848942174 3527081997 3250177064 4018119228 1891109946 2068311920 3595722560 4264099764 1784269766 1587400850 2737426755 24179155 3885721655 2807761638 3225003060 2414099742 432154091 3810724925 206825966 1050164313 4206310113 2604080071 2183131122 585808063 783216299 2703132138 2950877472 1455401237 2100213541 2757392588 522002786 1321017443 2888273484 510706754 865288237 3818112444 1171070593 2089927094 1226212131 3767934469 405154544 4151067398 485464416 1199765063 3122197529 3831642344 3622351037 1492117189 170622740 1290131106 3389010230 3913422282 4166605050 2996077905 1967029880 1102417269 543939008 3108457224 2391349364 4038557894 606826335 4252723361 1183196291 1356008167 3504028434 1115098212 3629025913 252513001 3331270345 3779407500 590746831 3547678035 3151520540 2010074962 2840204527 273465353 4106382834 1747659419 2997887610 409072339 798442891 941758887 2572764488 2024405028 3319242427 471542763 1887706663 815629864 4183090618 401625122 3028840395 2988218996 3787220527 1545214323 1334098008 3903948188 1691911617 2903936551 576887369 277711353 2470328600 945497806 2802226390 3212110581 2788014032 2693709103 3867519211 3384271529 476507042 2861594483 3467564762 3930677318 484164799 1373840865 2844737865 2169586631 3652539761 530343359 1971592546 498425065 2511891730 87067446 1418611863 1151590577 4146979687 4167670555 1689991003 3221712931 2454773181 3442846345 487597952 846089461 2254804820 970357393 394555141 1685212064 3263119889 3873511054 3006398737 4004445286 2091494142 3131561922 1936029859 534049236 3299148406 969495315 3768246100 3811507290 1958972874 3039250606 325534704 4216022363 2416073849 878883242 1359671803 2699063785 1459592923 2584847743 1239828252 1145299289 1989042525 829410760 885255262 1445256622 630508140 345172240 2499515826 1398301719 918098793 1696629120 2356451634 1501886124 3308223950 2539548424 342335515 3157286391 3240063427 4155015333 211907446 925040279 3269878087 350399189 168819187 255 362436" option to reproduce the execution
0.00/0.01	c #vars 78
0.00/0.01	c #constraints 84
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       17 |        0 |       58      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 17
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 14756
0.00/0.01	c BCD2: updating upper bound: 39785 -> 14755
0.00/0.01	c BCD2: 0 <= obj <= 14755
0.00/0.01	c BCD2: #cores=0, #unrelaxed=78, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        5 |        0 |       58      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 5
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 6: cost of the new core is >=1335
0.00/0.01	c lower bound updated to 1335
0.00/0.01	c BCD2: 1335 <= obj <= 14755
0.00/0.01	c BCD2: #cores=1, #unrelaxed=72, #relaxed=6, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        6 |        0 |       58      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 6
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 6: cost of the new core is >=206
0.00/0.01	c lower bound updated to 1541
0.00/0.01	c BCD2: 1541 <= obj <= 14755
0.00/0.01	c BCD2: #cores=2, #unrelaxed=66, #relaxed=12, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        1
0.00/0.01	c  0.0s |       0 |        7 |        0 |       58      0 |        0 |        1
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 7
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 6: cost of the new core is >=303
0.00/0.01	c lower bound updated to 1844
0.00/0.01	c BCD2: 1844 <= obj <= 14755
0.00/0.01	c BCD2: #cores=3, #unrelaxed=60, #relaxed=18, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        2
0.00/0.02	c  0.0s |       0 |        8 |        0 |       58      0 |        0 |        2
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 8
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=131
0.00/0.02	c lower bound updated to 1975
0.00/0.02	c BCD2: 1975 <= obj <= 14755
0.00/0.02	c BCD2: #cores=4, #unrelaxed=54, #relaxed=24, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        3
0.00/0.02	c  0.0s |       0 |        9 |        0 |       58      0 |        0 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 9
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=130
0.00/0.02	c lower bound updated to 2105
0.00/0.02	c BCD2: 2105 <= obj <= 14755
0.00/0.02	c BCD2: #cores=5, #unrelaxed=48, #relaxed=30, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        4
0.00/0.02	c  0.0s |       0 |       10 |        0 |       58      0 |        0 |        4
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 10
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=150
0.00/0.02	c lower bound updated to 2255
0.00/0.02	c BCD2: 2255 <= obj <= 14755
0.00/0.02	c BCD2: #cores=6, #unrelaxed=42, #relaxed=36, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        5
0.00/0.02	c  0.0s |       0 |       11 |        0 |       58      0 |        0 |        5
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 11
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=386
0.00/0.02	c lower bound updated to 2641
0.00/0.02	c BCD2: 2641 <= obj <= 14755
0.00/0.02	c BCD2: #cores=7, #unrelaxed=36, #relaxed=42, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        6
0.00/0.02	c  0.0s |       0 |       12 |        0 |       58      0 |        0 |        6
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 12
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=303
0.00/0.02	c lower bound updated to 2944
0.00/0.02	c BCD2: 2944 <= obj <= 14755
0.00/0.02	c BCD2: #cores=8, #unrelaxed=30, #relaxed=48, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        7
0.00/0.02	c  0.0s |       0 |       13 |        0 |       58      0 |        0 |        7
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 13
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=106
0.00/0.02	c lower bound updated to 3050
0.00/0.02	c BCD2: 3050 <= obj <= 14755
0.00/0.02	c BCD2: #cores=9, #unrelaxed=24, #relaxed=54, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        8
0.00/0.02	c  0.0s |       0 |       14 |        0 |       58      0 |        0 |        8
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 14
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=100
0.00/0.02	c lower bound updated to 3150
0.00/0.02	c BCD2: 3150 <= obj <= 14755
0.00/0.02	c BCD2: #cores=10, #unrelaxed=18, #relaxed=60, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |        9
0.00/0.02	c  0.0s |       0 |       15 |        0 |       58      0 |        0 |        9
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 15
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=332
0.00/0.02	c lower bound updated to 3482
0.00/0.02	c BCD2: 3482 <= obj <= 14755
0.00/0.02	c BCD2: #cores=11, #unrelaxed=12, #relaxed=66, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |       10
0.00/0.02	c  0.0s |       0 |       16 |        0 |       58      0 |        0 |       10
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 16
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 6: cost of the new core is >=169
0.00/0.02	c lower bound updated to 3651
0.00/0.02	c BCD2: 3651 <= obj <= 14755
0.00/0.02	c BCD2: #cores=12, #unrelaxed=6, #relaxed=72, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |       11
0.00/0.03	c  0.0s |       0 |       17 |        0 |       58      0 |        0 |       11
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 17
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 6: cost of the new core is >=131
0.00/0.03	c lower bound updated to 3782
0.00/0.03	c BCD2: 3782 <= obj <= 14755
0.00/0.03	c BCD2: #cores=13, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |       12
0.00/0.03	c  0.0s |       0 |       79 |        0 |       58      0 |        0 |       12
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 79
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 9489
0.00/0.03	c BCD2: updating upper bound: 14755 -> 9488
0.00/0.03	c BCD2: 3782 <= obj <= 9488
0.00/0.03	c BCD2: #cores=13, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=14 bias=14/16
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       58      0 |        0 |       13
0.00/0.03	c  0.0s |       0 |       11 |        2 |       58      0 |        0 |       13
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 11
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 2
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 0 and merging with 8 cores into a new core of size 48: cost of the new core is >=1250
0.00/0.03	c lower bound updated to 3783
0.00/0.03	c BCD2: 3783 <= obj <= 9488
0.00/0.03	c BCD2: #cores=6, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=15 bias=15/17
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       58      0 |       33 |       13
0.00/0.04	c  0.0s |       1 |      144 |      100 |       64      0 |       33 |       71
0.00/0.05	c  0.0s |       1 |      249 |      191 |       64      1 |       33 |       71
0.00/0.05	c #cpu_time = 0.020s
0.00/0.05	c #wall_clock_time = 0.020s
0.00/0.05	c #decision = 249
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 191
0.00/0.05	c #restart = 1
0.00/0.05	c BCD2: relaxing 0 and merging with 5 cores into a new core of size 72: cost of the new core is >=3398
0.00/0.05	c lower bound updated to 3784
0.00/0.05	c BCD2: 3784 <= obj <= 9488
0.00/0.05	c BCD2: #cores=2, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.05	c BCD2: #sat=2 #unsat=16 bias=16/18
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 |       64      0 |       78 |       71
0.00/0.05	c  0.0s |       0 |       28 |        0 |       64      0 |       78 |      158
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 = 28
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	o 8460
0.00/0.05	c BCD2: updating upper bound: 9488 -> 8459
0.00/0.05	c BCD2: 3784 <= obj <= 8459
0.00/0.05	c BCD2: #cores=2, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.05	c BCD2: #sat=3 #unsat=16 bias=16/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 |       64      0 |       78 |      159
0.00/0.06	c  0.0s |       0 |       70 |       46 |       64      0 |       78 |      159
0.00/0.06	c #cpu_time = 0.005s
0.00/0.06	c #wall_clock_time = 0.005s
0.00/0.06	c #decision = 70
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 46
0.00/0.06	c #restart = 0
0.00/0.06	o 7641
0.00/0.06	c BCD2: updating upper bound: 8459 -> 7640
0.00/0.06	c BCD2: 3784 <= obj <= 7640
0.00/0.06	c BCD2: #cores=2, #unrelaxed=0, #relaxed=78, #hardened=0
0.00/0.06	c BCD2: #sat=4 #unsat=16 bias=16/20
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 |       64      0 |       78 |      160
0.00/0.07	c  0.0s |       1 |      127 |      100 |       71      0 |       78 |      160
0.00/0.09	c  0.0s |       2 |      311 |      250 |       79      1 |       78 |      160
0.09/0.10	c  0.0s |       2 |      438 |      351 |       79      3 |       78 |      160
0.09/0.10	c #cpu_time = 0.039s
0.09/0.10	c #wall_clock_time = 0.039s
0.09/0.10	c #decision = 438
0.09/0.10	c #random_decision = 1
0.09/0.10	c #conflict = 351
0.09/0.10	c #restart = 2
0.09/0.10	o 6774
0.09/0.10	c BCD2: updating upper bound: 7640 -> 6773
0.09/0.10	c BCD2: 3784 <= obj <= 6773
0.09/0.10	c BCD2: #cores=2, #unrelaxed=0, #relaxed=78, #hardened=0
0.09/0.10	c BCD2: #sat=5 #unsat=16 bias=16/21
0.09/0.10	c Solving starts ...
0.09/0.10	c ============================[ Search Statistics ]============================
0.09/0.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.10	c =============================================================================
0.09/0.10	c  0.0s |       0 |        0 |        0 |       79      0 |       78 |      161
0.09/0.11	c  0.0s |       1 |      126 |      100 |       79      0 |       78 |      161
0.09/0.12	c  0.0s |       1 |      150 |      109 |       79      1 |       78 |      161
0.09/0.12	c #cpu_time = 0.013s
0.09/0.12	c #wall_clock_time = 0.013s
0.09/0.12	c #decision = 150
0.09/0.12	c #random_decision = 0
0.09/0.12	c #conflict = 109
0.09/0.12	c #restart = 1
0.09/0.12	o 6038
0.09/0.12	c BCD2: updating upper bound: 6773 -> 6037
0.09/0.12	c BCD2: 3784 <= obj <= 6037
0.09/0.12	c BCD2: #cores=2, #unrelaxed=0, #relaxed=78, #hardened=0
0.09/0.12	c BCD2: #sat=6 #unsat=16 bias=16/22
0.09/0.12	c Solving starts ...
0.09/0.12	c ============================[ Search Statistics ]============================
0.09/0.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.12	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.12	c =============================================================================
0.09/0.12	c  0.0s |       0 |        0 |        0 |       79      0 |       78 |      162
0.09/0.13	c  0.0s |       0 |       86 |       76 |       79      1 |       78 |      162
0.09/0.13	c #cpu_time = 0.009s
0.09/0.13	c #wall_clock_time = 0.009s
0.09/0.13	c #decision = 86
0.09/0.13	c #random_decision = 0
0.09/0.13	c #conflict = 76
0.09/0.13	c #restart = 0
0.09/0.13	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 78: cost of the new core is >=3785
0.09/0.13	c lower bound updated to 3785
0.09/0.13	c BCD2: 3785 <= obj <= 6037
0.09/0.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.09/0.13	c BCD2: #sat=6 #unsat=17 bias=17/23
0.09/0.13	c Solving starts ...
0.09/0.13	c ============================[ Search Statistics ]============================
0.09/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.13	c =============================================================================
0.09/0.13	c  0.0s |       0 |        0 |        0 |       79      0 |       95 |      162
0.09/0.14	c  0.0s |       1 |      105 |      100 |       87      0 |       95 |      196
0.09/0.16	c  0.0s |       2 |      274 |      250 |       87      1 |       95 |      196
0.09/0.16	c  0.0s |       2 |      358 |      332 |       87      1 |       96 |      197
0.09/0.16	c #cpu_time = 0.035s
0.09/0.16	c #wall_clock_time = 0.035s
0.09/0.16	c #decision = 358
0.09/0.16	c #random_decision = 1
0.09/0.16	c #conflict = 332
0.09/0.16	c #restart = 2
0.09/0.16	c BCD2: updating lower bound of a core
0.09/0.16	c lower bound updated to 5451
0.09/0.16	c BCD2: 5451 <= obj <= 6037
0.09/0.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.09/0.16	c BCD2: #sat=6 #unsat=18 bias=18/24
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.17	c  0.0s |       0 |        0 |        0 |       87      0 |       96 |      198
0.09/0.18	c  0.0s |       1 |      119 |      100 |       87      0 |       96 |      198
0.09/0.19	c  0.0s |       2 |      295 |      250 |       96      1 |       96 |      198
0.19/0.22	c  0.1s |       3 |      558 |      475 |       96      3 |       96 |      198
0.19/0.23	c  0.1s |       3 |      723 |      619 |       96      4 |       96 |      198
0.19/0.23	c #cpu_time = 0.069s
0.19/0.23	c #wall_clock_time = 0.069s
0.19/0.23	c #decision = 723
0.19/0.23	c #random_decision = 3
0.19/0.23	c #conflict = 619
0.19/0.23	c #restart = 3
0.19/0.23	o 5867
0.19/0.24	c BCD2: updating upper bound: 6037 -> 5866
0.19/0.24	c BCD2: 5451 <= obj <= 5866
0.19/0.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.19/0.24	c BCD2: #sat=7 #unsat=18 bias=18/25
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |       96      0 |       96 |      200
0.19/0.25	c  0.0s |       1 |      114 |      100 |       96      1 |       96 |      200
0.19/0.25	c  0.0s |       1 |      160 |      145 |       96      1 |       97 |      202
0.19/0.25	c #cpu_time = 0.015s
0.19/0.25	c #wall_clock_time = 0.015s
0.19/0.25	c #decision = 160
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 145
0.19/0.25	c #restart = 1
0.19/0.25	c BCD2: updating lower bound of a core
0.19/0.25	c lower bound updated to 5751
0.19/0.25	c BCD2: 5751 <= obj <= 5866
0.19/0.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.19/0.25	c BCD2: #sat=7 #unsat=19 bias=19/26
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |       96      0 |       97 |      203
0.19/0.26	c  0.0s |       1 |      108 |      100 |       96      0 |       97 |      203
0.19/0.27	c  0.0s |       1 |      211 |      189 |       96      1 |       98 |      205
0.19/0.27	c #cpu_time = 0.019s
0.19/0.27	c #wall_clock_time = 0.019s
0.19/0.27	c #decision = 211
0.19/0.27	c #random_decision = 1
0.19/0.27	c #conflict = 189
0.19/0.27	c #restart = 1
0.19/0.27	c BCD2: updating lower bound of a core
0.19/0.27	c lower bound updated to 5836
0.19/0.27	c BCD2: 5836 <= obj <= 5866
0.19/0.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.19/0.27	c BCD2: #sat=7 #unsat=20 bias=20/27
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |       96      0 |       98 |      206
0.19/0.28	c  0.0s |       1 |      113 |      100 |      106      0 |       98 |      206
0.19/0.29	c  0.0s |       1 |      139 |      126 |      106      0 |       99 |      208
0.19/0.29	c #cpu_time = 0.013s
0.19/0.29	c #wall_clock_time = 0.013s
0.19/0.29	c #decision = 139
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 126
0.19/0.29	c #restart = 1
0.19/0.29	c BCD2: updating lower bound of a core
0.19/0.29	c lower bound updated to 5859
0.19/0.29	c BCD2: 5859 <= obj <= 5866
0.19/0.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.19/0.29	c BCD2: #sat=7 #unsat=21 bias=21/28
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 |      106      0 |       99 |      209
0.29/0.30	c  0.0s |       1 |      107 |      100 |      106      0 |       99 |      209
0.29/0.31	c  0.0s |       1 |      146 |      139 |      106      0 |      100 |      211
0.29/0.31	c #cpu_time = 0.015s
0.29/0.31	c #wall_clock_time = 0.015s
0.29/0.31	c #decision = 146
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 139
0.29/0.31	c #restart = 1
0.29/0.31	c BCD2: updating lower bound of a core
0.29/0.31	c lower bound updated to 5866
0.29/0.31	c BCD2: 5866 <= obj <= 5866
0.29/0.31	c BCD2: #cores=1, #unrelaxed=0, #relaxed=78, #hardened=0
0.29/0.31	c BCD2: #sat=7 #unsat=22 bias=22/29
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 |      106      0 |      100 |      212
0.29/0.32	c  0.0s |       1 |      107 |      100 |      106      0 |      100 |      212
0.29/0.33	c  0.0s |       1 |      154 |      144 |      106      0 |      101 |      214
0.29/0.33	c #cpu_time = 0.018s
0.29/0.33	c #wall_clock_time = 0.018s
0.29/0.33	c #decision = 154
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 144
0.29/0.33	c #restart = 1
0.29/0.33	c BCD2: updating lower bound of a core
0.29/0.33	c lower bound updated to 5867
0.29/0.33	s OPTIMUM FOUND
0.29/0.33	v -x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
0.29/0.33	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 x20
0.29/0.33	v -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30
0.29/0.33	v -x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
0.29/0.33	v -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50
0.29/0.33	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
0.29/0.33	v -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
0.29/0.33	v -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78
0.29/0.33	c total CPU time = 0.330s
0.29/0.33	c total wall clock time = 0.331s

Verifier Data

OK	5867

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

pid=1897
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: 3.22 2.54 2.34 2/179 1900
/proc/meminfo: memFree=15360156/32872528 swapFree=17892/1720544
[pid=1900] ppid=1897 vsize=670140 CPUtime=0 cores=1,3,5,7
/proc/1900/stat : 1900 (toysat) R 1897 1900 31655 0 -1 4202496 2489 0 0 0 0 0 0 0 20 0 4 0 106745865 686223360 3360 33554432000 4194304 16246674 140737327304160 140737327303096 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1900/statm: 168303 3369 441 2943 0 165197 0
[pid=1900/tid=1901] ppid=1897 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1901/stat : 1901 (toysat) S 1897 1900 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745865 732360704 3536 33554432000 4194304 16246674 140737327304160 140285596118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1900/tid=1902] ppid=1897 vsize=720316 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1902/stat : 1902 (toysat) S 1897 1900 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106745865 737603584 3555 33554432000 4194304 16246674 140737327304160 140285510135024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1900/tid=1903] ppid=1897 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1903/stat : 1903 (toysat) S 1897 1900 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745865 741797888 3572 33554432000 4194304 16246674 140737327304160 140285499661488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1900
/proc/meminfo: memFree=15360156/32872528 swapFree=17892/1720544
[pid=1900] ppid=1897 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1900/stat : 1900 (toysat) R 1897 1900 31655 0 -1 4202496 20952 0 0 0 6 3 0 0 20 0 4 0 106745865 1247350784 21810 33554432000 4194304 16246674 140737327304160 140737327286080 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1900/statm: 304529 21818 797 2943 0 301423 0
[pid=1900/tid=1901] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1901/stat : 1901 (toysat) S 1897 1900 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 21823 33554432000 4194304 16246674 140737327304160 140285596118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1900/tid=1902] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1902/stat : 1902 (toysat) S 1897 1900 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 21827 33554432000 4194304 16246674 140737327304160 140285510135024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1900/tid=1903] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1903/stat : 1903 (toysat) S 1897 1900 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 21837 33554432000 4194304 16246674 140737327304160 140285499661488 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) 1218116

[startup+0.200417 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1900
/proc/meminfo: memFree=15360156/32872528 swapFree=17892/1720544
[pid=1900] ppid=1897 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/1900/stat : 1900 (toysat) R 1897 1900 31655 0 -1 4202496 38426 0 0 0 14 5 0 0 20 0 4 0 106745865 1247350784 39284 33554432000 4194304 16246674 140737327304160 140737327286080 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1900/statm: 304529 39291 797 2943 0 301423 0
[pid=1900/tid=1901] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1901/stat : 1901 (toysat) S 1897 1900 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 39301 33554432000 4194304 16246674 140737327304160 140285596118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1900/tid=1902] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1902/stat : 1902 (toysat) S 1897 1900 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 39307 33554432000 4194304 16246674 140737327304160 140285510135024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1900/tid=1903] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1903/stat : 1903 (toysat) S 1897 1900 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 39310 33554432000 4194304 16246674 140737327304160 140285499661488 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) 1218116

[startup+0.300424 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1900
/proc/meminfo: memFree=15360156/32872528 swapFree=17892/1720544
[pid=1900] ppid=1897 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1900/stat : 1900 (toysat) R 1897 1900 31655 0 -1 4202496 56611 0 0 0 21 8 0 0 20 0 4 0 106745865 1247350784 57469 33554432000 4194304 16246674 140737327304160 140737327286080 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1900/statm: 304529 57480 797 2943 0 301423 0
[pid=1900/tid=1901] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1901/stat : 1901 (toysat) S 1897 1900 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57484 33554432000 4194304 16246674 140737327304160 140285596118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1900/tid=1902] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1902/stat : 1902 (toysat) S 1897 1900 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57488 33554432000 4194304 16246674 140737327304160 140285510135024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1900/tid=1903] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1903/stat : 1903 (toysat) S 1897 1900 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57493 33554432000 4194304 16246674 140737327304160 140285499661488 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) 1218116

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

[startup+0.300424 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1900
/proc/meminfo: memFree=15360156/32872528 swapFree=17892/1720544
[pid=1900] ppid=1897 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1900/stat : 1900 (toysat) R 1897 1900 31655 0 -1 4202496 56611 0 0 0 21 8 0 0 20 0 4 0 106745865 1247350784 57469 33554432000 4194304 16246674 140737327304160 140737327286080 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1900/statm: 304529 57480 797 2943 0 301423 0
[pid=1900/tid=1901] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1901/stat : 1901 (toysat) S 1897 1900 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57484 33554432000 4194304 16246674 140737327304160 140285596118256 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1900/tid=1902] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1902/stat : 1902 (toysat) S 1897 1900 31655 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57488 33554432000 4194304 16246674 140737327304160 140285510135024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1900/tid=1903] ppid=1897 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1900/task/1903/stat : 1903 (toysat) S 1897 1900 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745865 1247350784 57493 33554432000 4194304 16246674 140737327304160 140285499661488 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) 1218116

Child status: 0
Real time (s): 0.347948
CPU time (s): 0.342947
CPU user time (s): 0.235964
CPU system time (s): 0.106983
CPU usage (%): 98.5628
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.235964
system time used= 0.106983
maximum resident set size= 255308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62978
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= 21
involuntary context switches= 3

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

The end

Launcher Data

Begin job on node117 at 2016-06-06 23:22:07
IDJOB=4079861
IDBENCH=24967
IDSOLVER=2542
FILE ID=node117/4079861-1465248126
RUNJOBID= node117-1465227498-31672
PBS_JOBID= 19843241
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-6_12.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079861-1465248126/watcher-4079861-1465248126 -o /tmp/evaluation-result-4079861-1465248126/solver-4079861-1465248126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31672 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079861-1465248126.opb

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

MD5SUM BENCH= d3b3d1e364c50657a7515a2e4087a65b
RANDOM SEED=305026261

node117.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.088
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.17
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.088
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.088
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.088
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.088
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.54
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.088
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		: 2667.088
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.53
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.088
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:        15361172 kB
Buffers:             648 kB
Cached:            48596 kB
SwapCached:       370156 kB
Active:         13785156 kB
Inactive:        1272752 kB
Active(anon):   13765256 kB
Inactive(anon):  1245660 kB
Active(file):      19900 kB
Inactive(file):    27092 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       66058836 kB
Dirty:             16340 kB
Writeback:             0 kB
AnonPages:      16668796 kB
Mapped:             6044 kB
Shmem:                 0 kB
Slab:             568340 kB
SReclaimable:      11148 kB
SUnreclaim:       557192 kB
KernelStack:        1448 kB
PageTables:        38160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   17489364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 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= 71696 MiB
End job on node117 at 2016-06-06 23:22:08