Trace number 4109626

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 38.6551 38.6618

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-33-100-0.wbo
MD5SUM6c57c5aada90424d0dad1a990e56c347
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 benchmark11.4853
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 1243
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-19T15:44:22+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-4109626-1466343862.wbo"]
0.00/0.01	c use --random-gen="2019497128 3399632696 1372790056 2407100651 2985347603 3740524969 1731921286 247674883 3665467053 622839027 3883502733 3326079507 3281205220 3935153763 3037326106 633493245 2457666287 1350668687 964889860 2775445233 1485054128 521978231 3608154669 90168554 3226038504 2819447972 2622338050 4249853547 4214378584 868119931 2714854928 1312331626 4147664350 653498759 2416240554 3286966629 2609321407 2294806692 1864440606 1368663213 298696102 1911417828 1127728632 3055840315 2352403461 438087356 798363621 428356500 1993444974 1465322116 207151454 4102233531 3109392384 3448269017 393931497 1762050397 703022670 3836759263 1446577334 3443745286 4038970164 1797169613 3261338288 1974399956 451834514 3317698926 2269910086 2225749522 849523754 661833980 1457416256 2608912118 218299951 1450107136 188699593 1729747208 3552074529 1410635756 1657118793 1025357976 4261434658 3530131047 1125089088 3558851847 2417197988 2244615388 3027212975 3218126298 2882440102 3862557793 1716469721 1246407875 648658212 4089857285 2981921932 2777527505 1528509089 3110857824 3808887448 817936571 1909725693 1568274707 221256940 1788694745 3769350407 2400367408 391693600 1358677729 4028249089 2355728702 3160889788 1150528811 1860493106 134531102 682736796 1454184491 1927857005 4022513612 2824518034 2750070125 811039057 589582280 409542636 478131657 1960136080 616476826 200343482 1901646163 1336807842 3873240319 1495349793 2323108021 4069624363 2893870776 3698291869 2050727535 1846848762 4187881234 3284377346 3788822574 66640277 77853393 796395281 3683245532 1339198023 2291804268 231545419 4109192237 168141124 4216004753 4246410913 4166331393 3273765842 3869624190 2307553417 1694134250 2207707864 1460717432 3417497858 3612564462 768130841 591686697 1335821910 855911289 707181893 2654767477 3604177506 679658767 2505362912 481306387 907795576 4219729312 3647150946 1577175757 2173957660 3344517630 1382145765 3783974387 288105758 2252882751 2819265770 3481360924 96610280 2598168625 1329869932 3234033793 1214592905 340519850 2823123183 2332719230 2551156831 1743120865 1115682813 4016896688 3982680845 4160452516 882078603 2591184824 2628672214 4157020631 1563226149 3746114755 3093255565 2219201595 2360471356 2828397661 3043687636 73308472 2363692610 2359752014 55072494 3401947154 1300652103 2521664018 414515296 2504827683 3332973880 3258638740 2122447293 2462220981 541527057 3186140457 3728728445 228537132 1710448505 3332883562 545447668 2740401507 2848591453 551617426 547844740 550402785 2662451995 458542040 1866854848 112967113 2117418247 1160102276 1299554743 4207820487 267996005 70877574 2828623802 1380192152 955827874 1615575410 471812714 831714626 4163402254 4145739320 2129476431 3817016611 1890363770 1324799501 3376560923 1174707706 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |       76 |        0 |      113      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 76
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 287
0.19/0.26	c BCD2: updating upper bound: 3203 -> 286
0.19/0.26	c BCD2: 0 <= obj <= 286
0.19/0.26	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      220 |      100 |      113      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      482 |      250 |      125      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |      850 |      475 |      138      2 |        0 |        0
0.39/0.41	c  0.2s |       4 |     1380 |      813 |      152      4 |        0 |        0
0.49/0.51	c  0.2s |       5 |     2261 |     1320 |      168      7 |        0 |        0
0.59/0.66	c  0.4s |       6 |     3512 |     2081 |      204     12 |        0 |        0
0.79/0.89	c  0.6s |       7 |     5346 |     3223 |      225     18 |        0 |        0
1.20/1.24	c  1.0s |       8 |     7801 |     4936 |      248     27 |        0 |        0
1.59/1.64	c  1.4s |       9 |    11556 |     7506 |      273     40 |        0 |        0
2.09/2.17	c  1.9s |      10 |    17115 |    11361 |      301     58 |        0 |        0
2.89/2.98	c  2.7s |      11 |    25864 |    17144 |      332     84 |        0 |        0
4.09/4.14	c  3.9s |      12 |    38450 |    25819 |      366    121 |        0 |        0
5.99/6.08	c  5.8s |      13 |    56940 |    38832 |      403    172 |        0 |        0
7.99/8.08	c  7.8s |      13 |    76975 |    52732 |      403    224 |        0 |        0
8.79/8.88	c  8.6s |      14 |    85221 |    58352 |      444    244 |        0 |        0
10.79/10.89	c 10.6s |      14 |   104643 |    71952 |      444    290 |        0 |        0
12.89/12.90	c 12.6s |      14 |   122294 |    84552 |      444    334 |        0 |        0
13.40/13.41	c 13.2s |      15 |   126821 |    87632 |      489    345 |        0 |        0
15.39/15.42	c 15.2s |      15 |   145765 |   100932 |      489    387 |        0 |        0
17.39/17.43	c 17.2s |      15 |   163571 |   113432 |      489    427 |        0 |        0
18.69/18.75	c 18.5s |      15 |   173736 |   120513 |      489    451 |        0 |        0
18.69/18.75	c #cpu_time = 18.448s
18.69/18.75	c #wall_clock_time = 18.495s
18.69/18.75	c #decision = 173736
18.69/18.75	c #random_decision = 439
18.69/18.75	c #conflict = 120513
18.69/18.75	c #restart = 15
18.69/18.75	c BCD2: found a new core of size 69: cost of the new core is >=1
18.69/18.75	c lower bound updated to 1
18.69/18.75	c BCD2: 1 <= obj <= 286
18.69/18.75	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
18.69/18.75	c BCD2: #sat=1 #unsat=2 bias=2/3
18.69/18.75	c Solving starts ...
18.69/18.75	c ============================[ Search Statistics ]============================
18.69/18.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.75	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.75	c =============================================================================
18.69/18.75	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
18.69/18.76	c  0.0s |       0 |       93 |        3 |      489      1 |        0 |        0
18.69/18.76	c #cpu_time = 0.004s
18.69/18.76	c #wall_clock_time = 0.004s
18.69/18.76	c #decision = 93
18.69/18.76	c #random_decision = 0
18.69/18.76	c #conflict = 3
18.69/18.76	c #restart = 0
18.69/18.76	o 71
18.69/18.76	c BCD2: hardening fixes 16 literals
18.69/18.76	c BCD2: updating upper bound: 286 -> 70
18.69/18.76	c BCD2: 1 <= obj <= 70
18.69/18.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
18.69/18.76	c BCD2: #sat=2 #unsat=2 bias=2/4
18.69/18.76	c Solving starts ...
18.69/18.76	c ============================[ Search Statistics ]============================
18.69/18.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.69/18.76	c       |         |          |          |    Limit     GC | Var      | Constra 
18.69/18.76	c =============================================================================
18.69/18.76	c  0.0s |       0 |        0 |        0 |      489      0 |       16 |        2
18.69/18.77	c  0.0s |       1 |      192 |      100 |      489      0 |       16 |        2
18.69/18.79	c  0.0s |       2 |      491 |      250 |      489      0 |       16 |        2
18.79/18.82	c  0.1s |       3 |      889 |      475 |      489      1 |       16 |        2
18.79/18.87	c  0.1s |       4 |     1501 |      813 |      489      2 |       16 |        2
18.89/18.91	c  0.2s |       4 |     1979 |     1111 |      489      3 |       16 |        2
18.89/18.91	c #cpu_time = 0.157s
18.89/18.91	c #wall_clock_time = 0.157s
18.89/18.91	c #decision = 1979
18.89/18.91	c #random_decision = 5
18.89/18.91	c #conflict = 1111
18.89/18.91	c #restart = 4
18.89/18.91	o 34
18.89/18.91	c BCD2: hardening fixes 33 literals
18.89/18.91	c BCD2: updating upper bound: 70 -> 33
18.89/18.91	c BCD2: 1 <= obj <= 33
18.89/18.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=20, #hardened=49
18.89/18.91	c BCD2: #sat=3 #unsat=2 bias=2/5
18.89/18.92	c Solving starts ...
18.89/18.92	c ============================[ Search Statistics ]============================
18.89/18.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.92	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.92	c =============================================================================
18.89/18.92	c  0.0s |       0 |        0 |        0 |      489      0 |       49 |        4
18.89/18.93	c  0.0s |       1 |      157 |      100 |      489      0 |       49 |        4
18.89/18.95	c  0.0s |       2 |      378 |      250 |      489      1 |       49 |        4
18.89/18.97	c  0.1s |       3 |      705 |      475 |      489      1 |       49 |        4
18.99/19.01	c  0.1s |       4 |     1257 |      813 |      489      2 |       49 |        4
18.99/19.06	c  0.1s |       5 |     2006 |     1320 |      489      4 |       49 |        4
19.09/19.15	c  0.2s |       6 |     3266 |     2081 |      489      6 |       49 |        4
19.19/19.27	c  0.4s |       7 |     4974 |     3223 |      489     10 |       49 |        4
19.39/19.47	c  0.6s |       8 |     7706 |     4936 |      489     15 |       49 |        4
19.69/19.76	c  0.8s |       9 |    11680 |     7506 |      489     24 |       49 |        4
20.19/20.20	c  1.3s |      10 |    17660 |    11361 |      538     35 |       49 |        4
20.79/20.85	c  1.9s |      11 |    26724 |    17144 |      538     52 |       49 |        4
21.79/21.87	c  3.0s |      12 |    40251 |    25819 |      538     78 |       49 |        4
22.39/22.49	c  3.6s |      12 |    48150 |    31103 |      538     94 |       49 |        4
22.39/22.49	c #cpu_time = 3.569s
22.39/22.49	c #wall_clock_time = 3.578s
22.39/22.49	c #decision = 48150
22.39/22.49	c #random_decision = 120
22.39/22.49	c #conflict = 31103
22.39/22.49	c #restart = 12
22.39/22.49	o 8
22.39/22.49	c BCD2: hardening fixes 14 literals
22.39/22.49	c BCD2: updating upper bound: 33 -> 7
22.39/22.49	c BCD2: 1 <= obj <= 7
22.39/22.49	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
22.39/22.49	c BCD2: #sat=4 #unsat=2 bias=2/6
22.39/22.49	c Solving starts ...
22.39/22.49	c ============================[ Search Statistics ]============================
22.39/22.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.49	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.49	c =============================================================================
22.39/22.49	c  0.0s |       0 |        0 |        0 |      538      0 |       63 |        6
22.49/22.51	c  0.0s |       1 |      145 |      100 |      538      0 |       63 |        6
22.49/22.52	c  0.0s |       2 |      375 |      250 |      538      0 |       63 |        6
22.49/22.55	c  0.1s |       3 |      713 |      475 |      538      1 |       63 |        6
22.49/22.59	c  0.1s |       4 |     1222 |      813 |      538      2 |       63 |        6
22.59/22.65	c  0.2s |       5 |     1949 |     1320 |      538      3 |       63 |        6
22.69/22.73	c  0.2s |       6 |     3136 |     2081 |      538      6 |       63 |        6
22.79/22.86	c  0.4s |       7 |     4883 |     3223 |      538      9 |       63 |        6
22.99/23.06	c  0.6s |       8 |     7413 |     4936 |      538     14 |       63 |        6
23.29/23.37	c  0.9s |       9 |    11159 |     7506 |      538     22 |       63 |        6
23.78/23.84	c  1.3s |      10 |    16704 |    11361 |      538     33 |       63 |        6
24.39/24.49	c  2.0s |      11 |    24840 |    17144 |      538     50 |       63 |        6
25.39/25.45	c  3.0s |      12 |    37512 |    25819 |      538     76 |       63 |        6
26.88/26.91	c  4.4s |      13 |    56748 |    38832 |      538    114 |       63 |        6
28.88/28.91	c  6.4s |      13 |    82613 |    56532 |      592    163 |       63 |        6
29.08/29.13	c  6.6s |      14 |    85341 |    58352 |      592    168 |       63 |        6
29.98/30.01	c  7.5s |      14 |    96370 |    65941 |      592    189 |       64 |        8
29.98/30.01	c #cpu_time = 7.498s
29.98/30.01	c #wall_clock_time = 7.517s
29.98/30.01	c #decision = 96370
29.98/30.01	c #random_decision = 257
29.98/30.01	c #conflict = 65941
29.98/30.01	c #restart = 14
29.98/30.01	c BCD2: updating lower bound of a core
29.98/30.01	c lower bound updated to 5
29.98/30.01	c BCD2: 5 <= obj <= 7
29.98/30.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
29.98/30.01	c BCD2: #sat=4 #unsat=3 bias=3/7
29.98/30.01	c Solving starts ...
29.98/30.01	c ============================[ Search Statistics ]============================
29.98/30.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.98/30.01	c       |         |          |          |    Limit     GC | Var      | Constra 
29.98/30.01	c =============================================================================
29.98/30.01	c  0.0s |       0 |        0 |        0 |      592      0 |       64 |        8
29.98/30.02	c  0.0s |       1 |      147 |      100 |      592      0 |       64 |        8
29.98/30.04	c  0.0s |       2 |      422 |      250 |      592      0 |       64 |        8
29.98/30.07	c  0.1s |       3 |      802 |      475 |      592      1 |       64 |        8
30.08/30.10	c  0.1s |       4 |     1284 |      813 |      592      1 |       64 |        8
30.08/30.16	c  0.2s |       5 |     2126 |     1320 |      592      3 |       64 |        8
30.18/30.24	c  0.2s |       6 |     3367 |     2081 |      592      5 |       64 |        8
30.28/30.37	c  0.4s |       7 |     5055 |     3223 |      592      8 |       64 |        8
30.48/30.57	c  0.6s |       8 |     7544 |     4936 |      592     13 |       64 |        8
30.78/30.85	c  0.8s |       9 |    11399 |     7506 |      592     20 |       64 |        8
31.18/31.27	c  1.3s |      10 |    17466 |    11361 |      592     31 |       64 |        8
31.88/31.90	c  1.9s |      11 |    26540 |    17144 |      592     47 |       64 |        8
32.78/32.87	c  2.9s |      12 |    38703 |    25819 |      592     70 |       64 |        8
34.29/34.35	c  4.3s |      13 |    58162 |    38832 |      592    106 |       64 |        8
36.28/36.35	c  6.3s |      13 |    84187 |    56132 |      592    152 |       64 |        8
36.58/36.62	c  6.6s |      14 |    87607 |    58352 |      592    158 |       64 |        8
38.49/38.60	c  8.6s |      14 |   112467 |    74836 |      592    203 |       65 |       10
38.49/38.60	c #cpu_time = 8.563s
38.49/38.60	c #wall_clock_time = 8.585s
38.49/38.60	c #decision = 112467
38.49/38.60	c #random_decision = 277
38.49/38.60	c #conflict = 74836
38.49/38.60	c #restart = 14
38.49/38.60	c BCD2: updating lower bound of a core
38.49/38.60	c lower bound updated to 8
38.49/38.60	s OPTIMUM FOUND
38.49/38.60	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
38.49/38.60	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
38.49/38.60	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
38.49/38.60	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
38.49/38.60	v -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50
38.49/38.60	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
38.49/38.60	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
38.49/38.60	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
38.49/38.60	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
38.49/38.60	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100
38.49/38.60	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
38.49/38.60	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
38.49/38.60	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
38.49/38.60	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
38.49/38.60	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150
38.49/38.60	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
38.49/38.60	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
38.49/38.60	c total CPU time = 38.501s
38.49/38.60	c total wall clock time = 38.599s

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

pid=8210
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.30 2.29 2.02 4/179 8213
/proc/meminfo: memFree=29061140/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=680380 CPUtime=0 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 2527 0 0 0 0 0 0 0 20 0 4 0 36434919 696709120 3400 33554432000 4194304 16246674 140736353776944 140736353776368 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 170607 3411 441 2943 0 167501 0
[pid=8213/tid=8214] ppid=8210 vsize=698812 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 715583488 3472 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 719777792 3489 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 723972096 3505 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100127 s]
/proc/loadavg: 2.30 2.29 2.02 4/179 8213
/proc/meminfo: memFree=29061140/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 18318 0 0 0 7 2 0 0 20 0 4 0 36434919 1247350784 19183 33554432000 4194304 16246674 140736353776944 140736353776368 12459121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 304529 19188 613 2943 0 301423 0
[pid=8213/tid=8214] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 19190 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 19192 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 19199 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200461 s]
/proc/loadavg: 2.30 2.29 2.02 4/179 8213
/proc/meminfo: memFree=29061140/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 26203 0 0 0 16 3 0 0 20 0 4 0 36434919 1247350784 27068 33554432000 4194304 16246674 140736353776944 140736353776368 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 304529 27069 613 2943 0 301423 0
[pid=8213/tid=8214] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 27073 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 27074 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 27078 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300417 s]
/proc/loadavg: 2.30 2.29 2.02 4/179 8213
/proc/meminfo: memFree=29061140/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 37795 0 0 0 25 4 0 0 20 0 4 0 36434919 1247350784 38653 33554432000 4194304 16246674 140736353776944 140736353776368 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 304529 38658 810 2943 0 301423 0
[pid=8213/tid=8214] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 38659 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 38664 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 38668 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700336 s]
/proc/loadavg: 2.30 2.29 2.02 4/179 8213
/proc/meminfo: memFree=29061140/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 107955 0 0 0 55 14 0 0 20 0 4 0 36434919 1247350784 108813 33554432000 4194304 16246674 140736353776944 140736353758848 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 304529 108818 816 2943 0 301423 0
[pid=8213/tid=8214] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 108822 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 108823 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1247350784 108831 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50028 s]
/proc/loadavg: 2.30 2.29 2.02 4/183 8217
/proc/meminfo: memFree=28305680/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 245822 0 0 0 117 32 0 0 20 0 4 0 36434919 1248399360 246658 33554432000 4194304 16246674 140736353776944 140736353759944 5553724 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 304785 246658 875 2943 0 301679 0
[pid=8213/tid=8214] ppid=8210 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1248399360 246658 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1248399360 246658 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1248399360 246658 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10035 s]
/proc/loadavg: 2.30 2.29 2.02 4/183 8217
/proc/meminfo: memFree=28075172/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267281 0 0 0 274 35 0 0 20 0 4 0 36434919 1336479744 268117 33554432000 4194304 16246674 140736353776944 140736353759944 5712219 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326289 268117 875 2943 0 323183 0
[pid=8213/tid=8214] ppid=8210 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1336479744 268117 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1336479744 268117 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1336479744 268117 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30038 s]
/proc/loadavg: 2.27 2.29 2.02 4/183 8217
/proc/meminfo: memFree=27988312/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267544 0 0 0 594 35 0 0 20 0 4 0 36434919 1337528320 268380 33554432000 4194304 16246674 140736353776944 140736353758848 5598231 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268380 875 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268380 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268380 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268380 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.25 2.28 2.02 3/183 8217
/proc/meminfo: memFree=27987848/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267584 0 0 0 1234 35 0 0 20 0 4 0 36434919 1337528320 268420 33554432000 4194304 16246674 140736353776944 140736353759944 5724290 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268420 877 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268420 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268420 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268420 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5073 s]
/proc/loadavg: 2.20 2.27 2.01 4/183 8217
/proc/meminfo: memFree=27988068/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 2514 35 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353759944 5598574 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.7004 s]
/proc/loadavg: 2.20 2.27 2.01 4/183 8217
/proc/meminfo: memFree=27988068/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=25.68 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 2533 35 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353759944 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 1306180

[startup+32.1072 s]
/proc/loadavg: 2.18 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987820/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=32.09 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3174 35 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353758848 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 1306180

[startup+35.3004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987928/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=35.29 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3494 35 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353758848 5722908 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 35.29
Current children cumulated vsize (KiB) 1306180

[startup+36.9004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27988052/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=36.88 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3653 35 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353758848 5662354 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 36.88
Current children cumulated vsize (KiB) 1306180

[startup+37.7004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987928/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=37.69 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3733 36 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353758848 5725696 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 37.69
Current children cumulated vsize (KiB) 1306180

[startup+38.1004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987928/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=38.09 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3773 36 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353758848 5675006 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.09
Current children cumulated vsize (KiB) 1306180

[startup+38.5004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987928/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=1306180 CPUtime=38.49 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202496 267658 0 0 0 3813 36 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 140736353759944 5828829 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 326545 268494 886 2943 0 323439 0
[pid=8213/tid=8214] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8214/stat : 8214 (toysat) S 8210 8213 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890134068464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=8213/tid=8215] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8215/stat : 8215 (toysat) S 8210 8213 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890123578608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=8213/tid=8216] ppid=8210 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8213/task/8216/stat : 8216 (toysat) S 8210 8213 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36434919 1337528320 268494 33554432000 4194304 16246674 140736353776944 139890037615792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.49
Current children cumulated vsize (KiB) 1306180

[startup+38.6004 s]
/proc/loadavg: 2.16 2.26 2.01 3/183 8217
/proc/meminfo: memFree=27987928/32872528 swapFree=1431120/1543540
[pid=8213] ppid=8210 vsize=0 CPUtime=38.59 cores=0,2,4,6
/proc/8213/stat : 8213 (toysat) R 8210 8213 7726 0 -1 4202500 267662 0 0 0 3823 36 0 0 20 0 1 0 36434919 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 38.6618
CPU time (s): 38.6551
CPU user time (s): 38.2352
CPU system time (s): 0.419936
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2352
system time used= 0.419936
maximum resident set size= 1073984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267662
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= 21
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095985 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:44:22
IDJOB=4109626
IDBENCH=78872
IDSOLVER=2553
FILE ID=node116/4109626-1466343862
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 6c57c5aada90424d0dad1a990e56c347
RANDOM SEED=994811804

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29061412 kB
Buffers:          142560 kB
Cached:           282148 kB
SwapCached:         2316 kB
Active:          1253296 kB
Inactive:         262384 kB
Active(anon):    1089664 kB
Inactive(anon):     3928 kB
Active(file):     163632 kB
Inactive(file):   258456 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16664 kB
Writeback:             0 kB
AnonPages:       2635932 kB
Mapped:            12384 kB
Shmem:                 0 kB
Slab:             616344 kB
SReclaimable:      60336 kB
SUnreclaim:       556008 kB
KernelStack:        1520 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2774280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1024000 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= 71660 MiB
End job on node116 at 2016-06-19 15:45:01