Trace number 4110314

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 51.3272 51.3355

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-0-100-0.wbo
MD5SUMb0ba3c932573495a13e5be4b53f7a1a4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark12.3591
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
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-19T16:01:14+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4110314-1466344874.wbo"]
0.00/0.01	c use --random-gen="3006768131 1095146623 2160731276 2466604880 2406504367 102098496 3777296323 2288540767 3770287981 3394391661 3898634059 1437003713 3434422460 3561335677 3300066275 608344108 1411324093 109969603 3260478929 1587799501 1473910170 661429708 961088522 3123114180 222901549 3545602747 678087584 3058103340 1079629523 446894579 3620732876 2648382246 330411526 1326215976 4180294307 2153859307 718002357 139435571 452135695 1832412493 134961918 2263966630 3215131768 1670603674 832087004 1379791932 615361721 2623815396 2310121995 2320137360 3454402236 2446876319 719756778 3871624548 2571892878 2649742663 1508153685 4203028551 4016165270 2985848183 909159641 419167355 2374740870 1873263191 923554091 2271193178 489682274 3441119717 3876119819 1383271003 1360650505 1158042036 3419091270 1082306845 509170920 1426490390 1450629693 2270447784 2409497843 3645585673 2333165505 1825038594 977696185 4272907011 3999507145 2678196350 1504080157 3580781229 2477224032 3064186422 3569379458 4134774534 3542924504 4022171804 997634313 3909122038 3882436122 832971077 3983662792 488672700 3230131619 689251424 1137945174 1007680121 2048627772 2914159739 4158397106 3695821544 2918902329 2306481677 1717140355 3746104294 1416833827 3033507177 619982257 3239291076 3301141163 233378552 515048028 1366786897 4007167118 1739069294 2027039077 3619450031 188788548 2930437717 2027089263 1503639871 652011179 1664946405 1964720488 1285325286 674482045 676274774 2913311791 858167624 3374525813 190142901 4224669647 256896839 3538643274 688718145 2468925192 1418742334 2692662208 3105578217 3210148284 690490564 1144990604 3756462106 2708900822 3536784112 701075872 2044325020 3856217081 959309623 2690842393 2627504830 753513223 4236953968 1147513992 1579079678 2903023018 3889348499 2018630119 2667287225 944341257 1038238122 2920171077 59062066 3967786003 2096793922 3693430567 3959084917 2662499500 1843982232 2961826724 2411956811 3780076153 3411657241 148096110 2270194877 505753003 2681440605 3800204220 4079577422 3433654194 343486097 1140260928 4252483882 2065128302 3771078860 1261051773 2890236949 377193082 2471657036 1425642673 2242568223 263027047 3595295812 4254542024 2836731158 3219060136 3262826106 3854571199 4029615280 1258100400 696085832 3998206157 3079354900 1690538897 3593663825 1797706488 2497319732 2216326719 2284242420 205133407 1883458808 1744345116 2653532003 451972151 3097705755 3364317403 1661697992 730823979 87097493 2126997192 3070072807 3207111866 621599548 3647735915 527275602 3403870246 76838482 3388571562 4188781569 590058903 578280638 3082207024 1995258168 3495529960 2020664014 4224682780 573965977 96685208 2455729143 3781498782 3000268395 1441921851 2890458718 3167958086 2313394550 1509396856 1181643923 257894830 2783742992 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      108 |        0 |      123      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 108
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 558
0.19/0.26	c BCD2: updating upper bound: 5179 -> 557
0.19/0.26	c BCD2: 0 <= obj <= 557
0.19/0.26	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      303 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      656 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     1135 |      475 |      150      2 |        0 |        0
0.39/0.41	c  0.2s |       4 |     1797 |      813 |      165      4 |        0 |        0
0.49/0.52	c  0.3s |       5 |     2726 |     1320 |      182      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     4016 |     2081 |      222     11 |        0 |        0
0.89/0.92	c  0.7s |       7 |     5994 |     3223 |      245     17 |        0 |        0
1.20/1.28	c  1.0s |       8 |     8588 |     4936 |      270     25 |        0 |        0
1.59/1.67	c  1.4s |       9 |    12351 |     7506 |      297     36 |        0 |        0
2.19/2.27	c  2.0s |      10 |    18099 |    11361 |      327     53 |        0 |        0
3.09/3.15	c  2.9s |      11 |    26482 |    17144 |      360     75 |        0 |        0
4.50/4.57	c  4.3s |      12 |    38608 |    25819 |      397    107 |        0 |        0
6.49/6.58	c  6.3s |      12 |    56690 |    38719 |      437    152 |        0 |        0
6.49/6.60	c  6.3s |      13 |    56833 |    38832 |      437    152 |        0 |        0
8.59/8.61	c  8.4s |      13 |    75653 |    51632 |      437    194 |        0 |        0
9.69/9.72	c  9.5s |      14 |    85297 |    58352 |      481    216 |        0 |        0
11.69/11.73	c 11.5s |      14 |   103428 |    70952 |      481    255 |        0 |        0
13.69/13.74	c 13.5s |      14 |   121020 |    83052 |      481    293 |        0 |        0
14.49/14.58	c 14.3s |      15 |   127670 |    87632 |      530    307 |        0 |        0
16.49/16.60	c 16.3s |      15 |   143842 |    98632 |      530    339 |        0 |        0
18.19/18.25	c 18.0s |      15 |   155498 |   106857 |      530    363 |        0 |        0
18.19/18.25	c #cpu_time = 17.946s
18.19/18.25	c #wall_clock_time = 17.993s
18.19/18.25	c #decision = 155498
18.19/18.25	c #random_decision = 394
18.19/18.25	c #conflict = 106857
18.19/18.25	c #restart = 15
18.19/18.25	c BCD2: found a new core of size 101: cost of the new core is >=1
18.19/18.25	c lower bound updated to 1
18.19/18.25	c BCD2: 1 <= obj <= 557
18.19/18.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
18.19/18.25	c BCD2: #sat=1 #unsat=2 bias=2/3
18.19/18.25	c Solving starts ...
18.19/18.25	c ============================[ Search Statistics ]============================
18.19/18.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.25	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.25	c =============================================================================
18.19/18.25	c  0.0s |       0 |        0 |        0 |      530      0 |        0 |        0
18.19/18.25	c  0.0s |       0 |      130 |        4 |      530      0 |        0 |        0
18.19/18.25	c #cpu_time = 0.003s
18.19/18.25	c #wall_clock_time = 0.003s
18.19/18.25	c #decision = 130
18.19/18.25	c #random_decision = 0
18.19/18.25	c #conflict = 4
18.19/18.25	c #restart = 0
18.19/18.25	o 49
18.19/18.25	c BCD2: hardening fixes 55 literals
18.19/18.26	c BCD2: updating upper bound: 557 -> 48
18.19/18.26	c BCD2: 1 <= obj <= 48
18.19/18.26	c BCD2: #cores=1, #unrelaxed=0, #relaxed=46, #hardened=55
18.19/18.26	c BCD2: #sat=2 #unsat=2 bias=2/4
18.19/18.26	c Solving starts ...
18.19/18.26	c ============================[ Search Statistics ]============================
18.19/18.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.26	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.26	c =============================================================================
18.19/18.26	c  0.0s |       0 |        0 |        0 |      530      0 |       55 |        2
18.19/18.27	c  0.0s |       1 |      180 |      100 |      530      0 |       55 |        2
18.28/18.30	c  0.0s |       2 |      408 |      250 |      530      1 |       55 |        2
18.28/18.33	c  0.1s |       3 |      805 |      475 |      530      1 |       55 |        2
18.28/18.37	c  0.1s |       4 |     1328 |      813 |      530      2 |       55 |        2
18.38/18.44	c  0.2s |       5 |     2069 |     1320 |      530      4 |       55 |        2
18.48/18.53	c  0.3s |       6 |     3252 |     2081 |      530      6 |       55 |        2
18.58/18.67	c  0.4s |       7 |     5013 |     3223 |      530      9 |       55 |        2
18.79/18.88	c  0.6s |       8 |     7685 |     4936 |      530     14 |       55 |        2
19.18/19.20	c  0.9s |       9 |    11393 |     7506 |      530     22 |       55 |        2
19.58/19.66	c  1.4s |      10 |    16782 |    11361 |      530     33 |       55 |        2
20.28/20.37	c  2.1s |      11 |    25181 |    17144 |      530     49 |       55 |        2
21.38/21.50	c  3.2s |      12 |    37087 |    25819 |      583     74 |       55 |        2
23.09/23.18	c  4.9s |      13 |    56056 |    38832 |      583    109 |       55 |        2
23.28/23.39	c  5.1s |      13 |    58467 |    40482 |      583    113 |       55 |        2
23.28/23.39	c #cpu_time = 5.124s
23.28/23.39	c #wall_clock_time = 5.138s
23.28/23.39	c #decision = 58467
23.28/23.39	c #random_decision = 152
23.28/23.39	c #conflict = 40482
23.28/23.39	c #restart = 13
23.28/23.39	o 24
23.28/23.39	c BCD2: hardening fixes 26 literals
23.28/23.39	c BCD2: updating upper bound: 48 -> 23
23.28/23.39	c BCD2: 1 <= obj <= 23
23.28/23.39	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=81
23.28/23.39	c BCD2: #sat=3 #unsat=2 bias=2/5
23.28/23.39	c Solving starts ...
23.28/23.39	c ============================[ Search Statistics ]============================
23.28/23.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.28/23.39	c       |         |          |          |    Limit     GC | Var      | Constra 
23.28/23.39	c =============================================================================
23.28/23.39	c  0.0s |       0 |        0 |        0 |      583      0 |       81 |        4
23.38/23.41	c  0.0s |       1 |      135 |      100 |      583      1 |       81 |        4
23.38/23.43	c  0.0s |       2 |      332 |      250 |      583      1 |       81 |        4
23.38/23.46	c  0.1s |       3 |      679 |      475 |      583      2 |       81 |        4
23.48/23.50	c  0.1s |       4 |     1251 |      813 |      583      3 |       81 |        4
23.48/23.57	c  0.2s |       5 |     2045 |     1320 |      583      4 |       81 |        4
23.59/23.66	c  0.3s |       6 |     3114 |     2081 |      583      6 |       81 |        4
23.69/23.79	c  0.4s |       7 |     4883 |     3223 |      583      9 |       81 |        4
23.99/24.01	c  0.6s |       8 |     7372 |     4936 |      583     13 |       81 |        4
24.30/24.33	c  0.9s |       9 |    11147 |     7506 |      583     20 |       81 |        4
24.79/24.80	c  1.4s |      10 |    17005 |    11361 |      583     30 |       81 |        4
25.49/25.50	c  2.1s |      11 |    25351 |    17144 |      583     46 |       81 |        4
26.50/26.59	c  3.2s |      12 |    37863 |    25819 |      583     69 |       81 |        4
28.19/28.29	c  4.9s |      12 |    56001 |    38280 |      583    102 |       82 |        6
28.19/28.29	c #cpu_time = 4.878s
28.19/28.29	c #wall_clock_time = 4.891s
28.19/28.29	c #decision = 56001
28.19/28.29	c #random_decision = 136
28.19/28.29	c #conflict = 38280
28.19/28.29	c #restart = 12
28.19/28.29	c BCD2: updating lower bound of a core
28.19/28.29	c lower bound updated to 11
28.19/28.29	c BCD2: 11 <= obj <= 23
28.19/28.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=81
28.19/28.29	c BCD2: #sat=3 #unsat=3 bias=3/6
28.19/28.29	c Solving starts ...
28.19/28.29	c ============================[ Search Statistics ]============================
28.19/28.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.19/28.29	c       |         |          |          |    Limit     GC | Var      | Constra 
28.19/28.29	c =============================================================================
28.19/28.29	c  0.0s |       0 |        0 |        0 |      583      0 |       82 |        6
28.29/28.30	c  0.0s |       1 |      162 |      100 |      583      0 |       82 |        6
28.29/28.32	c  0.0s |       2 |      398 |      250 |      583      1 |       82 |        6
28.29/28.35	c  0.1s |       3 |      758 |      475 |      583      1 |       82 |        6
28.29/28.39	c  0.1s |       4 |     1240 |      813 |      583      2 |       82 |        6
28.39/28.45	c  0.2s |       5 |     1969 |     1320 |      583      3 |       82 |        6
28.49/28.54	c  0.3s |       6 |     3081 |     2081 |      583      6 |       82 |        6
28.60/28.67	c  0.4s |       7 |     4789 |     3223 |      583      8 |       82 |        6
28.79/28.87	c  0.6s |       8 |     7283 |     4936 |      583     13 |       82 |        6
29.09/29.18	c  0.9s |       9 |    11088 |     7506 |      583     20 |       82 |        6
29.59/29.65	c  1.4s |      10 |    17066 |    11361 |      642     29 |       82 |        6
30.29/30.33	c  2.0s |      11 |    25549 |    17144 |      642     44 |       82 |        6
31.39/31.42	c  3.1s |      12 |    38234 |    25819 |      642     65 |       82 |        6
33.00/33.03	c  4.7s |      13 |    57051 |    38832 |      642     97 |       82 |        6
34.99/35.04	c  6.8s |      13 |    80481 |    55432 |      642    138 |       82 |        6
35.29/35.39	c  7.1s |      14 |    84801 |    58352 |      642    145 |       82 |        6
37.28/37.39	c  9.1s |      14 |   108869 |    74752 |      642    186 |       82 |        6
38.98/39.02	c 10.7s |      15 |   127563 |    87632 |      642    217 |       82 |        6
40.58/40.64	c 12.4s |      15 |   146379 |   100372 |      642    249 |       83 |        8
40.58/40.64	c #cpu_time = 12.318s
40.58/40.64	c #wall_clock_time = 12.351s
40.58/40.64	c #decision = 146379
40.58/40.64	c #random_decision = 375
40.58/40.64	c #conflict = 100372
40.58/40.64	c #restart = 15
40.58/40.64	c BCD2: updating lower bound of a core
40.58/40.64	c lower bound updated to 18
40.58/40.64	c BCD2: 18 <= obj <= 23
40.58/40.64	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=81
40.58/40.64	c BCD2: #sat=3 #unsat=4 bias=4/7
40.58/40.64	c Solving starts ...
40.58/40.64	c ============================[ Search Statistics ]============================
40.58/40.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.58/40.64	c       |         |          |          |    Limit     GC | Var      | Constra 
40.58/40.64	c =============================================================================
40.58/40.64	c  0.0s |       0 |        0 |        0 |      642      0 |       83 |        8
40.58/40.65	c  0.0s |       1 |      140 |      100 |      642      0 |       83 |        8
40.58/40.67	c  0.0s |       2 |      447 |      250 |      642      0 |       83 |        8
40.58/40.70	c  0.1s |       3 |      808 |      475 |      642      1 |       83 |        8
40.69/40.74	c  0.1s |       4 |     1366 |      813 |      642      2 |       83 |        8
40.79/40.81	c  0.2s |       5 |     2224 |     1320 |      642      3 |       83 |        8
40.88/40.90	c  0.3s |       6 |     3399 |     2081 |      642      5 |       83 |        8
40.98/41.05	c  0.4s |       7 |     5299 |     3223 |      642      8 |       83 |        8
41.18/41.26	c  0.6s |       8 |     8055 |     4936 |      642     12 |       83 |        8
41.48/41.56	c  0.9s |       9 |    12163 |     7506 |      642     19 |       83 |        8
41.89/41.99	c  1.4s |      10 |    18139 |    11361 |      707     27 |       83 |        8
42.58/42.67	c  2.0s |      11 |    26724 |    17144 |      707     41 |       83 |        8
43.68/43.74	c  3.1s |      12 |    39564 |    25819 |      707     61 |       83 |        8
45.19/45.28	c  4.6s |      13 |    58898 |    38832 |      707     90 |       83 |        8
47.18/47.28	c  6.6s |      13 |    83931 |    55932 |      707    130 |       83 |        8
47.48/47.57	c  6.9s |      14 |    87243 |    58352 |      707    135 |       83 |        8
49.38/49.44	c  8.8s |      14 |   109405 |    73882 |      707    170 |       83 |        8
49.38/49.44	c #cpu_time = 8.780s
49.38/49.44	c #wall_clock_time = 8.803s
49.38/49.44	c #decision = 109405
49.38/49.44	c #random_decision = 257
49.38/49.44	c #conflict = 73882
49.38/49.44	c #restart = 14
49.38/49.44	o 20
49.38/49.44	c BCD2: hardening fixes 6 literals
49.38/49.44	c BCD2: updating upper bound: 23 -> 19
49.38/49.44	c BCD2: 18 <= obj <= 19
49.38/49.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=14, #hardened=87
49.38/49.44	c BCD2: #sat=4 #unsat=4 bias=4/8
49.38/49.44	c Solving starts ...
49.38/49.44	c ============================[ Search Statistics ]============================
49.38/49.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.38/49.44	c       |         |          |          |    Limit     GC | Var      | Constra 
49.38/49.44	c =============================================================================
49.38/49.44	c  0.0s |       0 |        0 |        0 |      707      0 |       89 |       10
49.38/49.46	c  0.0s |       1 |      153 |      100 |      707      1 |       89 |       10
49.38/49.48	c  0.0s |       2 |      362 |      250 |      707      1 |       89 |       10
49.49/49.51	c  0.1s |       3 |      691 |      475 |      707      2 |       89 |       10
49.49/49.54	c  0.1s |       4 |     1211 |      813 |      707      2 |       89 |       10
49.59/49.61	c  0.2s |       5 |     1953 |     1320 |      707      4 |       89 |       10
49.59/49.69	c  0.3s |       6 |     3115 |     2081 |      707      5 |       89 |       10
49.78/49.83	c  0.4s |       7 |     4820 |     3223 |      707      8 |       89 |       10
49.98/50.03	c  0.6s |       8 |     7360 |     4936 |      707     12 |       89 |       10
50.28/50.35	c  0.9s |       9 |    11021 |     7506 |      707     18 |       89 |       10
50.78/50.83	c  1.4s |      10 |    16550 |    11361 |      707     26 |       89 |       10
51.18/51.27	c  1.8s |      10 |    21981 |    14963 |      707     35 |       90 |       12
51.18/51.27	c #cpu_time = 1.825s
51.18/51.27	c #wall_clock_time = 1.829s
51.18/51.27	c #decision = 21981
51.18/51.27	c #random_decision = 54
51.18/51.27	c #conflict = 14963
51.18/51.27	c #restart = 10
51.18/51.27	c BCD2: updating lower bound of a core
51.18/51.27	c lower bound updated to 20
51.18/51.27	s OPTIMUM FOUND
51.18/51.27	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
51.18/51.27	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
51.18/51.27	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
51.18/51.27	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
51.18/51.27	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
51.18/51.27	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
51.18/51.27	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
51.18/51.27	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
51.18/51.27	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
51.18/51.27	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
51.18/51.27	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110
51.18/51.27	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
51.18/51.27	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
51.18/51.27	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
51.18/51.27	v -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
51.18/51.27	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
51.18/51.27	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
51.18/51.27	c total CPU time = 51.140s
51.18/51.27	c total wall clock time = 51.274s

Verifier Data

OK	20

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.13 2.02 3/180 31644
/proc/meminfo: memFree=29560100/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=794044 CPUtime=0 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 2976 0 0 0 0 0 0 0 20 0 4 0 36536313 813101056 2827 33554432000 4194304 16246674 140737357176304 140737357175728 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 199023 2835 441 2943 0 195917 0
[pid=31644/tid=31645] ppid=31641 vsize=811452 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 830926848 2895 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=816572 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 836169728 2912 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=820668 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36536313 840364032 2929 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.19 2.13 2.02 3/180 31644
/proc/meminfo: memFree=29560100/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 18705 0 0 0 7 2 0 0 20 0 4 0 36536313 1247350784 18548 33554432000 4194304 16246674 140737357176304 140737357175728 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 304529 18557 616 2943 0 301423 0
[pid=31644/tid=31645] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 18558 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 18558 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 18561 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.19 2.13 2.02 3/180 31644
/proc/meminfo: memFree=29560100/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 26485 0 0 0 16 3 0 0 20 0 4 0 36536313 1247350784 26328 33554432000 4194304 16246674 140737357176304 140737357175728 6697151 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 304529 26329 616 2943 0 301423 0
[pid=31644/tid=31645] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 26334 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 26334 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 26338 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300473 s]
/proc/loadavg: 2.19 2.13 2.02 3/180 31644
/proc/meminfo: memFree=29560100/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 38071 0 0 0 24 5 0 0 20 0 4 0 36536313 1247350784 37907 33554432000 4194304 16246674 140737357176304 140737357175728 6836249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 304529 37914 809 2943 0 301423 0
[pid=31644/tid=31645] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 37922 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 37929 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 37934 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700291 s]
/proc/loadavg: 2.19 2.13 2.02 3/180 31644
/proc/meminfo: memFree=29560100/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 113185 0 0 0 52 16 0 0 20 0 4 0 36536313 1247350784 113022 33554432000 4194304 16246674 140737357176304 140737357158208 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 304529 113026 816 2943 0 301423 0
[pid=31644/tid=31645] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 113030 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 113033 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36536313 1247350784 113038 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.19 2.13 2.02 3/184 31648
/proc/meminfo: memFree=28786068/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 245835 0 0 0 116 33 0 0 20 0 4 0 36536313 1248399360 245649 33554432000 4194304 16246674 140737357176304 140737357175616 13808416 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 304785 245649 873 2943 0 301679 0
[pid=31644/tid=31645] ppid=31641 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1248399360 245649 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1248399360 245649 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1248399360 245649 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.19 2.13 2.02 3/184 31648
/proc/meminfo: memFree=28537440/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267476 0 0 0 272 37 0 0 20 0 4 0 36536313 1337528320 267290 33554432000 4194304 16246674 140737357176304 140737357158208 5600320 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267290 873 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267290 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267290 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267290 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.25 2.15 2.03 3/184 31648
/proc/meminfo: memFree=28491244/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267667 0 0 0 592 37 0 0 20 0 4 0 36536313 1337528320 267481 33554432000 4194304 16246674 140737357176304 140737357158208 6835944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267481 874 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267481 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267481 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267481 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.23 2.14 2.03 3/184 31648
/proc/meminfo: memFree=28491108/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267668 0 0 0 1232 37 0 0 20 0 4 0 36536313 1337528320 267482 33554432000 4194304 16246674 140737357176304 140737357158208 5546214 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267482 874 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267482 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267482 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267482 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.18 2.14 2.03 3/184 31648
/proc/meminfo: memFree=28491848/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267677 0 0 0 2511 38 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 140737357159304 12483376 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267491 883 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.26 2.16 2.03 3/183 31649
/proc/meminfo: memFree=28491748/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267677 0 0 0 5070 38 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 140737357158208 6011585 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267491 883 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.26 2.16 2.03 3/183 31649
/proc/meminfo: memFree=28491748/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202496 267677 0 0 0 5080 38 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 140737357158208 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 326545 267491 883 2943 0 323439 0
[pid=31644/tid=31645] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31645/stat : 31645 (toysat) S 31641 31644 29107 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937990028528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31644/tid=31646] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31646/stat : 31646 (toysat) S 31641 31644 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937979538672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31644/tid=31647] ppid=31641 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31644/task/31647/stat : 31647 (toysat) S 31641 31644 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36536313 1337528320 267491 33554432000 4194304 16246674 140737357176304 139937969065136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+51.3004 s]
/proc/loadavg: 2.26 2.16 2.03 3/183 31649
/proc/meminfo: memFree=28491748/32872528 swapFree=877056/942464
[pid=31644] ppid=31641 vsize=0 CPUtime=51.29 cores=0,2,4,6
/proc/31644/stat : 31644 (toysat) R 31641 31644 29107 0 -1 4202500 267681 0 0 0 5088 41 0 0 20 0 1 0 36536313 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 51.3355
CPU time (s): 51.3272
CPU user time (s): 50.8813
CPU system time (s): 0.445932
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.8813
system time used= 0.445932
maximum resident set size= 1069976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267681
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= 54

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

The end

Launcher Data

Begin job on node113 at 2016-06-19 16:01:14
IDJOB=4110314
IDBENCH=79246
IDSOLVER=2553
FILE ID=node113/4110314-1466344874
RUNJOBID= node113-1466341823-29123
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218757--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110314-1466344874/watcher-4110314-1466344874 -o /tmp/evaluation-result-4110314-1466344874/solver-4110314-1466344874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29123 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110314-1466344874.wbo

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

MD5SUM BENCH= b0ba3c932573495a13e5be4b53f7a1a4
RANDOM SEED=1628657083

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29561364 kB
Buffers:          153488 kB
Cached:           371420 kB
SwapCached:         1964 kB
Active:          1259140 kB
Inactive:         366508 kB
Active(anon):    1100856 kB
Inactive(anon):     2224 kB
Active(file):     158284 kB
Inactive(file):   364284 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             16552 kB
Writeback:             0 kB
AnonPages:       2042128 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             609044 kB
SReclaimable:      52784 kB
SUnreclaim:       556260 kB
KernelStack:        1528 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2185772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 71672 MiB
End job on node113 at 2016-06-19 16:02:05