Trace number 4093702

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 28.1227 28.1283

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-0-100-0.wbo
MD5SUM3f56278c0c7f2898f6b9e11f0d13a6fa
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark6.37303
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 constraints101
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 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
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-16T18:23:34+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-4093702-1466094214.wbo"]
0.00/0.01	c use --random-gen="3026584476 1111985172 2162712531 1321467035 4015800127 679973073 1591505050 1542363071 1433169627 3014979343 2650717937 2344718991 2434047231 1575906467 1578976799 587073115 2334525946 180182998 125291662 3751177987 2345153287 3923364839 3890967788 3818103789 578695897 2546925637 3234086378 397701116 1877611779 3896513073 2251055489 3623758801 500333690 1548058933 290744694 923237257 2944608607 4103179209 3259469460 1945171410 1991266376 4041358025 3660126950 777656176 2738141459 233158032 445929672 111948961 3213913084 1285905210 288011298 4017083803 3980120367 2795813843 570828201 1416806878 1636400536 1643694551 3264624432 3107567865 3345580924 703265305 2011222007 1920325701 3365311628 3350597979 461763809 2854092468 1536431328 1328044741 3147154622 538709447 648527014 2214637617 887621105 766516472 1556168797 1722129009 2271241137 2941931891 1509426091 2947045129 1204946905 4244168842 2398795930 1332109053 1401787552 1260937930 4214292338 3861023127 3510725120 3389477338 2989704197 1142038731 1433440695 1606547509 313782310 1289002467 2374481575 1137510079 410150551 915854903 1169114849 3963056033 4107695364 1924606571 1828744768 411890639 2158448690 25101703 340081834 38086488 3083483394 1818430810 2489827204 301727190 1049508275 612624976 2351453316 4043081711 2344089035 3523665332 3868929687 1031239031 2831943214 3317596677 1852165897 3139937284 4221955969 914412875 2242746825 960670161 3257829522 2047689161 1025689853 1461934967 1799646516 4243335060 3382859279 623221420 1186057057 1765692289 1017010597 4194754140 2269967100 3778643992 4200725853 2704344252 2288129537 4050836480 2388615492 2351264594 960450229 3236731121 3976254674 555287433 2633483803 1678435439 1481793137 2317915281 4013265534 224660902 1789977403 63712854 1011062543 762709551 3015849849 707630457 1269978549 1903472319 4033999261 51803826 1733431377 3698209895 1854197339 140253342 3869513927 3135314742 369590827 4208006131 3899924894 4290147930 3992935959 3371293350 1928016338 3514655411 2445705257 1046745938 284978874 3530925407 3979872614 1577165830 967683716 3658255675 2353486795 4222468979 4201359865 1440077164 1937649054 1873565565 1237401726 2684202795 960763332 2376278582 2142490063 1009963573 3293688033 1623030402 3921469678 3743114165 33510362 166841560 1343583935 4101642038 3673623791 2315486840 3177351040 3413621861 2300623236 666103856 2140216307 1709367380 3944273489 2068645007 4154429541 3422014059 3307006157 2763168675 3066720144 640606580 410620113 2263541968 2773101427 1651861632 3984828564 1309772347 2901767973 1375163133 1305010933 3137147557 1828749988 971336672 3098361760 3057961189 248474159 4263994621 2807561143 1227435618 2973726398 2372198601 2115196945 3667068697 1558325543 3475072407 1105823634 657915882 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      108 |        0 |      123      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 108
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 692
0.19/0.26	c BCD2: updating upper bound: 5394 -> 691
0.19/0.26	c BCD2: 0 <= obj <= 691
0.19/0.26	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      249 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      627 |      250 |      136      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1107 |      475 |      150      1 |        0 |        0
0.39/0.42	c  0.2s |       4 |     1736 |      813 |      165      4 |        0 |        0
0.49/0.52	c  0.3s |       5 |     2605 |     1320 |      182      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3812 |     2081 |      222     11 |        0 |        0
0.89/0.91	c  0.7s |       7 |     5671 |     3223 |      245     17 |        0 |        0
1.19/1.27	c  1.0s |       8 |     8406 |     4936 |      270     26 |        0 |        0
1.59/1.65	c  1.4s |       9 |    12263 |     7506 |      297     37 |        0 |        0
2.19/2.23	c  2.0s |      10 |    18010 |    11361 |      327     53 |        0 |        0
2.99/3.06	c  2.8s |      11 |    26563 |    17144 |      360     76 |        0 |        0
4.28/4.36	c  4.1s |      12 |    39171 |    25819 |      397    109 |        0 |        0
6.28/6.37	c  6.1s |      12 |    56149 |    38019 |      397    151 |        0 |        0
6.48/6.53	c  6.3s |      13 |    57222 |    38832 |      437    154 |        0 |        0
8.48/8.55	c  8.3s |      13 |    74740 |    51032 |      437    195 |        0 |        0
9.79/9.81	c  9.6s |      14 |    84970 |    58352 |      481    219 |        0 |        0
11.79/11.81	c 11.6s |      14 |    98880 |    68152 |      481    249 |        0 |        0
12.99/13.07	c 12.8s |      14 |   105367 |    72745 |      481    265 |        0 |        0
12.99/13.07	c #cpu_time = 12.809s
12.99/13.07	c #wall_clock_time = 12.810s
12.99/13.07	c #decision = 105367
12.99/13.07	c #random_decision = 231
12.99/13.07	c #conflict = 72745
12.99/13.07	c #restart = 14
12.99/13.07	c BCD2: found a new core of size 100: cost of the new core is >=1
12.99/13.07	c lower bound updated to 1
12.99/13.07	c BCD2: 1 <= obj <= 691
12.99/13.07	c BCD2: #cores=1, #unrelaxed=1, #relaxed=100, #hardened=0
12.99/13.07	c BCD2: #sat=1 #unsat=2 bias=2/3
12.99/13.07	c Solving starts ...
12.99/13.07	c ============================[ Search Statistics ]============================
12.99/13.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.07	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.07	c =============================================================================
12.99/13.07	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
12.99/13.08	c  0.0s |       0 |      209 |       50 |      481      0 |        0 |        0
12.99/13.08	c #cpu_time = 0.011s
12.99/13.08	c #wall_clock_time = 0.011s
12.99/13.08	c #decision = 209
12.99/13.08	c #random_decision = 0
12.99/13.08	c #conflict = 50
12.99/13.08	c #restart = 0
12.99/13.08	o 140
12.99/13.08	c BCD2: updating upper bound: 691 -> 139
12.99/13.08	c BCD2: 1 <= obj <= 139
12.99/13.08	c BCD2: #cores=1, #unrelaxed=1, #relaxed=100, #hardened=0
12.99/13.08	c BCD2: #sat=2 #unsat=2 bias=2/4
12.99/13.08	c Solving starts ...
12.99/13.08	c ============================[ Search Statistics ]============================
12.99/13.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.08	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.08	c =============================================================================
12.99/13.08	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        1
12.99/13.08	c  0.0s |       0 |      116 |        0 |      481      0 |        0 |        1
12.99/13.08	c #cpu_time = 0.002s
12.99/13.08	c #wall_clock_time = 0.002s
12.99/13.08	c #decision = 116
12.99/13.08	c #random_decision = 0
12.99/13.08	c #conflict = 0
12.99/13.08	c #restart = 0
12.99/13.08	o 105
12.99/13.08	c BCD2: updating upper bound: 139 -> 104
12.99/13.08	c BCD2: 1 <= obj <= 104
12.99/13.08	c BCD2: #cores=1, #unrelaxed=1, #relaxed=100, #hardened=0
12.99/13.08	c BCD2: #sat=3 #unsat=2 bias=2/5
12.99/13.08	c Solving starts ...
12.99/13.08	c ============================[ Search Statistics ]============================
12.99/13.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.08	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.08	c =============================================================================
12.99/13.08	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        2
13.09/13.10	c  0.0s |       1 |      181 |      100 |      481      0 |        0 |        2
13.09/13.13	c  0.0s |       2 |      423 |      250 |      481      0 |        0 |        2
13.09/13.16	c  0.1s |       3 |      976 |      475 |      481      1 |        0 |        2
13.20/13.22	c  0.1s |       4 |     1549 |      813 |      481      3 |        0 |        2
13.20/13.30	c  0.2s |       5 |     2461 |     1320 |      481      4 |        0 |        2
13.39/13.42	c  0.3s |       6 |     3743 |     2081 |      481      7 |        0 |        2
13.59/13.60	c  0.5s |       7 |     5652 |     3223 |      481     11 |        0 |        2
13.79/13.87	c  0.8s |       8 |     8479 |     4936 |      481     16 |        0 |        2
14.19/14.25	c  1.2s |       9 |    12759 |     7506 |      481     25 |        0 |        2
14.40/14.41	c  1.3s |       9 |    14802 |     8628 |      481     29 |        0 |        2
14.40/14.41	c #cpu_time = 1.325s
14.40/14.41	c #wall_clock_time = 1.325s
14.40/14.41	c #decision = 14802
14.40/14.41	c #random_decision = 39
14.40/14.41	c #conflict = 8628
14.40/14.41	c #restart = 9
14.40/14.41	o 43
14.40/14.41	c BCD2: hardening fixes 68 literals
14.40/14.41	c BCD2: updating upper bound: 104 -> 42
14.40/14.41	c BCD2: 1 <= obj <= 42
14.40/14.41	c BCD2: #cores=1, #unrelaxed=1, #relaxed=32, #hardened=68
14.40/14.41	c BCD2: #sat=4 #unsat=2 bias=2/6
14.40/14.41	c Solving starts ...
14.40/14.41	c ============================[ Search Statistics ]============================
14.40/14.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.40/14.41	c       |         |          |          |    Limit     GC | Var      | Constra 
14.40/14.41	c =============================================================================
14.40/14.41	c  0.0s |       0 |        0 |        0 |      481      0 |       68 |        3
14.40/14.42	c  0.0s |       1 |      169 |      100 |      481      0 |       68 |        4
14.40/14.44	c  0.0s |       2 |      414 |      250 |      481      0 |       68 |        4
14.40/14.47	c  0.1s |       3 |      718 |      475 |      481      1 |       68 |        4
14.49/14.51	c  0.1s |       4 |     1304 |      813 |      481      2 |       68 |        4
14.49/14.57	c  0.2s |       5 |     2191 |     1320 |      481      4 |       68 |        4
14.59/14.66	c  0.3s |       6 |     3386 |     2081 |      481      6 |       68 |        4
14.79/14.80	c  0.4s |       7 |     5079 |     3223 |      481      9 |       68 |        4
14.99/15.02	c  0.6s |       8 |     7825 |     4936 |      481     15 |       68 |        4
15.29/15.35	c  0.9s |       9 |    11835 |     7506 |      530     22 |       68 |        4
15.79/15.86	c  1.4s |      10 |    17484 |    11361 |      530     33 |       68 |        4
16.60/16.62	c  2.2s |      11 |    26482 |    17144 |      530     50 |       68 |        4
17.29/17.37	c  3.0s |      11 |    36379 |    23251 |      530     68 |       68 |        4
17.29/17.37	c #cpu_time = 2.964s
17.29/17.37	c #wall_clock_time = 2.964s
17.29/17.37	c #decision = 36379
17.29/17.37	c #random_decision = 97
17.29/17.37	c #conflict = 23251
17.29/17.37	c #restart = 11
17.29/17.37	o 5
17.29/17.37	c BCD2: hardening fixes 29 literals
17.29/17.37	c BCD2: updating upper bound: 42 -> 4
17.29/17.37	c BCD2: 1 <= obj <= 4
17.29/17.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=97
17.29/17.37	c BCD2: #sat=5 #unsat=2 bias=2/7
17.29/17.37	c Solving starts ...
17.29/17.37	c ============================[ Search Statistics ]============================
17.29/17.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.37	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.37	c =============================================================================
17.29/17.37	c  0.0s |       0 |        0 |        0 |      530      0 |       97 |        8
17.29/17.39	c  0.0s |       1 |      140 |      100 |      530      0 |       97 |        8
17.39/17.40	c  0.0s |       2 |      426 |      250 |      530      0 |       97 |        8
17.39/17.43	c  0.1s |       3 |      770 |      475 |      530      1 |       97 |        8
17.39/17.47	c  0.1s |       4 |     1306 |      813 |      530      2 |       97 |        8
17.49/17.53	c  0.2s |       5 |     2000 |     1320 |      530      4 |       97 |        8
17.59/17.61	c  0.2s |       6 |     3137 |     2081 |      530      6 |       97 |        8
17.70/17.73	c  0.4s |       7 |     4866 |     3223 |      530      9 |       97 |        8
17.89/17.92	c  0.5s |       8 |     7557 |     4936 |      530     14 |       97 |        8
18.09/18.19	c  0.8s |       9 |    11468 |     7506 |      530     21 |       97 |        8
18.59/18.61	c  1.2s |      10 |    17446 |    11361 |      530     32 |       97 |        8
19.19/19.22	c  1.8s |      11 |    26322 |    17144 |      530     48 |       97 |        8
20.09/20.18	c  2.8s |      12 |    39449 |    25819 |      530     73 |       97 |        8
21.59/21.65	c  4.3s |      13 |    58975 |    38832 |      583    107 |       97 |        8
23.59/23.65	c  6.3s |      13 |    83987 |    56032 |      583    152 |       97 |        8
23.69/23.77	c  6.4s |      13 |    85588 |    57108 |      583    155 |      102 |       13
23.69/23.77	c #cpu_time = 6.394s
23.69/23.77	c #wall_clock_time = 6.394s
23.69/23.77	c #decision = 85588
23.69/23.77	c #random_decision = 183
23.69/23.77	c #conflict = 57108
23.69/23.77	c #restart = 13
23.69/23.77	c BCD2: updating lower bound of a core
23.69/23.77	c lower bound updated to 4
23.69/23.77	c BCD2: 4 <= obj <= 4
23.69/23.77	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=97
23.69/23.77	c BCD2: #sat=5 #unsat=3 bias=3/8
23.69/23.77	c Solving starts ...
23.69/23.77	c ============================[ Search Statistics ]============================
23.69/23.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.77	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.77	c =============================================================================
23.69/23.77	c  0.0s |       0 |        0 |        0 |      583      0 |      102 |       13
23.69/23.78	c  0.0s |       1 |      142 |      100 |      583      0 |      102 |       13
23.69/23.79	c  0.0s |       2 |      338 |      250 |      583      0 |      102 |       13
23.79/23.82	c  0.1s |       3 |      664 |      475 |      583      1 |      102 |       13
23.79/23.85	c  0.1s |       4 |     1165 |      813 |      583      2 |      102 |       13
23.89/23.90	c  0.1s |       5 |     1912 |     1320 |      583      3 |      102 |       13
23.89/23.98	c  0.2s |       6 |     3012 |     2081 |      583      5 |      102 |       13
24.09/24.10	c  0.3s |       7 |     4596 |     3223 |      583      8 |      102 |       13
24.19/24.28	c  0.5s |       8 |     7006 |     4936 |      583     11 |      103 |       13
24.49/24.55	c  0.8s |       9 |    10662 |     7506 |      583     16 |      104 |       13
24.89/24.94	c  1.2s |      10 |    16289 |    11361 |      583     25 |      105 |       13
25.49/25.51	c  1.7s |      11 |    24530 |    17144 |      583     35 |      108 |       13
26.39/26.41	c  2.6s |      12 |    37061 |    25819 |      583     55 |      110 |       13
27.69/27.77	c  4.0s |      13 |    55367 |    38832 |      642     72 |      123 |       13
27.99/28.06	c  4.3s |      13 |    59470 |    41664 |      642     75 |      228 |       30
27.99/28.06	c #cpu_time = 4.296s
27.99/28.06	c #wall_clock_time = 4.297s
27.99/28.06	c #decision = 59470
27.99/28.06	c #random_decision = 127
27.99/28.06	c #conflict = 41664
27.99/28.06	c #restart = 13
27.99/28.06	c lower bound updated to 5
27.99/28.06	s OPTIMUM FOUND
27.99/28.06	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
27.99/28.06	v -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20
27.99/28.06	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
27.99/28.06	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
27.99/28.06	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
27.99/28.06	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
27.99/28.06	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
27.99/28.06	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
27.99/28.06	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90
27.99/28.06	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
27.99/28.06	v x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
27.99/28.06	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
27.99/28.06	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
27.99/28.06	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
27.99/28.06	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
27.99/28.06	v x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
27.99/28.06	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
27.99/28.06	c total CPU time = 28.067s
27.99/28.06	c total wall clock time = 28.068s

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093702-1466094214/watcher-4093702-1466094214 -o /tmp/evaluation-result-4093702-1466094214/solver-4093702-1466094214 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466093942-32599 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093702-1466094214.wbo 

pid=1009
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.48 2.63 3.31 3/179 1012
/proc/meminfo: memFree=29542332/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=478652 CPUtime=0 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 1743 0 0 0 0 0 0 0 20 0 4 0 11470017 490139648 1593 33554432000 4194304 16246674 140734896258480 140734896257904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 120431 1602 441 2943 0 117325 0
[pid=1012/tid=1013] ppid=1009 vsize=773564 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 792129536 2744 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=778684 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 797372416 2762 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=782780 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470017 801566720 2778 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.48 2.63 3.31 3/179 1012
/proc/meminfo: memFree=29542332/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 18568 0 0 0 7 2 0 0 20 0 4 0 11470017 1247350784 18410 33554432000 4194304 16246674 140734896258480 140734896257904 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 304529 18411 612 2943 0 301423 0
[pid=1012/tid=1013] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 18412 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 18414 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 18417 33554432000 4194304 16246674 140734896258480 140154747473072 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.200491 s]
/proc/loadavg: 2.48 2.63 3.31 3/179 1012
/proc/meminfo: memFree=29542332/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 26444 0 0 0 16 3 0 0 20 0 4 0 11470017 1247350784 26286 33554432000 4194304 16246674 140734896258480 140734896257904 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 304529 26287 612 2943 0 301423 0
[pid=1012/tid=1013] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 26287 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 26287 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 26287 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1218116

[startup+0.300511 s]
/proc/loadavg: 2.48 2.63 3.31 3/179 1012
/proc/meminfo: memFree=29542332/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 38749 0 0 0 24 5 0 0 20 0 4 0 11470017 1247350784 38585 33554432000 4194304 16246674 140734896258480 140734896257904 5662075 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 304529 38596 808 2943 0 301423 0
[pid=1012/tid=1013] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 38603 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 38607 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 38609 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1218116

[startup+0.700428 s]
/proc/loadavg: 2.48 2.63 3.31 3/179 1012
/proc/meminfo: memFree=29542332/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 117414 0 0 0 54 15 0 0 20 0 4 0 11470017 1247350784 117249 33554432000 4194304 16246674 140734896258480 140734896240384 12478333 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 304529 117258 815 2943 0 301423 0
[pid=1012/tid=1013] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 117264 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 117269 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470017 1247350784 117275 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.48 2.63 3.31 3/183 1016
/proc/meminfo: memFree=28747968/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 245814 0 0 0 115 34 0 0 20 0 4 0 11470017 1248399360 245627 33554432000 4194304 16246674 140734896258480 140734896257792 12415743 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 304785 245627 873 2943 0 301679 0
[pid=1012/tid=1013] ppid=1009 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1248399360 245627 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1248399360 245627 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1248399360 245627 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1219140

[startup+3.10044 s]
/proc/loadavg: 2.48 2.63 3.31 3/183 1016
/proc/meminfo: memFree=28475208/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267417 0 0 0 272 37 0 0 20 0 4 0 11470017 1337528320 267230 33554432000 4194304 16246674 140734896258480 140734896241480 5823538 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267230 873 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267230 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267230 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267230 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.45 2.62 3.31 3/183 1016
/proc/meminfo: memFree=28474012/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267667 0 0 0 591 37 0 0 20 0 4 0 11470017 1337528320 267480 33554432000 4194304 16246674 140734896258480 140734896240384 5673405 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267480 875 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267480 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267480 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267480 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.41 2.61 3.30 3/183 1016
/proc/meminfo: memFree=28473904/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267668 0 0 0 1231 38 0 0 20 0 4 0 11470017 1337528320 267481 33554432000 4194304 16246674 140734896258480 140734896241480 5672197 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267481 875 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267481 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267481 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267481 33554432000 4194304 16246674 140734896258480 140154747473072 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) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267677 0 0 0 2511 38 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140734896241480 5600342 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267490 884 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267677 0 0 0 2521 38 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140734896241480 5711784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267490 884 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=27.19 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267677 0 0 0 2681 38 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140734896241480 6845801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267490 884 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1306180

[startup+27.6074 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=27.59 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267677 0 0 0 2721 38 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140734896241480 5599952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267490 884 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.59
Current children cumulated vsize (KiB) 1306180

[startup+28.0003 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=1306180 CPUtime=27.99 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202496 267677 0 0 0 2761 38 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140734896241480 5711986 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 326545 267490 884 2943 0 323439 0
[pid=1012/tid=1013] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1013/stat : 1013 (toysat) S 1009 1012 13151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154768436464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1012/tid=1014] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1014/stat : 1014 (toysat) S 1009 1012 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154757946608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1012/tid=1015] ppid=1009 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1012/task/1015/stat : 1015 (toysat) S 1009 1012 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11470017 1337528320 267490 33554432000 4194304 16246674 140734896258480 140154747473072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.99
Current children cumulated vsize (KiB) 1306180

[startup+28.1005 s]
/proc/loadavg: 2.39 2.60 3.28 3/183 1016
/proc/meminfo: memFree=28474476/32872528 swapFree=1243920/1391088
[pid=1012] ppid=1009 vsize=0 CPUtime=28.09 cores=0,2,4,6
/proc/1012/stat : 1012 (toysat) R 1009 1012 13151 0 -1 4202500 267681 0 0 0 2768 41 0 0 20 0 1 0 11470017 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 28.1283
CPU time (s): 28.1227
CPU user time (s): 27.6808
CPU system time (s): 0.441932
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6808
system time used= 0.441932
maximum resident set size= 1069972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267681
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= 18
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 18:23:34
IDJOB=4093702
IDBENCH=79251
IDSOLVER=2553
FILE ID=node119/4093702-1466094214
RUNJOBID= node119-1466093942-32599
PBS_JOBID= 19904019
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012--soft-0-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-4093702-1466094214/watcher-4093702-1466094214 -o /tmp/evaluation-result-4093702-1466094214/solver-4093702-1466094214 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466093942-32599 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093702-1466094214.wbo

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

MD5SUM BENCH= 3f56278c0c7f2898f6b9e11f0d13a6fa
RANDOM SEED=1842057876

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        29543240 kB
Buffers:           41320 kB
Cached:           122340 kB
SwapCached:         1048 kB
Active:          1154652 kB
Inactive:          80060 kB
Active(anon):    1071848 kB
Inactive(anon):     1560 kB
Active(file):      82804 kB
Inactive(file):    78500 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:             33228 kB
Writeback:             0 kB
AnonPages:       2460856 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             569336 kB
SReclaimable:      13072 kB
SUnreclaim:       556264 kB
KernelStack:        1520 kB
PageTables:         8880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2607792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71708 MiB
End job on node119 at 2016-06-16 18:24:02