Trace number 4109602

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 43.4484 43.4575

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-66-100-0.wbo
MD5SUM814425604e6b100ff397547bbbf81dc9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark6.35203
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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-19T15:44:11+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-4109602-1466343851.wbo"]
0.00/0.01	c use --random-gen="1948199036 2518132793 1199125956 3234336191 2672191273 3021466774 986218293 2302715703 1077292901 1618870425 2995415334 2491050820 3942099558 1159961950 1720606751 1151934813 3529404934 3852790439 1062518802 2946933628 2457933092 2837994347 1863964887 233068160 3572793999 2081986754 4145961649 3221019314 2139968543 1862561163 3719499064 4158955871 2881822652 1575677852 4169594613 4141032631 3446795295 155849803 850443617 1807988160 881124830 168688869 87427688 4189321016 1702335618 42677446 2918931997 1357111884 3513420638 3332095217 1474667226 3156865359 163191540 651186408 2908111554 977550217 736713030 2986783118 497912869 1847383325 1133271336 2871997659 1631928670 646173782 3241572391 108086075 1955498015 3558519510 1459545446 3535328993 1984370036 3066888416 3886581875 2203860380 465608730 797759942 100377156 2323580315 2449141731 56153183 4215886976 3411053843 1207817392 3096500963 2191150887 2822699128 1673113803 2410681546 777770319 1611940630 3594791577 4199182386 212201031 1271732737 1564438611 191487937 3463175275 345603715 2530000832 1178232596 2946769870 2603032876 1842084248 991140568 133961029 1555074171 4193943698 147722841 1855295622 4110696764 2364829840 1709436520 980864654 2629825766 3276419362 827003246 4259014856 2273456804 267039915 1930551626 634610347 1128591995 3097487105 350553989 3084941477 2796994914 37208340 2993866232 185117717 1528928421 2355793772 3318634314 3057771183 3121640243 2650494442 291979761 1853263260 3648877952 964280604 1300477601 2498186071 842019023 3427152682 3836581365 3606835733 710084237 926747556 3690589000 986166455 2006633446 1381357927 836394873 675747108 196418358 3557415117 2841422112 1137950944 1056364557 3223847849 1188743995 3173529798 1656701684 2724046649 3751649025 382528 2767828657 1186579698 2225940674 2544160682 149926874 2466559056 4072152462 3068913457 1735820681 585058084 3513030683 719012556 2325868271 2845574519 1208732866 1995394852 3290003666 481640925 235962090 2889900498 843825223 207746361 1574565730 2681218943 221068161 3626607465 1449355085 3514562717 3288483135 3297577307 4264701717 3655697703 1332980970 2317402503 1865166418 2111201796 954472268 3853040919 1902223039 40244875 1199209913 2885301451 358835486 764890118 3481159395 3103707704 1205285274 2432440739 1286832151 2282811244 863022002 3930763114 3951850314 2525614639 1282167102 1402768493 461087539 2864871584 899847483 4084759633 2026349753 3348853765 2958239056 3697561896 68860466 1191414203 124708144 3876007806 1777925250 780368361 2567114616 3550549516 3855216747 2749925695 1591449563 3869376888 3209217065 2424874417 2351208215 90886370 2721222233 509561254 2727079553 1512059921 1269597023 882389589 2874453840 1444518190 2108052042 4172835456 3435408386 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 |      104      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      185 |      100 |      104      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      305 |      139 |      115      0 |        0 |        0
0.19/0.28	c #cpu_time = 0.024s
0.19/0.28	c #wall_clock_time = 0.024s
0.19/0.28	c #decision = 305
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 139
0.19/0.28	c #restart = 1
0.19/0.28	o 357
0.19/0.28	c BCD2: updating upper bound: 1837 -> 356
0.19/0.28	c BCD2: 0 <= obj <= 356
0.19/0.28	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      115      0 |        0 |        0
0.19/0.30	c  0.0s |       1 |      238 |      100 |      115      1 |        0 |        0
0.29/0.32	c  0.0s |       2 |      502 |      250 |      127      2 |        0 |        0
0.29/0.36	c  0.1s |       3 |      879 |      475 |      140      4 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1463 |      813 |      154      7 |        0 |        0
0.48/0.50	c  0.2s |       5 |     2205 |     1320 |      170     11 |        0 |        0
0.59/0.61	c  0.3s |       6 |     3599 |     2081 |      188     16 |        0 |        0
0.79/0.80	c  0.5s |       7 |     5466 |     3223 |      207     24 |        0 |        0
0.98/1.09	c  0.8s |       8 |     8108 |     4936 |      228     34 |        0 |        0
1.49/1.53	c  1.2s |       9 |    11857 |     7506 |      251     49 |        0 |        0
1.99/2.00	c  1.7s |      10 |    17273 |    11361 |      277     69 |        0 |        0
2.69/2.76	c  2.5s |      11 |    24815 |    17144 |      305     98 |        0 |        0
3.79/3.89	c  3.6s |      12 |    36542 |    25819 |      336    138 |        0 |        0
5.50/5.55	c  5.3s |      13 |    53932 |    38832 |      370    195 |        0 |        0
7.49/7.55	c  7.3s |      13 |    75221 |    54632 |      370    260 |        0 |        0
7.99/8.02	c  7.7s |      14 |    80413 |    58352 |      408    275 |        0 |        0
10.00/10.03	c  9.7s |      14 |   100695 |    73552 |      408    333 |        0 |        0
11.89/11.97	c 11.7s |      15 |   119458 |    87632 |      449    388 |        0 |        0
13.89/13.98	c 13.7s |      15 |   139268 |   102632 |      449    442 |        0 |        0
15.89/15.99	c 15.7s |      15 |   158961 |   116932 |      449    495 |        0 |        0
16.09/16.12	c 15.8s |      15 |   159976 |   117708 |      449    498 |        0 |        0
16.09/16.12	c #cpu_time = 15.795s
16.09/16.12	c #wall_clock_time = 15.836s
16.09/16.12	c #decision = 159976
16.09/16.12	c #random_decision = 340
16.09/16.12	c #conflict = 117708
16.09/16.12	c #restart = 15
16.09/16.12	c BCD2: found a new core of size 42: cost of the new core is >=1
16.09/16.12	c lower bound updated to 1
16.09/16.12	c BCD2: 1 <= obj <= 356
16.09/16.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
16.09/16.12	c BCD2: #sat=1 #unsat=2 bias=2/3
16.09/16.12	c Solving starts ...
16.09/16.12	c ============================[ Search Statistics ]============================
16.09/16.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.12	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.12	c =============================================================================
16.09/16.12	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        0
16.09/16.13	c  0.0s |       1 |      215 |      100 |      449      0 |        0 |        0
16.09/16.15	c  0.0s |       2 |      499 |      250 |      449      1 |        0 |        0
16.09/16.16	c  0.0s |       2 |      625 |      324 |      449      1 |        0 |        0
16.09/16.16	c #cpu_time = 0.042s
16.09/16.16	c #wall_clock_time = 0.042s
16.09/16.16	c #decision = 625
16.09/16.16	c #random_decision = 1
16.09/16.16	c #conflict = 324
16.09/16.16	c #restart = 2
16.09/16.16	o 270
16.09/16.16	c BCD2: updating upper bound: 356 -> 269
16.09/16.16	c BCD2: 1 <= obj <= 269
16.09/16.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
16.09/16.16	c BCD2: #sat=2 #unsat=2 bias=2/4
16.09/16.16	c Solving starts ...
16.09/16.16	c ============================[ Search Statistics ]============================
16.09/16.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.16	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.16	c =============================================================================
16.09/16.16	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        2
16.09/16.17	c  0.0s |       1 |      182 |      100 |      449      1 |        0 |        2
16.09/16.19	c  0.0s |       2 |      408 |      250 |      449      1 |        0 |        2
16.19/16.22	c  0.1s |       3 |      757 |      475 |      449      2 |        0 |        2
16.19/16.26	c  0.1s |       4 |     1385 |      813 |      449      4 |        0 |        2
16.29/16.32	c  0.2s |       5 |     2202 |     1320 |      449      6 |        0 |        2
16.39/16.41	c  0.3s |       6 |     3371 |     2081 |      449      8 |        0 |        2
16.49/16.55	c  0.4s |       7 |     5156 |     3223 |      449     13 |        0 |        2
16.69/16.75	c  0.6s |       8 |     8052 |     4936 |      449     20 |        0 |        2
16.99/17.04	c  0.9s |       9 |    12251 |     7506 |      449     29 |        0 |        2
17.39/17.47	c  1.3s |      10 |    18370 |    11361 |      449     44 |        0 |        2
17.89/17.93	c  1.8s |      10 |    25056 |    15288 |      494     59 |        0 |        2
17.89/17.93	c #cpu_time = 1.766s
17.89/17.93	c #wall_clock_time = 1.771s
17.89/17.93	c #decision = 25056
17.89/17.93	c #random_decision = 76
17.89/17.93	c #conflict = 15288
17.89/17.93	c #restart = 10
17.89/17.93	o 177
17.89/17.93	c BCD2: updating upper bound: 269 -> 176
17.89/17.93	c BCD2: 1 <= obj <= 176
17.89/17.93	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
17.89/17.93	c BCD2: #sat=3 #unsat=2 bias=2/5
17.89/17.93	c Solving starts ...
17.89/17.93	c ============================[ Search Statistics ]============================
17.89/17.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.93	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.93	c =============================================================================
17.89/17.93	c  0.0s |       0 |        0 |        0 |      494      0 |        0 |        4
17.89/17.94	c  0.0s |       1 |      143 |      100 |      494      0 |        0 |        4
17.89/17.95	c  0.0s |       1 |      226 |      150 |      494      0 |        0 |        4
17.89/17.95	c #cpu_time = 0.019s
17.89/17.95	c #wall_clock_time = 0.019s
17.89/17.95	c #decision = 226
17.89/17.95	c #random_decision = 0
17.89/17.95	c #conflict = 150
17.89/17.95	c #restart = 1
17.89/17.95	o 71
17.89/17.95	c BCD2: hardening fixes 11 literals
17.89/17.95	c BCD2: updating upper bound: 176 -> 70
17.89/17.95	c BCD2: 1 <= obj <= 70
17.89/17.95	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=11
17.89/17.95	c BCD2: #sat=4 #unsat=2 bias=2/6
17.89/17.95	c Solving starts ...
17.89/17.95	c ============================[ Search Statistics ]============================
17.89/17.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.95	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.95	c =============================================================================
17.89/17.95	c  0.0s |       0 |        0 |        0 |      494      0 |       11 |        6
17.89/17.96	c  0.0s |       1 |      141 |      100 |      494      0 |       11 |        6
17.89/17.98	c  0.0s |       2 |      382 |      250 |      494      1 |       11 |        6
17.99/18.01	c  0.1s |       3 |      761 |      475 |      494      2 |       11 |        6
17.99/18.05	c  0.1s |       4 |     1275 |      813 |      494      3 |       11 |        6
18.09/18.11	c  0.2s |       5 |     2028 |     1320 |      494      4 |       11 |        6
18.09/18.12	c  0.2s |       5 |     2198 |     1439 |      494      5 |       11 |        6
18.09/18.12	c #cpu_time = 0.170s
18.09/18.12	c #wall_clock_time = 0.171s
18.09/18.12	c #decision = 2198
18.09/18.12	c #random_decision = 4
18.09/18.12	c #conflict = 1439
18.09/18.12	c #restart = 5
18.09/18.12	o 22
18.09/18.12	c BCD2: hardening fixes 20 literals
18.09/18.12	c BCD2: updating upper bound: 70 -> 21
18.09/18.12	c BCD2: 1 <= obj <= 21
18.09/18.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
18.09/18.12	c BCD2: #sat=5 #unsat=2 bias=2/7
18.09/18.12	c Solving starts ...
18.09/18.12	c ============================[ Search Statistics ]============================
18.09/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.12	c =============================================================================
18.09/18.12	c  0.0s |       0 |        0 |        0 |      494      0 |       31 |        8
18.09/18.13	c  0.0s |       1 |      165 |      100 |      494      0 |       31 |        8
18.09/18.15	c  0.0s |       2 |      396 |      250 |      494      1 |       31 |        8
18.09/18.17	c  0.1s |       3 |      684 |      475 |      494      1 |       31 |        8
18.19/18.21	c  0.1s |       4 |     1167 |      813 |      494      2 |       31 |        8
18.19/18.26	c  0.1s |       5 |     1871 |     1320 |      494      4 |       31 |        8
18.29/18.35	c  0.2s |       6 |     3043 |     2081 |      494      7 |       31 |        8
18.39/18.47	c  0.3s |       7 |     4885 |     3223 |      494     10 |       31 |        8
18.59/18.65	c  0.5s |       8 |     7394 |     4936 |      494     16 |       31 |        8
18.89/18.92	c  0.8s |       9 |    11052 |     7506 |      494     24 |       31 |        8
19.29/19.35	c  1.2s |      10 |    16752 |    11361 |      494     37 |       31 |        8
19.99/20.03	c  1.9s |      11 |    24751 |    17144 |      494     56 |       31 |        8
20.99/21.02	c  2.9s |      12 |    36642 |    25819 |      494     84 |       31 |        8
22.48/22.51	c  4.4s |      13 |    54505 |    38832 |      494    127 |       31 |        8
24.48/24.52	c  6.4s |      13 |    77824 |    55732 |      494    184 |       31 |        8
24.68/24.70	c  6.6s |      13 |    79529 |    57122 |      494    189 |       32 |       10
24.68/24.70	c #cpu_time = 6.560s
24.68/24.70	c #wall_clock_time = 6.578s
24.68/24.70	c #decision = 79529
24.68/24.70	c #random_decision = 197
24.68/24.70	c #conflict = 57122
24.68/24.70	c #restart = 13
24.68/24.70	c BCD2: updating lower bound of a core
24.68/24.70	c lower bound updated to 8
24.68/24.70	c BCD2: 8 <= obj <= 21
24.68/24.70	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
24.68/24.70	c BCD2: #sat=5 #unsat=3 bias=3/8
24.68/24.70	c Solving starts ...
24.68/24.70	c ============================[ Search Statistics ]============================
24.68/24.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.68/24.70	c       |         |          |          |    Limit     GC | Var      | Constra 
24.68/24.70	c =============================================================================
24.68/24.70	c  0.0s |       0 |        0 |        0 |      494      0 |       32 |       10
24.68/24.71	c  0.0s |       1 |      159 |      100 |      494      0 |       32 |       10
24.68/24.73	c  0.0s |       2 |      393 |      250 |      494      1 |       32 |       10
24.68/24.76	c  0.1s |       3 |      693 |      475 |      494      2 |       32 |       10
24.68/24.79	c  0.1s |       4 |     1185 |      813 |      494      3 |       32 |       10
24.78/24.85	c  0.1s |       5 |     1891 |     1320 |      494      4 |       32 |       10
24.88/24.94	c  0.2s |       6 |     2911 |     2081 |      494      7 |       32 |       10
24.98/25.07	c  0.4s |       7 |     4613 |     3223 |      494     10 |       32 |       10
25.18/25.27	c  0.6s |       8 |     6891 |     4936 |      544     15 |       32 |       10
25.48/25.58	c  0.9s |       9 |    10441 |     7506 |      544     23 |       32 |       10
25.98/26.05	c  1.4s |      10 |    15856 |    11361 |      544     35 |       32 |       10
26.68/26.70	c  2.0s |      11 |    24217 |    17144 |      544     53 |       32 |       10
27.59/27.68	c  3.0s |      12 |    37034 |    25819 |      544     79 |       32 |       10
29.08/29.19	c  4.5s |      13 |    54566 |    38832 |      544    119 |       32 |       10
30.79/30.89	c  6.2s |      13 |    74402 |    53195 |      544    163 |       33 |       12
30.79/30.89	c #cpu_time = 6.172s
30.79/30.89	c #wall_clock_time = 6.188s
30.79/30.89	c #decision = 74402
30.79/30.89	c #random_decision = 200
30.79/30.89	c #conflict = 53195
30.79/30.89	c #restart = 13
30.79/30.89	c BCD2: updating lower bound of a core
30.79/30.89	c lower bound updated to 14
30.79/30.89	c BCD2: 14 <= obj <= 21
30.79/30.89	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
30.79/30.89	c BCD2: #sat=5 #unsat=4 bias=4/9
30.79/30.89	c Solving starts ...
30.79/30.89	c ============================[ Search Statistics ]============================
30.79/30.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.79/30.89	c       |         |          |          |    Limit     GC | Var      | Constra 
30.79/30.89	c =============================================================================
30.79/30.89	c  0.0s |       0 |        0 |        0 |      544      0 |       33 |       12
30.79/30.90	c  0.0s |       1 |      162 |      100 |      544      0 |       33 |       12
30.89/30.92	c  0.0s |       2 |      393 |      250 |      544      0 |       33 |       12
30.89/30.94	c  0.1s |       3 |      749 |      475 |      544      1 |       33 |       12
30.89/30.98	c  0.1s |       4 |     1321 |      813 |      544      2 |       33 |       12
30.98/31.04	c  0.1s |       5 |     2026 |     1320 |      544      4 |       33 |       12
31.08/31.12	c  0.2s |       6 |     3203 |     2081 |      544      6 |       33 |       12
31.18/31.24	c  0.4s |       7 |     4900 |     3223 |      544     10 |       33 |       12
31.38/31.44	c  0.5s |       8 |     7361 |     4936 |      544     15 |       33 |       12
31.68/31.72	c  0.8s |       9 |    11212 |     7506 |      544     23 |       33 |       12
32.08/32.14	c  1.2s |      10 |    17067 |    11361 |      544     35 |       33 |       12
32.68/32.74	c  1.8s |      11 |    25823 |    17144 |      544     53 |       33 |       12
33.58/33.67	c  2.8s |      12 |    38062 |    25819 |      544     79 |       33 |       12
35.09/35.15	c  4.3s |      13 |    56235 |    38832 |      544    119 |       33 |       12
36.79/36.86	c  6.0s |      13 |    76771 |    53641 |      599    163 |       34 |       14
36.79/36.86	c #cpu_time = 5.957s
36.79/36.86	c #wall_clock_time = 5.973s
36.79/36.86	c #decision = 76771
36.79/36.86	c #random_decision = 170
36.79/36.86	c #conflict = 53641
36.79/36.86	c #restart = 13
36.79/36.86	c BCD2: updating lower bound of a core
36.79/36.86	c lower bound updated to 19
36.79/36.86	c BCD2: 19 <= obj <= 21
36.79/36.86	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=31
36.79/36.86	c BCD2: #sat=5 #unsat=5 bias=5/10
36.79/36.86	c Solving starts ...
36.79/36.86	c ============================[ Search Statistics ]============================
36.79/36.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.79/36.86	c       |         |          |          |    Limit     GC | Var      | Constra 
36.79/36.86	c =============================================================================
36.79/36.86	c  0.0s |       0 |        0 |        0 |      599      0 |       34 |       14
36.79/36.87	c  0.0s |       1 |      187 |      100 |      599      0 |       34 |       14
36.79/36.89	c  0.0s |       2 |      389 |      250 |      599      0 |       34 |       14
36.89/36.92	c  0.1s |       3 |      722 |      475 |      599      1 |       34 |       14
36.89/36.96	c  0.1s |       4 |     1272 |      813 |      599      2 |       34 |       14
36.99/37.02	c  0.2s |       5 |     2040 |     1320 |      599      3 |       34 |       14
37.09/37.10	c  0.2s |       6 |     3132 |     2081 |      599      5 |       34 |       14
37.19/37.23	c  0.4s |       7 |     4653 |     3223 |      599      8 |       34 |       14
37.39/37.42	c  0.6s |       8 |     7352 |     4936 |      599     13 |       34 |       14
37.69/37.70	c  0.8s |       9 |    11134 |     7506 |      599     20 |       34 |       14
38.09/38.10	c  1.2s |      10 |    16672 |    11361 |      599     31 |       34 |       14
38.69/38.74	c  1.9s |      11 |    25261 |    17144 |      599     47 |       34 |       14
39.69/39.71	c  2.8s |      12 |    37338 |    25819 |      599     72 |       34 |       14
41.18/41.20	c  4.3s |      13 |    55424 |    38832 |      599    108 |       34 |       14
43.18/43.21	c  6.3s |      13 |    80900 |    56932 |      599    159 |       34 |       14
43.28/43.37	c  6.5s |      14 |    82716 |    58352 |      599    163 |       34 |       14
43.28/43.39	c  6.5s |      14 |    82821 |    58435 |      599    163 |       35 |       16
43.28/43.39	c #cpu_time = 6.508s
43.28/43.39	c #wall_clock_time = 6.525s
43.28/43.39	c #decision = 82821
43.28/43.39	c #random_decision = 221
43.28/43.39	c #conflict = 58435
43.28/43.39	c #restart = 14
43.28/43.39	c BCD2: updating lower bound of a core
43.28/43.39	c lower bound updated to 22
43.28/43.39	s OPTIMUM FOUND
43.28/43.39	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
43.28/43.39	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20
43.28/43.39	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
43.28/43.39	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
43.28/43.39	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
43.28/43.39	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
43.28/43.39	v -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 -x70
43.28/43.39	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80
43.28/43.39	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
43.28/43.39	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
43.28/43.39	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
43.28/43.39	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
43.28/43.39	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
43.28/43.39	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
43.28/43.39	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
43.28/43.39	v x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
43.28/43.39	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
43.28/43.39	c total CPU time = 43.276s
43.28/43.39	c total wall clock time = 43.390s

Verifier Data

OK	22

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

pid=6726
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.22 2.26 2.01 3/179 6729
/proc/meminfo: memFree=28826620/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=674236 CPUtime=0 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 2503 0 0 0 0 0 0 0 20 0 4 0 36431741 690417664 3376 33554432000 4194304 16246674 140733223948896 140733223948320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 170607 3406 441 2943 0 167501 0
[pid=6729/tid=6730] ppid=6726 vsize=696764 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 713486336 3466 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 717680640 3482 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 721874944 3498 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.22 2.26 2.01 3/179 6729
/proc/meminfo: memFree=28826620/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 18297 0 0 0 6 2 0 0 20 0 4 0 36431741 1247350784 19162 33554432000 4194304 16246674 140733223948896 140733223948320 12459121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 304529 19171 617 2943 0 301423 0
[pid=6729/tid=6730] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 19172 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 19173 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 19175 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200496 s]
/proc/loadavg: 2.22 2.26 2.01 3/179 6729
/proc/meminfo: memFree=28826620/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 26290 0 0 0 15 4 0 0 20 0 4 0 36431741 1247350784 27155 33554432000 4194304 16246674 140733223948896 140733223948320 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 304529 27160 617 2943 0 301423 0
[pid=6729/tid=6730] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 27167 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 27168 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 27169 33554432000 4194304 16246674 140733223948896 140495818841264 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.300406 s]
/proc/loadavg: 2.22 2.26 2.01 3/179 6729
/proc/meminfo: memFree=28826620/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 36573 0 0 0 23 6 0 0 20 0 4 0 36431741 1247350784 37431 33554432000 4194304 16246674 140733223948896 140733223930816 5532301 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 304529 37445 812 2943 0 301423 0
[pid=6729/tid=6730] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 37454 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 37463 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 37471 33554432000 4194304 16246674 140733223948896 140495818841264 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.700389 s]
/proc/loadavg: 2.22 2.26 2.01 3/179 6729
/proc/meminfo: memFree=28826620/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 99980 0 0 0 54 15 0 0 20 0 4 0 36431741 1247350784 100838 33554432000 4194304 16246674 140733223948896 140733223930816 6010073 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 304529 100846 812 2943 0 301423 0
[pid=6729/tid=6730] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 100853 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 100854 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 100854 33554432000 4194304 16246674 140733223948896 140495818841264 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.50038 s]
/proc/loadavg: 2.21 2.26 2.01 3/183 6733
/proc/meminfo: memFree=28158224/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 237738 0 0 0 114 35 0 0 20 0 4 0 36431741 1247350784 238596 33554432000 4194304 16246674 140733223948896 140733223930816 5669490 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 304529 238601 812 2943 0 301423 0
[pid=6729/tid=6730] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 238603 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 238606 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36431741 1247350784 238612 33554432000 4194304 16246674 140733223948896 140495818841264 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) 1218116

[startup+3.10036 s]
/proc/loadavg: 2.21 2.26 2.01 3/183 6733
/proc/meminfo: memFree=27841156/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267334 0 0 0 269 40 0 0 20 0 4 0 36431741 1336479744 268170 33554432000 4194304 16246674 140733223948896 140733223930816 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326289 268170 873 2943 0 323183 0
[pid=6729/tid=6730] ppid=6726 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1336479744 268170 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1336479744 268170 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1336479744 268170 33554432000 4194304 16246674 140733223948896 140495818841264 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) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.19 2.25 2.01 3/183 6733
/proc/meminfo: memFree=27753672/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267573 0 0 0 589 40 0 0 20 0 4 0 36431741 1337528320 268409 33554432000 4194304 16246674 140733223948896 140733223930816 5828013 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268409 873 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268409 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268409 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268409 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.17 2.25 2.01 3/183 6733
/proc/meminfo: memFree=27753352/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267588 0 0 0 1229 40 0 0 20 0 4 0 36431741 1337528320 268424 33554432000 4194304 16246674 140733223948896 140733223930816 5711688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268424 873 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268424 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268424 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268424 33554432000 4194304 16246674 140733223948896 140495818841264 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.15 2.24 2.01 3/183 6782
/proc/meminfo: memFree=27755628/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267600 0 0 0 2508 40 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140733223930816 5829309 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268436 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.15 2.24 2.01 3/183 6782
/proc/meminfo: memFree=27755628/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267600 0 0 0 2518 40 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140733223930816 13943604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268436 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+32.0073 s]
/proc/loadavg: 2.28 2.26 2.02 4/183 6782
/proc/meminfo: memFree=27755300/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267600 0 0 0 3159 40 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140733223930816 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268436 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.33 2.27 2.02 3/183 6782
/proc/meminfo: memFree=27755192/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=38.39 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267600 0 0 0 3798 41 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140733223931896 5861860 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268436 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268436 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1306180

[startup+41.6003 s]
/proc/loadavg: 2.31 2.27 2.02 3/183 6782
/proc/meminfo: memFree=27754828/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=41.58 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267653 0 0 0 4117 41 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140733223930816 5717656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268489 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1306180

[startup+42.4004 s]
/proc/loadavg: 2.31 2.27 2.02 3/183 6782
/proc/meminfo: memFree=27754836/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=42.38 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267653 0 0 0 4197 41 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140733223930816 5667689 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268489 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.38
Current children cumulated vsize (KiB) 1306180

[startup+43.2004 s]
/proc/loadavg: 2.31 2.27 2.02 3/183 6782
/proc/meminfo: memFree=27754836/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=1306180 CPUtime=43.18 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202496 267653 0 0 0 4277 41 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140733223930816 6846017 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 326545 268489 884 2943 0 323439 0
[pid=6729/tid=6730] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6730/stat : 6730 (toysat) S 6726 6729 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495911103728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6729/tid=6731] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6731/stat : 6731 (toysat) S 6726 6729 6047 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495829314800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6729/tid=6732] ppid=6726 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6729/task/6732/stat : 6732 (toysat) S 6726 6729 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36431741 1337528320 268489 33554432000 4194304 16246674 140733223948896 140495818841264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.18
Current children cumulated vsize (KiB) 1306180

[startup+43.4003 s]
/proc/loadavg: 2.31 2.27 2.02 3/183 6782
/proc/meminfo: memFree=27754836/32872528 swapFree=1542984/1696284
[pid=6729] ppid=6726 vsize=0 CPUtime=43.39 cores=0,2,4,6
/proc/6729/stat : 6729 (toysat) R 6726 6729 6047 0 -1 4202500 267658 0 0 0 4297 42 0 0 20 0 1 0 36431741 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6729/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 43.4575
CPU time (s): 43.4484
CPU user time (s): 42.9705
CPU system time (s): 0.477927
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9705
system time used= 0.477927
maximum resident set size= 1073968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267658
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= 46

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112982 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:44:11
IDJOB=4109602
IDBENCH=78866
IDSOLVER=2553
FILE ID=node125/4109602-1466343851
RUNJOBID= node125-1466341817-6063
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212923--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109602-1466343851/watcher-4109602-1466343851 -o /tmp/evaluation-result-4109602-1466343851/solver-4109602-1466343851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6063 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109602-1466343851.wbo

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

MD5SUM BENCH= 814425604e6b100ff397547bbbf81dc9
RANDOM SEED=1058813704

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28827892 kB
Buffers:          179968 kB
Cached:           350788 kB
SwapCached:          764 kB
Active:          1233036 kB
Inactive:         370104 kB
Active(anon):    1073548 kB
Inactive(anon):     1188 kB
Active(file):     159488 kB
Inactive(file):   368916 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             33024 kB
Writeback:             0 kB
AnonPages:       2768120 kB
Mapped:            10800 kB
Shmem:                 0 kB
Slab:             611560 kB
SReclaimable:      54824 kB
SUnreclaim:       556736 kB
KernelStack:        1520 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2912968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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