Trace number 4109518

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 44.7572 44.7695

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-33-100-0.wbo
MD5SUMcc0c9e984fb29816b50b1482397a634f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark7.33288
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 1154
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:43:14+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-4109518-1466343794.wbo"]
0.00/0.01	c use --random-gen="2885242033 356301288 3964613242 363897295 3662964706 2211277489 2249232586 1913841421 765782250 2974353263 1746061482 2074017725 3527765644 311098614 3628009077 2707557231 1991334548 971277555 1281541116 2531866675 2668205523 3589926914 2989357013 1030984016 1886454162 3714978401 2672268352 994478808 3023584930 1770359695 828222328 2083731527 3198381216 419818333 4159800347 871132894 2662650718 1572876587 4285951466 3120931003 607444676 3755107388 345327630 1404880467 3285873192 606831586 106814064 2752518890 3506678211 2035542704 702649062 2125278100 2636592970 1114159949 3765974738 520445276 3650831664 71314533 2011296256 3862505884 3831353721 2571947559 2683477021 1607737949 1274388569 489299771 2264477141 2682381659 246184786 262364670 1184730832 3304310033 1055007467 2200528651 2812451827 989280918 1652865755 2450938951 2929254689 531780699 2809375081 1748027615 2334501044 3069473969 2130271674 1442699733 1254428876 1746999604 2758354349 1025813530 335836287 2421654060 2804347601 1599863072 3848619660 3165919427 2779824314 2755204613 2324072510 3334360794 2296311140 3533895683 3925113675 1106329580 3007975615 3069003235 1700227758 2208600496 2384146516 1988830958 1310804762 4011200824 289610780 429901250 1599826205 2835441863 563059776 1841037364 365050256 2025599242 2737625365 3123495660 146713230 1095454242 2163263636 3409112895 4252922034 55557545 2463007564 3225727937 1019425090 2598296167 3382303130 3463136023 59669374 1761624021 1100563743 404129618 4073563407 2298928730 931189259 3088980821 717268126 171646004 3837506025 3026347866 753232923 4009512208 2429337271 3464141423 66986394 456255532 253011700 3700784420 941330970 2309763557 3204852881 1344610746 99595493 119089213 1379729862 4012730016 2125348387 101831972 3546955691 3468080537 2018362964 1980606660 1908134049 3033966508 2876505008 1479588825 2505646122 4118395387 2220756087 1908718392 3178035075 2856602155 1582578396 219124752 2419125461 7294852 750145459 265279881 1437984525 255708657 1418525270 3698321214 919518894 3218621193 4034144806 334376678 2968734884 2570899467 1739494829 102110281 3867815053 1117104795 3418920054 1153856385 3942912442 1843916009 3173071355 1135144667 2441699431 1567884119 1947777372 2375390796 2428237719 200391702 2921842721 264175989 1328292672 3008961741 225828556 2610162453 539110739 1475595906 2438797415 3796562939 1306281976 2067302376 2062753362 4003264012 3928200576 871704816 3043664062 356565575 4003656940 1535636724 2917447604 731076516 2257791505 3569649095 2193764068 2321631582 637587549 3136025629 185093380 3461254487 1110760395 1648882612 1083870921 1990841453 852046922 3515054794 2435448362 940316358 63858124 626556625 2645068958 4294044036 1569358031 1550863329 1546682183 1918756768 255 362436" option to reproduce the execution
0.19/0.27	c #vars 169
0.19/0.27	c #constraints 101
0.19/0.28	c BCD2: Hardening is enabled.
0.19/0.28	c BCD2: BiasedSearch is enabled.
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.28	c  0.0s |       0 |      100 |        9 |      113      0 |        0 |        0
0.19/0.28	c #cpu_time = 0.002s
0.19/0.28	c #wall_clock_time = 0.002s
0.19/0.28	c #decision = 100
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 9
0.19/0.28	c #restart = 0
0.19/0.28	o 530
0.19/0.28	c BCD2: updating upper bound: 3203 -> 529
0.19/0.28	c BCD2: 0 <= obj <= 529
0.19/0.28	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.29/0.30	c  0.0s |       1 |      230 |      100 |      125      0 |        0 |        0
0.29/0.33	c  0.0s |       2 |      495 |      250 |      138      0 |        0 |        0
0.29/0.37	c  0.1s |       3 |      915 |      475 |      152      2 |        0 |        0
0.39/0.44	c  0.2s |       4 |     1502 |      813 |      168      5 |        0 |        0
0.48/0.53	c  0.3s |       5 |     2355 |     1320 |      185      8 |        0 |        0
0.59/0.67	c  0.4s |       6 |     3505 |     2081 |      204     13 |        0 |        0
0.79/0.89	c  0.6s |       7 |     5249 |     3223 |      225     19 |        0 |        0
1.19/1.21	c  0.9s |       8 |     7906 |     4936 |      248     29 |        0 |        0
1.49/1.59	c  1.3s |       9 |    11942 |     7506 |      273     41 |        0 |        0
2.09/2.11	c  1.8s |      10 |    17327 |    11361 |      301     59 |        0 |        0
2.89/2.94	c  2.7s |      11 |    25472 |    17144 |      332     85 |        0 |        0
4.19/4.21	c  3.9s |      12 |    37567 |    25819 |      366    121 |        0 |        0
5.99/6.07	c  5.8s |      13 |    55814 |    38832 |      403    173 |        0 |        0
7.99/8.08	c  7.8s |      13 |    73535 |    51932 |      403    221 |        0 |        0
9.09/9.10	c  8.8s |      14 |    82412 |    58352 |      444    244 |        0 |        0
11.09/11.10	c 10.8s |      14 |   100490 |    71652 |      444    289 |        0 |        0
13.09/13.11	c 12.8s |      14 |   118162 |    84752 |      444    333 |        0 |        0
13.49/13.59	c 13.3s |      15 |   121973 |    87632 |      489    343 |        0 |        0
15.58/15.60	c 15.3s |      15 |   140926 |   101232 |      489    386 |        0 |        0
17.59/17.61	c 17.3s |      15 |   158085 |   114132 |      489    426 |        0 |        0
19.58/19.61	c 19.3s |      15 |   175312 |   127032 |      489    468 |        0 |        0
20.28/20.39	c 20.1s |      16 |   181172 |   131552 |      538    482 |        0 |        0
22.28/22.40	c 22.1s |      16 |   198420 |   144552 |      538    520 |        0 |        0
24.29/24.40	c 24.1s |      16 |   215125 |   156852 |      538    556 |        0 |        0
26.29/26.40	c 26.1s |      16 |   230923 |   168852 |      538    592 |        0 |        0
28.39/28.41	c 28.1s |      16 |   247743 |   181052 |      538    628 |        0 |        0
30.39/30.43	c 30.1s |      16 |   261474 |   191552 |      538    660 |        0 |        0
31.59/31.69	c 31.4s |      17 |   269211 |   197432 |      592    678 |        0 |        0
32.89/32.96	c 32.7s |      17 |   276899 |   202976 |      592    694 |        0 |        0
32.89/32.96	c #cpu_time = 32.684s
32.89/32.96	c #wall_clock_time = 32.685s
32.89/32.96	c #decision = 276899
32.89/32.96	c #random_decision = 654
32.89/32.97	c #conflict = 202976
32.89/32.97	c #restart = 17
32.89/32.97	c BCD2: found a new core of size 69: cost of the new core is >=1
32.89/32.97	c lower bound updated to 1
32.89/32.97	c BCD2: 1 <= obj <= 529
32.89/32.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
32.89/32.97	c BCD2: #sat=1 #unsat=2 bias=2/3
32.89/32.97	c Solving starts ...
32.89/32.97	c ============================[ Search Statistics ]============================
32.89/32.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.89/32.97	c       |         |          |          |    Limit     GC | Var      | Constra 
32.89/32.97	c =============================================================================
32.89/32.97	c  0.0s |       0 |        0 |        0 |      592      0 |        0 |        0
32.89/32.97	c  0.0s |       0 |       96 |        1 |      592      1 |        0 |        0
32.89/32.97	c #cpu_time = 0.004s
32.89/32.97	c #wall_clock_time = 0.004s
32.89/32.97	c #decision = 96
32.89/32.97	c #random_decision = 2
32.89/32.97	c #conflict = 1
32.89/32.97	c #restart = 0
32.89/32.97	o 71
32.89/32.97	c BCD2: hardening fixes 16 literals
32.89/32.97	c BCD2: updating upper bound: 529 -> 70
32.89/32.97	c BCD2: 1 <= obj <= 70
32.89/32.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
32.89/32.97	c BCD2: #sat=2 #unsat=2 bias=2/4
32.89/32.97	c Solving starts ...
32.89/32.97	c ============================[ Search Statistics ]============================
32.89/32.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.89/32.97	c       |         |          |          |    Limit     GC | Var      | Constra 
32.89/32.97	c =============================================================================
32.89/32.97	c  0.0s |       0 |        0 |        0 |      592      0 |       16 |        2
32.89/32.99	c  0.0s |       1 |      169 |      100 |      592      0 |       16 |        2
33.00/33.01	c  0.0s |       2 |      408 |      250 |      592      0 |       16 |        2
33.00/33.04	c  0.1s |       3 |      776 |      475 |      592      1 |       16 |        2
33.00/33.08	c  0.1s |       4 |     1396 |      813 |      592      2 |       16 |        2
33.10/33.12	c  0.1s |       4 |     1820 |     1076 |      592      2 |       16 |        2
33.10/33.12	c #cpu_time = 0.147s
33.10/33.12	c #wall_clock_time = 0.147s
33.10/33.12	c #decision = 1820
33.10/33.12	c #random_decision = 7
33.10/33.12	c #conflict = 1076
33.10/33.12	c #restart = 4
33.10/33.12	o 33
33.10/33.12	c BCD2: hardening fixes 34 literals
33.10/33.12	c BCD2: updating upper bound: 70 -> 32
33.10/33.12	c BCD2: 1 <= obj <= 32
33.10/33.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=50
33.10/33.12	c BCD2: #sat=3 #unsat=2 bias=2/5
33.10/33.12	c Solving starts ...
33.10/33.12	c ============================[ Search Statistics ]============================
33.10/33.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.10/33.12	c       |         |          |          |    Limit     GC | Var      | Constra 
33.10/33.12	c =============================================================================
33.10/33.12	c  0.0s |       0 |        0 |        0 |      592      0 |       50 |        4
33.10/33.13	c  0.0s |       1 |      122 |      100 |      592      1 |       50 |        4
33.10/33.15	c  0.0s |       2 |      327 |      250 |      592      1 |       50 |        4
33.10/33.18	c  0.1s |       3 |      653 |      475 |      592      2 |       50 |        4
33.19/33.22	c  0.1s |       4 |     1143 |      813 |      592      3 |       50 |        4
33.19/33.28	c  0.2s |       5 |     1908 |     1320 |      592      4 |       50 |        4
33.29/33.37	c  0.3s |       6 |     2950 |     2081 |      592      6 |       50 |        4
33.49/33.50	c  0.4s |       7 |     4670 |     3223 |      592      9 |       50 |        4
33.59/33.61	c  0.5s |       7 |     5891 |     4113 |      592     11 |       50 |        4
33.59/33.61	c #cpu_time = 0.489s
33.59/33.61	c #wall_clock_time = 0.491s
33.59/33.61	c #decision = 5891
33.59/33.61	c #random_decision = 10
33.59/33.61	c #conflict = 4113
33.59/33.61	c #restart = 7
33.59/33.61	o 10
33.59/33.61	c BCD2: hardening fixes 11 literals
33.59/33.61	c BCD2: updating upper bound: 32 -> 9
33.59/33.61	c BCD2: 1 <= obj <= 9
33.59/33.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=61
33.59/33.61	c BCD2: #sat=4 #unsat=2 bias=2/6
33.59/33.61	c Solving starts ...
33.59/33.61	c ============================[ Search Statistics ]============================
33.59/33.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.59/33.61	c       |         |          |          |    Limit     GC | Var      | Constra 
33.59/33.61	c =============================================================================
33.59/33.61	c  0.0s |       0 |        0 |        0 |      592      0 |       61 |        6
33.59/33.62	c  0.0s |       1 |      126 |      100 |      592      1 |       61 |        6
33.59/33.64	c  0.0s |       2 |      328 |      250 |      592      1 |       61 |        6
33.59/33.67	c  0.1s |       3 |      618 |      475 |      592      2 |       61 |        6
33.69/33.71	c  0.1s |       4 |     1064 |      813 |      592      3 |       61 |        6
33.69/33.77	c  0.2s |       5 |     1813 |     1320 |      592      4 |       61 |        6
33.79/33.85	c  0.2s |       6 |     2862 |     2081 |      592      6 |       61 |        6
33.89/33.97	c  0.4s |       7 |     4373 |     3223 |      592      9 |       61 |        6
34.09/34.17	c  0.6s |       8 |     6645 |     4936 |      592     14 |       61 |        6
34.39/34.46	c  0.9s |       9 |    10069 |     7506 |      592     21 |       61 |        6
34.89/34.93	c  1.3s |      10 |    15193 |    11361 |      592     31 |       61 |        6
35.59/35.60	c  2.0s |      11 |    23316 |    17144 |      592     47 |       61 |        6
36.08/36.13	c  2.5s |      11 |    29154 |    21628 |      592     59 |       61 |        6
36.08/36.13	c #cpu_time = 2.516s
36.08/36.13	c #wall_clock_time = 2.516s
36.08/36.13	c #decision = 29154
36.08/36.13	c #random_decision = 63
36.08/36.13	c #conflict = 21628
36.08/36.13	c #restart = 11
36.08/36.13	o 2
36.08/36.13	c BCD2: hardening fixes 7 literals
36.08/36.13	c BCD2: updating upper bound: 9 -> 1
36.08/36.13	c BCD2: 1 <= obj <= 1
36.08/36.13	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=68
36.08/36.13	c BCD2: #sat=5 #unsat=2 bias=2/7
36.08/36.13	c Solving starts ...
36.08/36.13	c ============================[ Search Statistics ]============================
36.08/36.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.08/36.13	c       |         |          |          |    Limit     GC | Var      | Constra 
36.08/36.13	c =============================================================================
36.08/36.13	c  0.0s |       0 |        0 |        0 |      592      0 |       69 |        6
36.08/36.14	c  0.0s |       1 |      128 |      100 |      592      0 |       69 |       10
36.08/36.16	c  0.0s |       2 |      372 |      250 |      592      1 |       69 |       10
36.08/36.19	c  0.1s |       3 |      715 |      475 |      592      1 |       69 |       10
36.18/36.23	c  0.1s |       4 |     1215 |      813 |      592      2 |       69 |       10
36.18/36.29	c  0.2s |       5 |     1943 |     1320 |      592      3 |       69 |       10
36.29/36.37	c  0.2s |       6 |     2934 |     2081 |      592      6 |       69 |       10
36.49/36.50	c  0.4s |       7 |     4552 |     3223 |      592      9 |       69 |       10
36.59/36.69	c  0.6s |       8 |     7024 |     4936 |      592     13 |       69 |       10
36.88/36.98	c  0.9s |       9 |    10532 |     7506 |      592     20 |       69 |       10
37.29/37.40	c  1.3s |      10 |    15615 |    11361 |      592     30 |       69 |       10
37.98/38.09	c  2.0s |      11 |    23077 |    17144 |      592     46 |       69 |       10
39.09/39.12	c  3.0s |      12 |    34853 |    25819 |      592     69 |       69 |       10
40.48/40.58	c  4.5s |      13 |    52933 |    38832 |      592    105 |       69 |       10
42.48/42.58	c  6.5s |      13 |    75961 |    55932 |      592    151 |       69 |       10
42.78/42.87	c  6.7s |      14 |    79321 |    58352 |      592    158 |       69 |       10
44.68/44.71	c  8.6s |      14 |    99547 |    72952 |      652    197 |       71 |       12
44.68/44.71	c #cpu_time = 8.577s
44.68/44.71	c #wall_clock_time = 8.579s
44.68/44.71	c #decision = 99547
44.68/44.71	c #random_decision = 231
44.68/44.71	c #conflict = 72952
44.68/44.71	c #restart = 14
44.68/44.71	c BCD2: updating lower bound of a core
44.68/44.71	c lower bound updated to 3
44.68/44.71	s OPTIMUM FOUND
44.68/44.71	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
44.68/44.71	v -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20
44.68/44.71	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
44.68/44.71	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
44.68/44.71	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
44.68/44.71	v x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
44.68/44.71	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
44.68/44.71	v -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80
44.68/44.71	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
44.68/44.71	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
44.68/44.71	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
44.68/44.71	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
44.68/44.71	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
44.68/44.71	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
44.68/44.71	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150
44.68/44.71	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
44.68/44.71	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
44.68/44.71	c total CPU time = 44.704s
44.68/44.71	c total wall clock time = 44.709s

Verifier Data

OK	2

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

pid=32032
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.29 2.29 2.02 3/179 32035
/proc/meminfo: memFree=29279760/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=671164 CPUtime=0 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 2492 0 0 0 0 0 0 0 20 0 4 0 36425888 687271936 3364 33554432000 4194304 16246674 140737484228848 140737484228272 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 168559 3374 441 2943 0 165453 0
[pid=32035/tid=32036] ppid=32032 vsize=689596 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 706146304 3433 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 710340608 3451 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425888 714534912 3469 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.29 2.29 2.02 3/179 32035
/proc/meminfo: memFree=29279760/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 18489 0 0 0 7 2 0 0 20 0 4 0 36425888 1247350784 19353 33554432000 4194304 16246674 140737484228848 140737484228272 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 304529 19358 618 2943 0 301423 0
[pid=32035/tid=32036] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 19365 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 19372 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 19375 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200522 s]
/proc/loadavg: 2.29 2.29 2.02 3/179 32035
/proc/meminfo: memFree=29279760/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 26365 0 0 0 16 3 0 0 20 0 4 0 36425888 1247350784 27230 33554432000 4194304 16246674 140737484228848 140737484228272 6697629 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 304529 27232 618 2943 0 301423 0
[pid=32035/tid=32036] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 27237 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 27238 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 27242 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300517 s]
/proc/loadavg: 2.29 2.29 2.02 3/179 32035
/proc/meminfo: memFree=29279760/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 35528 0 0 0 24 5 0 0 20 0 4 0 36425888 1247350784 36385 33554432000 4194304 16246674 140737484228848 140737484228272 12460548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 304529 36396 808 2943 0 301423 0
[pid=32035/tid=32036] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 36403 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 36409 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 36418 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700357 s]
/proc/loadavg: 2.29 2.29 2.02 3/179 32035
/proc/meminfo: memFree=29279760/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 110247 0 0 0 54 15 0 0 20 0 4 0 36425888 1247350784 111104 33554432000 4194304 16246674 140737484228848 140737484228272 6021007 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 304529 111113 815 2943 0 301423 0
[pid=32035/tid=32036] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 111123 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 111134 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36425888 1247350784 111143 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.29 2.29 2.02 3/183 32039
/proc/meminfo: memFree=28545124/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 245795 0 0 0 114 35 0 0 20 0 4 0 36425888 1248399360 246630 33554432000 4194304 16246674 140737484228848 140737484228160 5711836 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 304785 246630 873 2943 0 301679 0
[pid=32035/tid=32036] ppid=32032 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1248399360 246630 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1248399360 246630 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1248399360 246630 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.29 2.29 2.02 3/183 32039
/proc/meminfo: memFree=28293776/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267659 0 0 0 270 39 0 0 20 0 4 0 36425888 1337528320 268494 33554432000 4194304 16246674 140737484228848 140737484210752 5823627 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326545 268494 873 2943 0 323439 0
[pid=32035/tid=32036] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268494 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268494 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268494 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.27 2.28 2.02 3/183 32088
/proc/meminfo: memFree=28291808/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267662 0 0 0 590 39 0 0 20 0 4 0 36425888 1337528320 268497 33554432000 4194304 16246674 140737484228848 140737484210752 5600068 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326545 268497 874 2943 0 323439 0
[pid=32035/tid=32036] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268497 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268497 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268497 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.25 2.28 2.02 4/183 32088
/proc/meminfo: memFree=28204332/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267663 0 0 0 1230 39 0 0 20 0 4 0 36425888 1337528320 268498 33554432000 4194304 16246674 140737484228848 140737484210752 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326545 268498 874 2943 0 323439 0
[pid=32035/tid=32036] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268498 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268498 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1337528320 268498 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.19 2.26 2.02 3/183 32088
/proc/meminfo: memFree=28203804/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=25.49 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267676 0 0 0 2509 40 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 140737484210752 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268511 875 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1307204

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

[startup+25.6005 s]
/proc/loadavg: 2.19 2.26 2.02 3/183 32088
/proc/meminfo: memFree=28203804/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=25.59 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267676 0 0 0 2519 40 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 140737484210752 6022640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268511 875 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268511 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1307204

[startup+38.4004 s]
/proc/loadavg: 2.32 2.28 2.03 3/183 32137
/proc/meminfo: memFree=28201844/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=38.39 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267688 0 0 0 3799 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 5712608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1307204

[startup+41.6004 s]
/proc/loadavg: 2.29 2.28 2.03 3/183 32137
/proc/meminfo: memFree=28201488/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=41.58 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267688 0 0 0 4118 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484210752 13780664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1307204

[startup+43.2004 s]
/proc/loadavg: 2.29 2.28 2.03 3/183 32137
/proc/meminfo: memFree=28201616/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=43.18 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267688 0 0 0 4278 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 6071932 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.18
Current children cumulated vsize (KiB) 1307204

[startup+44.0004 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32137
/proc/meminfo: memFree=28201600/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=43.99 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267690 0 0 0 4359 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 13950199 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.99
Current children cumulated vsize (KiB) 1307204

[startup+44.4003 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32137
/proc/meminfo: memFree=28201600/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=44.38 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267690 0 0 0 4398 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 5823116 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 44.38
Current children cumulated vsize (KiB) 1307204

[startup+44.6004 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32137
/proc/meminfo: memFree=28201600/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=44.58 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267690 0 0 0 4418 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 12477807 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 44.58
Current children cumulated vsize (KiB) 1307204

[startup+44.7005 s]
/proc/loadavg: 2.27 2.27 2.03 3/183 32137
/proc/meminfo: memFree=28201600/32872528 swapFree=1370848/1518016
[pid=32035] ppid=32032 vsize=1307204 CPUtime=44.68 cores=0,2,4,6
/proc/32035/stat : 32035 (toysat) R 32032 32035 31304 0 -1 4202496 267690 0 0 0 4428 40 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 140737484211848 5711624 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32035/statm: 326801 268520 884 2943 0 323695 0
[pid=32035/tid=32036] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32036/stat : 32036 (toysat) S 32032 32035 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668590931184 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32035/tid=32037] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32037/stat : 32037 (toysat) S 32032 32035 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668511239408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32035/tid=32038] ppid=32032 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32035/task/32038/stat : 32038 (toysat) S 32032 32035 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36425888 1338576896 268520 33554432000 4194304 16246674 140737484228848 139668500765872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 44.68
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 44.7695
CPU time (s): 44.7572
CPU user time (s): 44.2983
CPU system time (s): 0.45893
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.2983
system time used= 0.45893
maximum resident set size= 1074088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267694
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= 23
involuntary context switches= 47

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.25996 second user time and 0.435933 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:43:14
IDJOB=4109518
IDBENCH=78836
IDSOLVER=2553
FILE ID=node129/4109518-1466343794
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= cc0c9e984fb29816b50b1482397a634f
RANDOM SEED=845841092

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29280752 kB
Buffers:           87564 kB
Cached:           178008 kB
SwapCached:         1804 kB
Active:          1200056 kB
Inactive:         136480 kB
Active(anon):    1070588 kB
Inactive(anon):     2732 kB
Active(file):     129468 kB
Inactive(file):   133748 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32996 kB
Writeback:             0 kB
AnonPages:       2588332 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             602664 kB
SReclaimable:      46528 kB
SUnreclaim:       556136 kB
KernelStack:        1488 kB
PageTables:         9284 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71704 MiB
End job on node129 at 2016-06-19 15:43:59