Trace number 4079860

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-02OPT3951 0.168973 0.171562

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-5_10.opb
MD5SUMba69a176dcc33e2f7eda6b169d4d1c84
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3951
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3951
Optimality of the best value was proved YES
Number of variables55
Total number of constraints60
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 55
Biggest coefficient in the objective function 1772
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 25669
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1772
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 25669
Number of bits of the biggest sum of numbers15
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:08+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-4079860-1465248128.opb"]
0.00/0.01	c use --random-gen="763604800 1631375922 3609575297 1489076552 2925446582 3715441100 1659516370 1176001420 2005456904 1732134834 3563022134 122094745 983830777 814513681 3500383271 1588530464 2993692352 2075468971 598557346 3342798464 660569162 1894399517 1428050940 3480260805 4094848241 2632941105 2693564487 4162546572 3224738175 2124460809 2982462273 3683833598 1946370844 3532178956 4075915381 1222785910 3695550256 3411207791 1674959082 1919010422 478246689 2254995799 2090201979 2137846448 2485362244 1591425057 1526999384 3075888443 3692453687 2120916804 2196159417 467382139 324120966 4255874358 2733691351 3029398051 3933107083 473550873 3424724219 2676615246 1231504933 1710970398 1469042065 1819715508 2289865987 4145282505 3185088164 1236403496 4277550992 1105082592 2183386101 3153748287 3248348103 3578816318 549031691 2118128116 3654672635 3499515699 2909082651 1637811144 2005005238 1027567757 169695350 763593246 1144349351 330888343 1101158049 3559668721 651944446 1150046925 3746123790 2358060192 1147268464 4041151998 22597216 1314051451 1916969135 3788447302 792508362 1015059804 1734006846 2099159888 133881073 2320693463 192809575 659259406 4210976965 858540537 732194533 3818291866 2767773949 3384944207 3324046350 272182511 1611192306 363014566 3791389899 2724873465 2312779725 1484036925 1537772786 1181747050 283070975 2355684480 188976985 2604511273 2036906339 4169912383 1238559410 2049013456 4242501445 215077689 2205684051 3324713006 3939866690 2652487350 744822330 3123918678 1865488726 3973500513 2192203698 3123221881 4269958907 2388184256 2488673856 3416645544 2282732607 2558184706 1923510825 3150535074 1781708528 3497804397 690061207 2451183521 3342069712 2232903827 2466507829 1414861958 3069976408 666356257 2660581880 1042204892 432229017 1440790919 324975042 3412691909 428871005 401046004 186589640 1283707987 2618675093 675108739 3509199749 3486460221 2065528220 4273071896 3585055616 3421694928 671149376 2779426330 3712767091 761957150 4025530237 2714178172 2738166612 784225465 448212247 1189877592 198299046 1257737359 1503783648 1555203623 381374392 1124874036 1897454871 1472918176 3053450798 465517140 1152627011 3599177544 2969750579 4206665782 968762256 3787755172 3549316755 1196085409 3117279808 2922573694 3167732496 951668487 2830203120 1846472885 731712295 2435402965 114276609 3912963091 3121965399 3371667487 2887442676 2597040183 429244243 3726668442 3379579647 1431612706 3515012977 1348365943 4234290959 3858450162 3089168608 3906172615 22990508 889086073 3724220509 798906895 1912974347 928724457 749456593 468423610 3159963514 3724952617 3679394060 1095189591 2979022224 3917103751 117743403 2739510697 3390042596 2405572649 1608920959 2489385550 3065005022 3679277466 1210216411 780116492 252586821 2683048251 255 362436" option to reproduce the execution
0.00/0.01	c #vars 55
0.00/0.01	c #constraints 60
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 |       41      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       14 |        0 |       41      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 = 14
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 9553
0.00/0.01	c BCD2: updating upper bound: 25669 -> 9552
0.00/0.01	c BCD2: 0 <= obj <= 9552
0.00/0.01	c BCD2: #cores=0, #unrelaxed=55, #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 |       41      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        4 |        0 |       41      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 = 4
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 5: cost of the new core is >=320
0.00/0.01	c lower bound updated to 320
0.00/0.01	c BCD2: 320 <= obj <= 9552
0.00/0.01	c BCD2: #cores=1, #unrelaxed=50, #relaxed=5, #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 |       41      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        5 |        0 |       41      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 5: cost of the new core is >=263
0.00/0.01	c lower bound updated to 583
0.00/0.01	c BCD2: 583 <= obj <= 9552
0.00/0.01	c BCD2: #cores=2, #unrelaxed=45, #relaxed=10, #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 |       41      0 |        0 |        1
0.00/0.02	c  0.0s |       0 |        6 |        0 |       41      0 |        0 |        1
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 = 6
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 5: cost of the new core is >=258
0.00/0.02	c lower bound updated to 841
0.00/0.02	c BCD2: 841 <= obj <= 9552
0.00/0.02	c BCD2: #cores=3, #unrelaxed=40, #relaxed=15, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=4 bias=4/5
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 |       41      0 |        0 |        2
0.00/0.02	c  0.0s |       0 |        7 |        0 |       41      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 = 7
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 5: cost of the new core is >=106
0.00/0.02	c lower bound updated to 947
0.00/0.02	c BCD2: 947 <= obj <= 9552
0.00/0.02	c BCD2: #cores=4, #unrelaxed=35, #relaxed=20, #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 |       41      0 |        0 |        3
0.00/0.02	c  0.0s |       0 |        8 |        0 |       41      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 = 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 5: cost of the new core is >=296
0.00/0.02	c lower bound updated to 1243
0.00/0.02	c BCD2: 1243 <= obj <= 9552
0.00/0.02	c BCD2: #cores=5, #unrelaxed=30, #relaxed=25, #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 |       41      0 |        0 |        4
0.00/0.02	c  0.0s |       0 |        9 |        0 |       41      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 = 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 5: cost of the new core is >=311
0.00/0.02	c lower bound updated to 1554
0.00/0.02	c BCD2: 1554 <= obj <= 9552
0.00/0.02	c BCD2: #cores=6, #unrelaxed=25, #relaxed=30, #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 |       41      0 |        0 |        5
0.00/0.02	c  0.0s |       0 |       10 |        0 |       41      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 = 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 5: cost of the new core is >=185
0.00/0.02	c lower bound updated to 1739
0.00/0.02	c BCD2: 1739 <= obj <= 9552
0.00/0.02	c BCD2: #cores=7, #unrelaxed=20, #relaxed=35, #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 |       41      0 |        0 |        6
0.00/0.02	c  0.0s |       0 |       11 |        0 |       41      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 = 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 5: cost of the new core is >=110
0.00/0.02	c lower bound updated to 1849
0.00/0.02	c BCD2: 1849 <= obj <= 9552
0.00/0.02	c BCD2: #cores=8, #unrelaxed=15, #relaxed=40, #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 |       41      0 |        0 |        7
0.00/0.02	c  0.0s |       0 |       12 |        0 |       41      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 = 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 5: cost of the new core is >=308
0.00/0.02	c lower bound updated to 2157
0.00/0.02	c BCD2: 2157 <= obj <= 9552
0.00/0.02	c BCD2: #cores=9, #unrelaxed=10, #relaxed=45, #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 |       41      0 |        0 |        8
0.00/0.02	c  0.0s |       0 |       13 |        0 |       41      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 = 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 5: cost of the new core is >=197
0.00/0.02	c lower bound updated to 2354
0.00/0.02	c BCD2: 2354 <= obj <= 9552
0.00/0.02	c BCD2: #cores=10, #unrelaxed=5, #relaxed=50, #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 |       41      0 |        0 |        9
0.00/0.02	c  0.0s |       0 |       14 |        0 |       41      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 = 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 5: cost of the new core is >=127
0.00/0.02	c lower bound updated to 2481
0.00/0.02	c BCD2: 2481 <= obj <= 9552
0.00/0.02	c BCD2: #cores=11, #unrelaxed=0, #relaxed=55, #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 |       41      0 |        0 |       10
0.00/0.02	c  0.0s |       0 |       51 |        0 |       41      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 = 51
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	o 6558
0.00/0.02	c BCD2: updating upper bound: 9552 -> 6557
0.00/0.02	c BCD2: 2481 <= obj <= 6557
0.00/0.02	c BCD2: #cores=11, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=12 bias=12/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 |       41      0 |        0 |       11
0.00/0.03	c  0.0s |       0 |        6 |        2 |       41      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 = 6
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 5 cores into a new core of size 25: cost of the new core is >=1117
0.00/0.03	c lower bound updated to 2482
0.00/0.03	c BCD2: 2482 <= obj <= 6557
0.00/0.03	c BCD2: #cores=7, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=13 bias=13/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 |       41      0 |        9 |       11
0.00/0.03	c  0.0s |       0 |       25 |       13 |       41      0 |        9 |       24
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 = 25
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 13
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 40: cost of the new core is >=1856
0.00/0.03	c lower bound updated to 2483
0.00/0.03	c BCD2: 2483 <= obj <= 6557
0.00/0.03	c BCD2: #cores=4, #unrelaxed=0, #relaxed=55, #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 |       41      0 |       30 |       24
0.00/0.03	c  0.0s |       0 |       22 |        0 |       41      0 |       30 |       63
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 = 22
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 5857
0.00/0.03	c BCD2: updating upper bound: 6557 -> 5856
0.00/0.03	c BCD2: 2483 <= obj <= 5856
0.00/0.03	c BCD2: #cores=4, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.03	c BCD2: #sat=3 #unsat=14 bias=14/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 |       41      0 |       30 |       64
0.00/0.03	c  0.0s |       0 |       20 |        2 |       41      0 |       30 |       64
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 = 20
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	o 4911
0.00/0.03	c BCD2: updating upper bound: 5856 -> 4910
0.00/0.03	c BCD2: 2483 <= obj <= 4910
0.00/0.03	c BCD2: #cores=4, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.03	c BCD2: #sat=4 #unsat=14 bias=14/18
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 |       41      0 |       30 |       65
0.00/0.03	c  0.0s |       0 |       11 |        1 |       41      0 |       30 |       65
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 = 1
0.00/0.03	c #restart = 0
0.00/0.03	o 4370
0.00/0.04	c BCD2: updating upper bound: 4910 -> 4369
0.00/0.04	c BCD2: 2483 <= obj <= 4369
0.00/0.04	c BCD2: #cores=4, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.04	c BCD2: #sat=5 #unsat=14 bias=14/19
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 |       41      0 |       30 |       66
0.00/0.04	c  0.0s |       0 |       44 |       35 |       41      0 |       30 |       66
0.00/0.04	c #cpu_time = 0.003s
0.00/0.04	c #wall_clock_time = 0.003s
0.00/0.04	c #decision = 44
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 35
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 50: cost of the new core is >=2378
0.00/0.04	c lower bound updated to 2484
0.00/0.04	c BCD2: 2484 <= obj <= 4369
0.00/0.04	c BCD2: #cores=2, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.04	c BCD2: #sat=5 #unsat=15 bias=15/20
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 |       41      0 |       54 |       66
0.00/0.05	c  0.0s |       1 |      117 |      100 |       46      0 |       54 |      111
0.00/0.06	c  0.0s |       1 |      188 |      165 |       46      1 |       54 |      111
0.00/0.06	c #cpu_time = 0.015s
0.00/0.06	c #wall_clock_time = 0.015s
0.00/0.06	c #decision = 188
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 165
0.00/0.06	c #restart = 1
0.00/0.06	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 55: cost of the new core is >=2485
0.00/0.06	c lower bound updated to 2485
0.00/0.06	c BCD2: 2485 <= obj <= 4369
0.00/0.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.06	c BCD2: #sat=5 #unsat=16 bias=16/21
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 |       46      0 |       68 |      111
0.00/0.07	c  0.0s |       1 |      123 |      100 |       51      0 |       68 |      139
0.00/0.08	c  0.0s |       2 |      297 |      250 |       51      2 |       68 |      139
0.00/0.09	c  0.0s |       2 |      389 |      339 |       57      3 |       69 |      140
0.00/0.09	c #cpu_time = 0.029s
0.00/0.09	c #wall_clock_time = 0.029s
0.00/0.09	c #decision = 389
0.00/0.09	c #random_decision = 1
0.00/0.09	c #conflict = 339
0.00/0.09	c #restart = 2
0.00/0.09	c BCD2: updating lower bound of a core
0.00/0.09	c lower bound updated to 3922
0.00/0.09	c BCD2: 3922 <= obj <= 4369
0.00/0.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.00/0.09	c BCD2: #sat=5 #unsat=17 bias=17/22
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |       57      0 |       69 |      141
0.09/0.10	c  0.0s |       1 |      117 |      100 |       57      0 |       69 |      141
0.09/0.11	c  0.0s |       2 |      304 |      250 |       57      2 |       69 |      141
0.09/0.12	c  0.0s |       2 |      390 |      321 |       63      3 |       69 |      141
0.09/0.12	c #cpu_time = 0.027s
0.09/0.12	c #wall_clock_time = 0.027s
0.09/0.12	c #decision = 390
0.09/0.12	c #random_decision = 2
0.09/0.12	c #conflict = 321
0.09/0.12	c #restart = 2
0.09/0.12	o 4066
0.09/0.12	c BCD2: updating upper bound: 4369 -> 4065
0.09/0.12	c BCD2: 3922 <= obj <= 4065
0.09/0.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.09/0.12	c BCD2: #sat=6 #unsat=17 bias=17/23
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 |       63      0 |       69 |      143
0.09/0.12	c  0.0s |       0 |       40 |       33 |       63      0 |       69 |      143
0.09/0.12	c #cpu_time = 0.003s
0.09/0.12	c #wall_clock_time = 0.003s
0.09/0.12	c #decision = 40
0.09/0.12	c #random_decision = 0
0.09/0.12	c #conflict = 33
0.09/0.12	c #restart = 0
0.09/0.12	o 4018
0.09/0.12	c BCD2: updating upper bound: 4065 -> 4017
0.09/0.12	c BCD2: 3922 <= obj <= 4017
0.09/0.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.09/0.12	c BCD2: #sat=7 #unsat=17 bias=17/24
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 |       63      0 |       69 |      145
0.09/0.12	c  0.0s |       0 |       10 |        1 |       63      1 |       69 |      145
0.09/0.12	c #cpu_time = 0.001s
0.09/0.12	c #wall_clock_time = 0.001s
0.09/0.12	c #decision = 10
0.09/0.12	c #random_decision = 0
0.09/0.12	c #conflict = 1
0.09/0.12	c #restart = 0
0.09/0.12	o 3951
0.09/0.12	c BCD2: updating upper bound: 4017 -> 3950
0.09/0.13	c BCD2: 3922 <= obj <= 3950
0.09/0.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.09/0.13	c BCD2: #sat=8 #unsat=17 bias=17/25
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 |       63      0 |       69 |      147
0.09/0.13	c  0.0s |       1 |      113 |      100 |       63      0 |       69 |      147
0.09/0.14	c  0.0s |       1 |      121 |      108 |       63      1 |       70 |      149
0.09/0.14	c #cpu_time = 0.010s
0.09/0.14	c #wall_clock_time = 0.010s
0.09/0.14	c #decision = 121
0.09/0.14	c #random_decision = 0
0.09/0.14	c #conflict = 108
0.09/0.14	c #restart = 1
0.09/0.14	c BCD2: updating lower bound of a core
0.09/0.14	c lower bound updated to 3942
0.09/0.14	c BCD2: 3942 <= obj <= 3950
0.09/0.14	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.09/0.14	c BCD2: #sat=8 #unsat=18 bias=18/26
0.09/0.14	c Solving starts ...
0.09/0.14	c ============================[ Search Statistics ]============================
0.09/0.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.14	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.14	c =============================================================================
0.09/0.14	c  0.0s |       0 |        0 |        0 |       63      0 |       70 |      150
0.09/0.15	c  0.0s |       0 |      107 |       90 |       63      0 |       71 |      152
0.09/0.15	c #cpu_time = 0.008s
0.09/0.15	c #wall_clock_time = 0.008s
0.09/0.15	c #decision = 107
0.09/0.15	c #random_decision = 1
0.09/0.15	c #conflict = 90
0.09/0.15	c #restart = 0
0.09/0.15	c BCD2: updating lower bound of a core
0.09/0.15	c lower bound updated to 3949
0.09/0.15	c BCD2: 3949 <= obj <= 3950
0.09/0.15	c BCD2: #cores=1, #unrelaxed=0, #relaxed=55, #hardened=0
0.09/0.15	c BCD2: #sat=8 #unsat=19 bias=19/27
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 |       63      0 |       71 |      153
0.09/0.16	c  0.0s |       0 |       80 |       69 |       63      0 |       72 |      155
0.09/0.16	c #cpu_time = 0.006s
0.09/0.16	c #wall_clock_time = 0.006s
0.09/0.16	c #decision = 80
0.09/0.16	c #random_decision = 0
0.09/0.16	c #conflict = 69
0.09/0.16	c #restart = 0
0.09/0.16	c BCD2: updating lower bound of a core
0.09/0.16	c lower bound updated to 3951
0.09/0.16	s OPTIMUM FOUND
0.09/0.16	v -x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
0.09/0.16	v x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
0.09/0.16	v -x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
0.09/0.16	v -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
0.09/0.16	v x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
0.09/0.16	v x51 -x52 x53 -x54 -x55
0.09/0.16	c total CPU time = 0.159s
0.09/0.16	c total wall clock time = 0.159s

Verifier Data

OK	3951

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-4079860-1465248128/watcher-4079860-1465248128 -o /tmp/evaluation-result-4079860-1465248128/solver-4079860-1465248128 -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-4079860-1465248128.opb 

pid=1946
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 1949
/proc/meminfo: memFree=15354376/32872528 swapFree=17892/1720544
[pid=1949] ppid=1946 vsize=445884 CPUtime=0 cores=1,3,5,7
/proc/1949/stat : 1949 (toysat) R 1946 1949 31655 0 -1 4202496 1615 0 0 0 0 0 0 0 20 0 4 0 106745950 456585216 1976 33554432000 4194304 16246674 140736509053392 140736509052816 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1949/statm: 112239 1984 441 2943 0 109133 0
[pid=1949/tid=1950] ppid=1946 vsize=491964 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1950/stat : 1950 (toysat) S 1946 1949 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106745951 503771136 2153 33554432000 4194304 16246674 140736509053392 140020322118896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1949/tid=1951] ppid=1946 vsize=496060 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1951/stat : 1951 (toysat) S 1946 1949 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745951 507965440 2172 33554432000 4194304 16246674 140736509053392 140020311629040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1949/tid=1952] ppid=1946 vsize=501180 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1952/stat : 1952 (toysat) S 1946 1949 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745951 513208320 2189 33554432000 4194304 16246674 140736509053392 140020228811952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1949
/proc/meminfo: memFree=15354376/32872528 swapFree=17892/1720544
[pid=1949] ppid=1946 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1949/stat : 1949 (toysat) R 1946 1949 31655 0 -1 4202496 21185 0 0 0 7 2 0 0 20 0 4 0 106745950 1247350784 21534 33554432000 4194304 16246674 140736509053392 140736509052816 6021007 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1949/statm: 304529 21544 796 2943 0 301423 0
[pid=1949/tid=1950] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1950/stat : 1950 (toysat) S 1946 1949 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21548 33554432000 4194304 16246674 140736509053392 140020322118896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1949/tid=1951] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1951/stat : 1951 (toysat) S 1946 1949 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21552 33554432000 4194304 16246674 140736509053392 140020311629040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1949/tid=1952] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1952/stat : 1952 (toysat) S 1946 1949 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21559 33554432000 4194304 16246674 140736509053392 140020228811952 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

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

[startup+0.100158 s]
/proc/loadavg: 3.22 2.54 2.34 2/179 1949
/proc/meminfo: memFree=15354376/32872528 swapFree=17892/1720544
[pid=1949] ppid=1946 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1949/stat : 1949 (toysat) R 1946 1949 31655 0 -1 4202496 21185 0 0 0 7 2 0 0 20 0 4 0 106745950 1247350784 21534 33554432000 4194304 16246674 140736509053392 140736509052816 6021007 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1949/statm: 304529 21544 796 2943 0 301423 0
[pid=1949/tid=1950] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1950/stat : 1950 (toysat) S 1946 1949 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21548 33554432000 4194304 16246674 140736509053392 140020322118896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1949/tid=1951] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1951/stat : 1951 (toysat) S 1946 1949 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21552 33554432000 4194304 16246674 140736509053392 140020311629040 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1949/tid=1952] ppid=1946 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1949/task/1952/stat : 1952 (toysat) S 1946 1949 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106745951 1247350784 21559 33554432000 4194304 16246674 140736509053392 140020228811952 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

Child status: 0
Real time (s): 0.171562
CPU time (s): 0.168973
CPU user time (s): 0.118981
CPU system time (s): 0.049992
CPU usage (%): 98.491
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.118981
system time used= 0.049992
maximum resident set size= 136004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33662
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= 19
involuntary context switches= 2

??? 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:08
IDJOB=4079860
IDBENCH=24968
IDSOLVER=2542
FILE ID=node117/4079860-1465248128
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-5_10.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079860-1465248128/watcher-4079860-1465248128 -o /tmp/evaluation-result-4079860-1465248128/solver-4079860-1465248128 -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-4079860-1465248128.opb

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

MD5SUM BENCH= ba69a176dcc33e2f7eda6b169d4d1c84
RANDOM SEED=1506064869

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:        15355128 kB
Buffers:             720 kB
Cached:            48676 kB
SwapCached:       374756 kB
Active:         13803912 kB
Inactive:        1259868 kB
Active(anon):   13766684 kB
Inactive(anon):  1250116 kB
Active(file):      37228 kB
Inactive(file):     9752 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       66058876 kB
Dirty:             16512 kB
Writeback:             0 kB
AnonPages:      16678876 kB
Mapped:             5800 kB
Shmem:                 0 kB
Slab:             568856 kB
SReclaimable:      11412 kB
SUnreclaim:       557444 kB
KernelStack:        1520 kB
PageTables:        38136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   17490388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1716224 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