Trace number 4109870

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 51.9331 51.9512

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-66-100-0.wbo
MD5SUMa432251fbe239eaf75ee6653ab14d833
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 benchmark20.4549
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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:51:39+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-4109870-1466344299.wbo"]
0.00/0.01	c use --random-gen="4044643042 1138305391 3092534887 3338105050 1062253023 710809959 4033382860 1772762708 937685909 2896620038 3256086507 333262880 2463154572 1717929453 2696051674 325308945 3481744036 215755888 1715132999 942514281 3719170561 2642670070 2479532219 3042232394 1095873511 2911781888 2807082416 449536268 1159013867 2453002382 2836837299 987124146 963330582 2786860503 3539348379 1283420484 1193093549 1316634333 1336537941 544093165 645064851 2781890117 2720517662 2437587768 437856668 2682523895 3775894721 2959046696 1982296499 4287422722 3605382161 1214992345 3867718551 1004349983 2827826910 2576310101 2161286354 867596254 4138774165 192657454 316098222 3427426584 3788988372 3167300044 1404383643 1399953 3441913455 1487364627 2518131000 3987197110 1668524642 3525686777 1678732153 265404480 2292786537 308778509 2449239871 3727892272 3536087173 423444111 309819937 603268701 545760238 852961887 3395678831 493159712 3906388854 1236771831 1943408780 1545391811 42406173 2517405442 2649540728 4002163519 540659608 1045523003 1706095151 4207853849 3124483804 605168361 1617711896 1228923870 1462227515 3124791199 4106488904 1516111714 2429294229 3285449260 3831344534 111434683 1720538441 828842814 3486144435 2275110802 2785576411 913636404 2130543342 1798330608 2482869505 2155056720 3678627333 2186423917 4170655224 968731257 3789128911 882623518 3649247923 761706428 1911944709 2562907339 596782565 3669794712 1531322571 3717087578 2284076012 1415088831 2396984471 2931514496 1512677824 217142872 2853105213 177464882 1220969404 1848946579 569621691 154229522 3804534706 1527431005 477114599 1735841628 2730784199 2829551691 2557446993 4044893633 1158602287 3020086676 1077850313 1810692201 3863450526 3984673982 3642898506 970404734 2862551094 3126177545 3044687527 3626117419 4202375718 1511802560 4015742118 1282059107 2797954679 2485155216 1812375880 2031148907 2553173930 3069650224 1139169940 3496839427 3004708937 83622525 1956043052 1999974355 2104012428 2410192746 4075688925 2272117179 1162453374 367373682 175828476 1475184219 1360952377 2300945870 3104543502 3425836553 4239808055 2506538553 844601385 596050038 3282747806 4273271523 1360371712 266112548 17901752 659415771 3426141999 3637958225 449328945 1836879989 1728227878 2387124561 3787374606 874636635 164005109 2857049390 3958360279 1023210227 2941180856 3862919309 855708083 2976618367 15705219 190985047 2755257036 451400471 1451366709 3227789135 2036200380 2781883356 989685240 2988760916 2885595119 1410349542 3095035343 2688400250 1339478096 2486536816 2386222519 3714263132 14377398 4280996607 3178137937 996622989 4085537210 3725162452 2885933994 152986969 1147878876 3079295924 4082431777 3873696021 2769116725 492841491 1564533549 833927961 754899262 3386729964 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.20	c  0.0s |       0 |        0 |        0 |     1276      0 |        0 |        0
0.19/0.21	c  0.0s |       0 |      972 |       47 |     1276      0 |        0 |        0
0.19/0.21	c #cpu_time = 0.022s
0.19/0.21	c #wall_clock_time = 0.022s
0.19/0.21	c #decision = 972
0.19/0.21	c #random_decision = 3
0.19/0.21	c #conflict = 47
0.19/0.21	c #restart = 0
0.19/0.21	o 310
0.19/0.21	c BCD2: updating upper bound: 45059 -> 309
0.19/0.21	c BCD2: 0 <= obj <= 309
0.19/0.21	c BCD2: #cores=0, #unrelaxed=892, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1276      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1090 |      100 |     1404      0 |        0 |        0
0.19/0.25	c  0.0s |       2 |     2233 |      250 |     1545      0 |        0 |        0
0.19/0.29	c  0.1s |       3 |     3522 |      475 |     1700      0 |        0 |        0
0.29/0.38	c  0.2s |       4 |     4874 |      813 |     1871      0 |        0 |        0
0.49/0.52	c  0.3s |       5 |     6546 |     1320 |     2059      0 |        0 |        0
0.69/0.76	c  0.5s |       6 |     8529 |     2081 |     2265      0 |        0 |        0
1.09/1.15	c  0.9s |       7 |    10973 |     3223 |     2492      0 |        0 |        0
1.69/1.77	c  1.6s |       8 |    14151 |     4936 |     2742      1 |        0 |        0
2.99/3.09	c  2.9s |       9 |    18414 |     7506 |     3017      3 |        0 |        0
4.29/4.31	c  4.1s |      10 |    25202 |    11361 |     3319      5 |        0 |        0
6.29/6.33	c  6.1s |      10 |    33183 |    16061 |     3319      7 |        0 |        0
6.89/6.90	c  6.7s |      11 |    34817 |    17144 |     3651      7 |        0 |        0
8.90/8.91	c  8.7s |      11 |    42614 |    21744 |     3651      9 |        0 |        0
10.89/10.94	c 10.7s |      11 |    48035 |    25544 |     3651     11 |        0 |        0
10.99/11.06	c 10.8s |      12 |    48437 |    25819 |     4017     11 |        0 |        0
12.99/13.07	c 12.9s |      12 |    54538 |    29419 |     4017     12 |        0 |        0
14.99/15.08	c 14.9s |      12 |    60102 |    33019 |     4017     14 |        0 |        0
17.09/17.11	c 16.9s |      12 |    65147 |    36319 |     4017     15 |        0 |        0
18.79/18.82	c 18.6s |      13 |    69292 |    38832 |     4419     16 |        0 |        0
20.78/20.86	c 20.6s |      13 |    75478 |    41932 |     4419     17 |        0 |        0
22.78/22.88	c 22.7s |      13 |    80785 |    45132 |     4419     18 |        0 |        0
24.88/24.93	c 24.7s |      13 |    85833 |    48132 |     4419     20 |        0 |        0
26.88/26.95	c 26.7s |      13 |    90817 |    50932 |     4419     21 |        0 |        0
28.88/28.98	c 28.8s |      13 |    96015 |    53732 |     4419     22 |        0 |        0
30.98/31.06	c 30.8s |      13 |   100950 |    56432 |     4419     23 |        0 |        0
32.28/32.30	c 32.1s |      14 |   104705 |    58352 |     4861     23 |        0 |        0
34.28/34.35	c 34.1s |      14 |   111927 |    61852 |     4861     25 |        0 |        0
36.29/36.37	c 36.2s |      14 |   118995 |    65652 |     4861     26 |        0 |        0
38.29/38.39	c 38.2s |      14 |   126870 |    69952 |     4861     27 |        0 |        0
40.39/40.45	c 40.2s |      14 |   133535 |    73752 |     4861     29 |        0 |        0
42.39/42.46	c 42.3s |      14 |   139680 |    77152 |     4861     30 |        0 |        0
44.39/44.48	c 44.3s |      14 |   145042 |    80352 |     4861     31 |        0 |        0
46.39/46.49	c 46.3s |      14 |   150457 |    83452 |     4861     32 |        0 |        0
48.09/48.17	c 48.0s |      14 |   153817 |    85532 |     4861     33 |        0 |        0
48.09/48.17	c #cpu_time = 47.841s
48.09/48.17	c #wall_clock_time = 47.964s
48.09/48.17	c #decision = 153817
48.09/48.17	c #random_decision = 252
48.09/48.17	c #conflict = 85532
48.09/48.17	c #restart = 14
48.09/48.18	c BCD2: found a new core of size 867: cost of the new core is >=1
48.09/48.18	c lower bound updated to 1
48.09/48.18	c BCD2: 1 <= obj <= 309
48.09/48.18	c BCD2: #cores=1, #unrelaxed=25, #relaxed=867, #hardened=0
48.09/48.18	c BCD2: #sat=1 #unsat=2 bias=2/3
48.09/48.18	c Solving starts ...
48.09/48.18	c ============================[ Search Statistics ]============================
48.09/48.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.09/48.18	c       |         |          |          |    Limit     GC | Var      | Constra 
48.09/48.18	c =============================================================================
48.09/48.18	c  0.0s |       0 |        0 |        0 |     4861      0 |        0 |        0
48.19/48.24	c  0.1s |       0 |     2050 |       53 |     4861      0 |        0 |        0
48.19/48.24	c #cpu_time = 0.055s
48.19/48.24	c #wall_clock_time = 0.056s
48.19/48.24	c #decision = 2050
48.19/48.24	c #random_decision = 12
48.19/48.24	c #conflict = 53
48.19/48.24	c #restart = 0
48.19/48.24	o 120
48.19/48.24	c BCD2: updating upper bound: 309 -> 119
48.19/48.24	c BCD2: 1 <= obj <= 119
48.19/48.24	c BCD2: #cores=1, #unrelaxed=25, #relaxed=867, #hardened=0
48.19/48.24	c BCD2: #sat=2 #unsat=2 bias=2/4
48.19/48.24	c Solving starts ...
48.19/48.24	c ============================[ Search Statistics ]============================
48.19/48.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.19/48.24	c       |         |          |          |    Limit     GC | Var      | Constra 
48.19/48.24	c =============================================================================
48.19/48.24	c  0.0s |       0 |        0 |        0 |     4861      0 |        0 |        1
48.19/48.29	c  0.0s |       0 |      244 |       11 |     4861      0 |        0 |        1
48.19/48.29	c #cpu_time = 0.046s
48.19/48.29	c #wall_clock_time = 0.046s
48.19/48.29	c #decision = 244
48.19/48.29	c #random_decision = 1
48.19/48.29	c #conflict = 11
48.19/48.29	c #restart = 0
48.19/48.29	o 111
48.29/48.31	c BCD2: updating upper bound: 119 -> 110
48.29/48.31	c BCD2: 1 <= obj <= 110
48.29/48.31	c BCD2: #cores=1, #unrelaxed=25, #relaxed=867, #hardened=0
48.29/48.31	c BCD2: #sat=3 #unsat=2 bias=2/5
48.29/48.31	c Solving starts ...
48.29/48.31	c ============================[ Search Statistics ]============================
48.29/48.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.29/48.31	c       |         |          |          |    Limit     GC | Var      | Constra 
48.29/48.31	c =============================================================================
48.29/48.31	c  0.0s |       0 |        0 |        0 |     4861      0 |        0 |        2
48.39/48.43	c  0.1s |       1 |      213 |      100 |     4861      0 |        0 |        2
48.49/48.54	c  0.2s |       2 |      487 |      250 |     4861      0 |        0 |        2
48.49/48.58	c  0.3s |       2 |      557 |      265 |     4861      0 |        0 |        2
48.49/48.58	c #cpu_time = 0.272s
48.49/48.58	c #wall_clock_time = 0.272s
48.49/48.58	c #decision = 557
48.49/48.58	c #random_decision = 0
48.49/48.58	c #conflict = 265
48.49/48.58	c #restart = 2
48.49/48.58	o 42
48.49/48.58	c BCD2: hardening fixes 521 literals
48.49/48.58	c BCD2: updating upper bound: 110 -> 41
48.49/48.59	c BCD2: 1 <= obj <= 41
48.49/48.59	c BCD2: #cores=1, #unrelaxed=9, #relaxed=362, #hardened=521
48.49/48.59	c BCD2: #sat=4 #unsat=2 bias=2/6
48.49/48.59	c Solving starts ...
48.49/48.59	c ============================[ Search Statistics ]============================
48.49/48.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
48.49/48.59	c       |         |          |          |    Limit     GC | Var      | Constra 
48.49/48.59	c =============================================================================
48.49/48.59	c  0.0s |       0 |        0 |        0 |     4861      0 |      521 |        3
48.59/48.66	c  0.1s |       1 |      226 |      100 |     4861      0 |      521 |        3
48.69/48.76	c  0.2s |       2 |      496 |      250 |     4861      0 |      521 |        3
48.89/48.90	c  0.3s |       3 |      860 |      475 |     4861      0 |      521 |        3
48.99/49.05	c  0.5s |       4 |     1380 |      813 |     4861      0 |      521 |        3
49.19/49.24	c  0.7s |       5 |     2311 |     1320 |     5348      0 |      521 |        3
49.39/49.47	c  0.9s |       5 |     3183 |     1820 |     5348      0 |      521 |        3
49.39/49.47	c #cpu_time = 0.877s
49.39/49.47	c #wall_clock_time = 0.879s
49.39/49.47	c #decision = 3183
49.39/49.47	c #random_decision = 4
49.39/49.47	c #conflict = 1820
49.39/49.47	c #restart = 5
49.39/49.47	o 8
49.39/49.47	c BCD2: hardening fixes 320 literals
49.39/49.47	c BCD2: updating upper bound: 41 -> 7
49.39/49.48	c BCD2: 1 <= obj <= 7
49.39/49.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=51, #hardened=841
49.39/49.48	c BCD2: #sat=5 #unsat=2 bias=2/7
49.39/49.48	c Solving starts ...
49.39/49.48	c ============================[ Search Statistics ]============================
49.39/49.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.39/49.48	c       |         |          |          |    Limit     GC | Var      | Constra 
49.39/49.48	c =============================================================================
49.39/49.48	c  0.0s |       0 |        0 |        0 |     5348      0 |      841 |        8
49.49/49.55	c  0.1s |       1 |      183 |      100 |     5348      0 |      841 |        8
49.59/49.64	c  0.2s |       2 |      427 |      250 |     5348      0 |      841 |        8
49.69/49.76	c  0.3s |       3 |      846 |      475 |     5348      0 |      841 |        8
49.89/49.96	c  0.5s |       4 |     1396 |      813 |     5348      1 |      841 |        8
50.09/50.12	c  0.6s |       5 |     2373 |     1320 |     5348      1 |      841 |        8
50.09/50.16	c  0.7s |       5 |     2647 |     1443 |     5348      1 |      841 |        8
50.09/50.16	c #cpu_time = 0.679s
50.09/50.16	c #wall_clock_time = 0.680s
50.09/50.16	c #decision = 2647
50.09/50.16	c #random_decision = 1
50.09/50.16	c #conflict = 1443
50.09/50.16	c #restart = 5
50.09/50.16	o 3
50.09/50.16	c BCD2: hardening fixes 36 literals
50.09/50.16	c BCD2: updating upper bound: 7 -> 2
50.09/50.16	c BCD2: 1 <= obj <= 2
50.09/50.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=877
50.09/50.16	c BCD2: #sat=6 #unsat=2 bias=2/8
50.09/50.16	c Solving starts ...
50.09/50.16	c ============================[ Search Statistics ]============================
50.09/50.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
50.09/50.16	c       |         |          |          |    Limit     GC | Var      | Constra 
50.09/50.16	c =============================================================================
50.09/50.16	c  0.0s |       0 |        0 |        0 |     5348      0 |      877 |       10
50.19/50.20	c  0.0s |       1 |      174 |      100 |     5348      0 |      877 |       10
50.19/50.26	c  0.1s |       2 |      425 |      250 |     5348      0 |      877 |       10
50.29/50.36	c  0.2s |       3 |      793 |      475 |     5348      0 |      877 |       10
50.38/50.47	c  0.3s |       4 |     1309 |      813 |     5348      0 |      877 |       10
50.59/50.63	c  0.5s |       5 |     2143 |     1320 |     5348      0 |      877 |       10
50.78/50.87	c  0.7s |       6 |     3508 |     2081 |     5348      0 |      877 |       10
51.18/51.21	c  1.0s |       7 |     5548 |     3223 |     5348      1 |      877 |       10
51.69/51.71	c  1.5s |       8 |     8394 |     4936 |     5348      1 |      877 |       10
51.79/51.89	c  1.7s |       8 |     9317 |     5477 |     5348      2 |      877 |       10
51.79/51.89	c #cpu_time = 1.718s
51.79/51.89	c #wall_clock_time = 1.722s
51.79/51.89	c #decision = 9317
51.79/51.89	c #random_decision = 26
51.79/51.89	c #conflict = 5477
51.79/51.89	c #restart = 8
51.79/51.89	o 1
51.79/51.89	s OPTIMUM FOUND
51.79/51.89	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
51.79/51.89	v -x11 x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
51.79/51.89	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
51.79/51.89	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
51.79/51.89	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
51.79/51.89	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
51.79/51.89	v -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70
51.79/51.89	v x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
51.79/51.89	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
51.79/51.89	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
51.79/51.89	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
51.79/51.89	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
51.79/51.89	v x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
51.79/51.89	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
51.79/51.89	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
51.79/51.89	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
51.79/51.89	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170
51.79/51.89	v -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180
51.79/51.89	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
51.79/51.89	v x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
51.79/51.89	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210
51.79/51.89	v -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220
51.79/51.89	v -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
51.79/51.89	v -x231
51.79/51.89	c total CPU time = 51.755s
51.79/51.89	c total wall clock time = 51.888s

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

pid=7224
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.25 2.26 2.09 3/179 7227
/proc/meminfo: memFree=28817892/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 2654 0 0 0 0 0 0 0 20 0 4 0 36476492 729214976 3526 33554432000 4194304 16246674 140733672237360 140733672236784 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 178799 3537 441 2943 0 175693 0
[pid=7227/tid=7228] ppid=7224 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 749137920 3599 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 753332224 3617 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 757526528 3633 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.25 2.26 2.09 3/179 7227
/proc/meminfo: memFree=28817892/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 24608 0 0 0 6 3 0 0 20 0 4 0 36476492 1247350784 25473 33554432000 4194304 16246674 140733672237360 140733672236784 6131302 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 304529 25476 616 2943 0 301423 0
[pid=7227/tid=7228] ppid=7224 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1247350784 25482 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1247350784 25487 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1247350784 25489 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200514 s]
/proc/loadavg: 2.25 2.26 2.09 3/179 7227
/proc/meminfo: memFree=28817892/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1222212 CPUtime=0.19 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 40466 0 0 0 13 6 0 0 20 0 4 0 36476492 1251545088 41302 33554432000 4194304 16246674 140733672237360 140733672236672 5840912 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 305553 41302 843 2943 0 302447 0
[pid=7227/tid=7228] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41302 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41302 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41302 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1222212

[startup+0.300475 s]
/proc/loadavg: 2.25 2.26 2.09 3/179 7227
/proc/meminfo: memFree=28817892/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1222212 CPUtime=0.29 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 40498 0 0 0 23 6 0 0 20 0 4 0 36476492 1251545088 41334 33554432000 4194304 16246674 140733672237360 140733672236672 13006088 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 305553 41334 867 2943 0 302447 0
[pid=7227/tid=7228] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41334 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41334 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 41334 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700396 s]
/proc/loadavg: 2.25 2.26 2.09 3/179 7227
/proc/meminfo: memFree=28817892/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1222212 CPUtime=0.69 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 118536 0 0 0 54 15 0 0 20 0 4 0 36476492 1251545088 119373 33554432000 4194304 16246674 140733672237360 140733672236672 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 305553 119397 867 2943 0 302447 0
[pid=7227/tid=7228] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 119412 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 119420 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1251545088 119428 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50044 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7231
/proc/meminfo: memFree=28026976/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1301060 CPUtime=1.49 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 266307 0 0 0 115 34 0 0 20 0 4 0 36476492 1332285440 267143 33554432000 4194304 16246674 140733672237360 140733672219264 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 325265 267143 870 2943 0 322159 0
[pid=7227/tid=7228] ppid=7224 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1332285440 267143 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1332285440 267143 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1332285440 267143 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1301060

[startup+3.10044 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7231
/proc/meminfo: memFree=27743620/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 267918 0 0 0 275 34 0 0 20 0 4 0 36476492 1338576896 268754 33554432000 4194304 16246674 140733672237360 140733672219264 5532297 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 326801 268754 873 2943 0 323695 0
[pid=7227/tid=7228] ppid=7224 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1338576896 268754 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1338576896 268754 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1338576896 268754 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30045 s]
/proc/loadavg: 2.31 2.27 2.10 3/183 7231
/proc/meminfo: memFree=27740568/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 268688 0 0 0 595 34 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140733672219264 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 327569 269524 875 2943 0 324463 0
[pid=7227/tid=7228] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7005 s]
/proc/loadavg: 2.28 2.26 2.10 3/183 7231
/proc/meminfo: memFree=27739104/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1310276 CPUtime=12.69 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 268688 0 0 0 1235 34 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140733672219264 5677492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 327569 269524 875 2943 0 324463 0
[pid=7227/tid=7228] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1341722624 269524 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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: 2.29 2.27 2.10 3/183 7231
/proc/meminfo: memFree=27737020/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1312324 CPUtime=25.48 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 269200 0 0 0 2514 34 0 0 20 0 4 0 36476492 1343819776 270036 33554432000 4194304 16246674 140733672237360 140733672219264 5823877 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 328081 270036 875 2943 0 324975 0
[pid=7227/tid=7228] ppid=7224 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1343819776 270036 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1343819776 270036 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1343819776 270036 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1312324

[startup+51.1005 s]
/proc/loadavg: 2.25 2.26 2.10 3/183 7232
/proc/meminfo: memFree=27735412/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 269562 0 0 0 5073 35 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140733672219264 5516200 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 328593 270398 885 2943 0 325487 0
[pid=7227/tid=7228] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

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

[startup+51.2005 s]
/proc/loadavg: 2.25 2.26 2.10 3/183 7232
/proc/meminfo: memFree=27735412/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1314372 CPUtime=51.18 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 269562 0 0 0 5083 35 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140733672219264 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 328593 270398 885 2943 0 325487 0
[pid=7227/tid=7228] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1314372

[startup+51.6004 s]
/proc/loadavg: 2.25 2.26 2.10 3/183 7232
/proc/meminfo: memFree=27735412/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1314372 CPUtime=51.58 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 269562 0 0 0 5123 35 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140733672219264 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 328593 270398 885 2943 0 325487 0
[pid=7227/tid=7228] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (KiB) 1314372

[startup+51.8074 s]
/proc/loadavg: 2.25 2.26 2.10 3/183 7232
/proc/meminfo: memFree=27735412/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=1314372 CPUtime=51.79 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) R 7224 7227 6047 0 -1 4202496 269562 0 0 0 5144 35 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140733672219264 5822187 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 328593 270398 885 2943 0 325487 0
[pid=7227/tid=7228] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (toysat) S 7224 7227 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206147611888 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=7227/tid=7229] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7229/stat : 7229 (toysat) S 7224 7227 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206137122032 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) S 7224 7227 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36476492 1345916928 270398 33554432000 4194304 16246674 140733672237360 140206053256368 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 1314372

[startup+51.9005 s]
/proc/loadavg: 2.25 2.26 2.10 3/183 7232
/proc/meminfo: memFree=27735412/32872528 swapFree=1542984/1696284
[pid=7227] ppid=7224 vsize=0 CPUtime=51.89 cores=1,3,5,7
/proc/7227/stat : 7227 (toysat) Z 7224 7227 6047 0 -1 4202508 269566 0 0 0 5153 36 0 0 20 0 2 0 36476492 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7227/statm: 0 0 0 0 0 0 0
[pid=7227/tid=7230] ppid=7224 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (toysat) R 7224 7227 6047 0 -1 4202564 1 0 0 0 0 0 0 0 20 0 2 0 36476492 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 51.9512
CPU time (s): 51.9331
CPU user time (s): 51.5302
CPU system time (s): 0.402938
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.5302
system time used= 0.402938
maximum resident set size= 1081600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269566
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= 55

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.182972 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:51:39
IDJOB=4109870
IDBENCH=78951
IDSOLVER=2553
FILE ID=node125/4109870-1466344299
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= a432251fbe239eaf75ee6653ab14d833
RANDOM SEED=1554264544

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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:        28818520 kB
Buffers:          180800 kB
Cached:           351028 kB
SwapCached:          764 kB
Active:          1241960 kB
Inactive:         370596 kB
Active(anon):    1081488 kB
Inactive(anon):     1188 kB
Active(file):     160472 kB
Inactive(file):   369408 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16388 kB
Writeback:             0 kB
AnonPages:       2775756 kB
Mapped:            10980 kB
Shmem:                 0 kB
Slab:             611496 kB
SReclaimable:      54896 kB
SUnreclaim:       556600 kB
KernelStack:        1488 kB
PageTables:         9320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2922076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node125 at 2016-06-19 15:52:31