Trace number 4109954

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 13.341 13.3424

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
MD5SUM8222df718f0c39737e94bfab6b6fa003
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark13.341
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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:54:57+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-4109954-1466344496.wbo"]
0.00/0.01	c use --random-gen="862975742 744943148 602114557 4147858569 1587294374 4092883704 2563023137 4026217337 758004364 1910981584 1139111346 4160438716 3965160254 1747790059 897137654 1259591053 2984923441 1604083100 311466215 3962451137 1325898012 1487529556 3181397545 925805314 1443112899 4142197388 167465468 142646986 2114237654 249757263 3497553668 3640129448 596943273 2627558726 581310243 1922304720 189454718 2265118553 3208000562 288686688 2995604861 2303813672 1919884980 680824890 738024237 2987359584 494142208 2996031012 4215192192 1371534451 1132747078 1096340376 3565028982 2446362943 2523805503 1991862927 4151591232 1519226089 4106520631 3647145358 2656931726 3102058465 775292544 872293243 1292436555 1220224555 89690545 316192584 2798650800 2302598647 1681078417 3339188229 2197330423 3790912860 829600661 3882727412 1297636832 2538019463 1567344734 2314254333 1861356697 1062017857 2613629454 2397037719 3277211787 649692521 2533230118 605588680 3069675571 2042804243 1163186616 1424206019 150479070 2031485351 3976718635 1500113212 3989169754 1310610690 1597402444 4287548922 1660260628 3215580733 2611767329 2577897996 1941125327 3448018820 599097591 1045448185 2422598765 1167890301 736947047 868039925 3679494857 1440201519 1411677861 3018886497 871210849 2507329648 367048466 3718656019 796730071 4111976086 804024305 706033023 2651704315 3614470338 1314487676 827011020 4196583672 2259836646 2398408996 2391411271 3552188199 647887677 867265794 959736542 2745248999 1810563451 2785725883 1914421660 570472070 711973348 664721546 3671972326 3795947726 1124657589 3262071035 1772068685 1928549419 2622969544 2722661624 3480023583 2970213546 3917892781 3160370260 1949236073 2830674242 283362207 390485864 96103227 2479152923 3723104394 587254974 2847451094 1085541000 2787811161 3201222838 4164589045 439790954 353833985 362879846 4118750325 1895764096 386674363 497763936 2807951346 2402409354 2297695966 26031331 1859210870 4175267990 1362329620 3515821999 1638478952 61702112 2088893268 3824523538 2618150647 3463336560 499917104 580105454 651893175 3308185170 49939324 2848606048 4018016693 2423317304 4074990395 1329762874 2533344960 3300747722 2380854716 144003808 4168862960 1337404800 2221255440 4210596861 1263932490 79686736 1728177553 1485482396 691474929 598952175 1130063586 51286487 492168123 3061082188 2065801685 4159790944 3597284523 3126320651 829800303 4054046476 3246367801 708951032 2597659508 2702472645 128749192 746249805 3316113820 2639579925 3928615366 487349763 3158151120 2075772515 22987290 1054297900 3986494258 4267748775 15180264 2725972593 1638903553 104281026 338487663 769998094 1700657604 3224423281 3929424800 1911490969 722461058 2399531709 1854465062 381669838 1855606619 3070946186 748295696 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.19/0.34	c BCD2: Hardening is enabled.
0.19/0.34	c BCD2: BiasedSearch is enabled.
0.19/0.34	c Solving starts ...
0.19/0.34	c ============================[ Search Statistics ]============================
0.19/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.34	c =============================================================================
0.19/0.34	c  0.0s |       0 |        0 |        0 |     1288      0 |        0 |        0
0.19/0.34	c  0.0s |       0 |     1042 |       12 |     1288      0 |        0 |        0
0.19/0.34	c #cpu_time = 0.015s
0.19/0.34	c #wall_clock_time = 0.015s
0.19/0.34	c #decision = 1042
0.19/0.34	c #random_decision = 6
0.19/0.34	c #conflict = 12
0.19/0.34	c #restart = 0
0.19/0.34	o 67
0.19/0.34	c BCD2: hardening fixes 289 literals
0.19/0.34	c BCD2: updating upper bound: 45359 -> 66
0.19/0.34	c BCD2: 0 <= obj <= 66
0.19/0.34	c BCD2: #cores=0, #unrelaxed=638, #relaxed=0, #hardened=289
0.19/0.34	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.34	c Solving starts ...
0.19/0.34	c ============================[ Search Statistics ]============================
0.19/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.34	c =============================================================================
0.19/0.34	c  0.0s |       0 |        0 |        0 |     1288      0 |      289 |        0
0.19/0.34	c  0.0s |       1 |      822 |      100 |     1417      0 |      289 |        0
0.19/0.34	c  0.0s |       2 |     1720 |      250 |     1559      0 |      289 |        0
0.19/0.34	c  0.1s |       3 |     2698 |      475 |     1715      0 |      289 |        0
0.19/0.35	c  0.1s |       4 |     3827 |      813 |     1887      0 |      289 |        0
0.44/0.49	c  0.3s |       5 |     5385 |     1320 |     2076      0 |      289 |        0
0.69/0.79	c  0.6s |       6 |     7208 |     2081 |     2284      0 |      289 |        0
1.19/1.29	c  1.1s |       7 |     9811 |     3223 |     2513      0 |      289 |        0
1.79/1.88	c  1.7s |       8 |    13575 |     4936 |     2765      1 |      289 |        0
2.69/2.72	c  2.5s |       9 |    19345 |     7506 |     3042      3 |      289 |        0
3.29/3.40	c  3.2s |       9 |    23504 |     9234 |     3042      4 |      289 |        0
3.29/3.40	c #cpu_time = 3.193s
3.29/3.40	c #wall_clock_time = 3.202s
3.29/3.40	c #decision = 23504
3.29/3.40	c #random_decision = 25
3.29/3.40	c #conflict = 9234
3.29/3.40	c #restart = 9
3.29/3.40	c BCD2: found a new core of size 532: cost of the new core is >=1
3.29/3.40	c lower bound updated to 1
3.40/3.40	c BCD2: 1 <= obj <= 66
3.40/3.40	c BCD2: #cores=1, #unrelaxed=106, #relaxed=532, #hardened=289
3.40/3.40	c BCD2: #sat=1 #unsat=2 bias=2/3
3.40/3.41	c Solving starts ...
3.40/3.41	c ============================[ Search Statistics ]============================
3.40/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.41	c =============================================================================
3.40/3.41	c  0.0s |       0 |        0 |        0 |     3042      0 |      289 |        0
3.40/3.46	c  0.1s |       1 |      766 |      100 |     3042      0 |      289 |        0
3.40/3.48	c  0.1s |       1 |      911 |      105 |     3042      0 |      289 |        0
3.40/3.48	c #cpu_time = 0.072s
3.40/3.48	c #wall_clock_time = 0.072s
3.40/3.48	c #decision = 911
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 105
3.40/3.48	c #restart = 1
3.40/3.48	o 60
3.40/3.48	c BCD2: hardening fixes 59 literals
3.40/3.48	c BCD2: updating upper bound: 66 -> 59
3.40/3.48	c BCD2: 1 <= obj <= 59
3.40/3.48	c BCD2: #cores=1, #unrelaxed=93, #relaxed=486, #hardened=348
3.40/3.48	c BCD2: #sat=2 #unsat=2 bias=2/4
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.48	c  0.0s |       0 |        0 |        0 |     3042      0 |      348 |        1
3.50/3.53	c  0.0s |       1 |      268 |      100 |     3042      0 |      348 |        1
3.50/3.59	c  0.1s |       2 |      631 |      250 |     3042      0 |      348 |        1
3.59/3.68	c  0.2s |       3 |     1075 |      475 |     3042      0 |      348 |        1
3.79/3.82	c  0.3s |       4 |     1679 |      813 |     3042      0 |      348 |        1
3.89/3.95	c  0.5s |       4 |     2317 |     1124 |     3042      0 |      348 |        1
3.89/3.95	c #cpu_time = 0.459s
3.89/3.95	c #wall_clock_time = 0.461s
3.89/3.95	c #decision = 2317
3.89/3.95	c #random_decision = 4
3.89/3.95	c #conflict = 1124
3.89/3.95	c #restart = 4
3.89/3.95	o 31
3.89/3.95	c BCD2: hardening fixes 288 literals
3.89/3.95	c BCD2: updating upper bound: 59 -> 30
3.89/3.95	c BCD2: 1 <= obj <= 30
3.89/3.95	c BCD2: #cores=1, #unrelaxed=48, #relaxed=243, #hardened=636
3.89/3.95	c BCD2: #sat=3 #unsat=2 bias=2/5
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |     3042      0 |      636 |        2
3.99/4.00	c  0.1s |       1 |      229 |      100 |     3042      0 |      636 |        2
3.99/4.07	c  0.1s |       2 |      496 |      250 |     3042      0 |      636 |        2
4.09/4.16	c  0.2s |       3 |     1114 |      475 |     3042      0 |      636 |        2
4.29/4.30	c  0.4s |       4 |     1773 |      813 |     3042      1 |      636 |        2
4.39/4.42	c  0.5s |       4 |     2537 |     1227 |     3347      1 |      636 |        2
4.39/4.42	c #cpu_time = 0.467s
4.39/4.42	c #wall_clock_time = 0.469s
4.39/4.42	c #decision = 2537
4.39/4.42	c #random_decision = 5
4.39/4.42	c #conflict = 1227
4.39/4.42	c #restart = 4
4.39/4.42	o 12
4.39/4.42	c BCD2: hardening fixes 178 literals
4.39/4.42	c BCD2: updating upper bound: 30 -> 11
4.39/4.42	c BCD2: 1 <= obj <= 11
4.39/4.42	c BCD2: #cores=1, #unrelaxed=22, #relaxed=91, #hardened=814
4.39/4.42	c BCD2: #sat=4 #unsat=2 bias=2/6
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |     3347      0 |      814 |        3
4.39/4.45	c  0.0s |       1 |      229 |      100 |     3347      0 |      814 |        3
4.50/4.51	c  0.1s |       2 |      535 |      250 |     3347      0 |      814 |        3
4.50/4.56	c  0.1s |       3 |      966 |      475 |     3347      0 |      814 |        3
4.59/4.67	c  0.3s |       4 |     1542 |      813 |     3347      0 |      814 |        3
4.79/4.83	c  0.4s |       5 |     2537 |     1320 |     3347      0 |      814 |        3
4.99/5.05	c  0.6s |       6 |     4033 |     2081 |     3347      1 |      814 |        3
5.29/5.33	c  0.9s |       7 |     6041 |     3223 |     3347      1 |      814 |        3
5.69/5.76	c  1.3s |       8 |     9264 |     4936 |     3347      2 |      814 |        3
6.29/6.39	c  2.0s |       9 |    13909 |     7506 |     3682      3 |      814 |        3
7.29/7.30	c  2.9s |      10 |    21053 |    11361 |     3682      5 |      814 |        3
8.09/8.15	c  3.7s |      10 |    27145 |    14890 |     4051      6 |      814 |        3
8.09/8.15	c #cpu_time = 3.724s
8.09/8.15	c #wall_clock_time = 3.733s
8.09/8.15	c #decision = 27145
8.09/8.15	c #random_decision = 60
8.09/8.15	c #conflict = 14890
8.09/8.15	c #restart = 10
8.09/8.15	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 548: cost of the new core is >=3
8.09/8.15	c lower bound updated to 3
8.09/8.15	c BCD2: 3 <= obj <= 11
8.09/8.15	c BCD2: #cores=1, #unrelaxed=6, #relaxed=107, #hardened=814
8.09/8.15	c BCD2: #sat=4 #unsat=3 bias=3/7
8.09/8.15	c Solving starts ...
8.09/8.15	c ============================[ Search Statistics ]============================
8.09/8.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.15	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.15	c =============================================================================
8.09/8.15	c  0.0s |       0 |        0 |        0 |     4051      0 |      818 |        3
8.19/8.24	c  0.1s |       1 |      190 |      100 |     4051      0 |      818 |       10
8.19/8.28	c  0.1s |       2 |      444 |      250 |     4051      0 |      818 |       10
8.29/8.34	c  0.2s |       3 |      826 |      475 |     4051      0 |      818 |       10
8.29/8.39	c  0.2s |       3 |     1073 |      612 |     4051      0 |      818 |       10
8.29/8.39	c #cpu_time = 0.230s
8.29/8.39	c #wall_clock_time = 0.231s
8.29/8.39	c #decision = 1073
8.29/8.39	c #random_decision = 1
8.29/8.39	c #conflict = 612
8.29/8.39	c #restart = 3
8.29/8.39	o 5
8.29/8.39	c BCD2: hardening fixes 79 literals
8.29/8.39	c BCD2: updating upper bound: 11 -> 4
8.29/8.39	c BCD2: 3 <= obj <= 4
8.29/8.39	c BCD2: #cores=1, #unrelaxed=1, #relaxed=33, #hardened=893
8.29/8.39	c BCD2: #sat=5 #unsat=3 bias=3/8
8.29/8.39	c Solving starts ...
8.29/8.39	c ============================[ Search Statistics ]============================
8.29/8.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.39	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.39	c =============================================================================
8.29/8.39	c  0.0s |       0 |        0 |        0 |     4051      0 |      897 |       11
8.39/8.42	c  0.0s |       1 |      233 |      100 |     4051      0 |      897 |       11
8.39/8.46	c  0.1s |       2 |      506 |      250 |     4051      0 |      897 |       11
8.49/8.52	c  0.1s |       3 |      942 |      475 |     4051      0 |      897 |       11
8.59/8.61	c  0.2s |       4 |     1574 |      813 |     4051      0 |      897 |       11
8.69/8.77	c  0.4s |       5 |     2436 |     1320 |     4051      1 |      897 |       11
8.89/8.94	c  0.5s |       6 |     3822 |     2081 |     4051      1 |      897 |       11
9.09/9.17	c  0.8s |       7 |     5804 |     3223 |     4051      1 |      897 |       11
9.49/9.58	c  1.2s |       8 |     8785 |     4936 |     4051      2 |      897 |       11
10.10/10.18	c  1.8s |       9 |    13342 |     7506 |     4051      3 |      897 |       11
10.69/10.74	c  2.4s |       9 |    17670 |    10048 |     4051      4 |      898 |       13
10.69/10.74	c #cpu_time = 2.351s
10.69/10.74	c #wall_clock_time = 2.357s
10.69/10.74	c #decision = 17670
10.69/10.74	c #random_decision = 62
10.69/10.74	c #conflict = 10048
10.69/10.74	c #restart = 9
10.69/10.74	c BCD2: updating lower bound of a core
10.69/10.74	c lower bound updated to 4
10.69/10.74	c BCD2: hardening fixes 1 literals
10.69/10.74	c BCD2: 4 <= obj <= 4
10.69/10.74	c BCD2: #cores=1, #unrelaxed=0, #relaxed=33, #hardened=894
10.69/10.74	c BCD2: #sat=5 #unsat=4 bias=4/9
10.69/10.75	c Solving starts ...
10.69/10.75	c ============================[ Search Statistics ]============================
10.69/10.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.75	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.75	c =============================================================================
10.69/10.75	c  0.0s |       0 |        0 |        0 |     4051      0 |      899 |       13
10.69/10.79	c  0.0s |       1 |      160 |      100 |     4051      0 |      899 |       13
10.79/10.83	c  0.1s |       2 |      418 |      250 |     4051      0 |      899 |       13
10.79/10.89	c  0.1s |       3 |      760 |      475 |     4051      0 |      899 |       13
10.89/10.98	c  0.2s |       4 |     1340 |      813 |     4051      0 |      899 |       13
11.10/11.11	c  0.4s |       5 |     2131 |     1320 |     4051      0 |      899 |       13
11.29/11.31	c  0.6s |       6 |     3325 |     2081 |     4457      0 |      899 |       13
11.49/11.59	c  0.8s |       7 |     5168 |     3223 |     4457      1 |      899 |       13
11.99/12.01	c  1.3s |       8 |     8227 |     4936 |     4457      1 |      899 |       13
12.59/12.62	c  1.9s |       9 |    12688 |     7506 |     4457      2 |      899 |       13
13.19/13.28	c  2.5s |       9 |    17140 |    10153 |     4457      3 |      900 |       15
13.19/13.28	c #cpu_time = 2.524s
13.19/13.28	c #wall_clock_time = 2.530s
13.19/13.28	c #decision = 17140
13.19/13.28	c #random_decision = 57
13.19/13.28	c #conflict = 10153
13.19/13.28	c #restart = 9
13.19/13.28	c BCD2: updating lower bound of a core
13.19/13.28	c lower bound updated to 5
13.19/13.28	s OPTIMUM FOUND
13.19/13.28	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
13.19/13.28	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
13.19/13.28	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30
13.19/13.28	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
13.19/13.28	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
13.19/13.28	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
13.19/13.28	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
13.19/13.28	v -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80
13.19/13.28	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
13.19/13.28	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
13.19/13.28	v -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
13.19/13.28	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
13.19/13.28	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
13.19/13.28	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
13.19/13.28	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
13.19/13.28	v -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160
13.19/13.28	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
13.19/13.28	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
13.19/13.28	v -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190
13.19/13.28	v -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200
13.19/13.28	v -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210
13.19/13.28	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
13.19/13.28	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230
13.19/13.28	v -x231
13.19/13.28	c total CPU time = 13.246s
13.19/13.28	c total wall clock time = 13.280s

Verifier Data

OK	5

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

pid=8613
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.21 2.23 2.10 4/179 8616
/proc/meminfo: memFree=29413104/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 2791 0 0 0 0 0 0 0 20 0 4 0 36498380 764866560 2642 33554432000 4194304 16246674 140734883783824 140734883783248 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 187247 2649 441 2943 0 184141 0
[pid=8616/tid=8617] ppid=8613 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 782692352 2708 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=768444 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 786886656 2724 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36498380 791080960 2740 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.21 2.23 2.10 4/179 8616
/proc/meminfo: memFree=29413104/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 24602 0 0 0 6 3 0 0 20 0 4 0 36498380 1247350784 24445 33554432000 4194304 16246674 140734883783824 140734883783248 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 304529 24450 621 2943 0 301423 0
[pid=8616/tid=8617] ppid=8613 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1247350784 24452 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1247350784 24455 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36498380 1247350784 24455 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200476 s]
/proc/loadavg: 2.21 2.23 2.10 4/179 8616
/proc/meminfo: memFree=29413104/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 40282 0 0 0 15 4 0 0 20 0 4 0 36498380 1251545088 40096 33554432000 4194304 16246674 140734883783824 140734883783136 13950232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 305553 40096 860 2943 0 302447 0
[pid=8616/tid=8617] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 40096 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 40096 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 40096 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1222212

[startup+0.457502 s]
/proc/loadavg: 2.21 2.23 2.10 4/179 8616
/proc/meminfo: memFree=29413104/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1222212 CPUtime=0.44 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 64316 0 0 0 36 8 0 0 20 0 4 0 36498380 1251545088 64131 33554432000 4194304 16246674 140734883783824 140734883783136 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 305553 64135 871 2943 0 302447 0
[pid=8616/tid=8617] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 64140 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 64146 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 64150 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1222212

[startup+0.700341 s]
/proc/loadavg: 2.21 2.23 2.10 4/179 8616
/proc/meminfo: memFree=29413104/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 119013 0 0 0 54 15 0 0 20 0 4 0 36498380 1251545088 118828 33554432000 4194304 16246674 140734883783824 140734883783136 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 305553 118835 871 2943 0 302447 0
[pid=8616/tid=8617] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 118840 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 118844 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1251545088 118850 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50037 s]
/proc/loadavg: 2.21 2.23 2.10 4/183 8620
/proc/meminfo: memFree=28483048/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 266330 0 0 0 112 37 0 0 20 0 4 0 36498380 1332285440 266144 33554432000 4194304 16246674 140734883783824 140734883765696 5545844 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 325265 266144 874 2943 0 322159 0
[pid=8616/tid=8617] ppid=8613 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1332285440 266144 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1332285440 266144 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1332285440 266144 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1301060

[startup+3.10041 s]
/proc/loadavg: 2.21 2.23 2.10 4/183 8620
/proc/meminfo: memFree=28342804/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 267927 0 0 0 272 37 0 0 20 0 4 0 36498380 1338576896 267741 33554432000 4194304 16246674 140734883783824 140734883765696 5546093 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 326801 267741 877 2943 0 323695 0
[pid=8616/tid=8617] ppid=8613 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1338576896 267741 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1338576896 267741 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1338576896 267741 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30039 s]
/proc/loadavg: 2.19 2.23 2.10 3/183 8620
/proc/meminfo: memFree=28341732/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 268140 0 0 0 592 37 0 0 20 0 4 0 36498380 1339625472 267954 33554432000 4194304 16246674 140734883783824 140734883765696 5675905 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 327057 267954 885 2943 0 323951 0
[pid=8616/tid=8617] ppid=8613 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1339625472 267954 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1339625472 267954 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1339625472 267954 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7003 s]
/proc/loadavg: 2.17 2.22 2.10 3/183 8620
/proc/meminfo: memFree=28317708/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 270137 0 0 0 1231 38 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140734883765696 5852120 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 329105 269951 885 2943 0 325999 0
[pid=8616/tid=8617] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

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

[startup+12.9003 s]
/proc/loadavg: 2.17 2.22 2.10 3/183 8620
/proc/meminfo: memFree=28317708/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=1316420 CPUtime=12.89 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202496 270137 0 0 0 1251 38 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140734883766824 5674907 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 329105 269951 885 2943 0 325999 0
[pid=8616/tid=8617] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (toysat) S 8613 8616 7726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621793701104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (toysat) S 8613 8616 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621783211248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (toysat) S 8613 8616 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36498380 1348014080 269951 33554432000 4194304 16246674 140734883783824 140621772737712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1316420

[startup+13.3004 s]
/proc/loadavg: 2.17 2.22 2.10 3/180 8620
/proc/meminfo: memFree=28645480/32872528 swapFree=1431120/1543540
[pid=8616] ppid=8613 vsize=0 CPUtime=13.29 cores=0,2,4,6
/proc/8616/stat : 8616 (toysat) R 8613 8616 7726 0 -1 4202500 270141 0 0 0 1289 40 0 0 20 0 1 0 36498380 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 13.3424
CPU time (s): 13.341
CPU user time (s): 12.899
CPU system time (s): 0.441932
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.899
system time used= 0.441932
maximum resident set size= 1079816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270141
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= 20
involuntary context switches= 19

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

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:54:56
IDJOB=4109954
IDBENCH=78981
IDSOLVER=2553
FILE ID=node116/4109954-1466344496
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 8222df718f0c39737e94bfab6b6fa003
RANDOM SEED=394808990

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29412616 kB
Buffers:          143696 kB
Cached:           282332 kB
SwapCached:         2316 kB
Active:           899244 kB
Inactive:         262936 kB
Active(anon):     734744 kB
Inactive(anon):     3928 kB
Active(file):     164500 kB
Inactive(file):   259008 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       2265052 kB
Mapped:            12576 kB
Shmem:                 0 kB
Slab:             616700 kB
SReclaimable:      60632 kB
SUnreclaim:       556068 kB
KernelStack:        1456 kB
PageTables:         9188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2767044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71660 MiB
End job on node116 at 2016-06-19 15:55:10