Trace number 4093363

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 36.4155 36.4267

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-33-100-0.wbo
MD5SUM8c7284b7ccf7c3e8bad0ea1f2a54ab5e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark12.5531
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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:13:58+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-4093363-1466086438.wbo"]
0.00/0.01	c use --random-gen="3068650209 69277035 3539714756 558018233 3420957154 778375813 1911035306 685806945 3264681833 289456825 3170382546 1359053842 1273613001 3493595035 555161365 4055794819 862197743 3185076704 3210159894 3855067371 88445678 3573070031 780287653 157558735 3804084680 634239302 1596257459 1561008058 1863906768 3158543731 20948246 3498413623 526941347 1762430112 3673021211 4248573630 4269484000 1023473438 3112399904 2669370225 1584055711 1394022797 2869768592 3934854056 752784036 3354199695 810819338 1769396379 1953412779 3542217753 1356826729 3557383563 3823310884 1269596600 4051002555 4145807072 1506435806 85179976 764535641 1991012137 2511962338 3564292436 4151153320 2514563429 3661525380 1733452327 1202616165 3676391424 1456976369 3020935729 1665384521 287679393 2386942445 2439645729 4102693252 2043589387 3252153093 1299908619 3564295417 3716425291 2498659088 1248762018 112294860 3134349676 2513276544 216495070 1282640109 1182953274 1976802523 2760342588 3875661970 645314025 3835630733 3960094737 1921003237 1194381533 3959682151 2661587611 1731819201 74149393 2252345834 1252853063 938465755 841328369 1029961840 3348218822 391557094 731159237 587036953 4090693830 1571867758 1643970118 728388825 2543125186 697081187 3494433267 1938855046 3072775375 4225837136 1335960973 1994005554 2683676557 3389706423 3696036373 3209267436 1018430454 196620466 2991527624 2705688170 141976633 850442678 1320225740 2472134174 4112459706 2711448014 765508852 3500332879 2480435936 3472220215 3545389135 2813086712 3910411485 72630573 3569975044 3273792268 280865278 1397892072 1381974911 3558341408 1269679809 995168000 2864465073 1600480150 2816467201 2618649669 1475575302 1991105855 81267677 1274607868 2770248708 320783914 516429914 1968876982 4203310827 240639424 2853465626 1853799702 1424513657 1421971286 3377225560 3019427838 447351973 461103985 102581353 1315550023 1038547964 3172377817 2856361393 3126596209 2798665981 2770018679 1880769999 4294141595 1034250691 2602912735 2043713422 638400884 2347188022 2789410643 1879520617 1342126422 1294732879 2438227702 490841875 1201767305 3357583244 1095495236 696460378 1793592771 35309650 3949562135 3833722978 2831344666 2680176142 1315404596 1860486164 323567803 1342672588 1810831765 3078803638 542782981 1360066599 1906163561 2199077058 3832726549 1430849364 883686887 295791731 2535923579 744985805 2462860306 2317182869 316817584 2953572081 1359392601 2960876801 1886026604 977439419 2336177960 3343804393 1828874417 214196209 511083410 2805177983 3002690963 819674233 3186342467 91400251 595444197 2435386053 3736837339 723336714 3153855813 1275974350 1307987115 1807947244 2710637384 3393376017 3386514145 1110008413 3792021068 2361045733 285180946 1420571263 310542134 2183544825 255 362436" option to reproduce the execution
0.18/0.24	c #vars 169
0.18/0.24	c #constraints 101
0.18/0.25	c BCD2: Hardening is enabled.
0.18/0.25	c BCD2: BiasedSearch is enabled.
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.25	c  0.0s |       0 |       92 |        1 |      113      0 |        0 |        0
0.18/0.25	c #cpu_time = 0.001s
0.18/0.25	c #wall_clock_time = 0.001s
0.18/0.25	c #decision = 92
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 1
0.18/0.25	c #restart = 0
0.18/0.25	o 510
0.18/0.25	c BCD2: updating upper bound: 3203 -> 509
0.18/0.25	c BCD2: 0 <= obj <= 509
0.18/0.25	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      237 |      100 |      125      0 |        0 |        0
0.18/0.29	c  0.0s |       2 |      570 |      250 |      125      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1008 |      475 |      138      2 |        0 |        0
0.38/0.41	c  0.2s |       4 |     1561 |      813 |      152      4 |        0 |        0
0.48/0.50	c  0.3s |       5 |     2519 |     1320 |      168      8 |        0 |        0
0.58/0.65	c  0.4s |       6 |     3753 |     2081 |      204     13 |        0 |        0
0.79/0.88	c  0.6s |       7 |     5679 |     3223 |      225     19 |        0 |        0
1.20/1.22	c  1.0s |       8 |     8471 |     4936 |      248     28 |        0 |        0
1.58/1.62	c  1.4s |       9 |    12603 |     7506 |      273     41 |        0 |        0
2.08/2.13	c  1.9s |      10 |    18266 |    11361 |      301     59 |        0 |        0
2.88/2.93	c  2.7s |      11 |    26687 |    17144 |      332     85 |        0 |        0
4.08/4.11	c  3.9s |      12 |    39304 |    25819 |      366    122 |        0 |        0
5.88/5.97	c  5.7s |      13 |    57674 |    38832 |      403    173 |        0 |        0
7.88/7.98	c  7.7s |      13 |    76628 |    52532 |      403    224 |        0 |        0
8.79/8.84	c  8.6s |      14 |    85062 |    58352 |      444    245 |        0 |        0
10.78/10.85	c 10.6s |      14 |   104939 |    72152 |      444    292 |        0 |        0
12.78/12.86	c 12.6s |      14 |   122357 |    85052 |      444    336 |        0 |        0
13.19/13.25	c 13.0s |      15 |   125924 |    87632 |      489    345 |        0 |        0
15.18/15.26	c 15.0s |      15 |   143760 |   100232 |      489    385 |        0 |        0
16.59/16.66	c 16.4s |      15 |   154100 |   107935 |      489    411 |        0 |        0
16.59/16.66	c #cpu_time = 16.362s
16.59/16.66	c #wall_clock_time = 16.404s
16.59/16.66	c #decision = 154100
16.59/16.66	c #random_decision = 400
16.59/16.66	c #conflict = 107935
16.59/16.66	c #restart = 15
16.59/16.66	c BCD2: found a new core of size 69: cost of the new core is >=1
16.59/16.66	c lower bound updated to 1
16.59/16.66	c BCD2: 1 <= obj <= 509
16.59/16.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
16.59/16.66	c BCD2: #sat=1 #unsat=2 bias=2/3
16.59/16.66	c Solving starts ...
16.59/16.66	c ============================[ Search Statistics ]============================
16.59/16.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.66	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.66	c =============================================================================
16.59/16.66	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
16.59/16.66	c  0.0s |       0 |      101 |        1 |      489      1 |        0 |        0
16.59/16.66	c #cpu_time = 0.004s
16.59/16.66	c #wall_clock_time = 0.004s
16.59/16.66	c #decision = 101
16.59/16.66	c #random_decision = 0
16.59/16.66	c #conflict = 1
16.59/16.66	c #restart = 0
16.59/16.66	o 71
16.59/16.66	c BCD2: hardening fixes 16 literals
16.59/16.66	c BCD2: updating upper bound: 509 -> 70
16.59/16.66	c BCD2: 1 <= obj <= 70
16.59/16.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
16.59/16.66	c BCD2: #sat=2 #unsat=2 bias=2/4
16.59/16.66	c Solving starts ...
16.59/16.66	c ============================[ Search Statistics ]============================
16.59/16.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.66	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.66	c =============================================================================
16.59/16.66	c  0.0s |       0 |        0 |        0 |      489      0 |       16 |        2
16.59/16.68	c  0.0s |       1 |      171 |      100 |      489      0 |       16 |        2
16.68/16.70	c  0.0s |       2 |      440 |      250 |      489      0 |       16 |        2
16.68/16.72	c  0.1s |       3 |      868 |      475 |      489      1 |       16 |        2
16.68/16.77	c  0.1s |       4 |     1402 |      813 |      489      2 |       16 |        2
16.78/16.83	c  0.2s |       5 |     2237 |     1320 |      489      4 |       16 |        2
16.88/16.92	c  0.3s |       6 |     3593 |     2081 |      489      6 |       16 |        2
16.98/17.07	c  0.4s |       7 |     5483 |     3223 |      489     10 |       16 |        2
17.18/17.28	c  0.6s |       8 |     8518 |     4936 |      489     16 |       16 |        2
17.48/17.58	c  0.9s |       9 |    12647 |     7506 |      489     24 |       16 |        2
17.98/18.04	c  1.4s |      10 |    19466 |    11361 |      489     37 |       16 |        2
18.69/18.78	c  2.1s |      11 |    29206 |    17144 |      489     56 |       16 |        2
19.79/19.87	c  3.2s |      12 |    43462 |    25819 |      538     84 |       16 |        2
21.48/21.52	c  4.9s |      13 |    65076 |    38832 |      538    124 |       16 |        2
22.09/22.12	c  5.5s |      13 |    72702 |    43611 |      538    139 |       16 |        2
22.09/22.12	c #cpu_time = 5.442s
22.09/22.12	c #wall_clock_time = 5.456s
22.09/22.12	c #decision = 72702
22.09/22.12	c #random_decision = 196
22.09/22.12	c #conflict = 43611
22.09/22.12	c #restart = 13
22.09/22.12	o 35
22.09/22.12	c BCD2: hardening fixes 31 literals
22.09/22.12	c BCD2: updating upper bound: 70 -> 34
22.09/22.12	c BCD2: 1 <= obj <= 34
22.09/22.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=47
22.09/22.12	c BCD2: #sat=3 #unsat=2 bias=2/5
22.09/22.12	c Solving starts ...
22.09/22.12	c ============================[ Search Statistics ]============================
22.09/22.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.12	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.12	c =============================================================================
22.09/22.12	c  0.0s |       0 |        0 |        0 |      538      0 |       47 |        4
22.09/22.13	c  0.0s |       1 |      152 |      100 |      538      0 |       47 |        4
22.09/22.15	c  0.0s |       2 |      382 |      250 |      538      1 |       47 |        4
22.09/22.17	c  0.1s |       3 |      755 |      475 |      538      1 |       47 |        4
22.18/22.21	c  0.1s |       4 |     1305 |      813 |      538      2 |       47 |        4
22.18/22.27	c  0.2s |       5 |     2058 |     1320 |      538      4 |       47 |        4
22.28/22.37	c  0.2s |       6 |     3219 |     2081 |      538      6 |       47 |        4
22.48/22.50	c  0.4s |       7 |     5124 |     3223 |      538      9 |       47 |        4
22.58/22.70	c  0.6s |       8 |     7794 |     4936 |      538     14 |       47 |        4
22.88/22.99	c  0.9s |       9 |    11865 |     7506 |      538     22 |       47 |        4
23.38/23.45	c  1.3s |      10 |    17949 |    11361 |      538     34 |       47 |        4
23.98/24.04	c  1.9s |      10 |    26479 |    16476 |      538     49 |       47 |        4
23.98/24.04	c #cpu_time = 1.918s
23.98/24.04	c #wall_clock_time = 1.923s
23.98/24.04	c #decision = 26479
23.98/24.04	c #random_decision = 70
23.98/24.04	c #conflict = 16476
23.98/24.04	c #restart = 10
23.98/24.04	o 15
23.98/24.04	c BCD2: hardening fixes 10 literals
23.98/24.04	c BCD2: updating upper bound: 34 -> 14
23.98/24.04	c BCD2: 1 <= obj <= 14
23.98/24.04	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
23.98/24.04	c BCD2: #sat=4 #unsat=2 bias=2/6
23.98/24.04	c Solving starts ...
23.98/24.04	c ============================[ Search Statistics ]============================
23.98/24.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.98/24.04	c       |         |          |          |    Limit     GC | Var      | Constra 
23.98/24.04	c =============================================================================
23.98/24.04	c  0.0s |       0 |        0 |        0 |      538      0 |       57 |        6
23.98/24.05	c  0.0s |       1 |      160 |      100 |      538      0 |       57 |        6
23.98/24.07	c  0.0s |       2 |      408 |      250 |      538      0 |       57 |        6
23.98/24.09	c  0.1s |       3 |      756 |      475 |      538      1 |       57 |        6
24.08/24.13	c  0.1s |       4 |     1208 |      813 |      538      2 |       57 |        6
24.08/24.19	c  0.1s |       5 |     1973 |     1320 |      538      4 |       57 |        6
24.18/24.27	c  0.2s |       6 |     3040 |     2081 |      538      6 |       57 |        6
24.38/24.40	c  0.4s |       7 |     4726 |     3223 |      538      9 |       57 |        6
24.58/24.60	c  0.6s |       8 |     7160 |     4936 |      538     14 |       57 |        6
24.88/24.90	c  0.9s |       9 |    10889 |     7506 |      538     22 |       57 |        6
25.28/25.34	c  1.3s |      10 |    16469 |    11361 |      538     33 |       57 |        6
25.98/26.01	c  2.0s |      11 |    25320 |    17144 |      538     50 |       57 |        6
26.98/27.03	c  3.0s |      12 |    37808 |    25819 |      538     75 |       57 |        6
28.48/28.59	c  4.5s |      13 |    56407 |    38832 |      592    111 |       57 |        6
29.58/29.62	c  5.6s |      13 |    68201 |    47055 |      592    133 |       58 |        8
29.58/29.62	c #cpu_time = 5.565s
29.58/29.62	c #wall_clock_time = 5.579s
29.58/29.62	c #decision = 68201
29.58/29.62	c #random_decision = 173
29.58/29.62	c #conflict = 47055
29.58/29.62	c #restart = 13
29.58/29.62	c BCD2: updating lower bound of a core
29.58/29.62	c lower bound updated to 6
29.58/29.62	c BCD2: 6 <= obj <= 14
29.58/29.62	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
29.58/29.62	c BCD2: #sat=4 #unsat=3 bias=3/7
29.58/29.62	c Solving starts ...
29.58/29.62	c ============================[ Search Statistics ]============================
29.58/29.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.58/29.62	c       |         |          |          |    Limit     GC | Var      | Constra 
29.58/29.62	c =============================================================================
29.58/29.62	c  0.0s |       0 |        0 |        0 |      592      0 |       58 |        8
29.58/29.63	c  0.0s |       1 |      185 |      100 |      592      0 |       58 |        8
29.58/29.65	c  0.0s |       2 |      426 |      250 |      592      1 |       58 |        8
29.58/29.68	c  0.1s |       3 |      794 |      475 |      592      1 |       58 |        8
29.68/29.72	c  0.1s |       4 |     1319 |      813 |      592      2 |       58 |        8
29.68/29.78	c  0.2s |       5 |     2107 |     1320 |      592      4 |       58 |        8
29.78/29.86	c  0.2s |       6 |     3250 |     2081 |      592      6 |       58 |        8
29.88/29.99	c  0.4s |       7 |     4957 |     3223 |      592      9 |       58 |        8
30.08/30.18	c  0.6s |       8 |     7421 |     4936 |      592     13 |       58 |        8
30.38/30.47	c  0.9s |       9 |    11250 |     7506 |      592     20 |       58 |        8
30.88/30.94	c  1.3s |      10 |    16700 |    11361 |      592     31 |       58 |        8
30.98/31.06	c  1.4s |      10 |    18180 |    12380 |      592     34 |       58 |        8
30.98/31.06	c #cpu_time = 1.437s
30.98/31.06	c #wall_clock_time = 1.440s
30.98/31.06	c #decision = 18180
30.98/31.06	c #random_decision = 34
30.98/31.06	c #conflict = 12380
30.98/31.06	c #restart = 10
30.98/31.06	o 8
30.98/31.06	c BCD2: hardening fixes 6 literals
30.98/31.06	c BCD2: updating upper bound: 14 -> 7
30.98/31.06	c BCD2: 6 <= obj <= 7
30.98/31.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
30.98/31.06	c BCD2: #sat=5 #unsat=3 bias=3/8
30.98/31.06	c Solving starts ...
30.98/31.06	c ============================[ Search Statistics ]============================
30.98/31.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.98/31.06	c       |         |          |          |    Limit     GC | Var      | Constra 
30.98/31.06	c =============================================================================
30.98/31.06	c  0.0s |       0 |        0 |        0 |      592      0 |       64 |       10
30.98/31.07	c  0.0s |       1 |      141 |      100 |      592      0 |       64 |       10
30.98/31.09	c  0.0s |       2 |      356 |      250 |      592      0 |       64 |       10
31.08/31.12	c  0.1s |       3 |      635 |      475 |      592      1 |       64 |       10
31.08/31.15	c  0.1s |       4 |     1115 |      813 |      592      2 |       64 |       10
31.17/31.21	c  0.1s |       5 |     1805 |     1320 |      592      3 |       64 |       10
31.17/31.29	c  0.2s |       6 |     2922 |     2081 |      592      5 |       64 |       10
31.37/31.42	c  0.4s |       7 |     4606 |     3223 |      592      9 |       64 |       10
31.57/31.60	c  0.5s |       8 |     7035 |     4936 |      592     13 |       64 |       10
31.78/31.88	c  0.8s |       9 |    10937 |     7506 |      592     20 |       64 |       10
32.28/32.32	c  1.3s |      10 |    16581 |    11361 |      592     31 |       64 |       10
32.88/32.96	c  1.9s |      11 |    25391 |    17144 |      592     46 |       64 |       10
33.88/33.94	c  2.9s |      12 |    37903 |    25819 |      592     70 |       64 |       10
35.48/35.51	c  4.4s |      13 |    56275 |    38832 |      592    105 |       64 |       10
36.29/36.36	c  5.3s |      13 |    65428 |    45450 |      592    123 |       65 |       12
36.29/36.36	c #cpu_time = 5.287s
36.29/36.36	c #wall_clock_time = 5.302s
36.29/36.36	c #decision = 65428
36.29/36.36	c #random_decision = 173
36.29/36.36	c #conflict = 45450
36.29/36.36	c #restart = 13
36.29/36.36	c BCD2: updating lower bound of a core
36.29/36.36	c lower bound updated to 8
36.29/36.36	s OPTIMUM FOUND
36.29/36.36	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
36.29/36.36	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
36.29/36.36	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
36.29/36.36	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
36.29/36.36	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
36.29/36.36	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
36.29/36.36	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70
36.29/36.36	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
36.29/36.36	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
36.29/36.36	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
36.29/36.36	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
36.29/36.36	v -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120
36.29/36.36	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
36.29/36.36	v x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
36.29/36.36	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
36.29/36.36	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
36.29/36.36	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169
36.29/36.36	c total CPU time = 36.269s
36.29/36.36	c total wall clock time = 36.363s

Verifier Data

OK	8

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

pid=13521
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.05 2.01 2.00 3/181 13524
/proc/meminfo: memFree=30937880/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=321980 CPUtime=0 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 1129 0 0 0 0 0 0 0 20 0 4 0 10689697 329707520 2000 33554432000 4194304 16246674 140733864824560 140733864823984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 81263 2008 441 2943 0 78157 0
[pid=13524/tid=13525] ppid=13521 vsize=339388 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 347533312 2067 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=343484 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 351727616 2082 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=347580 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10689697 355921920 2099 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13524
/proc/meminfo: memFree=30937880/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 18139 0 0 0 6 2 0 0 20 0 4 0 10689697 1247350784 19003 33554432000 4194304 16246674 140733864824560 140733864823984 6171210 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 304529 19007 605 2943 0 301423 0
[pid=13524/tid=13525] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 19007 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 19010 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 19015 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200537 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13524
/proc/meminfo: memFree=30937880/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 26283 0 0 0 15 3 0 0 20 0 4 0 10689697 1247350784 27147 33554432000 4194304 16246674 140733864824560 140733864823984 6191726 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 304529 27152 605 2943 0 301423 0
[pid=13524/tid=13525] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 27153 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 27156 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 27158 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300491 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13524
/proc/meminfo: memFree=30937880/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 38523 0 0 0 24 5 0 0 20 0 4 0 10689697 1247350784 39380 33554432000 4194304 16246674 140733864824560 140733864823984 5589389 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 304529 39398 813 2943 0 301423 0
[pid=13524/tid=13525] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 39409 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 39419 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 39429 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700429 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 13524
/proc/meminfo: memFree=30937880/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 110715 0 0 0 54 14 0 0 20 0 4 0 10689697 1247350784 111572 33554432000 4194304 16246674 140733864824560 140733864823984 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 304529 111581 814 2943 0 301423 0
[pid=13524/tid=13525] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 111585 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 111590 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10689697 1247350784 111598 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 13528
/proc/meminfo: memFree=30177112/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 245757 0 0 0 117 31 0 0 20 0 4 0 10689697 1248399360 246592 33554432000 4194304 16246674 140733864824560 140733864823872 5545988 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 304785 246592 874 2943 0 301679 0
[pid=13524/tid=13525] ppid=13521 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1248399360 246592 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1248399360 246592 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1248399360 246592 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10044 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 13528
/proc/meminfo: memFree=29952672/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267299 0 0 0 274 34 0 0 20 0 4 0 10689697 1336479744 268134 33554432000 4194304 16246674 140733864824560 140733864806464 13775070 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326289 268134 874 2943 0 323183 0
[pid=13524/tid=13525] ppid=13521 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1336479744 268134 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1336479744 268134 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1336479744 268134 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 13528
/proc/meminfo: memFree=29864272/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267584 0 0 0 594 34 0 0 20 0 4 0 10689697 1337528320 268419 33554432000 4194304 16246674 140733864824560 140733864806464 13774504 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268419 874 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268419 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268419 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268419 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.04 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29885216/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267618 0 0 0 1234 34 0 0 20 0 4 0 10689697 1337528320 268453 33554432000 4194304 16246674 140733864824560 140733864806464 5545894 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268453 875 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268453 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268453 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268453 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29885136/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267675 0 0 0 2514 34 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140733864806464 5546098 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268510 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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 13524 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6006 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29885136/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=25.58 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267675 0 0 0 2524 34 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140733864806464 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268510 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268510 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884396/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=31.99 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267676 0 0 0 3164 35 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140733864806464 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268513 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+33.6004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884520/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=33.58 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267676 0 0 0 3323 35 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140733864807560 5711980 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268513 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884520/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=35.19 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267676 0 0 0 3484 35 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140733864806464 5823651 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268513 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+36.0004 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884520/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=1306180 CPUtime=35.98 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202496 267676 0 0 0 3563 35 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140733864807560 5545784 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 326545 268513 886 2943 0 323439 0
[pid=13524/tid=13525] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13525/stat : 13525 (toysat) S 13521 13524 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414107495664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13524/tid=13526] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13526/stat : 13526 (toysat) S 13521 13524 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414023609584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13524/tid=13527] ppid=13521 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13524/task/13527/stat : 13527 (toysat) S 13521 13524 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10689697 1337528320 268513 33554432000 4194304 16246674 140733864824560 140414013136048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.98
Current children cumulated vsize (KiB) 1306180

[startup+36.4076 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 13577
/proc/meminfo: memFree=29884400/32872528 swapFree=7268/7268
[pid=13524] ppid=13521 vsize=0 CPUtime=36.39 cores=1,3,5,7
/proc/13524/stat : 13524 (toysat) R 13521 13524 9721 0 -1 4202500 267680 0 0 0 3600 39 0 0 20 0 1 0 10689697 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 36.4267
CPU time (s): 36.4155
CPU user time (s): 36.0045
CPU system time (s): 0.410937
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0045
system time used= 0.410937
maximum resident set size= 1074060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267680
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= 38

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.251961 second user time and 0.344947 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:13:58
IDJOB=4093363
IDBENCH=78774
IDSOLVER=2553
FILE ID=node133/4093363-1466086438
RUNJOBID= node133-1466075558-12322
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 8c7284b7ccf7c3e8bad0ea1f2a54ab5e
RANDOM SEED=1261402556

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30938748 kB
Buffers:           33800 kB
Cached:            99224 kB
SwapCached:         1876 kB
Active:          1173864 kB
Inactive:          55744 kB
Active(anon):    1097612 kB
Inactive(anon):     1228 kB
Active(file):      76252 kB
Inactive(file):    54516 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       1103012 kB
Mapped:            10600 kB
Shmem:                 0 kB
Slab:             566700 kB
SReclaimable:      10504 kB
SUnreclaim:       556196 kB
KernelStack:        1496 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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