Trace number 4093349

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 50.9952 51.0049

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-66-100-0.wbo
MD5SUMf1c7b8b76066043f2c00dac441c2cac6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark21.2738
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-16T16:31:41+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-4093349-1466087500.wbo"]
0.00/0.01	c use --random-gen="354936382 3652990607 2159392844 4015972776 2337586215 211059222 3568338723 663288313 1658806460 145992522 2099622443 2920083007 3383077410 791723529 2699925794 4082302948 4114737054 2586702697 3389669716 3749841513 2948241748 483731691 3967507255 3310084207 655437973 4089193036 4272359649 311288229 415325971 3619805493 3703018560 102947960 2946464819 2547550511 3904812833 1264267793 593562800 1029589632 3394221691 3629821143 2422954351 2874765629 1527238945 2857430572 41725955 2886176874 2000604429 885053491 2950906946 834790791 3792807491 4066086854 807666552 496380512 839034483 4075896615 1798597057 915355739 842771081 707776983 2273012697 3241443143 3646411645 2958453026 3467840149 4000734133 858310281 347829135 3086115612 1662066103 2430147806 1910535981 3323579941 2450779428 2264353070 760864347 689255454 2987832528 3926749720 1868435187 2623366428 130618889 1676811833 1233962823 3106637916 2141896742 3136310252 3961579073 1201281518 2900702341 3321846747 4239517708 2584604236 475137085 3640765463 1210467735 3347377133 83335839 2116991412 2825393618 2205443207 4088244290 1507271248 361405842 2132745833 2144170292 3871515093 1712326562 3103740848 2910301218 191777200 748095143 4193247820 621518614 1068064532 2955821202 3742183379 3677904496 3915503657 1566357305 3576028747 3741017847 3872888969 3799143489 478327651 337141603 1533103910 2230608272 3932263269 352775722 423558822 1618517285 2390931657 1047051777 3285335515 168243879 612351189 672999259 2620197229 3869276468 1150348653 4113181320 1604613133 2456996908 3283422420 1772224411 72225296 2587593462 2293071106 2182977411 1763377031 191424821 2760514635 193657814 3392983383 2880522168 77798795 1390940558 1514366841 1834873111 775347414 2212137511 3838300029 1965194921 1006943342 4021548234 1585517384 3011638520 4164581865 2711077535 3862794084 1190100295 1969808249 1500873587 356650224 2978017553 201732469 2119391572 710743268 1995976468 18629443 373185828 514680751 2514013415 440155865 3748003817 2643789068 797714921 1991614534 3731914481 2617860555 1371023162 4082745700 3729866025 4235048034 3905663382 3783715184 1381444389 1940558209 310153589 711142837 2882998356 344839301 1705637727 53046722 2861919655 3323975773 2217452044 3962973612 3003506510 2257539336 2508336885 3120949536 308116664 3542120856 1817219485 848188033 1983176276 4078407296 1043524691 2912755831 2276230784 3403661488 728790122 3655961760 2333643373 1574720152 391049718 1686609328 3268463484 416018634 3738204174 2723961201 3277505104 370724479 2098585728 936846187 592243128 1685862256 2532907052 1270622126 3407721700 929786746 2794078296 4011352838 1247958018 422021272 1252810210 3382580216 2385170435 3113749053 3763627696 592971112 4243550689 3293164766 2746977443 255 362436" option to reproduce the execution
0.09/0.12	c #vars 231
0.09/0.12	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1281      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1128 |       77 |     1281      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.025s
0.19/0.20	c #wall_clock_time = 0.025s
0.19/0.20	c #decision = 1128
0.19/0.20	c #random_decision = 8
0.19/0.20	c #conflict = 77
0.19/0.20	c #restart = 0
0.19/0.20	o 275
0.19/0.21	c BCD2: updating upper bound: 44554 -> 274
0.19/0.21	c BCD2: 0 <= obj <= 274
0.19/0.21	c BCD2: #cores=0, #unrelaxed=906, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1281      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1087 |      100 |     1410      0 |        0 |        0
0.19/0.26	c  0.0s |       2 |     2238 |      250 |     1552      0 |        0 |        0
0.29/0.30	c  0.1s |       3 |     3512 |      475 |     1708      0 |        0 |        0
0.39/0.40	c  0.2s |       4 |     5049 |      813 |     1879      0 |        0 |        0
0.49/0.56	c  0.3s |       5 |     6897 |     1320 |     2067      0 |        0 |        0
0.79/0.86	c  0.7s |       6 |     9163 |     2081 |     2274      0 |        0 |        0
1.29/1.32	c  1.1s |       7 |    12015 |     3223 |     2502      1 |        0 |        0
1.89/1.95	c  1.7s |       8 |    15735 |     4936 |     2753      1 |        0 |        0
2.89/2.91	c  2.7s |       9 |    21053 |     7506 |     3029      3 |        0 |        0
4.29/4.33	c  4.1s |      10 |    28212 |    11361 |     3332      5 |        0 |        0
6.28/6.34	c  6.1s |      10 |    35407 |    15361 |     3332      6 |        0 |        0
7.18/7.26	c  7.1s |      11 |    38341 |    17144 |     3666      7 |        0 |        0
9.18/9.27	c  9.1s |      11 |    45173 |    21044 |     3666      9 |        0 |        0
11.18/11.27	c 11.1s |      11 |    51599 |    24844 |     3666     11 |        0 |        0
11.48/11.58	c 11.4s |      12 |    53159 |    25819 |     4033     11 |        0 |        0
13.58/13.64	c 13.4s |      12 |    60577 |    29919 |     4033     13 |        0 |        0
15.58/15.69	c 15.5s |      12 |    66435 |    33519 |     4033     14 |        0 |        0
17.59/17.70	c 17.5s |      12 |    72958 |    37619 |     4033     16 |        0 |        0
18.38/18.44	c 18.2s |      13 |    74650 |    38832 |     4437     16 |        0 |        0
20.38/20.47	c 20.3s |      13 |    81368 |    42432 |     4437     17 |        0 |        0
22.39/22.50	c 22.3s |      13 |    87246 |    45932 |     4437     19 |        0 |        0
24.49/24.55	c 24.3s |      13 |    93624 |    49732 |     4437     20 |        0 |        0
26.50/26.59	c 26.4s |      13 |    99694 |    53232 |     4437     21 |        0 |        0
28.60/28.61	c 28.4s |      13 |   105750 |    56832 |     4437     23 |        0 |        0
29.29/29.33	c 29.1s |      14 |   108471 |    58352 |     4881     23 |        0 |        0
31.29/31.35	c 31.1s |      14 |   114950 |    61652 |     4881     24 |        0 |        0
33.39/33.40	c 33.2s |      14 |   120036 |    64752 |     4881     25 |        0 |        0
35.39/35.49	c 35.3s |      14 |   126175 |    68152 |     4881     27 |        0 |        0
37.49/37.57	c 37.4s |      14 |   132033 |    71452 |     4881     28 |        0 |        0
39.59/39.64	c 39.4s |      14 |   137345 |    74652 |     4881     29 |        0 |        0
40.79/40.87	c 40.7s |      14 |   140857 |    76537 |     4881     29 |        0 |        0
40.79/40.87	c #cpu_time = 40.666s
40.79/40.87	c #wall_clock_time = 40.664s
40.79/40.87	c #decision = 140857
40.79/40.87	c #random_decision = 191
40.79/40.87	c #conflict = 76537
40.79/40.87	c #restart = 14
40.79/40.87	c BCD2: found a new core of size 896: cost of the new core is >=1
40.79/40.87	c lower bound updated to 1
40.79/40.87	c BCD2: 1 <= obj <= 274
40.79/40.87	c BCD2: #cores=1, #unrelaxed=10, #relaxed=896, #hardened=0
40.79/40.87	c BCD2: #sat=1 #unsat=2 bias=2/3
40.79/40.88	c Solving starts ...
40.79/40.88	c ============================[ Search Statistics ]============================
40.79/40.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.79/40.88	c       |         |          |          |    Limit     GC | Var      | Constra 
40.79/40.88	c =============================================================================
40.79/40.88	c  0.0s |       0 |        0 |        0 |     4881      0 |        0 |        0
40.98/41.00	c  0.1s |       1 |     1070 |      100 |     4881      1 |        0 |        0
40.98/41.07	c  0.2s |       1 |     1704 |      217 |     4881      1 |        0 |        0
40.98/41.07	c #cpu_time = 0.191s
40.98/41.07	c #wall_clock_time = 0.191s
40.98/41.07	c #decision = 1704
40.98/41.07	c #random_decision = 5
40.98/41.07	c #conflict = 217
40.98/41.07	c #restart = 1
40.98/41.07	o 240
40.98/41.07	c BCD2: updating upper bound: 274 -> 239
40.98/41.07	c BCD2: 1 <= obj <= 239
40.98/41.07	c BCD2: #cores=1, #unrelaxed=10, #relaxed=896, #hardened=0
40.98/41.07	c BCD2: #sat=2 #unsat=2 bias=2/4
40.98/41.08	c Solving starts ...
40.98/41.08	c ============================[ Search Statistics ]============================
40.98/41.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
40.98/41.08	c       |         |          |          |    Limit     GC | Var      | Constra 
40.98/41.08	c =============================================================================
40.98/41.08	c  0.0s |       0 |        0 |        0 |     4881      0 |        0 |        1
41.18/41.23	c  0.2s |       1 |      235 |      100 |     4881      0 |        0 |        1
41.28/41.35	c  0.3s |       2 |      523 |      250 |     4881      0 |        0 |        1
41.48/41.52	c  0.4s |       3 |      882 |      475 |     4881      0 |        0 |        1
41.68/41.73	c  0.7s |       4 |     1479 |      813 |     4881      0 |        0 |        1
41.79/41.85	c  0.8s |       4 |     1859 |     1000 |     4881      0 |        0 |        1
41.79/41.85	c #cpu_time = 0.770s
41.79/41.85	c #wall_clock_time = 0.770s
41.79/41.85	c #decision = 1859
41.79/41.85	c #random_decision = 1
41.79/41.85	c #conflict = 1000
41.79/41.85	c #restart = 4
41.79/41.85	o 116
41.79/41.85	c BCD2: updating upper bound: 239 -> 115
41.79/41.85	c BCD2: 1 <= obj <= 115
41.79/41.85	c BCD2: #cores=1, #unrelaxed=10, #relaxed=896, #hardened=0
41.79/41.85	c BCD2: #sat=3 #unsat=2 bias=2/5
41.79/41.85	c Solving starts ...
41.79/41.85	c ============================[ Search Statistics ]============================
41.79/41.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.79/41.85	c       |         |          |          |    Limit     GC | Var      | Constra 
41.79/41.85	c =============================================================================
41.79/41.85	c  0.0s |       0 |        0 |        0 |     4881      0 |        0 |        2
41.89/41.95	c  0.1s |       1 |      223 |      100 |     4881      0 |        0 |        2
41.98/42.06	c  0.2s |       2 |      458 |      250 |     4881      0 |        0 |        2
42.18/42.20	c  0.3s |       3 |      839 |      475 |     4881      0 |        0 |        2
42.38/42.43	c  0.6s |       4 |     1376 |      813 |     4881      0 |        0 |        2
42.68/42.75	c  0.9s |       5 |     2257 |     1320 |     4881      0 |        0 |        2
43.08/43.15	c  1.3s |       6 |     3371 |     2081 |     4881      1 |        0 |        2
43.48/43.56	c  1.7s |       6 |     5039 |     3033 |     4881      1 |        0 |        2
43.48/43.56	c #cpu_time = 1.706s
43.48/43.56	c #wall_clock_time = 1.706s
43.48/43.56	c #decision = 5039
43.48/43.56	c #random_decision = 9
43.48/43.56	c #conflict = 3033
43.48/43.56	c #restart = 6
43.48/43.56	o 42
43.48/43.56	c BCD2: hardening fixes 526 literals
43.48/43.56	c BCD2: updating upper bound: 115 -> 41
43.48/43.56	c BCD2: 1 <= obj <= 41
43.48/43.56	c BCD2: #cores=1, #unrelaxed=3, #relaxed=377, #hardened=526
43.48/43.56	c BCD2: #sat=4 #unsat=2 bias=2/6
43.48/43.56	c Solving starts ...
43.48/43.56	c ============================[ Search Statistics ]============================
43.48/43.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.48/43.56	c       |         |          |          |    Limit     GC | Var      | Constra 
43.48/43.56	c =============================================================================
43.48/43.56	c  0.0s |       0 |        0 |        0 |     4881      0 |      526 |        3
43.58/43.61	c  0.0s |       1 |      236 |      100 |     4881      0 |      526 |        3
43.58/43.69	c  0.1s |       2 |      514 |      250 |     4881      0 |      526 |        3
43.68/43.79	c  0.2s |       3 |      827 |      475 |     4881      0 |      526 |        3
43.88/43.96	c  0.4s |       4 |     1412 |      813 |     4881      0 |      526 |        3
43.99/44.02	c  0.5s |       4 |     1574 |      909 |     4881      0 |      526 |        3
43.99/44.02	c #cpu_time = 0.458s
43.99/44.02	c #wall_clock_time = 0.458s
43.99/44.02	c #decision = 1574
43.99/44.02	c #random_decision = 1
43.99/44.02	c #conflict = 909
43.99/44.02	c #restart = 4
43.99/44.02	o 13
43.99/44.02	c BCD2: hardening fixes 267 literals
43.99/44.02	c BCD2: updating upper bound: 41 -> 12
43.99/44.03	c BCD2: 1 <= obj <= 12
43.99/44.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=113, #hardened=793
43.99/44.03	c BCD2: #sat=5 #unsat=2 bias=2/7
43.99/44.03	c Solving starts ...
43.99/44.03	c ============================[ Search Statistics ]============================
43.99/44.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
43.99/44.03	c       |         |          |          |    Limit     GC | Var      | Constra 
43.99/44.03	c =============================================================================
43.99/44.03	c  0.0s |       0 |        0 |        0 |     4881      0 |      793 |        8
43.99/44.10	c  0.1s |       1 |      127 |      100 |     4881      0 |      793 |        8
44.09/44.19	c  0.2s |       2 |      370 |      250 |     4881      0 |      793 |        8
44.28/44.30	c  0.3s |       3 |      745 |      475 |     4881      0 |      793 |        8
44.38/44.45	c  0.4s |       4 |     1325 |      813 |     4881      0 |      793 |        8
44.58/44.68	c  0.7s |       5 |     2099 |     1320 |     4881      1 |      793 |        8
44.88/44.94	c  0.9s |       6 |     3356 |     2081 |     4881      1 |      793 |        8
45.38/45.40	c  1.4s |       7 |     5133 |     3223 |     4881      1 |      793 |        8
45.68/45.76	c  1.7s |       7 |     6874 |     4205 |     4881      2 |      793 |        8
45.68/45.76	c #cpu_time = 1.736s
45.68/45.76	c #wall_clock_time = 1.736s
45.68/45.76	c #decision = 6874
45.68/45.76	c #random_decision = 12
45.68/45.76	c #conflict = 4205
45.68/45.76	c #restart = 7
45.68/45.76	o 3
45.68/45.76	c BCD2: hardening fixes 92 literals
45.68/45.76	c BCD2: updating upper bound: 12 -> 2
45.68/45.76	c BCD2: 1 <= obj <= 2
45.68/45.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=885
45.68/45.76	c BCD2: #sat=6 #unsat=2 bias=2/8
45.68/45.76	c Solving starts ...
45.68/45.76	c ============================[ Search Statistics ]============================
45.68/45.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.68/45.76	c       |         |          |          |    Limit     GC | Var      | Constra 
45.68/45.76	c =============================================================================
45.68/45.76	c  0.0s |       0 |        0 |        0 |     4881      0 |      885 |       10
45.78/45.81	c  0.0s |       1 |      173 |      100 |     4881      0 |      885 |       10
45.78/45.87	c  0.1s |       2 |      430 |      250 |     4881      0 |      885 |       10
45.88/45.95	c  0.2s |       3 |      783 |      475 |     4881      0 |      885 |       10
45.98/46.07	c  0.3s |       4 |     1320 |      813 |     4881      0 |      885 |       10
46.19/46.24	c  0.5s |       5 |     2243 |     1320 |     5370      0 |      885 |       10
46.38/46.49	c  0.7s |       6 |     3592 |     2081 |     5370      0 |      885 |       10
46.78/46.84	c  1.1s |       7 |     5824 |     3223 |     5370      0 |      885 |       10
47.39/47.41	c  1.6s |       8 |     8669 |     4936 |     5370      1 |      885 |       10
48.08/48.12	c  2.4s |       9 |    13219 |     7506 |     5370      2 |      885 |       10
49.18/49.25	c  3.5s |      10 |    19991 |    11361 |     5370      3 |      885 |       10
49.28/49.36	c  3.6s |      10 |    20562 |    11670 |     5370      3 |      885 |       10
49.28/49.36	c #cpu_time = 3.592s
49.28/49.36	c #wall_clock_time = 3.592s
49.28/49.36	c #decision = 20562
49.28/49.36	c #random_decision = 65
49.28/49.36	c #conflict = 11670
49.28/49.36	c #restart = 10
49.28/49.36	o 2
49.28/49.36	c BCD2: hardening fixes 9 literals
49.28/49.36	c BCD2: updating upper bound: 2 -> 1
49.28/49.36	c BCD2: 1 <= obj <= 1
49.28/49.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=894
49.28/49.36	c BCD2: #sat=7 #unsat=2 bias=2/9
49.28/49.36	c Solving starts ...
49.28/49.36	c ============================[ Search Statistics ]============================
49.28/49.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
49.28/49.36	c       |         |          |          |    Limit     GC | Var      | Constra 
49.28/49.36	c =============================================================================
49.28/49.36	c  0.0s |       0 |        0 |        0 |     5370      0 |      894 |       12
49.28/49.39	c  0.0s |       1 |      202 |      100 |     5370      0 |      894 |       12
49.38/49.45	c  0.1s |       2 |      472 |      250 |     5370      0 |      894 |       12
49.49/49.54	c  0.2s |       3 |     1030 |      475 |     5370      0 |      894 |       12
49.59/49.65	c  0.3s |       4 |     1771 |      813 |     5370      0 |      894 |       12
49.78/49.83	c  0.5s |       5 |     2630 |     1320 |     5370      1 |      894 |       12
49.98/50.06	c  0.7s |       6 |     3939 |     2081 |     5370      1 |      894 |       12
50.38/50.44	c  1.1s |       7 |     5970 |     3223 |     5370      1 |      894 |       12
50.88/50.92	c  1.6s |       8 |     8981 |     4936 |     5370      2 |      894 |       12
50.88/50.93	c  1.6s |       8 |     9033 |     4960 |     5370      2 |      894 |       12
50.88/50.93	c #cpu_time = 1.576s
50.88/50.93	c #wall_clock_time = 1.576s
50.88/50.93	c #decision = 9033
50.88/50.93	c #random_decision = 34
50.88/50.93	c #conflict = 4960
50.88/50.93	c #restart = 8
50.88/50.93	o 1
50.88/50.93	s OPTIMUM FOUND
50.88/50.93	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
50.88/50.93	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
50.88/50.93	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30
50.88/50.93	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
50.88/50.93	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
50.88/50.93	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
50.88/50.93	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
50.88/50.93	v -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80
50.88/50.93	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
50.88/50.93	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
50.88/50.93	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
50.88/50.93	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
50.88/50.93	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
50.88/50.93	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
50.88/50.93	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
50.88/50.93	v x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160
50.88/50.93	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
50.88/50.93	v -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
50.88/50.93	v -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190
50.88/50.93	v -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200
50.88/50.93	v -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210
50.88/50.93	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220
50.88/50.93	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
50.88/50.93	v x231
50.88/50.93	c total CPU time = 50.940s
50.88/50.93	c total wall clock time = 50.937s

Verifier Data

OK	1

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

pid=19133
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.33 2.31 2.27 3/179 19136
/proc/meminfo: memFree=29351460/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 2646 0 0 0 0 0 0 0 20 0 4 0 10795779 726069248 3006 33554432000 4194304 16246674 140734776346256 140734776345680 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 178031 3014 441 2943 0 174925 0
[pid=19136/tid=19137] ppid=19133 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 743895040 3072 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 748089344 3087 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 752283648 3105 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 2.33 2.31 2.27 3/179 19136
/proc/meminfo: memFree=29351460/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 24492 0 0 0 6 3 0 0 20 0 4 0 10795779 1247350784 24845 33554432000 4194304 16246674 140734776346256 140734776345680 12459048 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 304529 24846 620 2943 0 301423 0
[pid=19136/tid=19137] ppid=19133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1247350784 24846 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1247350784 24847 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1247350784 24847 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200591 s]
/proc/loadavg: 2.33 2.31 2.27 3/179 19136
/proc/meminfo: memFree=29351460/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 39739 0 0 0 13 6 0 0 20 0 4 0 10795779 1251545088 40063 33554432000 4194304 16246674 140734776346256 140734776345568 13928598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 305553 40063 860 2943 0 302447 0
[pid=19136/tid=19137] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40063 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40063 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40063 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1222212

[startup+0.30044 s]
/proc/loadavg: 2.33 2.31 2.27 3/179 19136
/proc/meminfo: memFree=29351460/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 39753 0 0 0 23 6 0 0 20 0 4 0 10795779 1251545088 40077 33554432000 4194304 16246674 140734776346256 140734776345568 5677164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 305553 40077 869 2943 0 302447 0
[pid=19136/tid=19137] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40077 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40077 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 40077 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700399 s]
/proc/loadavg: 2.33 2.31 2.27 3/179 19136
/proc/meminfo: memFree=29351460/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 123111 0 0 0 50 19 0 0 20 0 4 0 10795779 1251545088 123435 33554432000 4194304 16246674 140734776346256 140734776345568 5676613 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 305553 123442 869 2943 0 302447 0
[pid=19136/tid=19137] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 123446 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 123450 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1251545088 123454 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50041 s]
/proc/loadavg: 2.33 2.31 2.27 3/183 19140
/proc/meminfo: memFree=28453348/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 266360 0 0 0 112 37 0 0 20 0 4 0 10795779 1332285440 266684 33554432000 4194304 16246674 140734776346256 140734776328128 5672213 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 325265 266684 872 2943 0 322159 0
[pid=19136/tid=19137] ppid=19133 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1332285440 266684 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1332285440 266684 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1332285440 266684 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1301060

[startup+3.10042 s]
/proc/loadavg: 2.33 2.31 2.27 3/183 19140
/proc/meminfo: memFree=28279996/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 267967 0 0 0 272 37 0 0 20 0 4 0 10795779 1339625472 268291 33554432000 4194304 16246674 140734776346256 140734776328128 5722608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 327057 268291 873 2943 0 323951 0
[pid=19136/tid=19137] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268291 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268291 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268291 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30041 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 19140
/proc/meminfo: memFree=28277464/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1308228 CPUtime=6.28 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 268180 0 0 0 591 37 0 0 20 0 4 0 10795779 1339625472 268504 33554432000 4194304 16246674 140734776346256 140734776328128 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 327057 268504 875 2943 0 323951 0
[pid=19136/tid=19137] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268504 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268504 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1339625472 268504 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.36 2.31 2.28 3/183 19140
/proc/meminfo: memFree=28275016/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1311300 CPUtime=12.68 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 268769 0 0 0 1231 37 0 0 20 0 4 0 10795779 1342771200 269093 33554432000 4194304 16246674 140734776346256 140734776328128 13808416 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 327825 269093 875 2943 0 324719 0
[pid=19136/tid=19137] ppid=19133 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1342771200 269093 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1342771200 269093 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1342771200 269093 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1311300

[startup+25.5005 s]
/proc/loadavg: 2.36 2.31 2.28 3/183 19141
/proc/meminfo: memFree=28269964/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1314372 CPUtime=25.49 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269716 0 0 0 2511 38 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140734776328128 5545704 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328593 270040 875 2943 0 325487 0
[pid=19136/tid=19137] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1314372

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

[startup+25.6006 s]
/proc/loadavg: 2.36 2.31 2.28 3/183 19141
/proc/meminfo: memFree=28269964/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1314372 CPUtime=25.59 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269716 0 0 0 2521 38 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140734776328128 13950192 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328593 270040 875 2943 0 325487 0
[pid=19136/tid=19137] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1314372

[startup+38.4004 s]
/proc/loadavg: 2.46 2.33 2.28 3/183 19141
/proc/meminfo: memFree=28269828/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1314372 CPUtime=38.39 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269716 0 0 0 3801 38 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140734776328128 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328593 270040 875 2943 0 325487 0
[pid=19136/tid=19137] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1345916928 270040 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1314372

[startup+44.8004 s]
/proc/loadavg: 2.54 2.36 2.29 4/183 19141
/proc/meminfo: memFree=28268576/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1315396 CPUtime=44.78 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269980 0 0 0 4440 38 0 0 20 0 4 0 10795779 1346965504 270304 33554432000 4194304 16246674 140734776346256 140734776328128 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328849 270304 884 2943 0 325743 0
[pid=19136/tid=19137] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270304 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270304 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270304 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 1315396

[startup+48.0004 s]
/proc/loadavg: 2.54 2.36 2.29 3/183 19141
/proc/meminfo: memFree=28268576/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1315396 CPUtime=47.98 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269981 0 0 0 4760 38 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140734776328128 12995176 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328849 270305 884 2943 0 325743 0
[pid=19136/tid=19137] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 1315396

[startup+49.6073 s]
/proc/loadavg: 2.50 2.35 2.29 3/183 19141
/proc/meminfo: memFree=28268708/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1315396 CPUtime=49.59 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269981 0 0 0 4921 38 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140734776328128 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328849 270305 884 2943 0 325743 0
[pid=19136/tid=19137] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 1315396

[startup+50.4004 s]
/proc/loadavg: 2.50 2.35 2.29 3/183 19141
/proc/meminfo: memFree=28268708/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1315396 CPUtime=50.38 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269981 0 0 0 5000 38 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140734776328128 13943600 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328849 270305 884 2943 0 325743 0
[pid=19136/tid=19137] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 1315396

[startup+50.8003 s]
/proc/loadavg: 2.50 2.35 2.29 3/183 19141
/proc/meminfo: memFree=28268956/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=1315396 CPUtime=50.78 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202496 269981 0 0 0 5040 38 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140734776328128 5722428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 328849 270305 884 2943 0 325743 0
[pid=19136/tid=19137] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19137/stat : 19137 (toysat) S 19133 19136 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158805454064 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19136/tid=19138] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19138/stat : 19138 (toysat) S 19133 19136 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158794964208 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19136/tid=19139] ppid=19133 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/19136/task/19139/stat : 19139 (toysat) S 19133 19136 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10795779 1346965504 270305 33554432000 4194304 16246674 140734776346256 140158674398384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 1315396

[startup+51.0004 s]
/proc/loadavg: 2.50 2.35 2.29 3/183 19141
/proc/meminfo: memFree=28268956/32872528 swapFree=1402008/1579836
[pid=19136] ppid=19133 vsize=0 CPUtime=50.98 cores=0,2,4,6
/proc/19136/stat : 19136 (toysat) R 19133 19136 13870 0 -1 4202500 269985 0 0 0 5054 44 0 0 20 0 1 0 10795779 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19136/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 51.0049
CPU time (s): 50.9952
CPU user time (s): 50.5463
CPU system time (s): 0.448931
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5463
system time used= 0.448931
maximum resident set size= 1081228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269985
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= 22
involuntary context switches= 53

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32695 second user time and 0.496924 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 16:31:40
IDJOB=4093349
IDBENCH=78997
IDSOLVER=2553
FILE ID=node139/4093349-1466087500
RUNJOBID= node139-1466075487-16983
PBS_JOBID= 19904001
Free space on /tmp= 71612 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093349-1466087500/watcher-4093349-1466087500 -o /tmp/evaluation-result-4093349-1466087500/solver-4093349-1466087500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466075487-16983 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093349-1466087500.wbo

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

MD5SUM BENCH= f1c7b8b76066043f2c00dac441c2cac6
RANDOM SEED=760865609

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29351732 kB
Buffers:           38088 kB
Cached:           109012 kB
SwapCached:          960 kB
Active:          1169180 kB
Inactive:          69956 kB
Active(anon):    1093096 kB
Inactive(anon):     1240 kB
Active(file):      76084 kB
Inactive(file):    68716 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       2671304 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             568084 kB
SReclaimable:      12196 kB
SUnreclaim:       555888 kB
KernelStack:        1456 kB
PageTables:         9248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2816596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71596 MiB
End job on node139 at 2016-06-16 16:32:32