Trace number 4093385

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 21.9287 21.9341

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUM9ffea189547a7afa9054418ab91a7dbf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark4.11737
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 1314
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:17:09+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-4093385-1466086629.wbo"]
0.00/0.01	c use --random-gen="992451339 829857668 3358121233 803815068 3275526539 1356563355 2679593762 3061327562 1245236752 2555097788 3952908430 123395383 3503445673 3831183947 3432279640 1969352408 3928672673 3161514425 4137390415 2589272337 2422070505 582613850 2958519369 554108073 1813987066 1531476687 2288147152 4058827256 850366687 935911019 968306334 1332309333 1356020498 1616512879 1146612895 468641958 4096556360 1606673258 3945876547 2503671679 2225542731 1061519612 1109943203 3888297773 2900927645 2014916314 2676376523 2126913220 2625099243 924556871 2128732812 1902840596 3801303122 2737650201 4015582103 1535492648 2008717821 2854571062 415443967 1626188388 818603370 4070233546 3991811893 1062635617 1398646096 3215301469 1629685854 1599356686 2493799446 1858448458 2167191674 3008044752 2816255982 1282789294 3784912503 677289825 1688763989 697528354 2081868275 1287789707 3558030504 1366239570 2331785254 4178968396 310333828 3389159809 1504651973 1530813030 1164994696 3484127851 576326220 2239199158 1024338322 2022715098 46832589 2515705209 2364025579 1563787533 2779544042 1365896693 259048263 2258744599 1338240382 4291464426 384576234 701689565 2718245451 3829630955 2260965489 3608765361 3914313053 93704498 437633351 1402598757 1654504504 2280637199 3613230229 1688020766 162863865 703188437 2243339856 2879305112 132983944 237927503 812242154 767103383 4103891247 3330863888 3425434293 2694155595 3129911185 2141234887 780214116 1589049026 2273733030 1988983476 1010870379 1233754871 1611208213 1020364125 515506005 3411196896 415645830 1595990747 1807575221 2400351793 1776837752 4103644604 1493796231 2546632647 2949831756 1638107706 592883925 576637725 2937914477 3058340311 3511357723 4267610371 2546727640 374208580 3480889615 3857481249 387770357 1413333100 171969406 1309265401 2647909854 4119640897 239951065 3794977139 349705059 2485415297 101280295 1294813484 948213026 470484121 2360232222 1421021275 3421590390 551668742 4206549378 3340384413 1481970273 3764636227 1044652035 3321513560 3076958504 1759112475 898449025 52579411 3708872651 157038714 2808428243 985498045 2407786605 3099519406 2210610984 439175939 1133955899 1696958730 1545236651 3137556749 76607019 1480318564 37771429 1802001907 1067108685 1125069681 787068237 3665554620 2950639333 3558256932 218494104 1594269529 2890001150 3505390358 4035209609 1694699042 3531099560 3303401962 4171179457 2097192099 1234442222 2686512589 75767927 3876184153 1708533859 1189821313 1377009030 4031838790 3893947134 325448927 1268300188 4237663237 4086518827 2920592537 3841304584 2074297511 3792144261 109515353 2639555362 3564672161 2974931246 2213553637 3188931657 1766708769 337706669 2151042584 3687470890 1707959235 3194529082 3493906151 4037094317 215428754 1469560608 3106741136 255 362436" option to reproduce the execution
0.19/0.23	c #vars 169
0.19/0.23	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      204 |      100 |      111      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      278 |      101 |      123      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.016s
0.19/0.25	c #wall_clock_time = 0.016s
0.19/0.25	c #decision = 278
0.19/0.25	c #random_decision = 2
0.19/0.25	c #conflict = 101
0.19/0.25	c #restart = 1
0.19/0.25	o 520
0.19/0.25	c BCD2: updating upper bound: 2924 -> 519
0.19/0.25	c BCD2: 0 <= obj <= 519
0.19/0.25	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      210 |      100 |      123      0 |        0 |        0
0.19/0.30	c  0.0s |       2 |      572 |      250 |      136      1 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1020 |      475 |      150      3 |        0 |        0
0.29/0.40	c  0.1s |       4 |     1577 |      813 |      165      5 |        0 |        0
0.39/0.48	c  0.2s |       5 |     2563 |     1320 |      182      9 |        0 |        0
0.59/0.62	c  0.4s |       6 |     3949 |     2081 |      201     13 |        0 |        0
0.78/0.83	c  0.6s |       7 |     5877 |     3223 |      222     20 |        0 |        0
1.10/1.14	c  0.9s |       8 |     8669 |     4936 |      245     30 |        0 |        0
1.49/1.55	c  1.3s |       9 |    12775 |     7506 |      270     43 |        0 |        0
1.99/2.04	c  1.8s |      10 |    18460 |    11361 |      297     62 |        0 |        0
2.78/2.80	c  2.5s |      11 |    26929 |    17144 |      327     88 |        0 |        0
3.88/3.91	c  3.7s |      12 |    39723 |    25819 |      360    126 |        0 |        0
5.78/5.82	c  5.6s |      13 |    58538 |    38832 |      397    181 |        0 |        0
5.78/5.88	c  5.6s |      13 |    59119 |    39175 |      397    182 |        0 |        0
5.78/5.88	c #cpu_time = 5.608s
5.78/5.88	c #wall_clock_time = 5.623s
5.78/5.88	c #decision = 59119
5.78/5.88	c #random_decision = 153
5.78/5.88	c #conflict = 39175
5.78/5.88	c #restart = 13
5.78/5.88	c BCD2: found a new core of size 64: cost of the new core is >=1
5.78/5.88	c lower bound updated to 1
5.78/5.88	c BCD2: 1 <= obj <= 519
5.78/5.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
5.78/5.88	c BCD2: #sat=1 #unsat=2 bias=2/3
5.78/5.88	c Solving starts ...
5.78/5.88	c ============================[ Search Statistics ]============================
5.78/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.88	c =============================================================================
5.78/5.88	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        0
5.78/5.89	c  0.0s |       1 |      279 |      100 |      397      1 |        0 |        0
5.88/5.91	c  0.0s |       2 |      557 |      250 |      397      1 |        0 |        0
5.88/5.92	c  0.0s |       2 |      629 |      283 |      397      2 |        0 |        0
5.88/5.92	c #cpu_time = 0.039s
5.88/5.92	c #wall_clock_time = 0.040s
5.88/5.92	c #decision = 629
5.88/5.92	c #random_decision = 4
5.88/5.92	c #conflict = 283
5.88/5.92	c #restart = 2
5.88/5.92	o 419
5.88/5.92	c BCD2: updating upper bound: 519 -> 418
5.88/5.92	c BCD2: 1 <= obj <= 418
5.88/5.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
5.88/5.92	c BCD2: #sat=2 #unsat=2 bias=2/4
5.88/5.92	c Solving starts ...
5.88/5.92	c ============================[ Search Statistics ]============================
5.88/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.92	c =============================================================================
5.88/5.92	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        2
5.88/5.93	c  0.0s |       1 |      202 |      100 |      397      0 |        0 |        2
5.88/5.95	c  0.0s |       2 |      435 |      250 |      397      1 |        0 |        2
5.88/5.98	c  0.1s |       3 |      874 |      475 |      397      2 |        0 |        2
5.98/6.00	c  0.1s |       3 |     1067 |      557 |      397      2 |        0 |        2
5.98/6.00	c #cpu_time = 0.080s
5.98/6.00	c #wall_clock_time = 0.080s
5.98/6.00	c #decision = 1067
5.98/6.00	c #random_decision = 3
5.98/6.00	c #conflict = 557
5.98/6.00	c #restart = 3
5.98/6.00	o 215
5.98/6.00	c BCD2: updating upper bound: 418 -> 214
5.98/6.00	c BCD2: 1 <= obj <= 214
5.98/6.00	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
5.98/6.00	c BCD2: #sat=3 #unsat=2 bias=2/5
5.98/6.00	c Solving starts ...
5.98/6.00	c ============================[ Search Statistics ]============================
5.98/6.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.98/6.00	c       |         |          |          |    Limit     GC | Var      | Constra 
5.98/6.00	c =============================================================================
5.98/6.00	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        4
5.98/6.01	c  0.0s |       1 |      211 |      100 |      397      1 |        0 |        4
5.98/6.03	c  0.0s |       2 |      496 |      250 |      397      1 |        0 |        4
5.98/6.06	c  0.1s |       3 |      873 |      475 |      397      2 |        0 |        4
6.08/6.10	c  0.1s |       4 |     1462 |      813 |      397      4 |        0 |        4
6.08/6.17	c  0.2s |       5 |     2401 |     1320 |      397      6 |        0 |        4
6.18/6.27	c  0.3s |       6 |     3904 |     2081 |      397      9 |        0 |        4
6.28/6.37	c  0.4s |       6 |     5223 |     2759 |      397     12 |        0 |        4
6.28/6.37	c #cpu_time = 0.369s
6.28/6.37	c #wall_clock_time = 0.370s
6.28/6.37	c #decision = 5223
6.28/6.37	c #random_decision = 16
6.28/6.37	c #conflict = 2759
6.28/6.37	c #restart = 6
6.28/6.37	o 87
6.28/6.37	c BCD2: hardening fixes 5 literals
6.28/6.37	c BCD2: updating upper bound: 214 -> 86
6.28/6.37	c BCD2: 1 <= obj <= 86
6.28/6.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=59, #hardened=5
6.28/6.37	c BCD2: #sat=4 #unsat=2 bias=2/6
6.28/6.37	c Solving starts ...
6.28/6.37	c ============================[ Search Statistics ]============================
6.28/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.28/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.28/6.37	c =============================================================================
6.28/6.37	c  0.0s |       0 |        0 |        0 |      397      0 |        5 |        6
6.28/6.38	c  0.0s |       1 |      154 |      100 |      397      0 |        5 |        6
6.38/6.40	c  0.0s |       2 |      400 |      250 |      397      1 |        5 |        6
6.38/6.43	c  0.1s |       3 |      763 |      475 |      397      2 |        5 |        6
6.38/6.47	c  0.1s |       4 |     1390 |      813 |      397      3 |        5 |        6
6.48/6.54	c  0.2s |       5 |     2243 |     1320 |      397      5 |        5 |        6
6.59/6.63	c  0.3s |       6 |     3671 |     2081 |      397      8 |        5 |        6
6.69/6.76	c  0.4s |       7 |     5686 |     3223 |      397     13 |        5 |        6
6.88/6.96	c  0.6s |       8 |     8584 |     4936 |      397     19 |        5 |        6
7.18/7.27	c  0.9s |       9 |    12919 |     7506 |      397     29 |        5 |        6
7.69/7.71	c  1.3s |      10 |    19628 |    11361 |      397     44 |        5 |        6
8.38/8.40	c  2.0s |      11 |    29387 |    17144 |      437     66 |        5 |        6
9.38/9.49	c  3.1s |      12 |    44182 |    25819 |      437     98 |        5 |        6
10.19/10.28	c  3.9s |      12 |    55204 |    32415 |      437    121 |        5 |        6
10.19/10.28	c #cpu_time = 3.901s
10.19/10.28	c #wall_clock_time = 3.912s
10.19/10.28	c #decision = 55204
10.19/10.28	c #random_decision = 154
10.19/10.28	c #conflict = 32415
10.19/10.28	c #restart = 12
10.19/10.28	o 18
10.19/10.28	c BCD2: hardening fixes 43 literals
10.19/10.28	c BCD2: updating upper bound: 86 -> 17
10.19/10.28	c BCD2: 1 <= obj <= 17
10.19/10.28	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
10.19/10.28	c BCD2: #sat=5 #unsat=2 bias=2/7
10.19/10.28	c Solving starts ...
10.19/10.28	c ============================[ Search Statistics ]============================
10.19/10.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.28	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.28	c =============================================================================
10.19/10.28	c  0.0s |       0 |        0 |        0 |      437      0 |       48 |        8
10.19/10.29	c  0.0s |       1 |      152 |      100 |      437      1 |       48 |        8
10.29/10.31	c  0.0s |       2 |      364 |      250 |      437      1 |       48 |        8
10.29/10.34	c  0.1s |       3 |      742 |      475 |      437      2 |       48 |        8
10.29/10.37	c  0.1s |       4 |     1233 |      813 |      437      3 |       48 |        8
10.39/10.43	c  0.1s |       5 |     2069 |     1320 |      437      5 |       48 |        8
10.49/10.51	c  0.2s |       6 |     3242 |     2081 |      437      8 |       48 |        8
10.59/10.64	c  0.4s |       7 |     5225 |     3223 |      437     12 |       48 |        8
10.79/10.82	c  0.5s |       8 |     8077 |     4936 |      437     18 |       48 |        8
11.00/11.10	c  0.8s |       9 |    11935 |     7506 |      437     27 |       48 |        8
11.49/11.52	c  1.2s |      10 |    17819 |    11361 |      437     41 |       48 |        8
12.10/12.14	c  1.9s |      11 |    26707 |    17144 |      481     59 |       48 |        8
13.09/13.11	c  2.8s |      12 |    39736 |    25819 |      481     88 |       48 |        8
14.19/14.21	c  3.9s |      12 |    54117 |    35543 |      481    119 |       49 |       10
14.19/14.21	c #cpu_time = 3.921s
14.19/14.21	c #wall_clock_time = 3.931s
14.19/14.21	c #decision = 54117
14.19/14.21	c #random_decision = 115
14.19/14.21	c #conflict = 35543
14.19/14.21	c #restart = 12
14.19/14.21	c BCD2: updating lower bound of a core
14.19/14.21	c lower bound updated to 10
14.19/14.21	c BCD2: 10 <= obj <= 17
14.19/14.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=48
14.19/14.21	c BCD2: #sat=5 #unsat=3 bias=3/8
14.19/14.21	c Solving starts ...
14.19/14.21	c ============================[ Search Statistics ]============================
14.19/14.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.21	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.21	c =============================================================================
14.19/14.21	c  0.0s |       0 |        0 |        0 |      481      0 |       49 |       10
14.19/14.23	c  0.0s |       1 |      152 |      100 |      481      0 |       49 |       10
14.19/14.24	c  0.0s |       2 |      383 |      250 |      481      0 |       49 |       10
14.19/14.27	c  0.1s |       3 |      737 |      475 |      481      1 |       49 |       10
14.30/14.31	c  0.1s |       4 |     1245 |      813 |      481      2 |       49 |       10
14.30/14.37	c  0.2s |       5 |     2116 |     1320 |      481      4 |       49 |       10
14.40/14.45	c  0.2s |       6 |     3220 |     2081 |      481      6 |       49 |       10
14.49/14.58	c  0.4s |       7 |     4899 |     3223 |      481     10 |       49 |       10
14.69/14.78	c  0.6s |       8 |     7675 |     4936 |      481     16 |       49 |       10
14.99/15.06	c  0.8s |       9 |    11827 |     7506 |      481     24 |       49 |       10
15.40/15.50	c  1.3s |      10 |    18289 |    11361 |      481     37 |       49 |       10
16.09/16.14	c  1.9s |      11 |    27635 |    17144 |      481     56 |       49 |       10
17.09/17.10	c  2.9s |      12 |    41155 |    25819 |      530     83 |       49 |       10
17.70/17.79	c  3.6s |      12 |    50460 |    31860 |      530    101 |       49 |       10
17.70/17.79	c #cpu_time = 3.570s
17.70/17.79	c #wall_clock_time = 3.579s
17.70/17.79	c #decision = 50460
17.70/17.79	c #random_decision = 130
17.70/17.79	c #conflict = 31860
17.70/17.79	c #restart = 12
17.70/17.79	o 15
17.70/17.79	c BCD2: hardening fixes 1 literals
17.70/17.79	c BCD2: updating upper bound: 17 -> 14
17.70/17.79	c BCD2: 10 <= obj <= 14
17.70/17.79	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=49
17.70/17.79	c BCD2: #sat=6 #unsat=3 bias=3/9
17.70/17.79	c Solving starts ...
17.70/17.79	c ============================[ Search Statistics ]============================
17.70/17.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.70/17.79	c       |         |          |          |    Limit     GC | Var      | Constra 
17.70/17.79	c =============================================================================
17.70/17.79	c  0.0s |       0 |        0 |        0 |      530      0 |       50 |       12
17.79/17.81	c  0.0s |       1 |      187 |      100 |      530      1 |       50 |       12
17.79/17.82	c  0.0s |       2 |      449 |      250 |      530      1 |       50 |       12
17.79/17.85	c  0.1s |       3 |      771 |      475 |      530      2 |       50 |       12
17.79/17.89	c  0.1s |       4 |     1339 |      813 |      530      3 |       50 |       12
17.89/17.95	c  0.2s |       5 |     2140 |     1320 |      530      4 |       50 |       12
17.99/18.04	c  0.2s |       6 |     3293 |     2081 |      530      7 |       50 |       12
18.09/18.17	c  0.4s |       7 |     4908 |     3223 |      530     10 |       50 |       12
18.29/18.35	c  0.6s |       8 |     7839 |     4936 |      530     15 |       50 |       12
18.59/18.64	c  0.8s |       9 |    11746 |     7506 |      530     23 |       50 |       12
18.99/19.09	c  1.3s |      10 |    17608 |    11361 |      530     34 |       50 |       12
19.69/19.78	c  2.0s |      11 |    26479 |    17144 |      530     52 |       50 |       12
19.99/20.01	c  2.2s |      11 |    29531 |    19062 |      530     58 |       51 |       14
19.99/20.01	c #cpu_time = 2.209s
19.99/20.01	c #wall_clock_time = 2.215s
19.99/20.01	c #decision = 29531
19.99/20.01	c #random_decision = 75
19.99/20.01	c #conflict = 19062
19.99/20.01	c #restart = 11
19.99/20.01	c BCD2: updating lower bound of a core
19.99/20.01	c lower bound updated to 13
19.99/20.01	c BCD2: 13 <= obj <= 14
19.99/20.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=49
19.99/20.01	c BCD2: #sat=6 #unsat=4 bias=4/10
19.99/20.01	c Solving starts ...
19.99/20.01	c ============================[ Search Statistics ]============================
19.99/20.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.01	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.01	c =============================================================================
19.99/20.01	c  0.0s |       0 |        0 |        0 |      530      0 |       51 |       14
19.99/20.02	c  0.0s |       1 |      146 |      100 |      530      0 |       51 |       14
19.99/20.04	c  0.0s |       2 |      456 |      250 |      530      0 |       51 |       14
19.99/20.07	c  0.1s |       3 |      807 |      475 |      530      1 |       51 |       14
20.09/20.11	c  0.1s |       4 |     1311 |      813 |      530      2 |       51 |       14
20.09/20.17	c  0.2s |       5 |     2157 |     1320 |      530      3 |       51 |       14
20.19/20.27	c  0.3s |       6 |     3303 |     2081 |      530      6 |       51 |       14
20.39/20.40	c  0.4s |       7 |     4949 |     3223 |      530      9 |       51 |       14
20.59/20.61	c  0.6s |       8 |     7783 |     4936 |      530     14 |       51 |       14
20.79/20.90	c  0.9s |       9 |    11622 |     7506 |      530     22 |       51 |       14
21.29/21.36	c  1.3s |      10 |    17671 |    11361 |      530     34 |       51 |       14
21.79/21.87	c  1.9s |      10 |    24814 |    15923 |      530     47 |       52 |       16
21.79/21.87	c #cpu_time = 1.855s
21.79/21.87	c #wall_clock_time = 1.860s
21.79/21.87	c #decision = 24814
21.79/21.87	c #random_decision = 64
21.79/21.87	c #conflict = 15923
21.79/21.87	c #restart = 10
21.79/21.87	c BCD2: updating lower bound of a core
21.79/21.87	c lower bound updated to 15
21.79/21.87	s OPTIMUM FOUND
21.79/21.87	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10
21.79/21.87	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
21.79/21.87	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
21.79/21.87	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
21.79/21.87	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
21.79/21.87	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
21.79/21.87	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
21.79/21.87	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
21.79/21.87	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
21.79/21.87	v -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100
21.79/21.87	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
21.79/21.87	v -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120
21.79/21.87	v -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130
21.79/21.87	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
21.79/21.87	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
21.79/21.87	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
21.79/21.87	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
21.79/21.87	c total CPU time = 21.814s
21.79/21.87	c total wall clock time = 21.872s

Verifier Data

OK	15

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

pid=13272
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.21 2.15 2.10 3/179 13275
/proc/meminfo: memFree=30228064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=596412 CPUtime=0 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 2199 0 0 0 0 0 0 0 20 0 4 0 10712118 610725888 3071 33554432000 4194304 16246674 140736059907088 140736059906512 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 149615 3078 441 2943 0 146509 0
[pid=13275/tid=13276] ppid=13272 vsize=613820 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 628551680 3140 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=618940 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 633794560 3159 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=623036 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10712118 637988864 3174 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100144 s]
/proc/loadavg: 2.21 2.15 2.10 3/179 13275
/proc/meminfo: memFree=30228064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 18534 0 0 0 7 2 0 0 20 0 4 0 10712118 1247350784 19398 33554432000 4194304 16246674 140736059907088 140736059906512 6191726 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 304529 19403 615 2943 0 301423 0
[pid=13275/tid=13276] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 19405 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 19411 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 19412 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.21 2.15 2.10 3/179 13275
/proc/meminfo: memFree=30228064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 26430 0 0 0 16 3 0 0 20 0 4 0 10712118 1247350784 27294 33554432000 4194304 16246674 140736059907088 140736059906512 6144396 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 304529 27294 615 2943 0 301423 0
[pid=13275/tid=13276] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 27295 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 27295 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 27295 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300469 s]
/proc/loadavg: 2.21 2.15 2.10 3/179 13275
/proc/meminfo: memFree=30228064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 39381 0 0 0 25 4 0 0 20 0 4 0 10712118 1247350784 40239 33554432000 4194304 16246674 140736059907088 140736059906512 5532301 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 304529 40255 813 2943 0 301423 0
[pid=13275/tid=13276] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 40264 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 40273 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 40284 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700412 s]
/proc/loadavg: 2.21 2.15 2.10 3/179 13275
/proc/meminfo: memFree=30228064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 108083 0 0 0 54 15 0 0 20 0 4 0 10712118 1247350784 108940 33554432000 4194304 16246674 140736059907088 140736059888960 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 304529 108945 813 2943 0 301423 0
[pid=13275/tid=13276] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 108947 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 108956 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10712118 1247350784 108961 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50036 s]
/proc/loadavg: 2.19 2.15 2.10 4/183 13279
/proc/meminfo: memFree=29496976/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 245747 0 0 0 116 33 0 0 20 0 4 0 10712118 1248399360 246582 33554432000 4194304 16246674 140736059907088 140736059906400 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 304785 246582 872 2943 0 301679 0
[pid=13275/tid=13276] ppid=13272 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1248399360 246582 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1248399360 246582 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1248399360 246582 33554432000 4194304 16246674 140736059907088 140233020529840 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) 1219140

[startup+3.1007 s]
/proc/loadavg: 2.19 2.15 2.10 4/183 13279
/proc/meminfo: memFree=29241040/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267295 0 0 0 273 35 0 0 20 0 4 0 10712118 1336479744 268130 33554432000 4194304 16246674 140736059907088 140736059888960 6843484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326289 268130 872 2943 0 323183 0
[pid=13275/tid=13276] ppid=13272 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1336479744 268130 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1336479744 268130 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1336479744 268130 33554432000 4194304 16246674 140736059907088 140233020529840 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.30042 s]
/proc/loadavg: 2.17 2.14 2.10 3/183 13279
/proc/meminfo: memFree=29153644/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267603 0 0 0 593 35 0 0 20 0 4 0 10712118 1337528320 268438 33554432000 4194304 16246674 140736059907088 140736059888960 13781168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268438 882 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268438 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268438 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268438 33554432000 4194304 16246674 140736059907088 140233020529840 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.7004 s]
/proc/loadavg: 2.16 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29153528/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267605 0 0 0 1233 36 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140736059888960 5721248 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268440 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.16 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29153528/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267605 0 0 0 1243 36 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140736059888960 13195457 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268440 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.15 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154040/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=15.99 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267605 0 0 0 1563 36 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140736059888960 5545993 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268440 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268440 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.15 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154180/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267622 0 0 0 1883 36 0 0 20 0 4 0 10712118 1337528320 268457 33554432000 4194304 16246674 140736059907088 140736059888960 5722656 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268457 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268457 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268457 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268457 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.15 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154180/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=20.79 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267672 0 0 0 2043 36 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140736059888960 5711552 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268507 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1306180

[startup+21.6004 s]
/proc/loadavg: 2.13 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=21.59 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267672 0 0 0 2123 36 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140736059888960 12483222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268507 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.59
Current children cumulated vsize (KiB) 1306180

[startup+21.8004 s]
/proc/loadavg: 2.13 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=1306180 CPUtime=21.79 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202496 267672 0 0 0 2143 36 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140736059888960 5717450 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 326545 268507 883 2943 0 323439 0
[pid=13275/tid=13276] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13276/stat : 13276 (toysat) S 13272 13275 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233114889456 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13275/tid=13277] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13277/stat : 13277 (toysat) S 13272 13275 7985 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233031003376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13275/tid=13278] ppid=13272 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13275/task/13278/stat : 13278 (toysat) S 13272 13275 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10712118 1337528320 268507 33554432000 4194304 16246674 140736059907088 140233020529840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.79
Current children cumulated vsize (KiB) 1306180

[startup+21.9004 s]
/proc/loadavg: 2.13 2.14 2.10 3/183 13328
/proc/meminfo: memFree=29154064/32872528 swapFree=681192/736380
[pid=13275] ppid=13272 vsize=0 CPUtime=21.88 cores=1,3,5,7
/proc/13275/stat : 13275 (toysat) R 13272 13275 7985 0 -1 4202500 267676 0 0 0 2150 38 0 0 20 0 1 0 10712118 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13275/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.9341
CPU time (s): 21.9287
CPU user time (s): 21.5087
CPU system time (s): 0.419936
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5087
system time used= 0.419936
maximum resident set size= 1074036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267676
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= 19
involuntary context switches= 49

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049992 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:17:09
IDJOB=4093385
IDBENCH=78851
IDSOLVER=2553
FILE ID=node112/4093385-1466086629
RUNJOBID= node112-1466075445-11101
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 9ffea189547a7afa9054418ab91a7dbf
RANDOM SEED=1071055383

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30228584 kB
Buffers:           35860 kB
Cached:            99076 kB
SwapCached:          696 kB
Active:          1150712 kB
Inactive:          57436 kB
Active(anon):    1074848 kB
Inactive(anon):      740 kB
Active(file):      75864 kB
Inactive(file):    56696 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             33156 kB
Writeback:             0 kB
AnonPages:       1810636 kB
Mapped:            10660 kB
Shmem:                 0 kB
Slab:             567428 kB
SReclaimable:      11464 kB
SUnreclaim:       555964 kB
KernelStack:        1520 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1953516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node112 at 2016-06-16 16:17:31