Trace number 4093377

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 25.5411 25.5509

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM14adea07f674cbc6036223afab3dc3b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.90241
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-16T16:14:35+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-4093377-1466086474.wbo"]
0.00/0.01	c use --random-gen="1954930243 2886762316 3473313502 3091794387 3834529118 3758983448 851343771 2214559518 1536923555 2796966613 3171635039 4229954682 1143198649 584754318 636186642 1362690593 3226243669 2697861624 3177835777 347199480 3041623162 2433699600 2028585331 3454671511 845069054 3284604444 3414137575 1833601548 1438866569 1460106813 299134673 2379705976 1827638681 424198522 479004975 3640825125 1828900245 2107584159 1789534167 3019223738 1454557808 3419001947 1987954259 4155522551 2575637670 749397198 1827861284 1393725094 1762109144 2051078211 3349732839 1949304242 2951871501 2299978207 2555764569 4047248838 555548187 3254968973 512000 1453345474 3835586555 2100918715 168324271 927940675 2362674240 3931234617 3790109871 153135565 2677860936 96390833 2653543029 3233556758 2148044157 902661998 1195284549 3365648107 600518528 1135156861 2870265951 1781442505 4064221554 376043822 2134279943 765048266 359049740 24404620 3062459982 1487590121 2360956439 101132416 2260587911 2698217218 1588702049 1925283118 2657938531 1158331209 4143715904 1068058363 1253423857 1739135880 564316143 3755556663 2125624975 2188360020 698552610 962179984 3799253095 1059092317 2379030238 2955736622 1147041228 1621773601 781397533 716835014 927930189 3762507042 3341144488 3441700854 573149995 3799803542 2199658051 1998460488 4205485385 4114567792 2297545983 4242637515 2104443782 979031213 3062562128 3747109 397693311 3599603697 1510739601 1668763751 1942410177 1198320818 881944535 1381183284 4126311659 2863225004 3260280068 1572848 1128346959 1439578643 1655346272 2506371095 2620982433 1947169741 2358857171 2837361036 3562319781 2455783082 3307701646 2940557836 498145194 1682631241 646934107 713198705 54556881 262270563 3230954964 1338166238 893930611 1112464064 1343322023 15335795 1610316237 1769010886 3190252461 2075127080 3801883196 2957163986 605789969 3130888883 2357810432 99553277 1654127138 3815698931 295366303 2959984366 1421214573 1508725422 3861062765 3092470717 2088845718 3179503618 1090229790 3125447601 1875158422 233089771 3121352947 1728548669 3027812427 3810820304 4062758922 1497361818 97828617 3255612571 3926743505 4179364171 2049638100 3373413258 2149899218 3650111229 1026671225 1872209252 220890062 3666326401 256111275 3696543291 3005546131 1267973101 2731627366 586413133 2688569257 3892704246 4109348304 3935276829 1839228425 1778037366 1820212330 4252206522 780438761 872501778 485065368 1723967865 2743107435 1915522804 1103676278 3479413764 2922574601 1833241463 1911078871 847635511 99699835 3054669693 2956876338 1265986364 621598614 1792387651 423073068 3883798406 706016422 2055916632 4098239245 3509807196 1871998562 3466309244 3589050144 331362239 2474349022 1597200679 2321765576 277941998 1775529918 2808907958 255 362436" option to reproduce the execution
0.18/0.24	c #vars 169
0.18/0.24	c #constraints 101
0.18/0.25	c BCD2: Hardening is enabled.
0.18/0.25	c BCD2: BiasedSearch is enabled.
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.18/0.25	c  0.0s |       0 |      103 |       17 |      111      0 |        0 |        0
0.18/0.25	c #cpu_time = 0.003s
0.18/0.25	c #wall_clock_time = 0.003s
0.18/0.25	c #decision = 103
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 17
0.18/0.25	c #restart = 0
0.18/0.25	o 418
0.18/0.25	c BCD2: updating upper bound: 2924 -> 417
0.18/0.25	c BCD2: 0 <= obj <= 417
0.18/0.25	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      253 |      100 |      123      0 |        0 |        0
0.18/0.29	c  0.0s |       2 |      575 |      250 |      136      1 |        0 |        0
0.28/0.33	c  0.1s |       3 |     1136 |      475 |      150      3 |        0 |        0
0.28/0.39	c  0.1s |       4 |     1765 |      813 |      165      5 |        0 |        0
0.39/0.48	c  0.2s |       5 |     2625 |     1320 |      182      9 |        0 |        0
0.59/0.62	c  0.4s |       6 |     3883 |     2081 |      201     14 |        0 |        0
0.69/0.82	c  0.6s |       7 |     5702 |     3223 |      222     21 |        0 |        0
1.09/1.15	c  0.9s |       8 |     7995 |     4936 |      245     29 |        0 |        0
1.48/1.58	c  1.3s |       9 |    11664 |     7506 |      270     42 |        0 |        0
2.08/2.13	c  1.9s |      10 |    16824 |    11361 |      297     60 |        0 |        0
2.89/2.96	c  2.7s |      11 |    24794 |    17144 |      327     87 |        0 |        0
4.09/4.15	c  3.9s |      12 |    37154 |    25819 |      360    124 |        0 |        0
5.79/5.87	c  5.6s |      13 |    55918 |    38832 |      397    176 |        0 |        0
7.79/7.88	c  7.6s |      13 |    75763 |    52632 |      397    228 |        0 |        0
8.79/8.81	c  8.6s |      14 |    83773 |    58352 |      437    250 |        0 |        0
10.78/10.82	c 10.6s |      14 |   105107 |    73352 |      437    302 |        0 |        0
12.78/12.83	c 12.6s |      14 |   125401 |    87452 |      481    352 |        0 |        0
12.78/12.85	c 12.6s |      15 |   125704 |    87632 |      481    352 |        0 |        0
14.78/14.86	c 14.6s |      15 |   145918 |   101732 |      481    398 |        0 |        0
16.78/16.86	c 16.6s |      15 |   164758 |   115132 |      481    442 |        0 |        0
18.79/18.87	c 18.6s |      15 |   183978 |   128432 |      481    486 |        0 |        0
18.98/19.09	c 18.8s |      15 |   186022 |   129762 |      481    491 |        0 |        0
18.98/19.09	c #cpu_time = 18.795s
18.98/19.09	c #wall_clock_time = 18.843s
18.98/19.09	c #decision = 186022
18.98/19.09	c #random_decision = 425
18.98/19.09	c #conflict = 129762
18.98/19.09	c #restart = 15
18.98/19.10	c BCD2: found a new core of size 64: cost of the new core is >=1
18.98/19.10	c lower bound updated to 1
18.98/19.10	c BCD2: 1 <= obj <= 417
18.98/19.10	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
18.98/19.10	c BCD2: #sat=1 #unsat=2 bias=2/3
18.98/19.10	c Solving starts ...
18.98/19.10	c ============================[ Search Statistics ]============================
18.98/19.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.10	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.10	c =============================================================================
18.98/19.10	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
19.08/19.11	c  0.0s |       1 |      224 |      100 |      481      1 |        0 |        0
19.08/19.13	c  0.0s |       2 |      516 |      250 |      481      1 |        0 |        0
19.08/19.13	c  0.0s |       2 |      611 |      272 |      481      1 |        0 |        0
19.08/19.13	c #cpu_time = 0.037s
19.08/19.13	c #wall_clock_time = 0.037s
19.08/19.13	c #decision = 611
19.08/19.13	c #random_decision = 2
19.08/19.13	c #conflict = 272
19.08/19.13	c #restart = 2
19.08/19.13	o 341
19.08/19.13	c BCD2: updating upper bound: 417 -> 340
19.08/19.13	c BCD2: 1 <= obj <= 340
19.08/19.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
19.08/19.13	c BCD2: #sat=2 #unsat=2 bias=2/4
19.08/19.13	c Solving starts ...
19.08/19.13	c ============================[ Search Statistics ]============================
19.08/19.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.13	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.13	c =============================================================================
19.08/19.13	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        2
19.08/19.15	c  0.0s |       1 |      206 |      100 |      481      1 |        0 |        2
19.08/19.16	c  0.0s |       1 |      305 |      143 |      481      1 |        0 |        2
19.08/19.16	c #cpu_time = 0.025s
19.08/19.16	c #wall_clock_time = 0.025s
19.08/19.16	c #decision = 305
19.08/19.16	c #random_decision = 1
19.08/19.16	c #conflict = 143
19.08/19.16	c #restart = 1
19.08/19.16	o 193
19.08/19.16	c BCD2: updating upper bound: 340 -> 192
19.08/19.16	c BCD2: 1 <= obj <= 192
19.08/19.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
19.08/19.16	c BCD2: #sat=3 #unsat=2 bias=2/5
19.08/19.16	c Solving starts ...
19.08/19.16	c ============================[ Search Statistics ]============================
19.08/19.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.16	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.16	c =============================================================================
19.08/19.16	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        4
19.08/19.17	c  0.0s |       1 |      177 |      100 |      481      0 |        0 |        4
19.08/19.19	c  0.0s |       2 |      433 |      250 |      481      1 |        0 |        4
19.18/19.22	c  0.1s |       3 |      869 |      475 |      530      1 |        0 |        4
19.18/19.27	c  0.1s |       3 |     1378 |      796 |      530      2 |        0 |        4
19.18/19.27	c #cpu_time = 0.112s
19.18/19.27	c #wall_clock_time = 0.112s
19.18/19.27	c #decision = 1378
19.18/19.27	c #random_decision = 7
19.18/19.27	c #conflict = 796
19.18/19.27	c #restart = 3
19.18/19.27	o 74
19.18/19.27	c BCD2: hardening fixes 16 literals
19.18/19.27	c BCD2: updating upper bound: 192 -> 73
19.18/19.27	c BCD2: 1 <= obj <= 73
19.18/19.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=16
19.18/19.27	c BCD2: #sat=4 #unsat=2 bias=2/6
19.18/19.27	c Solving starts ...
19.18/19.27	c ============================[ Search Statistics ]============================
19.18/19.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.18/19.27	c       |         |          |          |    Limit     GC | Var      | Constra 
19.18/19.27	c =============================================================================
19.18/19.27	c  0.0s |       0 |        0 |        0 |      530      0 |       16 |        6
19.18/19.29	c  0.0s |       1 |      140 |      100 |      530      1 |       16 |        6
19.28/19.30	c  0.0s |       2 |      348 |      250 |      530      1 |       16 |        6
19.28/19.33	c  0.1s |       3 |      712 |      475 |      530      2 |       16 |        6
19.28/19.37	c  0.1s |       4 |     1254 |      813 |      530      3 |       16 |        6
19.28/19.39	c  0.1s |       4 |     1548 |     1005 |      530      3 |       16 |        6
19.28/19.39	c #cpu_time = 0.121s
19.28/19.39	c #wall_clock_time = 0.122s
19.28/19.39	c #decision = 1548
19.28/19.39	c #random_decision = 2
19.28/19.39	c #conflict = 1005
19.28/19.39	c #restart = 4
19.28/19.39	o 18
19.28/19.39	c BCD2: hardening fixes 32 literals
19.28/19.39	c BCD2: updating upper bound: 73 -> 17
19.28/19.39	c BCD2: 1 <= obj <= 17
19.28/19.39	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
19.28/19.39	c BCD2: #sat=5 #unsat=2 bias=2/7
19.28/19.39	c Solving starts ...
19.28/19.39	c ============================[ Search Statistics ]============================
19.28/19.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.39	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.39	c =============================================================================
19.28/19.39	c  0.0s |       0 |        0 |        0 |      530      0 |       48 |        8
19.38/19.41	c  0.0s |       1 |      128 |      100 |      530      1 |       48 |        8
19.38/19.42	c  0.0s |       2 |      359 |      250 |      530      1 |       48 |        8
19.38/19.45	c  0.1s |       3 |      655 |      475 |      530      2 |       48 |        8
19.38/19.49	c  0.1s |       4 |     1197 |      813 |      530      3 |       48 |        8
19.48/19.55	c  0.2s |       5 |     1923 |     1320 |      530      4 |       48 |        8
19.58/19.63	c  0.2s |       6 |     3088 |     2081 |      530      7 |       48 |        8
19.68/19.77	c  0.4s |       7 |     4847 |     3223 |      530     10 |       48 |        8
19.78/19.85	c  0.5s |       7 |     5835 |     3972 |      530     12 |       48 |        8
19.78/19.85	c #cpu_time = 0.459s
19.78/19.85	c #wall_clock_time = 0.460s
19.78/19.85	c #decision = 5835
19.78/19.85	c #random_decision = 13
19.78/19.85	c #conflict = 3972
19.78/19.85	c #restart = 7
19.78/19.85	o 4
19.78/19.85	c BCD2: hardening fixes 11 literals
19.78/19.85	c BCD2: updating upper bound: 17 -> 3
19.78/19.85	c BCD2: 1 <= obj <= 3
19.78/19.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=59
19.78/19.85	c BCD2: #sat=6 #unsat=2 bias=2/8
19.78/19.85	c Solving starts ...
19.78/19.85	c ============================[ Search Statistics ]============================
19.78/19.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.78/19.85	c       |         |          |          |    Limit     GC | Var      | Constra 
19.78/19.85	c =============================================================================
19.78/19.85	c  0.0s |       0 |        0 |        0 |      530      0 |       59 |       10
19.78/19.87	c  0.0s |       1 |      157 |      100 |      530      0 |       59 |       10
19.78/19.88	c  0.0s |       2 |      383 |      250 |      530      1 |       59 |       10
19.89/19.91	c  0.1s |       3 |      687 |      475 |      530      2 |       59 |       10
19.89/19.95	c  0.1s |       4 |     1144 |      813 |      530      3 |       59 |       10
19.89/20.00	c  0.1s |       5 |     1862 |     1320 |      530      4 |       59 |       10
19.99/20.08	c  0.2s |       6 |     2839 |     2081 |      530      6 |       59 |       10
20.18/20.21	c  0.4s |       7 |     4321 |     3223 |      530      9 |       59 |       10
20.28/20.34	c  0.5s |       7 |     5891 |     4372 |      530     13 |       59 |       10
20.28/20.34	c #cpu_time = 0.479s
20.28/20.34	c #wall_clock_time = 0.480s
20.28/20.34	c #decision = 5891
20.28/20.34	c #random_decision = 9
20.28/20.34	c #conflict = 4372
20.28/20.34	c #restart = 7
20.28/20.34	o 2
20.28/20.34	c BCD2: hardening fixes 1 literals
20.28/20.34	c BCD2: updating upper bound: 3 -> 1
20.28/20.34	c BCD2: 1 <= obj <= 1
20.28/20.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
20.28/20.34	c BCD2: #sat=7 #unsat=2 bias=2/9
20.28/20.34	c Solving starts ...
20.28/20.34	c ============================[ Search Statistics ]============================
20.28/20.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.28/20.34	c       |         |          |          |    Limit     GC | Var      | Constra 
20.28/20.34	c =============================================================================
20.28/20.34	c  0.0s |       0 |        0 |        0 |      530      0 |       60 |       12
20.28/20.35	c  0.0s |       1 |      131 |      100 |      530      0 |       60 |       12
20.28/20.36	c  0.0s |       2 |      333 |      250 |      530      1 |       60 |       12
20.28/20.39	c  0.1s |       3 |      645 |      475 |      530      1 |       60 |       12
20.38/20.43	c  0.1s |       4 |     1105 |      813 |      530      2 |       60 |       12
20.38/20.49	c  0.1s |       5 |     1769 |     1320 |      530      4 |       60 |       12
20.48/20.56	c  0.2s |       6 |     2841 |     2081 |      530      6 |       60 |       12
20.58/20.69	c  0.3s |       7 |     4415 |     3223 |      530      9 |       60 |       12
20.78/20.86	c  0.5s |       8 |     6907 |     4936 |      530     14 |       60 |       12
21.08/21.14	c  0.8s |       9 |    10446 |     7506 |      530     22 |       60 |       12
21.48/21.55	c  1.2s |      10 |    16217 |    11361 |      530     34 |       60 |       12
22.08/22.15	c  1.8s |      11 |    24600 |    17144 |      530     51 |       60 |       12
22.98/23.09	c  2.8s |      12 |    36964 |    25819 |      530     76 |       60 |       12
24.48/24.51	c  4.2s |      13 |    55179 |    38832 |      530    115 |       60 |       12
25.38/25.49	c  5.2s |      13 |    66520 |    47100 |      530    140 |       61 |       14
25.38/25.49	c #cpu_time = 5.137s
25.38/25.49	c #wall_clock_time = 5.150s
25.38/25.49	c #decision = 66520
25.38/25.49	c #random_decision = 175
25.38/25.49	c #conflict = 47100
25.38/25.49	c #restart = 13
25.38/25.49	c BCD2: updating lower bound of a core
25.38/25.49	c lower bound updated to 2
25.38/25.49	s OPTIMUM FOUND
25.38/25.49	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
25.38/25.49	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
25.38/25.49	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
25.38/25.49	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
25.38/25.49	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
25.38/25.49	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60
25.38/25.49	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
25.38/25.49	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
25.38/25.49	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
25.38/25.49	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
25.38/25.49	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
25.38/25.49	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
25.38/25.49	v -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
25.38/25.49	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
25.38/25.49	v -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
25.38/25.49	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
25.38/25.49	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
25.38/25.49	c total CPU time = 25.420s
25.38/25.49	c total wall clock time = 25.486s

Verifier Data

OK	2

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

pid=13619
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.03 2.01 2.00 3/181 13622
/proc/meminfo: memFree=30956072/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=302524 CPUtime=0 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 1050 0 0 0 0 0 0 0 20 0 4 0 10693367 309784576 1921 33554432000 4194304 16246674 140733847494704 140733847494128 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 76143 1931 441 2943 0 73037 0
[pid=13622/tid=13623] ppid=13619 vsize=318908 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 326561792 1988 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=323004 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 330756096 2005 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=328124 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 335998976 2022 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 13622
/proc/meminfo: memFree=30956072/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 18050 0 0 0 6 2 0 0 20 0 4 0 10693367 1247350784 18914 33554432000 4194304 16246674 140733847494704 140733847477696 6145278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 304529 18920 604 2943 0 301423 0
[pid=13622/tid=13623] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 18921 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 18925 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 18931 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200533 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 13622
/proc/meminfo: memFree=30956072/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 25971 0 0 0 15 3 0 0 20 0 4 0 10693367 1247350784 26835 33554432000 4194304 16246674 140733847494704 140733847477696 12486453 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 304529 26845 604 2943 0 301423 0
[pid=13622/tid=13623] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 26845 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 26845 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 26846 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300487 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 13622
/proc/meminfo: memFree=30956072/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 38390 0 0 0 23 5 0 0 20 0 4 0 10693367 1247350784 39247 33554432000 4194304 16246674 140733847494704 140733847477696 5661217 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 304529 39257 811 2943 0 301423 0
[pid=13622/tid=13623] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 39259 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 39265 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 39270 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700416 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 13622
/proc/meminfo: memFree=30956072/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 106715 0 0 0 54 15 0 0 20 0 4 0 10693367 1247350784 107572 33554432000 4194304 16246674 140733847494704 140733847477696 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 304529 107578 812 2943 0 301423 0
[pid=13622/tid=13623] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 107585 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 107588 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1247350784 107592 33554432000 4194304 16246674 140733847494704 139992378633392 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) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13626
/proc/meminfo: memFree=30147904/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 245803 0 0 0 116 32 0 0 20 0 4 0 10693367 1248399360 246638 33554432000 4194304 16246674 140733847494704 140733847494016 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 304785 246638 872 2943 0 301679 0
[pid=13622/tid=13623] ppid=13619 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1248399360 246638 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1248399360 246638 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1248399360 246638 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13626
/proc/meminfo: memFree=29943064/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 267350 0 0 0 273 36 0 0 20 0 4 0 10693367 1336479744 268185 33554432000 4194304 16246674 140733847494704 140733847477704 13191671 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 326289 268185 872 2943 0 323183 0
[pid=13622/tid=13623] ppid=13619 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1336479744 268185 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1336479744 268185 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1336479744 268185 33554432000 4194304 16246674 140733847494704 139992378633392 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) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13675
/proc/meminfo: memFree=30334564/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 267626 0 0 0 593 36 0 0 20 0 4 0 10693367 1337528320 268461 33554432000 4194304 16246674 140733847494704 140733847476608 13950199 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 326545 268461 872 2943 0 323439 0
[pid=13622/tid=13623] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268461 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268461 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268461 33554432000 4194304 16246674 140733847494704 139992378633392 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13675
/proc/meminfo: memFree=29885356/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202496 267630 0 0 0 1232 36 0 0 20 0 4 0 10693367 1337528320 268465 33554432000 4194304 16246674 140733847494704 140733847476608 5832186 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 326545 268465 875 2943 0 323439 0
[pid=13622/tid=13623] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13623/stat : 13623 (toysat) S 13619 13622 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268465 33554432000 4194304 16246674 140733847494704 139992502349040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13622/tid=13624] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13624/stat : 13624 (toysat) S 13619 13622 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268465 33554432000 4194304 16246674 140733847494704 139992491859184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13622/tid=13625] ppid=13619 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13622/task/13625/stat : 13625 (toysat) S 13619 13622 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10693367 1337528320 268465 33554432000 4194304 16246674 140733847494704 139992378633392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5074 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 13675
/proc/meminfo: memFree=29884748/32872528 swapFree=7268/7268
[pid=13622] ppid=13619 vsize=0 CPUtime=25.49 cores=1,3,5,7
/proc/13622/stat : 13622 (toysat) R 13619 13622 9721 0 -1 4202500 267644 0 0 0 2511 38 0 0 20 0 1 0 10693367 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13622/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 0

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

Child status: 0
Real time (s): 25.5509
CPU time (s): 25.5411
CPU user time (s): 25.1132
CPU system time (s): 0.427934
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1132
system time used= 0.427934
maximum resident set size= 1073908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267644
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= 22
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078987 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:14:34
IDJOB=4093377
IDBENCH=78809
IDSOLVER=2553
FILE ID=node133/4093377-1466086474
RUNJOBID= node133-1466075558-12322
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220019--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-4093377-1466086474/watcher-4093377-1466086474 -o /tmp/evaluation-result-4093377-1466086474/solver-4093377-1466086474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12322 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093377-1466086474.wbo

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

MD5SUM BENCH= 14adea07f674cbc6036223afab3dc3b4
RANDOM SEED=171864175

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:        30956444 kB
Buffers:           33944 kB
Cached:            99416 kB
SwapCached:         1876 kB
Active:          1152796 kB
Inactive:          55852 kB
Active(anon):    1076456 kB
Inactive(anon):     1228 kB
Active(file):      76340 kB
Inactive(file):    54624 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             32852 kB
Writeback:             0 kB
AnonPages:       1090328 kB
Mapped:            10692 kB
Shmem:                 0 kB
Slab:             566916 kB
SReclaimable:      10612 kB
SUnreclaim:       556304 kB
KernelStack:        1536 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1224600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node133 at 2016-06-16 16:15:00