Trace number 4079670

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT34 25.2332 25.2378

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_8.opb
MD5SUM7511e7863ac3e00f42a81c49dc15d5a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark6.20506
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables386
Total number of constraints680
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints679
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 7
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 472
Number of bits of the biggest sum of numbers9
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-06T22:54:52+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","--pb","--search=bcd2","HOME/instance-4079670-1465246492.opb"]
0.00/0.01	c use --random-gen="3983972076 3327192930 3917336154 598007992 3423497052 3886716941 4156633732 1107570709 583327565 842160657 3832803594 476371631 3556703201 1426131510 2669379001 3619961604 1730719778 93321363 4121688836 171437951 2837062290 608299002 2707379981 3930059448 3859938073 1153724045 1254827326 1353195980 1754711480 2001368800 2375916646 1965335304 1496472542 2134725333 1377312890 3921316314 2823353508 2103659479 101244282 1787930827 2904708301 1363521420 1085904813 2419098648 3722259549 2679698035 4101143938 3444724106 1291106729 2735975302 3027479189 2874103923 1832465002 416378960 1031854154 3378993170 412701979 1246429714 227481290 2004479022 1562241979 3464406606 106909255 1386571212 3077380352 4054061470 2172408157 3550516693 4050385681 516847195 3984121526 2340057404 532662530 1705743803 1117357662 2024738604 373933792 381136449 3623899178 2990405128 3707400415 476214360 2753851172 3191786921 1764213273 2716197387 444184280 532328331 475263557 1468306423 3748566683 784820283 2884869458 2637479106 1490491100 3854709310 536645221 1776194476 1803339214 2675913048 1267755855 859112067 945746969 2232998798 459556121 2154298331 705584028 1709797725 1495768810 1600969139 1000371346 1039685927 1765643028 1880888174 2419675150 4018948198 1059326766 872780382 3145301220 512821896 4072947538 2725772723 3281217577 175386841 4149892328 1483612238 4229435695 1153252268 2736344052 1858550109 667752021 901392826 93727111 2480455869 1372051206 1928952186 809455573 3368594825 747520065 495754516 31105281 946254251 1110154476 2810028175 2697205822 2131861293 1238217334 1355339336 42097334 3267831916 2215325712 3287245926 4077880013 2721629237 3501412689 234792578 1470390578 2377894204 3797752148 3600733411 1447676102 2510597032 2833080041 1140617499 381691746 873567396 1105834294 747120130 442212023 1883562774 946542916 2506907905 1999066813 1534400582 2488588294 3726075386 729281153 3404819900 4145925927 715793738 3591000688 1423310465 1211099337 570235711 1566180738 3455714304 1093843833 4211411422 2558127147 1538452197 1566176118 2232875221 2032964703 28235732 2006397435 4118346662 23811059 1039155696 3787449513 2776175020 2756196948 4261422005 3231268072 4167655636 1996809100 1831030584 1919104665 4183227452 325344607 592413902 4123052418 1563740819 1103833537 2470528832 155107001 402943877 87726054 2821656042 308045004 1515069316 192299369 1668860057 3472026813 1981646434 2094364177 255635112 2417762744 2101727053 217502130 3531453485 2904673660 247367003 4274577084 3287639458 3655823499 1631523642 1926871615 418982596 3908349838 3387176762 939160412 1179828720 1167879217 289598007 3465503580 943611313 1853979127 413543012 2134988142 3575397651 2060609396 1275437741 1593584077 175724560 525334185 2932533415 255 362436" option to reproduce the execution
0.00/0.04	c #vars 386
0.00/0.04	c #constraints 680
0.00/0.10	c BCD2: Hardening is enabled.
0.00/0.10	c BCD2: BiasedSearch is enabled.
0.00/0.10	c Solving starts ...
0.00/0.10	c ============================[ Search Statistics ]============================
0.00/0.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.10	c =============================================================================
0.00/0.10	c  0.0s |       0 |        0 |        0 |      355      0 |        2 |        0
0.19/0.23	c  0.1s |       1 |      391 |      100 |      355      0 |        2 |        0
0.19/0.26	c  0.2s |       1 |      477 |      132 |      391      0 |        2 |        0
0.19/0.26	c #cpu_time = 0.166s
0.19/0.26	c #wall_clock_time = 0.167s
0.19/0.26	c #decision = 477
0.19/0.26	c #random_decision = 3
0.19/0.26	c #conflict = 132
0.19/0.26	c #restart = 1
0.19/0.26	o 71
0.19/0.26	c BCD2: updating upper bound: 91 -> 70
0.19/0.26	c BCD2: 0 <= obj <= 70
0.19/0.26	c BCD2: #cores=0, #unrelaxed=7, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      391      0 |        2 |        0
0.19/0.27	c  0.0s |       0 |        0 |        0 |      391      0 |        2 |        0
0.19/0.27	c #cpu_time = 0.004s
0.19/0.27	c #wall_clock_time = 0.004s
0.19/0.27	c #decision = 0
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 0
0.19/0.27	c #restart = 0
0.19/0.27	c BCD2: found a new core of size 1: cost of the new core is >=28
0.19/0.27	c lower bound updated to 28
0.19/0.27	c BCD2: 28 <= obj <= 70
0.19/0.27	c BCD2: #cores=1, #unrelaxed=6, #relaxed=1, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      391      0 |        2 |        0
0.29/0.35	c  0.1s |       1 |      128 |      100 |      391      0 |        2 |        0
0.38/0.47	c  0.2s |       2 |      308 |      250 |      431      0 |        2 |        0
0.59/0.66	c  0.4s |       3 |      552 |      475 |      475      1 |        2 |        0
0.89/0.95	c  0.7s |       4 |      923 |      813 |      523      2 |        2 |        0
1.29/1.39	c  1.1s |       5 |     1480 |     1320 |      576      3 |        2 |        0
1.99/2.07	c  1.8s |       6 |     2294 |     2081 |      634      5 |        2 |        0
2.78/2.85	c  2.6s |       6 |     3244 |     2977 |      634      8 |        2 |        0
2.78/2.85	c #cpu_time = 2.576s
2.78/2.85	c #wall_clock_time = 2.583s
2.78/2.85	c #decision = 3244
2.78/2.85	c #random_decision = 6
2.78/2.85	c #conflict = 2977
2.78/2.85	c #restart = 6
2.78/2.85	c BCD2: found a new core of size 6: cost of the new core is >=1
2.78/2.85	c lower bound updated to 29
2.78/2.85	c BCD2: 29 <= obj <= 70
2.78/2.85	c BCD2: #cores=2, #unrelaxed=0, #relaxed=7, #hardened=0
2.78/2.85	c BCD2: #sat=1 #unsat=3 bias=3/4
2.78/2.85	c Solving starts ...
2.78/2.85	c ============================[ Search Statistics ]============================
2.78/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.85	c =============================================================================
2.78/2.85	c  0.0s |       0 |        0 |        0 |      634      0 |        2 |        0
2.89/2.94	c  0.1s |       1 |      137 |      100 |      634      0 |        2 |        0
2.99/3.02	c  0.2s |       1 |      244 |      175 |      698      1 |        2 |        0
2.99/3.02	c #cpu_time = 0.160s
2.99/3.02	c #wall_clock_time = 0.160s
2.99/3.02	c #decision = 244
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 175
2.99/3.02	c #restart = 1
2.99/3.02	o 35
2.99/3.02	c BCD2: hardening fixes 3 literals
2.99/3.02	c BCD2: updating upper bound: 70 -> 34
2.99/3.02	c BCD2: 29 <= obj <= 34
2.99/3.02	c BCD2: #cores=2, #unrelaxed=0, #relaxed=4, #hardened=3
2.99/3.02	c BCD2: #sat=2 #unsat=3 bias=3/5
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |      698      0 |       11 |        5
3.09/3.10	c  0.1s |       1 |      115 |      100 |      698      0 |       11 |        8
3.19/3.25	c  0.2s |       2 |      284 |      250 |      698      0 |       11 |        8
3.28/3.39	c  0.4s |       3 |      548 |      475 |      698      1 |       11 |        8
3.50/3.58	c  0.6s |       4 |      943 |      813 |      698      2 |       11 |        8
3.78/3.87	c  0.9s |       5 |     1498 |     1320 |      698      3 |       11 |        8
4.18/4.29	c  1.3s |       6 |     2319 |     2081 |      768      5 |       11 |        8
4.88/4.93	c  1.9s |       7 |     3586 |     3223 |      768      7 |       11 |        8
5.88/5.95	c  2.9s |       8 |     5404 |     4936 |      845     11 |       11 |        8
7.28/7.34	c  4.3s |       9 |     8161 |     7506 |      845     17 |       11 |        8
9.29/9.38	c  6.4s |       9 |    12175 |    11306 |      930     24 |       11 |        8
9.39/9.41	c  6.4s |      10 |    12234 |    11361 |      930     24 |       11 |        8
11.39/11.41	c  8.4s |      10 |    15777 |    14561 |     1024     30 |       11 |        8
12.79/12.87	c  9.9s |      11 |    18579 |    17144 |     1024     34 |       11 |        8
14.89/14.91	c 11.9s |      11 |    22517 |    20844 |     1024     41 |       11 |        8
15.39/15.40	c 12.4s |      11 |    23466 |    21742 |     1024     43 |       12 |       10
15.39/15.40	c #cpu_time = 12.345s
15.39/15.40	c #wall_clock_time = 12.378s
15.39/15.40	c #decision = 23466
15.39/15.40	c #random_decision = 62
15.39/15.40	c #conflict = 21742
15.39/15.40	c #restart = 11
15.39/15.40	c BCD2: updating lower bound of a core
15.39/15.40	c lower bound updated to 33
15.39/15.40	c BCD2: 33 <= obj <= 34
15.39/15.40	c BCD2: #cores=2, #unrelaxed=0, #relaxed=4, #hardened=3
15.39/15.40	c BCD2: #sat=2 #unsat=4 bias=4/6
15.39/15.40	c Solving starts ...
15.39/15.40	c ============================[ Search Statistics ]============================
15.39/15.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.40	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.40	c =============================================================================
15.39/15.40	c  0.0s |       0 |        0 |        0 |     1024      0 |       13 |       10
15.39/15.45	c  0.1s |       1 |      121 |      100 |     1024      0 |       13 |       11
15.50/15.54	c  0.1s |       2 |      291 |      250 |     1024      0 |       13 |       11
15.60/15.69	c  0.3s |       3 |      553 |      475 |     1024      0 |       13 |       11
15.79/15.88	c  0.5s |       4 |      928 |      813 |     1127      1 |       13 |       11
16.09/16.16	c  0.8s |       5 |     1492 |     1320 |     1127      2 |       13 |       11
16.49/16.55	c  1.2s |       5 |     2201 |     1946 |     1127      3 |       13 |       11
16.49/16.55	c #cpu_time = 1.148s
16.49/16.55	c #wall_clock_time = 1.151s
16.49/16.55	c #decision = 2201
16.49/16.55	c #random_decision = 2
16.49/16.55	c #conflict = 1946
16.49/16.55	c #restart = 5
16.49/16.55	o 34
16.49/16.55	c BCD2: updating upper bound: 34 -> 33
16.49/16.55	c BCD2: 33 <= obj <= 33
16.49/16.55	c BCD2: #cores=2, #unrelaxed=0, #relaxed=4, #hardened=3
16.49/16.55	c BCD2: #sat=3 #unsat=4 bias=4/7
16.49/16.55	c Solving starts ...
16.49/16.55	c ============================[ Search Statistics ]============================
16.49/16.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.55	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.55	c =============================================================================
16.49/16.55	c  0.0s |       0 |        0 |        0 |     1127      0 |       15 |       11
16.60/16.62	c  0.1s |       1 |      122 |      100 |     1127      0 |       15 |       15
16.60/16.70	c  0.2s |       2 |      295 |      250 |     1127      0 |       15 |       15
16.79/16.83	c  0.3s |       3 |      558 |      475 |     1127      0 |       18 |       15
16.99/17.03	c  0.5s |       4 |      919 |      813 |     1127      1 |       18 |       15
17.29/17.34	c  0.8s |       5 |     1479 |     1320 |     1127      2 |       18 |       15
17.70/17.76	c  1.2s |       6 |     2278 |     2081 |     1127      3 |       18 |       15
18.39/18.44	c  1.9s |       7 |     3504 |     3223 |     1127      5 |       18 |       15
19.39/19.44	c  2.9s |       8 |     5380 |     4936 |     1127      7 |       18 |       15
20.89/20.96	c  4.4s |       9 |     8133 |     7506 |     1127     12 |       18 |       15
22.89/22.98	c  6.4s |       9 |    11869 |    11006 |     1127     17 |       18 |       15
23.09/23.18	c  6.6s |      10 |    12245 |    11361 |     1127     18 |       18 |       15
25.09/25.17	c  8.6s |      10 |    15900 |    14789 |     1240     23 |       20 |       17
25.09/25.17	c #cpu_time = 8.598s
25.09/25.17	c #wall_clock_time = 8.621s
25.09/25.17	c #decision = 15900
25.09/25.17	c #random_decision = 37
25.09/25.17	c #conflict = 14789
25.09/25.17	c #restart = 10
25.09/25.17	c BCD2: updating lower bound of a core
25.09/25.17	c lower bound updated to 34
25.09/25.17	s OPTIMUM FOUND
25.09/25.17	v -x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
25.09/25.17	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
25.09/25.17	v -x21 -x22 -x23 -x24 -x25 x26 x27 -x28 -x29 -x30
25.09/25.17	v -x31 x32 -x33 x34 -x35 -x36 -x37 x38 x39 x40
25.09/25.17	v -x41 -x42 -x43 x44 x45 -x46 x47 -x48 -x49 x50
25.09/25.17	v x51 x52 x53 x54 x55 x56 x57 x58 x59 x60
25.09/25.17	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70
25.09/25.17	v x71 x72 x73 x74 x75 x76 x77 x78 x79 x80
25.09/25.17	v x81 x82 x83 x84 x85 x86 x87 x88 x89 x90
25.09/25.17	v x91 x92 x93 x94 x95 x96 x97 x98 x99 x100
25.09/25.17	v x101 x102 x103 x104 x105 x106 x107 x108 x109 x110
25.09/25.17	v x111 x112 x113 x114 x115 x116 x117 x118 x119 x120
25.09/25.17	v x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130
25.09/25.17	v x131 x132 x133 x134 x135 x136 x137 x138 x139 x140
25.09/25.17	v x141 -x142 x143 x144 x145 -x146 x147 x148 x149 x150
25.09/25.17	v -x151 x152 x153 x154 x155 x156 x157 x158 x159 x160
25.09/25.17	v -x161 x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170
25.09/25.17	v x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180
25.09/25.17	v -x181 -x182 x183 x184 -x185 -x186 -x187 -x188 -x189 x190
25.09/25.17	v x191 x192 x193 x194 x195 x196 x197 x198 x199 x200
25.09/25.17	v x201 x202 x203 x204 x205 x206 x207 x208 x209 x210
25.09/25.17	v x211 x212 x213 x214 x215 x216 x217 x218 x219 x220
25.09/25.17	v x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230
25.09/25.17	v x231 x232 x233 x234 x235 x236 x237 x238 -x239 x240
25.09/25.17	v x241 x242 -x243 x244 x245 x246 x247 -x248 x249 x250
25.09/25.17	v x251 x252 x253 x254 -x255 x256 x257 -x258 x259 x260
25.09/25.17	v -x261 -x262 -x263 x264 x265 x266 x267 x268 x269 -x270
25.09/25.17	v -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280
25.09/25.17	v x281 x282 x283 x284 x285 x286 x287 x288 x289 x290
25.09/25.17	v x291 x292 x293 x294 -x295 x296 x297 x298 x299 -x300
25.09/25.17	v x301 x302 x303 -x304 x305 x306 x307 x308 -x309 x310
25.09/25.17	v x311 x312 -x313 x314 x315 -x316 x317 x318 -x319 -x320
25.09/25.17	v -x321 x322 x323 x324 x325 -x326 -x327 -x328 -x329 -x330
25.09/25.17	v -x331 -x332 -x333 -x334 -x335 x336 x337 x338 x339 x340
25.09/25.17	v x341 x342 x343 x344 -x345 x346 x347 x348 -x349 x350
25.09/25.17	v x351 -x352 x353 -x354 x355 x356 -x357 x358 -x359 -x360
25.09/25.17	v -x361 -x362 -x363 -x364 -x365 x366 x367 x368 x369 x370
25.09/25.17	v -x371 x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 x380
25.09/25.17	v x381 -x382 -x383 -x384 -x385 x386
25.09/25.17	c total CPU time = 25.109s
25.09/25.17	c total wall clock time = 25.175s

Verifier Data

OK	34

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-4079670-1465246492/watcher-4079670-1465246492 -o /tmp/evaluation-result-4079670-1465246492/solver-4079670-1465246492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079670-1465246492.opb 

pid=1300
running on 8 cores: 0-3,8-11

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.18 2.13 2.09 3/261 1303
/proc/meminfo: memFree=30918652/32872528 swapFree=9200/9200
[pid=1303] ppid=1300 vsize=741820 CPUtime=0 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 2774 0 0 0 0 0 0 0 20 0 4 0 106491258 759623680 2624 33554432000 4194304 16246674 140734953301840 140734953301264 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 186223 2633 441 2943 0 183117 0
[pid=1303/tid=1304] ppid=1300 vsize=1067452 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1093070848 3896 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1072572 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1098313728 3915 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1076668 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1102508032 3931 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.18 2.13 2.09 3/261 1303
/proc/meminfo: memFree=30918652/32872528 swapFree=9200/9200
[pid=1303] ppid=1300 vsize=1218116 CPUtime=0.09 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 29523 0 0 0 5 4 0 0 20 0 4 0 106491258 1247350784 29361 33554432000 4194304 16246674 140734953301840 140734953283712 14999975 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 29369 710 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 29371 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 29372 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 29373 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.18 2.13 2.09 3/261 1303
/proc/meminfo: memFree=30918652/32872528 swapFree=9200/9200
[pid=1303] ppid=1300 vsize=1218116 CPUtime=0.19 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 36051 0 0 0 14 5 0 0 20 0 4 0 106491258 1247350784 35890 33554432000 4194304 16246674 140734953301840 140734953283712 5602147 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 35893 744 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 35896 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 35899 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 35902 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300482 s]
/proc/loadavg: 2.18 2.13 2.09 3/261 1303
/proc/meminfo: memFree=30918652/32872528 swapFree=9200/9200
[pid=1303] ppid=1300 vsize=1218116 CPUtime=0.29 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 43085 0 0 0 23 6 0 0 20 0 4 0 106491258 1247350784 42922 33554432000 4194304 16246674 140734953301840 140734953283712 5712452 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 42928 775 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 42929 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 42933 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 42934 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700398 s]
/proc/loadavg: 2.18 2.13 2.09 3/261 1303
/proc/meminfo: memFree=30918652/32872528 swapFree=9200/9200
[pid=1303] ppid=1300 vsize=1218116 CPUtime=0.69 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 69910 0 0 0 59 10 0 0 20 0 4 0 106491258 1247350784 69747 33554432000 4194304 16246674 140734953301840 140734953283712 5601494 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 69749 780 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 69750 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 69751 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 69752 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5003 s]
/proc/loadavg: 2.17 2.12 2.09 3/265 1307
/proc/meminfo: memFree=30528440/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1218116 CPUtime=1.49 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 126311 0 0 0 130 19 0 0 20 0 4 0 106491258 1247350784 126148 33554432000 4194304 16246674 140734953301840 140734953283712 6836566 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 126149 780 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 126152 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 126156 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 126159 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.17 2.12 2.09 3/265 1307
/proc/meminfo: memFree=30194764/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1218116 CPUtime=3.09 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 237724 0 0 0 273 36 0 0 20 0 4 0 106491258 1247350784 237561 33554432000 4194304 16246674 140734953301840 140734953283712 5602147 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 304529 237563 785 2943 0 301423 0
[pid=1303/tid=1304] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 237564 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 237566 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106491258 1247350784 237567 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1218116

[startup+6.30041 s]
/proc/loadavg: 2.15 2.12 2.09 3/265 1307
/proc/meminfo: memFree=29890312/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1302084 CPUtime=6.28 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 266439 0 0 0 590 38 0 0 20 0 4 0 106491258 1333334016 266254 33554432000 4194304 16246674 140734953301840 140734953283712 12415827 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 325521 266254 845 2943 0 322415 0
[pid=1303/tid=1304] ppid=1300 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1333334016 266254 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1333334016 266254 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1302084 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1333334016 266254 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1302084

[startup+12.7004 s]
/proc/loadavg: 2.14 2.12 2.09 3/265 1307
/proc/meminfo: memFree=29848284/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=12.69 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267543 0 0 0 1230 39 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140734953283712 5825399 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267358 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.9004 s]
/proc/loadavg: 2.14 2.12 2.09 3/265 1307
/proc/meminfo: memFree=29848284/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=12.89 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267543 0 0 0 1250 39 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140734953283712 12415831 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267358 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267358 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1306180

[startup+19.3004 s]
/proc/loadavg: 2.13 2.12 2.09 3/265 1307
/proc/meminfo: memFree=29848764/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=19.29 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267577 0 0 0 1890 39 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140734953283712 5600331 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267392 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 1306180

[startup+22.5004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 1307
/proc/meminfo: memFree=29848896/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=22.49 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267577 0 0 0 2210 39 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140734953283712 5599964 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267392 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 22.49
Current children cumulated vsize (KiB) 1306180

[startup+24.1004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 1307
/proc/meminfo: memFree=29848904/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=24.09 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267577 0 0 0 2370 39 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140734953284840 5672865 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267392 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 1306180

[startup+24.9004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 1307
/proc/meminfo: memFree=29848780/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=24.89 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267577 0 0 0 2450 39 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140734953284840 12415740 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267392 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 1306180

[startup+25.1004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 1307
/proc/meminfo: memFree=29848780/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=1306180 CPUtime=25.09 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202496 267577 0 0 0 2470 39 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140734953283712 5659368 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 326545 267392 846 2943 0 323439 0
[pid=1303/tid=1304] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1304/stat : 1304 (toysat) S 1300 1303 25889 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069403864304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=1303/tid=1305] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1305/stat : 1305 (toysat) S 1300 1303 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069393374448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=1303/tid=1306] ppid=1300 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/1303/task/1306/stat : 1306 (toysat) S 1300 1303 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106491258 1337528320 267392 33554432000 4194304 16246674 140734953301840 140069382900912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1306180

[startup+25.2004 s]
/proc/loadavg: 2.12 2.11 2.09 3/265 1307
/proc/meminfo: memFree=29848780/32872528 swapFree=9196/9196
[pid=1303] ppid=1300 vsize=0 CPUtime=25.18 cores=0-3,8-11
/proc/1303/stat : 1303 (toysat) R 1300 1303 25889 0 -1 4202500 267581 0 0 0 2477 41 0 0 20 0 1 0 106491258 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/1303/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.2378
CPU time (s): 25.2332
CPU user time (s): 24.7782
CPU system time (s): 0.45493
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.7782
system time used= 0.45493
maximum resident set size= 1069580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.210967 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 22:54:52
IDJOB=4079670
IDBENCH=2938
IDSOLVER=2542
FILE ID=node132/4079670-1465246492
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_8.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079670-1465246492/watcher-4079670-1465246492 -o /tmp/evaluation-result-4079670-1465246492/solver-4079670-1465246492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079670-1465246492.opb

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

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=1113609168

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30919436 kB
Buffers:           53756 kB
Cached:           101480 kB
SwapCached:         3212 kB
Active:          1142480 kB
Inactive:          91052 kB
Active(anon):    1075728 kB
Inactive(anon):     5020 kB
Active(file):      66752 kB
Inactive(file):    86032 kB
Unevictable:        9200 kB
Mlocked:            9200 kB
SwapTotal:      67108856 kB
SwapFree:       67094540 kB
Dirty:             16496 kB
Writeback:             0 kB
AnonPages:       1160108 kB
Mapped:            10380 kB
Shmem:                 0 kB
Slab:             573816 kB
SReclaimable:      14256 kB
SUnreclaim:       559560 kB
KernelStack:        2240 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1228716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1142784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node132 at 2016-06-06 22:55:18