Trace number 4079686

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-02OPT25 2.92955 2.93256

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
MD5SUMa28f5b3e9b4b12f9ccee04abccbf9327
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.531918
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables238
Total number of constraints398
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints398
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 6
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 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 349
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-06T21:32:28+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-4079686-1465241547.opb"]
0.00/0.01	c use --random-gen="4170543254 3799407100 1045460194 4074770121 4082589255 2931172940 1495238635 4057436143 1798392505 3762007830 3553899365 2454696783 1729841258 2327963459 3475385621 453134335 642341491 3332088475 400228785 3884675667 2426585852 3634957664 2670867153 3441856667 824041619 2868348038 609339339 4218953495 979433583 2848092995 1023077501 476394500 4249646094 3719833618 3547264205 1348764768 4047822630 3356052226 3223353360 168945971 1937837473 2555997115 3378649583 3997429828 1532896775 1428383449 1086991439 2315649365 1946749414 864446204 1563064525 1262493104 3192924999 2676581667 760793032 4214720315 1568401827 1188835334 335869913 2529021645 669141970 444425035 316082463 4273526660 530780094 1460676090 2592035194 4135221355 3116271884 864229179 1242564772 2594721408 725688146 3083557744 4119988370 2015754806 982217571 3360386005 3378178946 1340245361 2396796919 645752238 730985226 2786628434 1944409409 370045718 2576474172 558670188 821129297 841565581 1627869038 732930045 3296527133 1976087756 201808461 613022539 1339359825 1787701653 1644450544 881261960 955790059 3348818664 45096887 692216257 756260044 1568890145 1423129644 2233346334 4039359263 220817517 818195593 95089018 2887159435 2957671015 3271740139 2849431682 3878789364 868679734 1116604562 839076419 4079166977 1237662609 15560997 119187408 356349790 4076746839 2250933792 493488800 517823420 358506304 2651473636 1944907061 3196114358 2882290624 1531457655 983831930 2880194410 2553284688 3969260099 1035635745 2852971626 717850415 1521624968 3715340381 3871646367 3858873539 102434609 1815431375 2351430608 1566106882 2104823217 2023805353 808317990 1149032620 425379295 522163500 1223454229 466708073 2444033618 4140011829 3756745880 1393973178 1085479148 1803866360 132815544 1862186513 1863726538 3076629664 1126284501 1410422284 1612425935 3462117976 1010139385 4202560504 590564378 95508312 188420846 77963272 3130922872 1443780246 2258140692 2500654286 2800995074 1041857643 723049159 792762366 2489126926 104401432 2114297813 3724772695 1814206258 4040897579 2235262093 1200318080 358727339 1824078629 451760549 4188166509 3326485174 1688101368 2714618687 1043547080 648681783 830191383 893850359 3508694308 317937892 9074755 3826035745 555567147 4133196149 2057006155 3429098472 3104250679 2585613731 1615296509 1770716945 2338719604 4108613886 1009780513 2454734151 1292523539 2714733395 3829793763 4272791327 3874936094 348148723 3154368794 4114895798 4135589225 3979239843 2325412570 1848465981 2014522623 502290488 4263598908 2235106916 4201069345 2256630099 3417748592 788647196 899221268 1974756806 930186089 2571247329 1671302872 2131909002 534980096 1770547424 3610382305 1166918788 1593198667 4111447828 3759977012 1306151204 2582445972 255 362436" option to reproduce the execution
0.00/0.03	c #vars 238
0.00/0.03	c #constraints 398
0.00/0.05	c BCD2: Hardening is enabled.
0.00/0.05	c BCD2: BiasedSearch is enabled.
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      212      0 |        0 |        0
0.09/0.14	c  0.1s |       1 |      286 |      100 |      212      0 |        0 |        0
0.09/0.15	c  0.1s |       1 |      320 |      108 |      234      0 |        0 |        0
0.09/0.15	c #cpu_time = 0.095s
0.09/0.15	c #wall_clock_time = 0.095s
0.09/0.15	c #decision = 320
0.09/0.15	c #random_decision = 2
0.09/0.15	c #conflict = 108
0.09/0.15	c #restart = 1
0.09/0.15	o 56
0.09/0.15	c BCD2: updating upper bound: 63 -> 55
0.09/0.15	c BCD2: 0 <= obj <= 55
0.09/0.15	c BCD2: #cores=0, #unrelaxed=6, #relaxed=0, #hardened=0
0.09/0.15	c BCD2: #sat=1 #unsat=1 bias=1/2
0.09/0.15	c Solving starts ...
0.09/0.15	c ============================[ Search Statistics ]============================
0.09/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.15	c =============================================================================
0.09/0.15	c  0.0s |       0 |        0 |        0 |      234      0 |        0 |        0
0.09/0.15	c  0.0s |       0 |        5 |        1 |      234      0 |        0 |        0
0.09/0.15	c #cpu_time = 0.003s
0.09/0.15	c #wall_clock_time = 0.003s
0.09/0.15	c #decision = 5
0.09/0.15	c #random_decision = 0
0.09/0.15	c #conflict = 1
0.09/0.15	c #restart = 0
0.09/0.15	c BCD2: found a new core of size 5: cost of the new core is >=2
0.09/0.15	c lower bound updated to 2
0.09/0.16	c BCD2: 2 <= obj <= 55
0.09/0.16	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=0
0.09/0.16	c BCD2: #sat=1 #unsat=2 bias=2/3
0.09/0.16	c Solving starts ...
0.09/0.16	c ============================[ Search Statistics ]============================
0.09/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.16	c =============================================================================
0.09/0.16	c  0.0s |       0 |        0 |        0 |      234      0 |        0 |        0
0.09/0.17	c  0.0s |       0 |       62 |       22 |      234      0 |        0 |        0
0.09/0.17	c #cpu_time = 0.015s
0.09/0.17	c #wall_clock_time = 0.015s
0.09/0.17	c #decision = 62
0.09/0.17	c #random_decision = 1
0.09/0.17	c #conflict = 22
0.09/0.17	c #restart = 0
0.09/0.17	o 38
0.09/0.17	c BCD2: updating upper bound: 55 -> 37
0.09/0.17	c BCD2: 2 <= obj <= 37
0.09/0.17	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=0
0.09/0.17	c BCD2: #sat=2 #unsat=2 bias=2/4
0.09/0.17	c Solving starts ...
0.09/0.17	c ============================[ Search Statistics ]============================
0.09/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.17	c =============================================================================
0.09/0.17	c  0.0s |       0 |        0 |        0 |      234      0 |        0 |        0
0.19/0.23	c  0.1s |       1 |      122 |      100 |      234      0 |        0 |        0
0.29/0.30	c  0.1s |       2 |      289 |      250 |      258      1 |        0 |        0
0.38/0.44	c  0.3s |       3 |      532 |      475 |      284      2 |        0 |        0
0.49/0.58	c  0.4s |       3 |      765 |      687 |      313      4 |        0 |        0
0.49/0.58	c #cpu_time = 0.407s
0.49/0.58	c #wall_clock_time = 0.408s
0.49/0.58	c #decision = 765
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 687
0.49/0.58	c #restart = 3
0.49/0.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
0.49/0.58	c lower bound updated to 3
0.49/0.58	c BCD2: 3 <= obj <= 37
0.49/0.58	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
0.49/0.58	c BCD2: #sat=2 #unsat=3 bias=3/5
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |      313      0 |        2 |        0
0.59/0.63	c  0.1s |       1 |      123 |      100 |      313      0 |        2 |        3
0.69/0.72	c  0.1s |       2 |      290 |      250 |      313      1 |        2 |        3
0.78/0.84	c  0.3s |       3 |      545 |      475 |      313      2 |        2 |        3
0.99/1.04	c  0.5s |       4 |      905 |      813 |      345      3 |        2 |        3
1.29/1.31	c  0.7s |       5 |     1467 |     1320 |      380      6 |        2 |        3
1.69/1.73	c  1.2s |       6 |     2295 |     2081 |      380      9 |        2 |        3
2.29/2.36	c  1.8s |       7 |     3519 |     3223 |      419     14 |        2 |        3
2.69/2.79	c  2.2s |       7 |     4323 |     3970 |      419     17 |        3 |        4
2.69/2.79	c #cpu_time = 2.203s
2.69/2.79	c #wall_clock_time = 2.209s
2.69/2.79	c #decision = 4323
2.69/2.79	c #random_decision = 14
2.69/2.79	c #conflict = 3970
2.69/2.79	c #restart = 7
2.69/2.79	c BCD2: updating lower bound of a core
2.69/2.79	c lower bound updated to 25
2.69/2.79	c BCD2: 25 <= obj <= 37
2.69/2.79	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
2.69/2.79	c BCD2: #sat=2 #unsat=4 bias=4/6
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |      419      0 |        3 |        4
2.79/2.81	c  0.0s |       0 |       47 |       29 |      419      0 |        3 |        4
2.79/2.81	c #cpu_time = 0.019s
2.79/2.81	c #wall_clock_time = 0.019s
2.79/2.81	c #decision = 47
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 29
2.79/2.81	c #restart = 0
2.79/2.81	o 30
2.79/2.81	c BCD2: hardening fixes 1 literals
2.79/2.81	c BCD2: updating upper bound: 37 -> 29
2.79/2.81	c BCD2: 25 <= obj <= 29
2.79/2.81	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=1
2.79/2.81	c BCD2: #sat=3 #unsat=4 bias=4/7
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |      419      0 |       12 |        7
2.79/2.83	c  0.0s |       0 |       38 |       21 |      419      0 |       12 |        9
2.79/2.83	c #cpu_time = 0.018s
2.79/2.83	c #wall_clock_time = 0.018s
2.79/2.83	c #decision = 38
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 21
2.79/2.83	c #restart = 0
2.79/2.83	o 27
2.79/2.83	c BCD2: updating upper bound: 29 -> 26
2.79/2.83	c BCD2: 25 <= obj <= 26
2.79/2.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=1
2.79/2.83	c BCD2: #sat=4 #unsat=4 bias=4/8
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |      419      0 |       13 |       10
2.79/2.87	c  0.0s |       0 |       92 |       69 |      419      0 |       13 |       11
2.79/2.87	c #cpu_time = 0.040s
2.79/2.87	c #wall_clock_time = 0.040s
2.79/2.87	c #decision = 92
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 69
2.79/2.87	c #restart = 0
2.79/2.87	o 25
2.79/2.87	s OPTIMUM FOUND
2.79/2.87	v x1 -x2 -x3 x4 x5 -x6 x7 x8 -x9 -x10
2.79/2.87	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
2.79/2.87	v x21 -x22 -x23 -x24 -x25 -x26 x27 x28 -x29 -x30
2.79/2.87	v -x31 x32 -x33 -x34 x35 -x36 x37 x38 x39 -x40
2.79/2.87	v x41 -x42 x43 x44 x45 x46 x47 x48 x49 x50
2.79/2.87	v x51 x52 x53 x54 x55 x56 x57 x58 x59 x60
2.79/2.87	v x61 x62 x63 x64 x65 x66 x67 x68 -x69 x70
2.79/2.87	v x71 x72 x73 x74 x75 x76 x77 x78 x79 x80
2.79/2.87	v x81 x82 -x83 x84 x85 x86 x87 x88 x89 x90
2.79/2.87	v x91 x92 x93 x94 x95 x96 x97 x98 x99 x100
2.79/2.87	v -x101 x102 x103 x104 x105 x106 x107 x108 x109 x110
2.79/2.87	v -x111 -x112 x113 -x114 -x115 -x116 x117 x118 x119 x120
2.79/2.87	v x121 x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
2.79/2.87	v -x131 -x132 -x133 -x134 x135 x136 x137 x138 x139 x140
2.79/2.87	v x141 x142 x143 x144 x145 x146 x147 -x148 x149 x150
2.79/2.87	v x151 x152 x153 x154 x155 x156 x157 x158 x159 x160
2.79/2.87	v x161 -x162 x163 x164 x165 x166 x167 x168 -x169 -x170
2.79/2.87	v x171 -x172 -x173 -x174 x175 x176 x177 x178 -x179 -x180
2.79/2.87	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 x190
2.79/2.87	v x191 x192 x193 x194 x195 x196 x197 x198 x199 x200
2.79/2.87	v x201 -x202 x203 x204 -x205 -x206 -x207 x208 x209 -x210
2.79/2.87	v -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 x220
2.79/2.87	v x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
2.79/2.87	v -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238
2.79/2.87	c total CPU time = 2.869s
2.79/2.87	c total wall clock time = 2.877s

Verifier Data

OK	25

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

pid=9934
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.62 2.04 2.07 3/175 9940
/proc/meminfo: memFree=30760144/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=756292 CPUtime=0 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 2826 0 0 0 0 0 0 0 20 0 4 0 106089321 774443008 2677 33554432000 4194304 16246674 140734785793648 140734785793072 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 189585 2688 442 2943 0 186479 0
[pid=9940/tid=9942] ppid=9934 vsize=772676 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 791220224 2744 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=776772 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 795414528 2760 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=781892 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 800657408 2778 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 1.62 2.04 2.07 3/175 9940
/proc/meminfo: memFree=30760144/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 21219 0 0 0 6 3 0 0 20 0 4 0 106089321 1247350784 21057 33554432000 4194304 16246674 140734785793648 140734785793072 5602147 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 21060 738 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 21062 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 21065 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 21068 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200488 s]
/proc/loadavg: 1.62 2.04 2.07 3/175 9940
/proc/meminfo: memFree=30760144/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 29225 0 0 0 15 4 0 0 20 0 4 0 106089321 1247350784 29062 33554432000 4194304 16246674 140734785793648 140734785793072 5602579 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 29066 780 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 29068 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 29071 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 29074 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300451 s]
/proc/loadavg: 1.62 2.04 2.07 3/175 9940
/proc/meminfo: memFree=30760144/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 37711 0 0 0 24 5 0 0 20 0 4 0 106089321 1247350784 37548 33554432000 4194304 16246674 140734785793648 140734785793072 5602147 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 37552 785 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 37555 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 37558 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 37560 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.70033 s]
/proc/loadavg: 1.62 2.04 2.07 3/175 9940
/proc/meminfo: memFree=30760144/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 70530 0 0 0 59 10 0 0 20 0 4 0 106089321 1247350784 70368 33554432000 4194304 16246674 140734785793648 140734785775552 6836566 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 70370 787 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 70372 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 70373 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 70375 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 1.62 2.04 2.07 4/183 9948
/proc/meminfo: memFree=30025180/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 134973 0 0 0 129 20 0 0 20 0 4 0 106089321 1247350784 134810 33554432000 4194304 16246674 140734785793648 140734785775552 13780501 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 134815 787 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 134818 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 134820 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 134822 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

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

[startup+1.60044 s]
/proc/loadavg: 1.62 2.04 2.07 4/183 9948
/proc/meminfo: memFree=30025180/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=1.59 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 142895 0 0 0 139 20 0 0 20 0 4 0 106089321 1247350784 142732 33554432000 4194304 16246674 140734785793648 140734785775552 6021133 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 142735 787 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 142736 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 142738 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 142739 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1218116

[startup+2.40038 s]
/proc/loadavg: 1.62 2.04 2.07 4/183 9948
/proc/meminfo: memFree=28965468/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=2.39 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 207504 0 0 0 209 30 0 0 20 0 4 0 106089321 1247350784 207341 33554432000 4194304 16246674 140734785793648 140734785775552 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 207344 787 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 207347 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 207349 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 207350 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1218116

[startup+2.80039 s]
/proc/loadavg: 1.62 2.04 2.07 4/183 9948
/proc/meminfo: memFree=28965468/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=1218116 CPUtime=2.79 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202496 238299 0 0 0 243 36 0 0 20 0 4 0 106089321 1247350784 238136 33554432000 4194304 16246674 140734785793648 140734785775552 5602147 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 304529 238139 787 2943 0 301423 0
[pid=9940/tid=9942] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9942/stat : 9942 (toysat) S 9934 9940 9895 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 238140 33554432000 4194304 16246674 140734785793648 140170520145136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=9940/tid=9944] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9944/stat : 9944 (toysat) S 9934 9940 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 238142 33554432000 4194304 16246674 140734785793648 140170509655280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=9940/tid=9946] ppid=9934 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9940/task/9946/stat : 9946 (toysat) S 9934 9940 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106089321 1247350784 238144 33554432000 4194304 16246674 140734785793648 140170499181744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1218116

[startup+2.90037 s]
/proc/loadavg: 1.62 2.04 2.07 4/183 9948
/proc/meminfo: memFree=28965468/32872528 swapFree=12208/1156848
[pid=9940] ppid=9934 vsize=0 CPUtime=2.89 cores=1,3,5,7
/proc/9940/stat : 9940 (toysat) R 9934 9940 9895 0 -1 4202500 244583 0 0 0 251 38 0 0 20 0 1 0 106089321 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 2.93256
CPU time (s): 2.92955
CPU user time (s): 2.51062
CPU system time (s): 0.418936
CPU usage (%): 99.8976
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51062
system time used= 0.418936
maximum resident set size= 977648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244583
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= 20
involuntary context switches= 6

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.010998 second user time and 0.012998 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 21:32:27
IDJOB=4079686
IDBENCH=2632
IDSOLVER=2542
FILE ID=node114/4079686-1465241547
RUNJOBID= node114-1465241547-9912
PBS_JOBID= 19843245
Free space on /tmp= 71736 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_7.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079686-1465241547/watcher-4079686-1465241547 -o /tmp/evaluation-result-4079686-1465241547/solver-4079686-1465241547 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079686-1465241547.opb

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

MD5SUM BENCH= a28f5b3e9b4b12f9ccee04abccbf9327
RANDOM SEED=990679723

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.54
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.852
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:        30761712 kB
Buffers:           37168 kB
Cached:           212628 kB
SwapCached:         1724 kB
Active:           123996 kB
Inactive:         128088 kB
Active(anon):       3540 kB
Inactive(anon):     1200 kB
Active(file):     120456 kB
Inactive(file):   126888 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096600 kB
Dirty:             38892 kB
Writeback:             0 kB
AnonPages:       1158560 kB
Mapped:             6844 kB
Shmem:                 0 kB
Slab:             569128 kB
SReclaimable:      13448 kB
SUnreclaim:       555680 kB
KernelStack:        1360 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1253748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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= 71700 MiB
End job on node114 at 2016-06-06 21:32:31