Trace number 4109650

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 5.77112 5.77191

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-66-100-0.wbo
MD5SUM763c02f50955b910cbe48f7840773e4a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.77112
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
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-19T15:44:46+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-4109650-1466343886.wbo"]
0.00/0.01	c use --random-gen="295249554 2433491688 3320244132 8767062 3942161610 1449110950 3104342996 2572344912 212585815 3097563028 1668112765 3208030577 163153003 2171617329 1643311457 3639275779 1568195417 735716739 1072486999 3511666916 3732024693 1291358387 558380467 3363422330 1206078835 780897777 3314734678 2681303725 1772496865 2339193158 298898522 1032234380 1927837707 2865744304 2894458139 3228356935 554367616 3959938882 1022973278 1605843764 3602982809 354603585 2687594711 3569437813 2447667992 1552990316 1719695574 1731741410 424937644 144877000 2564080946 3359518676 2418634273 36856498 1006907314 2909657133 1586818167 1052944257 1186703854 2358255434 4281755636 521402229 271490132 3126085031 16070363 650874659 195449365 278293816 2974530578 3940000343 2098332130 3971691990 2717377786 2121887147 277177831 4277894398 2819538888 3609622309 595253276 1100381380 4166418042 2908160599 2444188683 2474591870 2325952635 2219123231 1337355673 277598026 460772346 1301922044 3324329122 2746388618 3651609555 2514201761 1341509032 438010373 73432096 537042033 2727368894 2948005085 418607094 1919156485 4287494505 3766562853 2693709337 401178461 724660299 1963012144 2863757759 3721121485 716785264 1925993894 3202357731 3062659458 3439083363 3388037987 3397209267 3979309664 3135111157 2903859887 1306647431 566919669 721442514 1093061378 1392126245 1186751914 680478773 3121375471 3743609408 1597894755 854363979 2415165 649713268 3013385780 3225326907 3957015604 4126169738 2126120583 2380886805 4224951422 2443000562 343814025 1159847922 459753436 690367989 1161395651 3064865059 2309855103 3907921816 3926252872 4020865938 994207537 3640623102 2547606522 2821164415 3553318570 2244043624 3454335235 4196370421 3937548297 1161069776 1888363821 1893394916 3225530087 2337105026 2088704821 2927709867 4125475784 2004655307 3497302521 3263073935 2396527791 128230027 2977930475 1430463189 3152123936 1393798053 3095635999 214392916 3871218474 3469064351 2287418465 1494330375 35438609 1458235845 2101845907 1214579483 607720149 4238818879 124857317 981733981 3679592889 1294894872 3521875624 4119645190 3350322307 1456695729 893931107 230473197 2601519688 1847143051 1936429010 863354309 45156408 3587181862 493336825 3153209926 817623965 1874612495 3661788468 2261230323 1926595207 496143210 585397039 2806606050 3187858386 881050661 931117579 3862192530 1780772793 3479104585 4129024963 1702087377 975266673 1483196848 2163596648 1700056504 63231528 2188413728 1013843299 1807926473 2303410645 2947807045 4159443177 574896935 4140048750 263556004 1847883953 250265033 1711989912 387103112 3716278225 719294272 2119783685 3785256282 2932375339 3577294614 960831860 3745362727 2437015758 741567244 1754331452 2328540187 2882644638 963676131 382014546 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1281      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     1120 |      100 |     1281      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     2099 |      137 |     1410      0 |        0 |        0
0.19/0.22	c #cpu_time = 0.034s
0.19/0.22	c #wall_clock_time = 0.034s
0.19/0.22	c #decision = 2099
0.19/0.22	c #random_decision = 10
0.19/0.22	c #conflict = 137
0.19/0.22	c #restart = 1
0.19/0.22	o 412
0.19/0.22	c BCD2: updating upper bound: 44800 -> 411
0.19/0.22	c BCD2: 0 <= obj <= 411
0.19/0.22	c BCD2: #cores=0, #unrelaxed=906, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1410      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     1061 |      100 |     1410      0 |        0 |        0
0.19/0.26	c  0.0s |       2 |     2221 |      250 |     1552      0 |        0 |        0
0.29/0.31	c  0.1s |       3 |     3487 |      475 |     1708      0 |        0 |        0
0.39/0.41	c  0.2s |       4 |     4888 |      813 |     1879      0 |        0 |        0
0.49/0.57	c  0.3s |       5 |     6603 |     1320 |     2067      0 |        0 |        0
0.69/0.86	c  0.6s |       6 |     8742 |     2081 |     2274      0 |        0 |        0
1.30/1.36	c  1.1s |       7 |    11618 |     3223 |     2502      0 |        0 |        0
1.79/1.87	c  1.7s |       8 |    15716 |     4936 |     2753      1 |        0 |        0
2.69/2.72	c  2.5s |       9 |    21384 |     7506 |     3029      3 |        0 |        0
3.89/3.90	c  3.7s |       9 |    28944 |    10965 |     3029      4 |        0 |        0
3.89/3.90	c #cpu_time = 3.666s
3.89/3.90	c #wall_clock_time = 3.675s
3.89/3.90	c #decision = 28944
3.89/3.90	c #random_decision = 23
3.89/3.90	c #conflict = 10965
3.89/3.90	c #restart = 9
3.89/3.90	c BCD2: found a new core of size 743: cost of the new core is >=1
3.89/3.90	c lower bound updated to 1
3.89/3.90	c BCD2: 1 <= obj <= 411
3.89/3.90	c BCD2: #cores=1, #unrelaxed=163, #relaxed=743, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=2 bias=2/3
3.89/3.90	c Solving starts ...
3.89/3.90	c ============================[ Search Statistics ]============================
3.89/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.90	c =============================================================================
3.89/3.90	c  0.0s |       0 |        0 |        0 |     3029      0 |        0 |        0
3.89/3.96	c  0.1s |       0 |     1613 |       48 |     3029      1 |        0 |        0
3.89/3.96	c #cpu_time = 0.051s
3.89/3.96	c #wall_clock_time = 0.051s
3.89/3.96	c #decision = 1613
3.89/3.96	c #random_decision = 6
3.89/3.96	c #conflict = 48
3.89/3.96	c #restart = 0
3.89/3.96	o 228
3.89/3.96	c BCD2: updating upper bound: 411 -> 227
3.89/3.96	c BCD2: 1 <= obj <= 227
3.89/3.96	c BCD2: #cores=1, #unrelaxed=163, #relaxed=743, #hardened=0
3.89/3.96	c BCD2: #sat=2 #unsat=2 bias=2/4
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |     3029      0 |        0 |        1
3.89/3.98	c  0.0s |       0 |      460 |        0 |     3029      0 |        0 |        1
3.89/3.98	c #cpu_time = 0.015s
3.89/3.98	c #wall_clock_time = 0.015s
3.89/3.98	c #decision = 460
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 0
3.89/3.98	c #restart = 0
3.89/3.98	o 139
3.89/3.98	c BCD2: updating upper bound: 227 -> 138
3.89/3.98	c BCD2: 1 <= obj <= 138
3.89/3.98	c BCD2: #cores=1, #unrelaxed=163, #relaxed=743, #hardened=0
3.89/3.98	c BCD2: #sat=3 #unsat=2 bias=2/5
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |     3029      0 |        0 |        2
3.99/4.05	c  0.1s |       1 |      433 |      100 |     3029      0 |        0 |        2
4.09/4.13	c  0.1s |       2 |      904 |      250 |     3332      0 |        0 |        2
4.19/4.26	c  0.3s |       3 |     1437 |      475 |     3332      0 |        0 |        2
4.39/4.42	c  0.4s |       4 |     2140 |      813 |     3332      0 |        0 |        2
4.39/4.50	c  0.5s |       4 |     2589 |      934 |     3332      0 |        0 |        2
4.39/4.50	c #cpu_time = 0.507s
4.39/4.50	c #wall_clock_time = 0.509s
4.39/4.50	c #decision = 2589
4.39/4.50	c #random_decision = 3
4.39/4.50	c #conflict = 934
4.39/4.50	c #restart = 4
4.39/4.50	o 63
4.39/4.50	c BCD2: hardening fixes 337 literals
4.39/4.50	c BCD2: updating upper bound: 138 -> 62
4.39/4.50	c BCD2: 1 <= obj <= 62
4.39/4.50	c BCD2: #cores=1, #unrelaxed=98, #relaxed=471, #hardened=337
4.39/4.50	c BCD2: #sat=4 #unsat=2 bias=2/6
4.39/4.50	c Solving starts ...
4.39/4.50	c ============================[ Search Statistics ]============================
4.39/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.50	c =============================================================================
4.39/4.50	c  0.0s |       0 |        0 |        0 |     3332      0 |      337 |        3
4.50/4.56	c  0.1s |       1 |      251 |      100 |     3332      0 |      337 |        3
4.50/4.58	c  0.1s |       1 |      442 |      102 |     3332      0 |      337 |        3
4.50/4.58	c #cpu_time = 0.083s
4.50/4.58	c #wall_clock_time = 0.083s
4.50/4.58	c #decision = 442
4.50/4.58	c #random_decision = 1
4.50/4.58	c #conflict = 102
4.50/4.58	c #restart = 1
4.50/4.58	o 6
4.50/4.58	c BCD2: hardening fixes 517 literals
4.50/4.58	c BCD2: updating upper bound: 62 -> 5
4.50/4.59	c BCD2: 1 <= obj <= 5
4.50/4.59	c BCD2: #cores=1, #unrelaxed=4, #relaxed=48, #hardened=854
4.50/4.59	c BCD2: #sat=5 #unsat=2 bias=2/7
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |     3332      0 |      854 |        4
4.60/4.63	c  0.0s |       1 |      257 |      100 |     3332      0 |      854 |        6
4.60/4.68	c  0.1s |       2 |      528 |      250 |     3332      0 |      854 |        6
4.69/4.76	c  0.2s |       3 |      976 |      475 |     3332      0 |      854 |        6
4.79/4.88	c  0.3s |       4 |     1574 |      813 |     3332      0 |      854 |        6
4.99/5.05	c  0.5s |       5 |     2452 |     1320 |     3332      0 |      854 |        6
5.19/5.26	c  0.7s |       5 |     3360 |     1852 |     3332      1 |      854 |        6
5.19/5.26	c #cpu_time = 0.675s
5.19/5.26	c #wall_clock_time = 0.676s
5.19/5.26	c #decision = 3360
5.19/5.26	c #random_decision = 5
5.19/5.26	c #conflict = 1852
5.19/5.26	c #restart = 5
5.19/5.26	o 5
5.19/5.26	c BCD2: hardening fixes 9 literals
5.19/5.26	c BCD2: updating upper bound: 5 -> 4
5.19/5.26	c BCD2: 1 <= obj <= 4
5.19/5.26	c BCD2: #cores=1, #unrelaxed=2, #relaxed=41, #hardened=863
5.19/5.26	c BCD2: #sat=6 #unsat=2 bias=2/8
5.19/5.26	c Solving starts ...
5.19/5.26	c ============================[ Search Statistics ]============================
5.19/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.26	c =============================================================================
5.19/5.26	c  0.0s |       0 |        0 |        0 |     3332      0 |      863 |        7
5.29/5.30	c  0.0s |       1 |      146 |      100 |     3332      0 |      863 |        7
5.29/5.34	c  0.1s |       2 |      386 |      250 |     3332      0 |      863 |        7
5.39/5.40	c  0.1s |       3 |      731 |      475 |     3332      0 |      863 |        7
5.39/5.49	c  0.2s |       4 |     1466 |      813 |     3332      0 |      863 |        7
5.60/5.62	c  0.4s |       5 |     2359 |     1320 |     3332      0 |      863 |        7
5.70/5.71	c  0.4s |       5 |     2812 |     1608 |     3332      0 |      863 |        7
5.70/5.71	c #cpu_time = 0.440s
5.70/5.71	c #wall_clock_time = 0.441s
5.70/5.71	c #decision = 2812
5.70/5.71	c #random_decision = 6
5.70/5.71	c #conflict = 1608
5.70/5.71	c #restart = 5
5.70/5.71	o 1
5.70/5.71	s OPTIMUM FOUND
5.70/5.71	v -x1 -x2 -x3 x4 x5 -x6 -x7 -x8 -x9 -x10
5.70/5.71	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
5.70/5.71	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
5.70/5.71	v -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
5.70/5.71	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
5.70/5.71	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
5.70/5.71	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
5.70/5.71	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
5.70/5.71	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
5.70/5.71	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
5.70/5.71	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110
5.70/5.71	v x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
5.70/5.71	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
5.70/5.71	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
5.70/5.71	v -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
5.70/5.71	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
5.70/5.71	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170
5.70/5.71	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
5.70/5.71	v x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190
5.70/5.71	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200
5.70/5.71	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
5.70/5.71	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
5.70/5.71	v -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
5.70/5.71	v -x231
5.70/5.71	c total CPU time = 5.694s
5.70/5.71	c total wall clock time = 5.709s

Verifier Data

OK	1

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

pid=2192
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.13 2.25 2.02 3/177 2195
/proc/meminfo: memFree=28885588/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 2791 0 0 0 0 0 0 0 20 0 4 0 36435520 764866560 3151 33554432000 4194304 16246674 140733819880000 140733819879424 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 187503 3160 441 2943 0 184397 0
[pid=2195/tid=2196] ppid=2192 vsize=765372 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 783740928 3221 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=769468 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 787935232 3238 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435520 792129536 3254 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.13 2.25 2.02 3/177 2195
/proc/meminfo: memFree=28885588/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 24671 0 0 0 6 3 0 0 20 0 4 0 36435520 1247350784 25025 33554432000 4194304 16246674 140733819880000 140733819879424 13954914 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 304529 25028 615 2943 0 301423 0
[pid=2195/tid=2196] ppid=2192 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1247350784 25031 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1247350784 25036 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435520 1247350784 25038 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200569 s]
/proc/loadavg: 2.13 2.25 2.02 3/177 2195
/proc/meminfo: memFree=28885588/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 40590 0 0 0 14 5 0 0 20 0 4 0 36435520 1251545088 40916 33554432000 4194304 16246674 140733819880000 140733819879424 4224759 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 305553 40919 799 2943 0 302447 0
[pid=2195/tid=2196] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 40921 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 40924 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 40926 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1222212

[startup+0.300441 s]
/proc/loadavg: 2.13 2.25 2.02 3/177 2195
/proc/meminfo: memFree=28885588/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 40689 0 0 0 24 5 0 0 20 0 4 0 36435520 1251545088 41013 33554432000 4194304 16246674 140733819880000 140733819879312 6842607 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 305553 41013 867 2943 0 302447 0
[pid=2195/tid=2196] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 41013 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 41013 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 41013 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700382 s]
/proc/loadavg: 2.13 2.25 2.02 3/177 2195
/proc/meminfo: memFree=28885588/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 117874 0 0 0 53 16 0 0 20 0 4 0 36435520 1251545088 118198 33554432000 4194304 16246674 140733819880000 140733819861888 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 305553 118203 867 2943 0 302447 0
[pid=2195/tid=2196] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 118206 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 118208 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1251545088 118210 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50039 s]
/proc/loadavg: 2.13 2.25 2.02 3/181 2199
/proc/meminfo: memFree=27932512/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1306180 CPUtime=1.49 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 267664 0 0 0 113 36 0 0 20 0 4 0 36435520 1337528320 267988 33554432000 4194304 16246674 140733819880000 140733819861888 13808416 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 326545 267988 872 2943 0 323439 0
[pid=2195/tid=2196] ppid=2192 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1337528320 267988 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1337528320 267988 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1337528320 267988 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1306180

[startup+3.10033 s]
/proc/loadavg: 2.13 2.25 2.02 3/181 2199
/proc/meminfo: memFree=27812612/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 268054 0 0 0 273 36 0 0 20 0 4 0 36435520 1339625472 268378 33554432000 4194304 16246674 140733819880000 140733819861888 5667626 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 327057 268378 872 2943 0 323951 0
[pid=2195/tid=2196] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268378 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268378 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268378 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

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

[startup+3.30039 s]
/proc/loadavg: 2.13 2.25 2.02 3/181 2199
/proc/meminfo: memFree=27812612/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1308228 CPUtime=3.29 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 268056 0 0 0 293 36 0 0 20 0 4 0 36435520 1339625472 268380 33554432000 4194304 16246674 140733819880000 140733819861888 5546093 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 327057 268380 874 2943 0 323951 0
[pid=2195/tid=2196] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268380 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268380 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268380 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 1308228

[startup+4.90038 s]
/proc/loadavg: 2.12 2.24 2.02 3/181 2199
/proc/meminfo: memFree=27812124/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1308228 CPUtime=4.89 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 268189 0 0 0 452 37 0 0 20 0 4 0 36435520 1339625472 268513 33554432000 4194304 16246674 140733819880000 140733819861888 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 327057 268513 885 2943 0 323951 0
[pid=2195/tid=2196] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268513 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268513 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1339625472 268513 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1308228

[startup+5.30033 s]
/proc/loadavg: 2.12 2.24 2.02 3/181 2199
/proc/meminfo: memFree=27812124/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1312324 CPUtime=5.29 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 269121 0 0 0 492 37 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 140733819861888 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 328081 269445 885 2943 0 324975 0
[pid=2195/tid=2196] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1312324

[startup+5.70685 s]
/proc/loadavg: 2.12 2.24 2.02 3/181 2199
/proc/meminfo: memFree=27808204/32872528 swapFree=1316768/1463936
[pid=2195] ppid=2192 vsize=1312324 CPUtime=5.7 cores=0,2,4,6
/proc/2195/stat : 2195 (toysat) R 2192 2195 1219 0 -1 4202496 269121 0 0 0 533 37 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 140733819863000 13775098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2195/statm: 328081 269445 885 2943 0 324975 0
[pid=2195/tid=2196] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2196/stat : 2196 (toysat) S 2192 2195 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691785432304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2195/tid=2197] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2197/stat : 2197 (toysat) S 2192 2195 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691774942448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2195/tid=2198] ppid=2192 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2195/task/2198/stat : 2198 (toysat) S 2192 2195 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435520 1343819776 269445 33554432000 4194304 16246674 140733819880000 139691764468912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1312324

Child status: 0
Real time (s): 5.77191
CPU time (s): 5.77112
CPU user time (s): 5.34119
CPU system time (s): 0.429934
CPU usage (%): 99.9863
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34119
system time used= 0.429934
maximum resident set size= 1077788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269125
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= 18
involuntary context switches= 7

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

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:44:46
IDJOB=4109650
IDBENCH=78880
IDSOLVER=2553
FILE ID=node121/4109650-1466343886
RUNJOBID= node121-1466341819-1235
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-66-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-4109650-1466343886/watcher-4109650-1466343886 -o /tmp/evaluation-result-4109650-1466343886/solver-4109650-1466343886 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1235 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109650-1466343886.wbo

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

MD5SUM BENCH= 763c02f50955b910cbe48f7840773e4a
RANDOM SEED=425118312

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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.56
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.691
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:        28885844 kB
Buffers:          202560 kB
Cached:           483052 kB
SwapCached:         1944 kB
Active:          1275708 kB
Inactive:         484432 kB
Active(anon):    1073976 kB
Inactive(anon):     2900 kB
Active(file):     201732 kB
Inactive(file):   481532 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             33120 kB
Writeback:             0 kB
AnonPages:       2540632 kB
Mapped:            12316 kB
Shmem:                 0 kB
Slab:             629332 kB
SReclaimable:      72960 kB
SUnreclaim:       556372 kB
KernelStack:        1504 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node121 at 2016-06-19 15:44:52