Trace number 4109714

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 26.323 26.3275

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-33-100-0.wbo
MD5SUMc8fdbd1e89585cb1f1efe2070d2e6c87
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 benchmark23.8164
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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:45:33+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-4109714-1466343933.wbo"]
0.00/0.01	c use --random-gen="1270550468 621571874 913739977 3240528182 3876534831 3123970957 1947677773 588286603 3862591909 3435281788 1854620299 1585557714 1956615032 3437099335 2409981502 2698996789 817703984 240039614 54530962 1208743146 1917421458 3409815944 3713851460 544498159 2727865570 3134101569 2365410360 2274563514 3614283161 1722290738 2747481541 405978975 3297842975 898520783 4281773795 1064165388 2219391513 3508971179 707745267 569680498 1312910181 4217137265 364158447 181796021 137996073 243662644 3701823153 4014971346 310994615 637378536 3812730265 3951161955 4164758677 3419041169 2169188047 4238140985 700296746 2915226585 3994437894 3876387148 3143040107 2646508023 3056356760 3571189639 2664692010 3900811760 2869158250 3132618823 3586023886 529300493 4249925144 1430796252 3247129489 2500733159 3582094628 1381000084 3304404473 1837703002 3741459203 556873892 476600549 3437077657 4271508674 3396608781 1172761228 310818784 1609420247 1406490288 3309361182 1298966380 3592651191 694191853 2019996974 3029115130 3206989995 288306489 1420473371 940139854 1273310460 3585607960 3509749280 2835664200 3136390267 1774182552 3252230341 3055939640 3000336612 3061905865 384051979 4007741099 2242046148 12318598 2975245483 1550379304 2688747938 4015918816 3307415749 415943622 271207006 3324621511 4000225353 4019976038 2288127324 2384908849 2964668881 906817799 2526766135 3461460013 1435717550 113330887 3703452518 2344110408 3161550092 104225526 3547441150 3638366563 2987358488 493396808 3308258867 2811704080 2846455296 1063607344 3594554190 1348227121 1476413128 3705574356 2845288476 4096926446 2847389084 3676622977 1793423145 102113839 1100025784 2572394767 3490421911 1293209308 3494976744 3276351029 2224633160 1019667079 3630802239 2001510900 724652886 1937350515 3880943243 2805177809 2347178924 739449870 1228264212 55516320 594419242 3255294546 570697981 2286219469 2448409911 2374912314 2370144380 316618310 2345720611 431362570 1705963718 548050000 1670473748 1297574826 3941568654 2116061333 914958472 882688654 2328391190 1214574341 3075126713 2110219357 3868517094 3008795020 4015310149 692211393 3461026366 2675923775 268691796 1098882717 2097772496 4276560407 3030874997 2990967419 1196202545 2854208787 2388668106 2081539216 1187154514 3895084219 177313038 1420234801 1894312756 3335555754 1515547226 1327524451 1137425313 3553287560 3084061809 3820606097 3819288820 2717125404 599368779 1428913308 1089078595 2340237518 1046512987 3410885861 443071970 3661012105 2001606409 2367940573 348626710 1355539114 2155974701 1623829370 1165103666 429742128 2792456902 2322811660 2131068625 4176810198 2857248814 2064100877 953543845 369190421 3262327811 995160759 3678309256 4210944348 296887674 4294463330 2172383780 3530436007 3402991390 3926794874 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1584      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1872 |       13 |     1584      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.007s
0.19/0.20	c #wall_clock_time = 0.007s
0.19/0.20	c #decision = 1872
0.19/0.20	c #random_decision = 10
0.19/0.20	c #conflict = 13
0.19/0.20	c #restart = 0
0.19/0.20	o 324
0.19/0.20	c BCD2: updating upper bound: 92460 -> 323
0.19/0.22	c BCD2: 0 <= obj <= 323
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1816, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1584      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |     1972 |      100 |     1743      0 |        0 |        0
0.29/0.31	c  0.1s |       2 |     3970 |      250 |     1918      0 |        0 |        0
0.29/0.37	c  0.1s |       3 |     6238 |      475 |     2110      0 |        0 |        0
0.39/0.49	c  0.3s |       4 |     8762 |      813 |     2321      0 |        0 |        0
0.59/0.69	c  0.5s |       5 |    11414 |     1320 |     2554      0 |        0 |        0
0.89/0.97	c  0.8s |       6 |    14485 |     2081 |     2810      0 |        0 |        0
1.49/1.55	c  1.3s |       7 |    18227 |     3223 |     3092      0 |        0 |        0
2.49/2.57	c  2.4s |       8 |    23062 |     4936 |     3402      1 |        0 |        0
3.99/4.01	c  3.8s |       9 |    29252 |     7506 |     3743      2 |        0 |        0
5.99/6.03	c  5.8s |       9 |    36359 |    10506 |     3743      3 |        0 |        0
6.49/6.57	c  6.3s |      10 |    37749 |    11361 |     4118      3 |        0 |        0
8.59/8.61	c  8.4s |      10 |    44281 |    14161 |     4118      4 |        0 |        0
10.59/10.61	c 10.4s |      10 |    49084 |    16961 |     4118      5 |        0 |        0
10.69/10.72	c 10.5s |      11 |    49426 |    17144 |     4530      5 |        0 |        0
12.69/12.78	c 12.6s |      11 |    56324 |    20044 |     4530      6 |        0 |        0
14.78/14.82	c 14.6s |      11 |    60547 |    22544 |     4530      7 |        0 |        0
16.79/16.87	c 16.7s |      11 |    65790 |    25644 |     4530      8 |        0 |        0
16.89/17.00	c 16.8s |      12 |    66085 |    25819 |     4983      8 |        0 |        0
18.99/19.01	c 18.8s |      12 |    72593 |    28419 |     4983      9 |        0 |        0
20.99/21.08	c 20.9s |      12 |    76822 |    30919 |     4983      9 |        0 |        0
22.48/22.56	c 22.3s |      12 |    79702 |    32611 |     4983     10 |        0 |        0
22.48/22.56	c #cpu_time = 22.285s
22.48/22.56	c #wall_clock_time = 22.343s
22.48/22.56	c #decision = 79702
22.48/22.56	c #random_decision = 83
22.48/22.56	c #conflict = 32611
22.48/22.56	c #restart = 12
22.48/22.56	c BCD2: found a new core of size 1701: cost of the new core is >=1
22.48/22.56	c lower bound updated to 1
22.48/22.57	c BCD2: 1 <= obj <= 323
22.48/22.57	c BCD2: #cores=1, #unrelaxed=115, #relaxed=1701, #hardened=0
22.48/22.57	c BCD2: #sat=1 #unsat=2 bias=2/3
22.48/22.57	c Solving starts ...
22.48/22.57	c ============================[ Search Statistics ]============================
22.48/22.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.57	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.57	c =============================================================================
22.48/22.57	c  0.0s |       0 |        0 |        0 |     4983      0 |        0 |        0
22.58/22.64	c  0.1s |       0 |     1863 |        5 |     4983      0 |        0 |        0
22.58/22.64	c #cpu_time = 0.069s
22.58/22.64	c #wall_clock_time = 0.069s
22.58/22.64	c #decision = 1863
22.58/22.64	c #random_decision = 7
22.58/22.64	c #conflict = 5
22.58/22.64	c #restart = 0
22.58/22.64	o 189
22.58/22.65	c BCD2: updating upper bound: 323 -> 188
22.58/22.65	c BCD2: 1 <= obj <= 188
22.58/22.65	c BCD2: #cores=1, #unrelaxed=115, #relaxed=1701, #hardened=0
22.58/22.65	c BCD2: #sat=2 #unsat=2 bias=2/4
22.58/22.66	c Solving starts ...
22.58/22.66	c ============================[ Search Statistics ]============================
22.58/22.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.58/22.66	c       |         |          |          |    Limit     GC | Var      | Constra 
22.58/22.66	c =============================================================================
22.58/22.66	c  0.0s |       0 |        0 |        0 |     4983      0 |        0 |        1
22.68/22.73	c  0.1s |       0 |      642 |        4 |     4983      0 |        0 |        1
22.68/22.73	c #cpu_time = 0.069s
22.68/22.73	c #wall_clock_time = 0.069s
22.68/22.73	c #decision = 642
22.68/22.73	c #random_decision = 1
22.68/22.73	c #conflict = 4
22.68/22.73	c #restart = 0
22.68/22.73	o 120
22.68/22.73	c BCD2: updating upper bound: 188 -> 119
22.68/22.74	c BCD2: 1 <= obj <= 119
22.68/22.74	c BCD2: #cores=1, #unrelaxed=115, #relaxed=1701, #hardened=0
22.68/22.74	c BCD2: #sat=3 #unsat=2 bias=2/5
22.68/22.74	c Solving starts ...
22.68/22.74	c ============================[ Search Statistics ]============================
22.68/22.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.74	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.74	c =============================================================================
22.68/22.74	c  0.0s |       0 |        0 |        0 |     4983      0 |        0 |        2
22.78/22.87	c  0.1s |       0 |      379 |       31 |     4983      0 |        0 |        2
22.78/22.87	c #cpu_time = 0.128s
22.78/22.87	c #wall_clock_time = 0.128s
22.78/22.87	c #decision = 379
22.78/22.87	c #random_decision = 1
22.78/22.87	c #conflict = 31
22.78/22.87	c #restart = 0
22.78/22.87	o 33
22.78/22.87	c BCD2: hardening fixes 1270 literals
22.78/22.88	c BCD2: updating upper bound: 119 -> 32
22.78/22.88	c BCD2: 1 <= obj <= 32
22.78/22.88	c BCD2: #cores=1, #unrelaxed=24, #relaxed=522, #hardened=1270
22.78/22.88	c BCD2: #sat=4 #unsat=2 bias=2/6
22.78/22.88	c Solving starts ...
22.78/22.88	c ============================[ Search Statistics ]============================
22.78/22.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.78/22.88	c       |         |          |          |    Limit     GC | Var      | Constra 
22.78/22.88	c =============================================================================
22.78/22.88	c  0.0s |       0 |        0 |        0 |     4983      0 |     1270 |        3
22.88/22.99	c  0.1s |       1 |      211 |      100 |     4983      0 |     1270 |        3
23.09/23.12	c  0.2s |       2 |      458 |      250 |     4983      0 |     1270 |        3
23.29/23.34	c  0.5s |       3 |      838 |      475 |     4983      0 |     1270 |        3
23.58/23.61	c  0.7s |       4 |     1446 |      813 |     4983      0 |     1270 |        3
23.88/23.92	c  1.0s |       5 |     2261 |     1320 |     4983      0 |     1270 |        3
24.39/24.44	c  1.6s |       6 |     3481 |     2081 |     4983      1 |     1270 |        3
24.48/24.50	c  1.6s |       6 |     3574 |     2114 |     4983      1 |     1270 |        3
24.48/24.50	c #cpu_time = 1.616s
24.48/24.50	c #wall_clock_time = 1.621s
24.48/24.50	c #decision = 3574
24.48/24.50	c #random_decision = 5
24.48/24.50	c #conflict = 2114
24.48/24.50	c #restart = 6
24.48/24.50	o 16
24.48/24.50	c BCD2: hardening fixes 298 literals
24.48/24.50	c BCD2: updating upper bound: 32 -> 15
24.48/24.51	c BCD2: 1 <= obj <= 15
24.48/24.51	c BCD2: #cores=1, #unrelaxed=12, #relaxed=236, #hardened=1568
24.48/24.51	c BCD2: #sat=5 #unsat=2 bias=2/7
24.48/24.51	c Solving starts ...
24.48/24.51	c ============================[ Search Statistics ]============================
24.48/24.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.48/24.51	c       |         |          |          |    Limit     GC | Var      | Constra 
24.48/24.51	c =============================================================================
24.48/24.51	c  0.0s |       0 |        0 |        0 |     4983      0 |     1568 |        4
24.48/24.57	c  0.1s |       1 |      167 |      100 |     4983      0 |     1568 |        4
24.58/24.64	c  0.1s |       2 |      500 |      250 |     4983      0 |     1568 |        4
24.68/24.76	c  0.2s |       3 |      839 |      475 |     4983      0 |     1568 |        4
24.88/24.94	c  0.4s |       4 |     1342 |      813 |     4983      0 |     1568 |        4
25.08/25.13	c  0.6s |       5 |     2147 |     1320 |     4983      0 |     1568 |        4
25.39/25.46	c  0.9s |       5 |     3221 |     2029 |     4983      0 |     1568 |        4
25.39/25.46	c #cpu_time = 0.939s
25.39/25.46	c #wall_clock_time = 0.941s
25.39/25.46	c #decision = 3221
25.39/25.46	c #random_decision = 4
25.39/25.46	c #conflict = 2029
25.39/25.46	c #restart = 5
25.39/25.46	o 5
25.39/25.46	c BCD2: hardening fixes 181 literals
25.39/25.46	c BCD2: updating upper bound: 15 -> 4
25.39/25.46	c BCD2: 1 <= obj <= 4
25.39/25.46	c BCD2: #cores=1, #unrelaxed=3, #relaxed=64, #hardened=1749
25.39/25.46	c BCD2: #sat=6 #unsat=2 bias=2/8
25.39/25.46	c Solving starts ...
25.39/25.46	c ============================[ Search Statistics ]============================
25.39/25.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.46	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.46	c =============================================================================
25.39/25.46	c  0.0s |       0 |        0 |        0 |     4983      0 |     1749 |        5
25.48/25.54	c  0.1s |       1 |      152 |      100 |     4983      0 |     1749 |        6
25.58/25.63	c  0.2s |       2 |      423 |      250 |     4983      0 |     1749 |        6
25.68/25.76	c  0.3s |       3 |      802 |      475 |     4983      0 |     1749 |        6
25.78/25.84	c  0.4s |       3 |      936 |      569 |     4983      0 |     1749 |        6
25.78/25.84	c #cpu_time = 0.374s
25.78/25.84	c #wall_clock_time = 0.375s
25.78/25.84	c #decision = 936
25.78/25.84	c #random_decision = 2
25.78/25.84	c #conflict = 569
25.78/25.84	c #restart = 3
25.78/25.84	o 2
25.78/25.84	c BCD2: hardening fixes 51 literals
25.78/25.84	c BCD2: updating upper bound: 4 -> 1
25.78/25.84	c BCD2: 1 <= obj <= 1
25.78/25.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=1800
25.78/25.84	c BCD2: #sat=7 #unsat=2 bias=2/9
25.78/25.84	c Solving starts ...
25.78/25.84	c ============================[ Search Statistics ]============================
25.78/25.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.78/25.84	c       |         |          |          |    Limit     GC | Var      | Constra 
25.78/25.84	c =============================================================================
25.78/25.84	c  0.0s |       0 |        0 |        0 |     4983      0 |     1800 |       12
25.88/25.91	c  0.1s |       1 |      161 |      100 |     4983      0 |     1800 |       12
25.88/25.99	c  0.1s |       2 |      409 |      250 |     4983      0 |     1800 |       12
26.08/26.10	c  0.3s |       3 |      760 |      475 |     4983      0 |     1800 |       12
26.18/26.27	c  0.4s |       3 |     1232 |      782 |     4983      0 |     1800 |       12
26.18/26.27	c #cpu_time = 0.426s
26.18/26.27	c #wall_clock_time = 0.427s
26.18/26.27	c #decision = 1232
26.18/26.27	c #random_decision = 5
26.18/26.27	c #conflict = 782
26.18/26.27	c #restart = 3
26.18/26.27	o 1
26.18/26.27	s OPTIMUM FOUND
26.18/26.27	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
26.18/26.27	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
26.18/26.27	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
26.18/26.27	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
26.18/26.27	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
26.18/26.27	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
26.18/26.27	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
26.18/26.27	v -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
26.18/26.27	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 x89 -x90
26.18/26.27	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
26.18/26.27	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
26.18/26.27	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
26.18/26.27	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
26.18/26.27	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
26.18/26.27	v -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150
26.18/26.27	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
26.18/26.27	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
26.18/26.27	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
26.18/26.27	v -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190
26.18/26.27	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
26.18/26.27	v x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210
26.18/26.27	v -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220
26.18/26.27	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
26.18/26.27	v x231
26.18/26.27	c total CPU time = 26.205s
26.18/26.27	c total wall clock time = 26.274s

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

pid=1801
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.10 2.06 1.81 3/181 1805
/proc/meminfo: memFree=30559288/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 2854 0 0 0 0 0 0 0 20 0 4 0 36439182 781643776 2704 33554432000 4194304 16246674 140734155104880 140734155104304 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 191087 2707 441 2943 0 187981 0
[pid=1805/tid=1806] ppid=1801 vsize=849340 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 869724160 3042 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=854460 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 874967040 3062 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=858556 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36439182 879161344 3078 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.10 2.06 1.81 3/181 1805
/proc/meminfo: memFree=30559288/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 24952 0 0 0 6 3 0 0 20 0 4 0 36439182 1247350784 24794 33554432000 4194304 16246674 140734155104880 140734155104304 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 304529 24798 614 2943 0 301423 0
[pid=1805/tid=1806] ppid=1801 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1247350784 24802 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1247350784 24803 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36439182 1247350784 24810 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200545 s]
/proc/loadavg: 2.10 2.06 1.81 3/181 1805
/proc/meminfo: memFree=30559288/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 33328 0 0 0 15 4 0 0 20 0 4 0 36439182 1250496512 33124 33554432000 4194304 16246674 140734155104880 140734155104192 6075548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 305297 33124 898 2943 0 302191 0
[pid=1805/tid=1806] ppid=1801 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1250496512 33124 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1250496512 33124 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1250496512 33124 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300503 s]
/proc/loadavg: 2.10 2.06 1.81 3/181 1805
/proc/meminfo: memFree=30559288/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 53405 0 0 0 22 7 0 0 20 0 4 0 36439182 1334382592 53201 33554432000 4194304 16246674 140734155104880 140734155104192 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 325777 53208 919 2943 0 322671 0
[pid=1805/tid=1806] ppid=1801 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1334382592 53211 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1334382592 53212 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1334382592 53216 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700409 s]
/proc/loadavg: 2.10 2.06 1.81 3/181 1805
/proc/meminfo: memFree=30559288/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 92622 0 0 0 58 11 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140734155104192 5523072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 326801 92418 925 2943 0 323695 0
[pid=1805/tid=1806] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.09 2.06 1.82 3/185 1810
/proc/meminfo: memFree=30190712/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 92622 0 0 0 138 11 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140734155086784 5545916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 326801 92418 925 2943 0 323695 0
[pid=1805/tid=1806] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92418 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10041 s]
/proc/loadavg: 2.09 2.06 1.82 3/176 1849
/proc/meminfo: memFree=31261428/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 92625 0 0 0 298 11 0 0 20 0 4 0 36439182 1338576896 92421 33554432000 4194304 16246674 140734155104880 140734155086784 6010086 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 326801 92421 928 2943 0 323695 0
[pid=1805/tid=1806] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92421 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92421 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1338576896 92421 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.09 2.06 1.82 3/185 1862
/proc/meminfo: memFree=30191404/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 92761 0 0 0 618 11 0 0 20 0 4 0 36439182 1339625472 92557 33554432000 4194304 16246674 140734155104880 140734155086784 5546001 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327057 92557 931 2943 0 323951 0
[pid=1805/tid=1806] ppid=1801 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1339625472 92557 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1339625472 92557 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1339625472 92557 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.08 2.06 1.82 3/185 1862
/proc/meminfo: memFree=30183816/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 93362 0 0 0 1257 12 0 0 20 0 4 0 36439182 1341722624 93158 33554432000 4194304 16246674 140734155104880 140734155086784 5545872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327569 93158 931 2943 0 324463 0
[pid=1805/tid=1806] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 93158 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 93158 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 93158 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.14 2.07 1.82 3/185 1862
/proc/meminfo: memFree=29630188/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1310276 CPUtime=25.48 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 230086 0 0 0 2518 30 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140734155086784 5677662 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327569 231394 942 2943 0 324463 0
[pid=1805/tid=1806] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1310276

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

[startup+25.6005 s]
/proc/loadavg: 2.14 2.07 1.82 3/185 1862
/proc/meminfo: memFree=29630188/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1310276 CPUtime=25.58 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 230086 0 0 0 2528 30 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140734155086784 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327569 231394 942 2943 0 324463 0
[pid=1805/tid=1806] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1310276

[startup+26.0004 s]
/proc/loadavg: 2.14 2.07 1.82 3/185 1862
/proc/meminfo: memFree=29630188/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1310276 CPUtime=25.98 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 230086 0 0 0 2568 30 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140734155086784 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327569 231394 942 2943 0 324463 0
[pid=1805/tid=1806] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.98
Current children cumulated vsize (KiB) 1310276

[startup+26.2004 s]
/proc/loadavg: 2.14 2.07 1.82 3/185 1862
/proc/meminfo: memFree=29630188/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=1310276 CPUtime=26.18 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202496 230086 0 0 0 2588 30 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140734155086784 5523192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 327569 231394 942 2943 0 324463 0
[pid=1805/tid=1806] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1806/stat : 1806 (toysat) S 1801 1805 832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727204949232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1805/tid=1807] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1807/stat : 1807 (toysat) S 1801 1805 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727194459376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1805/tid=1809] ppid=1801 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/1805/task/1809/stat : 1809 (toysat) S 1801 1805 832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36439182 1341722624 231394 33554432000 4194304 16246674 140734155104880 140727183985840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 26.18
Current children cumulated vsize (KiB) 1310276

[startup+26.3004 s]
/proc/loadavg: 2.14 2.07 1.82 3/185 1862
/proc/meminfo: memFree=29630188/32872528 swapFree=8804/8804
[pid=1805] ppid=1801 vsize=0 CPUtime=26.29 cores=0,2,4,6
/proc/1805/stat : 1805 (toysat) R 1801 1805 832 0 -1 4202500 230088 0 0 0 2596 33 0 0 20 0 1 0 36439182 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1805/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 26.3275
CPU time (s): 26.323
CPU user time (s): 25.9631
CPU system time (s): 0.359945
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1310276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9631
system time used= 0.359945
maximum resident set size= 925584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230088
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= 17
involuntary context switches= 27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.186971 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 15:45:33
IDJOB=4109714
IDBENCH=78902
IDSOLVER=2553
FILE ID=node133/4109714-1466343933
RUNJOBID= node133-1466341813-848
PBS_JOBID= 19922020
Free space on /tmp= 71700 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109714-1466343933/watcher-4109714-1466343933 -o /tmp/evaluation-result-4109714-1466343933/solver-4109714-1466343933 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466341813-848 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109714-1466343933.wbo

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

MD5SUM BENCH= c8fdbd1e89585cb1f1efe2070d2e6c87
RANDOM SEED=1875817691

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30559668 kB
Buffers:          164280 kB
Cached:           323532 kB
SwapCached:         1408 kB
Active:          1220420 kB
Inactive:         341440 kB
Active(anon):    1074252 kB
Inactive(anon):     2060 kB
Active(file):     146168 kB
Inactive(file):   339380 kB
Unevictable:        8804 kB
Mlocked:            8804 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       1083664 kB
Mapped:            11832 kB
Shmem:                 0 kB
Slab:             610764 kB
SReclaimable:      54072 kB
SUnreclaim:       556692 kB
KernelStack:        1480 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1226708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71684 MiB
End job on node133 at 2016-06-19 15:45:59