Trace number 4093343

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 28.8026 28.808

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567135--soft-33-100-0.wbo
MD5SUM98ba7b6540ae93cc2daebc624abceb03
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 benchmark28.8026
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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-16T16:21:01+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-4093343-1466086860.wbo"]
0.00/0.01	c use --random-gen="3589515181 175075862 1855626328 1876515953 1071661840 842414230 955782083 1691745335 2766916620 1178373266 344297454 3952713588 1542098553 1752416002 2280274993 2164292753 2598661950 1580850697 4106874525 245484475 1587088324 864317496 1130897369 3751929643 2910282224 1142460179 1095424187 3320038019 115590063 549894611 3240527609 1570493676 1235546326 502689431 1550550994 3260634199 1245650889 2723741219 2413608596 830659404 3479097409 954511831 2444710972 2431922991 2367220416 2219458872 2640376088 624658502 230762162 581674586 1335884121 1825013871 3658773766 550894938 657734082 1500630245 197062786 4276778906 1729216026 2663147705 2949807270 1147765367 4078253948 431798729 2116892375 548389900 1482144231 727779683 1873197299 2393245226 3673373862 3790873787 2904781152 2457151378 1516371518 1160492646 1532455053 3691786532 238747189 2344085472 1841941779 3971530012 1501655788 2069955676 3259318021 474975550 2476950300 1773765751 625687307 758844821 2386064994 163650851 630846465 1089349054 58198067 1067036225 2983152028 491655158 2665417946 1171676740 3890368572 903463943 722930288 1145093760 1327685549 1704433424 2761661940 3548530364 4146866667 1088082890 2280341130 1926170317 312980434 4141729477 3286485835 3867632803 3002571089 2488464366 3081607699 2702070839 3171550117 2350452047 2641349670 2733016701 3276310271 693521182 1900303847 570979498 174598251 1428517298 800380281 508329619 4285185044 2476672933 1393719637 879880714 3259874992 4158723954 4225408621 3229389162 1121388758 3025378615 1455900507 1603213482 4019416009 363546762 818373396 3979084376 2739367645 1838544126 3010407669 2079879008 4127519233 1977890925 147291496 4071543006 1615737445 59715544 3531474050 237322394 1412872613 492578591 1723447482 757354740 3395837838 2135622516 1094172611 3208047861 2360797182 30836280 2976402252 2988231651 3986645712 880924793 3984278151 1057025909 814170559 1320919175 3294450370 3077963913 2513765206 1571401732 1745658995 2852639064 196580981 2572909485 3455978762 317576947 244036506 303873827 3584978306 306403595 1317908577 1838664055 2694634041 2489491729 40146643 993510633 1113172098 2612176322 3026113265 3486176183 3441264157 718114517 3669135522 3812133134 2387157891 2895729126 4285328334 3099672102 882371962 467601092 3255292727 4010158548 548541964 514258341 1516000002 4162069437 2921159872 2506868194 351885896 1245265185 1486116154 1909411178 320633891 8056624 514494430 2517106245 3369753482 1924557562 3340236302 2490673954 679376487 3402887589 2844142307 4076685482 101252044 71982444 986765995 1364788070 216051262 2997420558 1500419424 1243003125 3043515219 755450482 1992562504 2484050435 2258709008 4046558663 2476520746 148598741 3734380100 2485603242 1854714615 1137251366 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.18	c  0.0s |       0 |        0 |        0 |     1571      0 |        0 |        0
0.19/0.20	c  0.0s |       1 |     2038 |      100 |     1571      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     3880 |      101 |     1729      0 |        0 |        0
0.19/0.21	c #cpu_time = 0.024s
0.19/0.21	c #wall_clock_time = 0.025s
0.19/0.21	c #decision = 3880
0.19/0.21	c #random_decision = 14
0.19/0.21	c #conflict = 101
0.19/0.21	c #restart = 1
0.19/0.21	o 620
0.19/0.21	c BCD2: updating upper bound: 90280 -> 619
0.19/0.22	c BCD2: 0 <= obj <= 619
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1777, #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.23	c  0.0s |       0 |        0 |        0 |     1729      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |     1980 |      100 |     1729      0 |        0 |        0
0.19/0.29	c  0.1s |       2 |     4035 |      250 |     1902      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     6245 |      475 |     2093      0 |        0 |        0
0.39/0.48	c  0.3s |       4 |     8571 |      813 |     2303      0 |        0 |        0
0.59/0.65	c  0.4s |       5 |    11274 |     1320 |     2534      0 |        0 |        0
0.89/0.99	c  0.8s |       6 |    14300 |     2081 |     2788      0 |        0 |        0
1.39/1.42	c  1.2s |       7 |    18001 |     3223 |     3067      0 |        0 |        0
2.20/2.28	c  2.1s |       8 |    22325 |     4936 |     3374      1 |        0 |        0
3.79/3.81	c  3.6s |       9 |    28796 |     7506 |     3712      2 |        0 |        0
5.79/5.83	c  5.6s |       9 |    35627 |    10506 |     3712      3 |        0 |        0
6.49/6.60	c  6.4s |      10 |    37131 |    11361 |     4084      3 |        0 |        0
8.58/8.62	c  8.4s |      10 |    43103 |    13861 |     4084      4 |        0 |        0
10.59/10.67	c 10.4s |      10 |    48387 |    16861 |     4084      5 |        0 |        0
10.79/10.85	c 10.6s |      11 |    48891 |    17144 |     4493      5 |        0 |        0
12.89/12.90	c 12.7s |      11 |    55050 |    19744 |     4493      6 |        0 |        0
14.88/14.91	c 14.7s |      11 |    60185 |    22444 |     4493      7 |        0 |        0
16.89/16.92	c 16.7s |      11 |    64862 |    25044 |     4493      8 |        0 |        0
17.60/17.60	c 17.4s |      12 |    66371 |    25819 |     4943      8 |        0 |        0
19.58/19.63	c 19.4s |      12 |    71921 |    27919 |     4943      9 |        0 |        0
21.49/21.59	c 21.4s |      12 |    76124 |    30144 |     4943      9 |        0 |        0
21.49/21.59	c #cpu_time = 21.306s
21.49/21.59	c #wall_clock_time = 21.362s
21.49/21.59	c #decision = 76124
21.49/21.59	c #random_decision = 80
21.49/21.59	c #conflict = 30144
21.49/21.59	c #restart = 12
21.49/21.59	c BCD2: found a new core of size 1596: cost of the new core is >=1
21.49/21.59	c lower bound updated to 1
21.49/21.59	c BCD2: 1 <= obj <= 619
21.49/21.59	c BCD2: #cores=1, #unrelaxed=181, #relaxed=1596, #hardened=0
21.49/21.59	c BCD2: #sat=1 #unsat=2 bias=2/3
21.59/21.60	c Solving starts ...
21.59/21.60	c ============================[ Search Statistics ]============================
21.59/21.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.59/21.60	c       |         |          |          |    Limit     GC | Var      | Constra 
21.59/21.60	c =============================================================================
21.59/21.60	c  0.0s |       0 |        0 |        0 |     4943      0 |        0 |        0
21.69/21.79	c  0.2s |       0 |     1994 |       27 |     4943      1 |        0 |        0
21.69/21.79	c #cpu_time = 0.193s
21.69/21.79	c #wall_clock_time = 0.193s
21.69/21.79	c #decision = 1994
21.69/21.79	c #random_decision = 7
21.69/21.79	c #conflict = 27
21.69/21.79	c #restart = 0
21.69/21.79	o 265
21.69/21.79	c BCD2: updating upper bound: 619 -> 264
21.79/21.80	c BCD2: 1 <= obj <= 264
21.79/21.80	c BCD2: #cores=1, #unrelaxed=181, #relaxed=1596, #hardened=0
21.79/21.80	c BCD2: #sat=2 #unsat=2 bias=2/4
21.79/21.81	c Solving starts ...
21.79/21.81	c ============================[ Search Statistics ]============================
21.79/21.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.81	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.81	c =============================================================================
21.79/21.81	c  0.0s |       0 |        0 |        0 |     4943      0 |        0 |        1
21.79/21.85	c  0.0s |       0 |      903 |        0 |     4943      0 |        0 |        1
21.79/21.85	c #cpu_time = 0.045s
21.79/21.85	c #wall_clock_time = 0.045s
21.79/21.85	c #decision = 903
21.79/21.85	c #random_decision = 2
21.79/21.85	c #conflict = 0
21.79/21.85	c #restart = 0
21.79/21.86	o 111
21.79/21.86	c BCD2: updating upper bound: 264 -> 110
21.79/21.86	c BCD2: 1 <= obj <= 110
21.79/21.86	c BCD2: #cores=1, #unrelaxed=181, #relaxed=1596, #hardened=0
21.79/21.86	c BCD2: #sat=3 #unsat=2 bias=2/5
21.79/21.87	c Solving starts ...
21.79/21.87	c ============================[ Search Statistics ]============================
21.79/21.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.79/21.87	c       |         |          |          |    Limit     GC | Var      | Constra 
21.79/21.87	c =============================================================================
21.79/21.87	c  0.0s |       0 |        0 |        0 |     4943      0 |        0 |        2
21.89/21.99	c  0.1s |       1 |      524 |      100 |     4943      0 |        0 |        2
22.00/22.09	c  0.2s |       1 |      839 |      154 |     4943      0 |        0 |        2
22.00/22.09	c #cpu_time = 0.215s
22.00/22.09	c #wall_clock_time = 0.216s
22.00/22.09	c #decision = 839
22.00/22.09	c #random_decision = 1
22.00/22.09	c #conflict = 154
22.00/22.09	c #restart = 1
22.00/22.09	o 54
22.00/22.09	c BCD2: hardening fixes 830 literals
22.00/22.09	c BCD2: updating upper bound: 110 -> 53
22.00/22.09	c BCD2: 1 <= obj <= 53
22.00/22.09	c BCD2: #cores=1, #unrelaxed=73, #relaxed=874, #hardened=830
22.00/22.09	c BCD2: #sat=4 #unsat=2 bias=2/6
22.00/22.10	c Solving starts ...
22.00/22.10	c ============================[ Search Statistics ]============================
22.00/22.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.00/22.10	c       |         |          |          |    Limit     GC | Var      | Constra 
22.00/22.10	c =============================================================================
22.00/22.10	c  0.0s |       0 |        0 |        0 |     4943      0 |      830 |        3
22.10/22.19	c  0.1s |       1 |      262 |      100 |     4943      0 |      830 |        3
22.39/22.40	c  0.3s |       2 |      588 |      250 |     4943      0 |      830 |        3
22.49/22.55	c  0.5s |       3 |      967 |      475 |     4943      0 |      830 |        3
22.69/22.76	c  0.7s |       4 |     1562 |      813 |     4943      0 |      830 |        3
22.79/22.86	c  0.8s |       4 |     1786 |      910 |     4943      0 |      830 |        3
22.79/22.86	c #cpu_time = 0.760s
22.79/22.86	c #wall_clock_time = 0.762s
22.79/22.86	c #decision = 1786
22.79/22.86	c #random_decision = 0
22.79/22.86	c #conflict = 910
22.79/22.86	c #restart = 4
22.79/22.86	o 19
22.79/22.86	c BCD2: hardening fixes 654 literals
22.79/22.86	c BCD2: updating upper bound: 53 -> 18
22.79/22.86	c BCD2: 1 <= obj <= 18
22.79/22.86	c BCD2: #cores=1, #unrelaxed=19, #relaxed=274, #hardened=1484
22.79/22.86	c BCD2: #sat=5 #unsat=2 bias=2/7
22.79/22.86	c Solving starts ...
22.79/22.86	c ============================[ Search Statistics ]============================
22.79/22.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.79/22.86	c       |         |          |          |    Limit     GC | Var      | Constra 
22.79/22.86	c =============================================================================
22.79/22.86	c  0.0s |       0 |        0 |        0 |     4943      0 |     1484 |        4
22.89/22.99	c  0.1s |       1 |      200 |      100 |     4943      0 |     1484 |        4
22.99/23.09	c  0.2s |       2 |      489 |      250 |     4943      0 |     1484 |        4
23.19/23.20	c  0.3s |       3 |      933 |      475 |     4943      0 |     1484 |        4
23.29/23.38	c  0.5s |       4 |     1489 |      813 |     4943      0 |     1484 |        4
23.59/23.63	c  0.8s |       5 |     2309 |     1320 |     4943      0 |     1484 |        4
23.99/24.00	c  1.1s |       6 |     3544 |     2081 |     4943      0 |     1484 |        4
24.59/24.64	c  1.8s |       7 |     5543 |     3223 |     4943      1 |     1484 |        4
25.29/25.32	c  2.5s |       8 |     8255 |     4936 |     4943      1 |     1484 |        4
26.29/26.33	c  3.5s |       9 |    12701 |     7506 |     5438      2 |     1484 |        4
26.59/26.62	c  3.8s |       9 |    13768 |     8143 |     5438      2 |     1484 |        4
26.59/26.62	c #cpu_time = 3.751s
26.59/26.62	c #wall_clock_time = 3.761s
26.59/26.62	c #decision = 13768
26.59/26.62	c #random_decision = 13
26.59/26.62	c #conflict = 8143
26.59/26.62	c #restart = 9
26.59/26.62	o 3
26.59/26.63	c BCD2: hardening fixes 262 literals
26.59/26.63	c BCD2: updating upper bound: 18 -> 2
26.59/26.63	c BCD2: 1 <= obj <= 2
26.59/26.63	c BCD2: #cores=1, #unrelaxed=1, #relaxed=30, #hardened=1746
26.59/26.63	c BCD2: #sat=6 #unsat=2 bias=2/8
26.59/26.63	c Solving starts ...
26.59/26.63	c ============================[ Search Statistics ]============================
26.59/26.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.59/26.63	c       |         |          |          |    Limit     GC | Var      | Constra 
26.59/26.63	c =============================================================================
26.59/26.63	c  0.0s |       0 |        0 |        0 |     5438      0 |     1746 |        5
26.59/26.68	c  0.1s |       1 |      176 |      100 |     5438      0 |     1746 |        8
26.69/26.74	c  0.1s |       2 |      443 |      250 |     5438      0 |     1746 |        8
26.79/26.84	c  0.2s |       3 |      813 |      475 |     5438      0 |     1746 |        8
26.89/26.97	c  0.3s |       4 |     1307 |      813 |     5438      0 |     1746 |        8
27.09/27.13	c  0.5s |       5 |     2352 |     1320 |     5438      0 |     1746 |        8
27.39/27.44	c  0.8s |       6 |     3632 |     2081 |     5438      1 |     1746 |        8
27.69/27.78	c  1.2s |       7 |     5593 |     3223 |     5438      1 |     1746 |        8
28.29/28.33	c  1.7s |       8 |     8528 |     4936 |     5438      1 |     1746 |        8
28.69/28.74	c  2.1s |       8 |    10709 |     6190 |     5438      2 |     1746 |        8
28.69/28.74	c #cpu_time = 2.110s
28.69/28.74	c #wall_clock_time = 2.115s
28.69/28.74	c #decision = 10709
28.69/28.74	c #random_decision = 17
28.69/28.74	c #conflict = 6190
28.69/28.74	c #restart = 8
28.69/28.74	o 1
28.69/28.74	s OPTIMUM FOUND
28.69/28.74	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
28.69/28.74	v -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
28.69/28.74	v -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
28.69/28.74	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
28.69/28.74	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
28.69/28.74	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
28.69/28.74	v x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
28.69/28.74	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
28.69/28.74	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
28.69/28.74	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
28.69/28.74	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
28.69/28.74	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
28.69/28.74	v x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
28.69/28.74	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
28.69/28.74	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
28.69/28.74	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
28.69/28.74	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170
28.69/28.74	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180
28.69/28.74	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
28.69/28.74	v x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200
28.69/28.74	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
28.69/28.74	v -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220
28.69/28.74	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230
28.69/28.74	v -x231
28.69/28.74	c total CPU time = 28.671s
28.69/28.74	c total wall clock time = 28.747s

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

pid=14359
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: 1.99 2.00 2.00 3/181 14362
/proc/meminfo: memFree=31040996/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=813636 CPUtime=0 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 3053 0 0 0 0 0 0 0 20 0 4 0 10731972 833163264 2904 33554432000 4194304 16246674 140733513449616 140733513449040 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 204177 2912 442 2943 0 201071 0
[pid=14362/tid=14363] ppid=14359 vsize=832068 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 852037632 2972 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=836164 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 856231936 2989 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=840260 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10731972 860426240 3007 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14362
/proc/meminfo: memFree=31040996/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 24940 0 0 0 6 3 0 0 20 0 4 0 10731972 1247350784 24783 33554432000 4194304 16246674 140733513449616 140733513449040 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 304529 24788 618 2943 0 301423 0
[pid=14362/tid=14363] ppid=14359 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1247350784 24793 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1247350784 24794 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10731972 1247350784 24796 33554432000 4194304 16246674 140733513449616 140625514056880 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.200454 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14362
/proc/meminfo: memFree=31040996/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 32347 0 0 0 14 5 0 0 20 0 4 0 10731972 1250496512 32144 33554432000 4194304 16246674 140733513449616 140733513448928 6022934 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 305297 32144 911 2943 0 302191 0
[pid=14362/tid=14363] ppid=14359 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1250496512 32144 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1250496512 32144 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1250496512 32144 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1221188

[startup+0.300464 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14362
/proc/meminfo: memFree=31040996/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 48391 0 0 0 22 7 0 0 20 0 4 0 10731972 1334382592 48189 33554432000 4194304 16246674 140733513449616 140733513448928 5531957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 325777 48203 921 2943 0 322671 0
[pid=14362/tid=14363] ppid=14359 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1334382592 48212 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1334382592 48222 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1334382592 48231 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1303108

[startup+0.700396 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14362
/proc/meminfo: memFree=31040996/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 93016 0 0 0 56 13 0 0 20 0 4 0 10731972 1338576896 92813 33554432000 4194304 16246674 140733513449616 140733513448928 5675857 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 326801 92813 926 2943 0 323695 0
[pid=14362/tid=14363] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92813 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92813 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92813 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5004 s]
/proc/loadavg: 1.99 2.00 2.00 3/184 14366
/proc/meminfo: memFree=30671096/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 93019 0 0 0 136 13 0 0 20 0 4 0 10731972 1338576896 92816 33554432000 4194304 16246674 140733513449616 140733513448792 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 326801 92816 929 2943 0 323695 0
[pid=14362/tid=14363] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92816 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92816 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1338576896 92816 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1307204

[startup+3.1004 s]
/proc/loadavg: 1.99 2.00 2.00 3/184 14366
/proc/meminfo: memFree=30670716/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 93058 0 0 0 296 13 0 0 20 0 4 0 10731972 1339625472 92855 33554432000 4194304 16246674 140733513449616 140733513431488 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 327057 92855 932 2943 0 323951 0
[pid=14362/tid=14363] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92855 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92855 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92855 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1308228

[startup+6.3004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14367
/proc/meminfo: memFree=30670632/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 93059 0 0 0 616 13 0 0 20 0 4 0 10731972 1339625472 92856 33554432000 4194304 16246674 140733513449616 140733513448792 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 327057 92856 933 2943 0 323951 0
[pid=14362/tid=14363] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92856 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92856 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1339625472 92856 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14367
/proc/meminfo: memFree=30520104/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 107134 0 0 0 1253 16 0 0 20 0 4 0 10731972 1341722624 106931 33554432000 4194304 16246674 140733513449616 140733513448792 5546224 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 327569 106931 933 2943 0 324463 0
[pid=14362/tid=14363] ppid=14359 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1341722624 106931 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1341722624 106931 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1341722624 106931 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1310276

[startup+25.5005 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376352/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1314372 CPUtime=25.49 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 269818 0 0 0 2511 38 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140733513432616 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 328593 269615 943 2943 0 325487 0
[pid=14362/tid=14363] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625514056880 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) 1314372

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

[startup+25.6005 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376352/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1314372 CPUtime=25.59 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 269818 0 0 0 2521 38 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140733513432616 5516736 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 328593 269615 943 2943 0 325487 0
[pid=14362/tid=14363] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1314372

[startup+27.2004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376368/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1314372 CPUtime=27.19 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 269818 0 0 0 2681 38 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140733513432608 5523416 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 328593 269615 943 2943 0 325487 0
[pid=14362/tid=14363] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1314372

[startup+28.0004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376624/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1314372 CPUtime=27.99 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 269818 0 0 0 2761 38 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140733513431488 13943668 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 328593 269615 943 2943 0 325487 0
[pid=14362/tid=14363] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.99
Current children cumulated vsize (KiB) 1314372

[startup+28.4004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376624/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=1314372 CPUtime=28.39 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202496 269818 0 0 0 2801 38 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140733513431488 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 328593 269615 943 2943 0 325487 0
[pid=14362/tid=14363] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14363/stat : 14363 (toysat) S 14359 14362 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625535020272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14362/tid=14364] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14364/stat : 14364 (toysat) S 14359 14362 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625524530416 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14362/tid=14365] ppid=14359 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14362/task/14365/stat : 14365 (toysat) S 14359 14362 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10731972 1345916928 269615 33554432000 4194304 16246674 140733513449616 140625514056880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 1314372

[startup+28.8004 s]
/proc/loadavg: 1.99 2.00 2.00 3/185 14416
/proc/meminfo: memFree=30376500/32872528 swapFree=7268/7268
[pid=14362] ppid=14359 vsize=0 CPUtime=28.78 cores=0,2,4,6
/proc/14362/stat : 14362 (toysat) R 14359 14362 9721 0 -1 4202500 269820 0 0 0 2835 43 0 0 20 0 1 0 10731972 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14362/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 28.808
CPU time (s): 28.8026
CPU user time (s): 28.3597
CPU system time (s): 0.442932
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3597
system time used= 0.442932
maximum resident set size= 1078468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269820
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= 32

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

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:21:01
IDJOB=4093343
IDBENCH=78933
IDSOLVER=2553
FILE ID=node133/4093343-1466086860
RUNJOBID= node133-1466075558-12321
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 98ba7b6540ae93cc2daebc624abceb03
RANDOM SEED=783311511

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        31041664 kB
Buffers:           35380 kB
Cached:            99788 kB
SwapCached:         1876 kB
Active:          1068712 kB
Inactive:          57052 kB
Active(anon):     991360 kB
Inactive(anon):     1228 kB
Active(file):      77352 kB
Inactive(file):    55824 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             33060 kB
Writeback:             0 kB
AnonPages:        996724 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             567392 kB
SReclaimable:      10920 kB
SUnreclaim:       556472 kB
KernelStack:        1488 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1229720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71716 MiB
End job on node133 at 2016-06-16 16:21:29