Trace number 4093390

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 20.8718 20.8912

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-33-100-0.wbo
MD5SUM4d45122e251aca3cc1eaa7c8fe64e1aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark6.16106
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 1265
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:03+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-4093390-1466086443.wbo"]
0.00/0.01	c use --random-gen="3528540067 2247243849 3305408304 2324089544 1244915832 1814382018 1954067119 1592261748 1381079434 1237919927 2210432458 2229190866 1657433251 520051735 3862109670 391199722 2209911037 3104316273 3521699142 4191764542 4045483317 310591352 377044595 3503060498 2261174946 288165867 2404681974 1727288674 2536798000 3658824809 3791671841 1996837797 80164767 4158148934 3235708415 4162589146 1717230919 3057051519 351508745 2034898796 2053276040 2865611653 1118966649 3198252195 3926318849 79381977 2544497292 3044390258 3409777046 1885013503 2013460334 1271051988 2144684117 4280479641 689517133 2932349904 3249810153 2683621216 1722749020 1581318796 2329050567 290029221 974504919 1478230244 1961696327 328740754 152677917 2941588229 1088878830 3610204571 4032361343 4290423857 28930453 2793061130 1589195561 2912448881 566668825 3880108645 3167784226 112859794 652288885 4139939494 3184117790 639808990 3279762424 4136991209 4200315958 3487040814 1263132410 4021778800 2314551525 2050238757 3705709754 97073227 3572645379 2991573548 990320144 957356097 2197347704 2203522715 3918975900 3527747593 989800448 612269104 3890489909 1417411632 3669611590 2547974597 453472231 3936628316 2904577475 3093051200 4265191245 119704359 4288705281 4143916695 1423742859 3800332950 1334212617 2858501002 1441077596 950838148 2805584444 301231203 471444602 493656150 275443470 3218913862 1966767983 2161317094 1332630191 498405517 3785206159 425744806 4188675426 2862717352 952220916 3169918624 97037623 3693246684 1260698887 3171996454 3090079630 3745479074 297341337 2067113638 14922129 411761556 794321591 2108072682 41409300 3745972136 1357592520 1809334212 729003258 611364616 1855735341 251891175 3753973607 1165898290 1581018485 1819153512 757670679 2543280113 762676291 124876213 1455599048 1334048133 1390803311 3783755178 3744012337 4072202591 290853875 3665323577 2414849975 1558872037 3568239087 1887504576 2813966715 888428082 342125897 1278295368 1792123478 3114066744 1775437247 212529334 3305794724 1746075141 4037230941 3521131520 2730474379 3120883522 2038803249 2909344846 1597795752 1121167554 1566841135 1091490710 2828865808 1579301829 4064600244 801927255 604968497 2316617641 1557061161 1225458694 953451259 4142226116 678657213 3277892653 1193134053 890327590 1337136232 1330825993 2899873143 3785782394 3052131085 3736876098 3482822135 2822788878 401896129 504280208 611419155 246310990 219682339 4148121759 3161499417 707548663 2939708496 4102451767 3478770980 1073246257 3798405372 3829128582 228622602 1725320603 2552135349 890998661 1400370551 2786619533 4108156951 3090454001 80202467 1109191206 3857832142 861207523 2579696296 3893093261 3990438198 1721993775 2014417714 3884733782 3945020298 2842940271 3771947256 3021699365 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 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      221 |      100 |      111      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      504 |      250 |      123      1 |        0 |        0
0.29/0.30	c  0.0s |       2 |      649 |      311 |      136      2 |        0 |        0
0.29/0.30	c #cpu_time = 0.047s
0.29/0.30	c #wall_clock_time = 0.047s
0.29/0.30	c #decision = 649
0.29/0.30	c #random_decision = 2
0.29/0.30	c #conflict = 311
0.29/0.30	c #restart = 2
0.29/0.30	o 575
0.29/0.30	c BCD2: updating upper bound: 2924 -> 574
0.29/0.30	c BCD2: 0 <= obj <= 574
0.29/0.30	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |      136      0 |        0 |        0
0.29/0.32	c  0.0s |       1 |      259 |      100 |      136      0 |        0 |        0
0.29/0.34	c  0.0s |       2 |      624 |      250 |      150      1 |        0 |        0
0.29/0.38	c  0.1s |       3 |     1091 |      475 |      150      3 |        0 |        0
0.38/0.44	c  0.1s |       4 |     1680 |      813 |      165      5 |        0 |        0
0.48/0.52	c  0.2s |       5 |     2573 |     1320 |      182      9 |        0 |        0
0.58/0.65	c  0.3s |       6 |     3940 |     2081 |      201     14 |        0 |        0
0.78/0.84	c  0.5s |       7 |     5829 |     3223 |      222     21 |        0 |        0
1.09/1.16	c  0.9s |       8 |     8599 |     4936 |      245     30 |        0 |        0
1.49/1.57	c  1.3s |       9 |    12504 |     7506 |      270     43 |        0 |        0
1.98/2.04	c  1.7s |      10 |    18641 |    11361 |      297     62 |        0 |        0
2.78/2.84	c  2.5s |      11 |    27300 |    17144 |      327     88 |        0 |        0
3.88/3.94	c  3.6s |      12 |    40565 |    25819 |      360    125 |        0 |        0
5.59/5.68	c  5.4s |      13 |    60362 |    38832 |      397    178 |        0 |        0
7.58/7.69	c  7.4s |      13 |    79558 |    51932 |      397    229 |        0 |        0
7.98/8.02	c  7.7s |      13 |    82481 |    53817 |      397    237 |        0 |        0
7.98/8.02	c #cpu_time = 7.719s
7.98/8.02	c #wall_clock_time = 7.719s
7.98/8.02	c #decision = 82481
7.98/8.02	c #random_decision = 180
7.98/8.02	c #conflict = 53817
7.98/8.02	c #restart = 13
7.98/8.02	c BCD2: found a new core of size 64: cost of the new core is >=1
7.98/8.02	c lower bound updated to 1
7.98/8.02	c BCD2: 1 <= obj <= 574
7.98/8.02	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
7.98/8.02	c BCD2: #sat=1 #unsat=2 bias=2/3
7.98/8.02	c Solving starts ...
7.98/8.02	c ============================[ Search Statistics ]============================
7.98/8.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.02	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.02	c =============================================================================
7.98/8.02	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        0
7.98/8.03	c  0.0s |       0 |      248 |       48 |      397      0 |        0 |        0
7.98/8.03	c #cpu_time = 0.007s
7.98/8.03	c #wall_clock_time = 0.007s
7.98/8.03	c #decision = 248
7.98/8.03	c #random_decision = 0
7.98/8.03	c #conflict = 48
7.98/8.03	c #restart = 0
7.98/8.03	o 254
7.98/8.03	c BCD2: updating upper bound: 574 -> 253
7.98/8.03	c BCD2: 1 <= obj <= 253
7.98/8.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
7.98/8.03	c BCD2: #sat=2 #unsat=2 bias=2/4
7.98/8.03	c Solving starts ...
7.98/8.03	c ============================[ Search Statistics ]============================
7.98/8.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.03	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.03	c =============================================================================
7.98/8.03	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        2
7.98/8.04	c  0.0s |       0 |       98 |       40 |      397      0 |        0 |        2
7.98/8.04	c #cpu_time = 0.008s
7.98/8.04	c #wall_clock_time = 0.008s
7.98/8.04	c #decision = 98
7.98/8.04	c #random_decision = 0
7.98/8.04	c #conflict = 40
7.98/8.04	c #restart = 0
7.98/8.04	o 251
7.98/8.04	c BCD2: updating upper bound: 253 -> 250
7.98/8.04	c BCD2: 1 <= obj <= 250
7.98/8.04	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
7.98/8.04	c BCD2: #sat=3 #unsat=2 bias=2/5
7.98/8.04	c Solving starts ...
7.98/8.04	c ============================[ Search Statistics ]============================
7.98/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.04	c =============================================================================
7.98/8.04	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        4
7.98/8.05	c  0.0s |       1 |      175 |      100 |      397      0 |        0 |        4
7.98/8.07	c  0.0s |       2 |      457 |      250 |      397      1 |        0 |        4
8.08/8.11	c  0.1s |       3 |      902 |      475 |      397      2 |        0 |        4
8.08/8.16	c  0.1s |       4 |     1529 |      813 |      397      4 |        0 |        4
8.18/8.23	c  0.2s |       5 |     2496 |     1320 |      397      6 |        0 |        4
8.18/8.28	c  0.2s |       5 |     3112 |     1644 |      397      7 |        0 |        4
8.18/8.28	c #cpu_time = 0.240s
8.18/8.28	c #wall_clock_time = 0.240s
8.18/8.28	c #decision = 3112
8.18/8.28	c #random_decision = 9
8.18/8.28	c #conflict = 1644
8.18/8.28	c #restart = 5
8.18/8.28	o 99
8.18/8.28	c BCD2: updating upper bound: 250 -> 98
8.18/8.28	c BCD2: 1 <= obj <= 98
8.18/8.28	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
8.18/8.28	c BCD2: #sat=4 #unsat=2 bias=2/6
8.18/8.28	c Solving starts ...
8.18/8.28	c ============================[ Search Statistics ]============================
8.18/8.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.18/8.28	c       |         |          |          |    Limit     GC | Var      | Constra 
8.18/8.28	c =============================================================================
8.18/8.28	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        6
8.18/8.29	c  0.0s |       1 |      208 |      100 |      397      0 |        0 |        6
8.28/8.31	c  0.0s |       2 |      525 |      250 |      397      1 |        0 |        6
8.28/8.34	c  0.1s |       3 |      975 |      475 |      397      2 |        0 |        6
8.28/8.38	c  0.1s |       4 |     1663 |      813 |      397      3 |        0 |        6
8.38/8.45	c  0.2s |       5 |     2540 |     1320 |      397      5 |        0 |        6
8.48/8.54	c  0.3s |       6 |     3764 |     2081 |      397      8 |        0 |        6
8.58/8.68	c  0.4s |       7 |     5803 |     3223 |      437     12 |        0 |        6
8.79/8.85	c  0.6s |       7 |     8167 |     4609 |      437     17 |        0 |        6
8.79/8.85	c #cpu_time = 0.573s
8.79/8.85	c #wall_clock_time = 0.573s
8.79/8.85	c #decision = 8167
8.79/8.85	c #random_decision = 15
8.79/8.85	c #conflict = 4609
8.79/8.85	c #restart = 7
8.79/8.85	o 14
8.79/8.85	c BCD2: hardening fixes 49 literals
8.79/8.85	c BCD2: updating upper bound: 98 -> 13
8.79/8.85	c BCD2: 1 <= obj <= 13
8.79/8.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=49
8.79/8.85	c BCD2: #sat=5 #unsat=2 bias=2/7
8.79/8.85	c Solving starts ...
8.79/8.85	c ============================[ Search Statistics ]============================
8.79/8.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.85	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.85	c =============================================================================
8.79/8.85	c  0.0s |       0 |        0 |        0 |      437      0 |       49 |        8
8.79/8.87	c  0.0s |       1 |      144 |      100 |      437      1 |       49 |        8
8.79/8.88	c  0.0s |       2 |      331 |      250 |      437      1 |       49 |        8
8.89/8.91	c  0.1s |       3 |      692 |      475 |      437      2 |       49 |        8
8.89/8.95	c  0.1s |       4 |     1215 |      813 |      437      3 |       49 |        8
8.98/9.01	c  0.2s |       5 |     2006 |     1320 |      437      5 |       49 |        8
8.98/9.09	c  0.2s |       6 |     3132 |     2081 |      437      8 |       49 |        8
9.18/9.22	c  0.4s |       7 |     4805 |     3223 |      437     12 |       49 |        8
9.38/9.40	c  0.5s |       8 |     7351 |     4936 |      437     18 |       49 |        8
9.58/9.68	c  0.8s |       9 |    11434 |     7506 |      437     27 |       49 |        8
9.99/10.08	c  1.2s |      10 |    17050 |    11361 |      437     41 |       49 |        8
10.68/10.73	c  1.9s |      11 |    25250 |    17144 |      437     61 |       49 |        8
11.58/11.67	c  2.8s |      12 |    38421 |    25819 |      437     91 |       49 |        8
13.08/13.12	c  4.3s |      13 |    57734 |    38832 |      481    134 |       49 |        8
14.29/14.37	c  5.5s |      13 |    73248 |    49431 |      481    168 |       50 |       10
14.29/14.37	c #cpu_time = 5.519s
14.29/14.37	c #wall_clock_time = 5.519s
14.29/14.37	c #decision = 73248
14.29/14.37	c #random_decision = 158
14.29/14.37	c #conflict = 49431
14.29/14.37	c #restart = 13
14.29/14.37	c BCD2: updating lower bound of a core
14.29/14.37	c lower bound updated to 11
14.29/14.37	c BCD2: 11 <= obj <= 13
14.29/14.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=49
14.29/14.37	c BCD2: #sat=5 #unsat=3 bias=3/8
14.29/14.37	c Solving starts ...
14.29/14.37	c ============================[ Search Statistics ]============================
14.29/14.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.37	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.37	c =============================================================================
14.29/14.37	c  0.0s |       0 |        0 |        0 |      481      0 |       50 |       10
14.29/14.39	c  0.0s |       1 |      208 |      100 |      481      0 |       50 |       10
14.29/14.40	c  0.0s |       2 |      492 |      250 |      481      0 |       50 |       10
14.39/14.43	c  0.1s |       3 |      923 |      475 |      481      1 |       50 |       10
14.39/14.46	c  0.1s |       4 |     1516 |      813 |      481      2 |       50 |       10
14.48/14.52	c  0.1s |       5 |     2351 |     1320 |      481      4 |       50 |       10
14.58/14.60	c  0.2s |       6 |     3684 |     2081 |      481      7 |       50 |       10
14.68/14.72	c  0.3s |       7 |     5553 |     3223 |      481     10 |       50 |       10
14.88/14.91	c  0.5s |       8 |     8312 |     4936 |      481     16 |       50 |       10
15.08/15.18	c  0.8s |       9 |    12272 |     7506 |      481     25 |       50 |       10
15.49/15.58	c  1.2s |      10 |    18375 |    11361 |      481     37 |       50 |       10
16.08/16.19	c  1.8s |      11 |    27325 |    17144 |      481     56 |       50 |       10
17.08/17.12	c  2.7s |      12 |    39793 |    25819 |      530     83 |       50 |       10
18.48/18.57	c  4.2s |      13 |    59363 |    38832 |      530    122 |       50 |       10
20.48/20.57	c  6.2s |      13 |    85653 |    56432 |      530    175 |       50 |       10
20.68/20.79	c  6.4s |      14 |    88548 |    58352 |      530    181 |       50 |       10
20.78/20.83	c  6.5s |      14 |    89100 |    58722 |      530    182 |       50 |       10
20.78/20.83	c #cpu_time = 6.452s
20.78/20.83	c #wall_clock_time = 6.452s
20.78/20.83	c #decision = 89100
20.78/20.83	c #random_decision = 199
20.78/20.83	c #conflict = 58722
20.78/20.83	c #restart = 14
20.78/20.83	o 11
20.78/20.83	s OPTIMUM FOUND
20.78/20.83	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
20.78/20.83	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
20.78/20.83	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
20.78/20.83	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
20.78/20.83	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
20.78/20.83	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
20.78/20.83	v -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
20.78/20.83	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
20.78/20.83	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90
20.78/20.83	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
20.78/20.83	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
20.78/20.83	v x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
20.78/20.83	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
20.78/20.83	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
20.78/20.83	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
20.78/20.83	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
20.78/20.83	v x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
20.78/20.83	c total CPU time = 20.823s
20.78/20.83	c total wall clock time = 20.823s

Verifier Data

OK	11

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

pid=18475
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.22 2.24 2.25 3/179 18478
/proc/meminfo: memFree=29345808/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/18478/stat : 18478 (runsolver) R 18475 18478 13870 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 1 0 10690070 24911872 159 33554432000 4194304 4338465 140736321386800 140736321383992 248790019511 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 6082 159 113 36 0 2655 0

[startup+0.100221 s]
/proc/loadavg: 2.22 2.24 2.25 3/179 18478
/proc/meminfo: memFree=29345808/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 17825 0 0 0 6 2 0 0 20 0 4 0 10690070 1247350784 18178 33554432000 4194304 16246674 140734530561664 140734530561088 12503797 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 304529 18178 618 2943 0 301423 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200393 s]
/proc/loadavg: 2.22 2.24 2.25 3/179 18478
/proc/meminfo: memFree=29345808/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 25988 0 0 0 15 4 0 0 20 0 4 0 10690070 1247350784 26341 33554432000 4194304 16246674 140734530561664 140734530561088 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 304529 26350 618 2943 0 301423 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300372 s]
/proc/loadavg: 2.22 2.24 2.25 3/179 18478
/proc/meminfo: memFree=29345808/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 35934 0 0 0 24 5 0 0 20 0 4 0 10690070 1247350784 36281 33554432000 4194304 16246674 140734530561664 140734530561088 6023792 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 304529 36285 792 2943 0 301423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700305 s]
/proc/loadavg: 2.22 2.24 2.25 3/179 18478
/proc/meminfo: memFree=29345808/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 98660 0 0 0 56 13 0 0 20 0 4 0 10690070 1247350784 99006 33554432000 4194304 16246674 140734530561664 140734530561088 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 304529 99010 814 2943 0 301423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.20 2.23 2.25 3/183 18482
/proc/meminfo: memFree=28662704/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 243233 0 0 0 116 33 0 0 20 0 4 0 10690070 1247350784 243579 33554432000 4194304 16246674 140734530561664 140734530543552 12461845 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 304529 243590 814 2943 0 301423 0
[pid=18478/tid=18480] ppid=18475 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1247350784 243593 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1247350784 243595 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1247350784 243604 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10037 s]
/proc/loadavg: 2.20 2.23 2.25 4/183 18482
/proc/meminfo: memFree=28362748/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267275 0 0 0 273 35 0 0 20 0 4 0 10690070 1336479744 267599 33554432000 4194304 16246674 140734530561664 140734530543552 6836165 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326289 267599 873 2943 0 323183 0
[pid=18478/tid=18480] ppid=18475 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1336479744 267599 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1336479744 267599 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1336479744 267599 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30038 s]
/proc/loadavg: 2.20 2.23 2.25 4/183 18482
/proc/meminfo: memFree=28275096/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267521 0 0 0 593 35 0 0 20 0 4 0 10690070 1337528320 267845 33554432000 4194304 16246674 140734530561664 140734530543552 13950184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 267845 873 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267845 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267845 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267845 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.25 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274508/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267659 0 0 0 1233 35 0 0 20 0 4 0 10690070 1337528320 267983 33554432000 4194304 16246674 140734530561664 140734530544664 5724556 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 267983 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242627587248 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

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

[startup+12.8005 s]
/proc/loadavg: 2.25 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274508/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=12.78 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267659 0 0 0 1243 35 0 0 20 0 4 0 10690070 1337528320 267983 33554432000 4194304 16246674 140734530561664 140734530544664 6011746 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 267983 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 267983 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.25 2.24 2.25 4/183 18482
/proc/meminfo: memFree=28274896/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=15.98 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267677 0 0 0 1563 35 0 0 20 0 4 0 10690070 1337528320 268001 33554432000 4194304 16246674 140734530561664 140734530543552 5667979 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 268001 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268001 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268001 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268001 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.22 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274904/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=19.18 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267678 0 0 0 1883 35 0 0 20 0 4 0 10690070 1337528320 268002 33554432000 4194304 16246674 140734530561664 140734530544664 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 268002 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+20.0004 s]
/proc/loadavg: 2.22 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274656/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=19.98 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267678 0 0 0 1963 35 0 0 20 0 4 0 10690070 1337528320 268002 33554432000 4194304 16246674 140734530561664 140734530543552 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 268002 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 1306180

[startup+20.4004 s]
/proc/loadavg: 2.22 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274656/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=20.38 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267678 0 0 0 2003 35 0 0 20 0 4 0 10690070 1337528320 268002 33554432000 4194304 16246674 140734530561664 140734530543552 6846017 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 268002 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.38
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.22 2.24 2.25 3/183 18482
/proc/meminfo: memFree=28274656/32872528 swapFree=1402008/1579836
[pid=18478] ppid=18475 vsize=1306180 CPUtime=20.78 cores=1,3,5,7
/proc/18478/stat : 18478 (toysat) R 18475 18478 13870 0 -1 4202496 267678 0 0 0 2043 35 0 0 20 0 4 0 10690070 1337528320 268002 33554432000 4194304 16246674 140734530561664 140734530543552 13906976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18478/statm: 326545 268002 884 2943 0 323439 0
[pid=18478/tid=18480] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18480/stat : 18480 (toysat) S 18475 18478 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242752351472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18478/tid=18481] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18481/stat : 18481 (toysat) S 18475 18478 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242741861616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 7 0 0 0 0 0
[pid=18478/tid=18482] ppid=18475 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18478/task/18482/stat : 18482 (toysat) S 18475 18478 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10690071 1337528320 268002 33554432000 4194304 16246674 140734530561664 140242627587248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 20.8912
CPU time (s): 20.8718
CPU user time (s): 20.4649
CPU system time (s): 0.406938
CPU usage (%): 99.9074
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4649
system time used= 0.406938
maximum resident set size= 1072016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050992 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 16:14:03
IDJOB=4093390
IDBENCH=78775
IDSOLVER=2553
FILE ID=node139/4093390-1466086443
RUNJOBID= node139-1466075487-16984
PBS_JOBID= 19904001
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 4d45122e251aca3cc1eaa7c8fe64e1aa
RANDOM SEED=1843126872

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        29345964 kB
Buffers:           35668 kB
Cached:           108296 kB
SwapCached:          960 kB
Active:          1177024 kB
Inactive:          67632 kB
Active(anon):    1101948 kB
Inactive(anon):     1240 kB
Active(file):      75076 kB
Inactive(file):    66392 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       2778108 kB
Mapped:            10576 kB
Shmem:                 0 kB
Slab:             567712 kB
SReclaimable:      12036 kB
SUnreclaim:       555676 kB
KernelStack:        1520 kB
PageTables:         9720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2822804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1370112 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= 71596 MiB
End job on node139 at 2016-06-16 16:14:24