[Coin-lpsolver] Segmentation fault

Brad Bell bradbell at apl.washington.edu
Sun Jul 30 14:49:47 EDT 2006


It appears from the message below that the CLP executable had a a
segmentation fault while running a problem that I submitted. What should a
Neos server Clp user do when they get this message ? (I am attaching the
submitted problem.)


---------- Forwarded message ----------
Date: Sun, 30 Jul 2006 13:36:12 -0500
From: neos at mcs.anl.gov
To: bradbell at apl.washington.edu
Subject: NEOS Results for Job #811784

You are using the solver clp-mps.

\%%%%%%%%%%%%%%%%%%%% CLP Results %%%%%%%%%%%%%%%%%%%%

Load Avg: ( 0.08 , 0.02 , 0.01 )
Coin LP version 1.02.02, build Mar 20 2006
command line - /home/neos/neos-bin/clp clp.mps -
At line 4 NAME          CE-2.1
At line 5 ROWS
At line 86 COLUMNS
At line 358 RHS
At line 371 ENDATA
Problem CE-2.1 has 72 rows, 48 columns and 187 elements
Model was imported from ./clp.mps in -6.60686e-19 seconds
Switching to line mode
Clp:Clp:Clp:/bin/sh: line 1: 13828 Segmentation fault      nice -15 /home/neos/neos-bin/clp clp.mps - <clp.par
 Error (35584) in /home/neos/neos-bin/clp clp.mps - < clp.par


%%%%%%%%%%%%%%%%%%%% CLP Results %%%%%%%%%%%%%%%%%%%%
-------------- next part --------------
<document>

<category>lp</category>
<solver>Clp</solver>
<inputMethod>MPS</inputMethod>

<comments><![CDATA[
Scheduling Production and Inventory Prolem (Chapter 12 of Chvatal).

Notation:
j    = Month index j = 0, 1, 2, ... , 12 (0 for december of previous year)
d_j  = estimated demand for month j
x_j  = normal production level during month j
y_j  = overtime production level during month j 
z_j  = amount of inventory from previous month during month j
t_j  = hiring and firing cost for changed from month j-1 to month j

Objective:
s    = 20*y1 + 8*z1 + t1  + ... + 20*y12 + 8*z12 + t12

Constraints for j = 1, ... , 12:
                  -.3*x_j + y_j                 <= 0             (12.2)    a_j
                      x_j + y_j + z_{j-1} - z_j  = d_j           (12.3)    b_j
        -x_{j-1} +    x_j                       <= 800           (12.8)    c_j
         x_{j-1} -    x_j                       <= 800           (12.8)    e_j
t_j + 15*x_{j-1} - 15*x_j                       >= 0             (12.10)   f_j
t_j - 21*x_{j-1} + 21*x_j                       >= 0             (12.10)   g_j

Other Constraints:
   x0  = 5800          (12.6) 
   z0  = 0             (12.6)       
   z12 = 0             (12.6)

]]></comments>

<MPS><![CDATA[*
*Op Name0---  Name1---  Value1------   Name2---  Value2------
*23 56789012  56789012  567890123456   01234567  012345678901
NAME          CE-2.1
ROWS
 N  s
*
 L  a1
 L  a2
 L  a3
 L  a4
 L  a5
 L  a6
 L  a7
 L  a8
 L  a9
 L  a10
 L  a11
 L  a12
*
 E  b1
 E  b2
 E  b3
 E  b4
 E  b5
 E  b6
 E  b7
 E  b8
 E  b9
 E  b10
 E  b11
 E  b12
*
 L  c1
 L  c2
 L  c3
 L  c4
 L  c5
 L  c6
 L  c7
 L  c8
 L  c9
 L  c10
 L  c11
 L  c12
*
 L  e1
 L  e2
 L  e3
 L  e4
 L  e5
 L  e6
 L  e7
 L  e8
 L  e9
 L  e10
 L  e11
 L  e12
*
 G  f1
 G  f2
 G  f3
 G  f4
 G  f5
 G  f6
 G  f7
 G  f8
 G  f9
 G  f10
 G  f11
 G  f12
*
 G  g1
 G  g2
 G  g3
 G  g4
 G  g5
 G  g6
 G  g7
 G  g8
 G  g9
 G  g10
 G  g11
 G  g12
*
COLUMNS
    t1        f1        1
    t1        g1        1
    t1        s         1
*
    x1        a1        -.3
    x1        b1        1
    x1        c1        1
    x1        c2        -1
    x1        e1        -1
    x1        e2        1
    x1        f1        -15
    x1        f2        15
    x1        g1        21
    x1        g2        -21
*
    y1        a1        1
    y1        b1        1
    y1        s         20
*
    z1        b1        -1       
    z1        b2        1
    z1        s         8
**
    t2        f2        1
    t2        g2        1
    t2        s         1
*
    x2        a2        -.3
    x2        b2        1
    x2        c2        1
    x2        c3        -1
    x2        e2        -1
    x2        e3        1
    x2        f2        -15
    x2        f3        15
    x2        g2        21
    x2        g3        -21
*
    y2        a2        1
    y2        b2        1
    y2        s         20
*
    z2        b2        -1       
    z2        b3        1
    z2        s         8
**
    t3        f3        1
    t3        g3        1
    t3        s         1
*
    x3        a3        -.3
    x3        b3        1
    x3        c3        1
    x3        c4        -1
    x3        e3        -1
    x3        e4        1
    x3        f3        -15
    x3        f4        15
    x3        g3        21
    x3        g4        -21
*
    y3        a3        1
    y3        b3        1
    y3        s         20
*
    z3        b3        -1       
    z3        b4        1
    z3        s         8
**
    t4        f4        1
    t4        g4        1
    t4        s         1
*
    x4        a4        -.3
    x4        b4        1
    x4        c4        1
    x4        c5        -1
    x4        e4        -1
    x4        e5        1
    x4        f4        -15
    x4        f5        15
    x4        g4        21
    x4        g5        -21
*
    y4        a4        1
    y4        b4        1
    y4        s         20
*
    z4        b4        -1       
    z4        b5        1
    z4        s         8
**
    t5        f5        1
    t5        g5        1
    t5        s         1
*
    x5        a5        -.3
    x5        b5        1
    x5        c5        1
    x5        c6        -1
    x5        e5        -1
    x5        e6        1
    x5        f5        -15
    x5        f6        15
    x5        g5        21
    x5        g6        -21
*
    y5        a5        1
    y5        b5        1
    y5        s         20
*
    z5        b5        -1       
    z5        b6        1
    z5        s         8
**
    t6        f6        1
    t6        g6        1
    t6        s         1
*
    x6        a6        -.3
    x6        b6        1
    x6        c6        1
    x6        c7        -1
    x6        e6        -1
    x6        e7        1
    x6        f6        -15
    x6        f7        15
    x6        g6        21
    x6        g7        -21
*
    y6        a6        1
    y6        b6        1
    y6        s         20
*
    z6        b6        -1       
    z6        b7        1
    z6        s         8
**
    t7        f7        1
    t7        g7        1
    t7        s         1
*
    x7        a7        -.3
    x7        b7        1
    x7        c7        1
    x7        c8        -1
    x7        e7        -1
    x7        e8        1
    x7        f7        -15
    x7        f8        15
    x7        g7        21
    x7        g8        -21
*
    y7        a7        1
    y7        b7        1
    y7        s         20
*
    z7        b7        -1       
    z7        b8        1
    z7        s         8
**
    t8        f8        1
    t8        g8        1
    t8        s         1
*
    x8        a8        -.3
    x8        b8        1
    x8        c8        1
    x8        c9        -1
    x8        e8        -1
    x8        e9        1
    x8        f8        -15
    x8        f9        15
    x8        g8        21
    x8        g9        -21
*
    y8        a8        1
    y8        b8        1
    y8        s         20
*
    z8        b8        -1       
    z8        b9        1
    z8        s         8
**
    t9        f9        1
    t9        g9        1
    t9        s         1
*
    x9        a9        -.3
    x9        b9        1
    x9        c9        1
    x9        c10       -1
    x9        e9        -1
    x9        e10       1
    x9        f9        -15
    x9        f10       15
    x9        g9        21
    x9        g10       -21
*
    y9        a9        1
    y9        b9        1
    y9        s         20
*
    z9        b9        -1       
    z9        b10       1
    z9        s         8
**
    t10       f10       1
    t10       g10       1
    t10       s         1
*
    x10       a10       -.3
    x10       b10       1
    x10       c10       1
    x10       c11       -1
    x10       e10       -1
    x10       e11       1
    x10       f10       -15
    x10       f11       15
    x10       g10       21
    x10       g11       -21
*
    y10       a10       1
    y10       b10       1
    y10       s         20
*
    z10       b10       -1       
    z10       b11       1
    z10       s         8
**
    t11       f11       1
    t11       g11       1
    t11       s         1
*
    x11       a11       -.3
    x11       b11       1
    x11       c11       1
    x11       c12       -1
    x11       e11       -1
    x11       e12       1
    x11       f11       -15
    x11       f12       15
    x11       g11       21
    x11       g12       -21
*
    y11       a11       1
    y11       b11       1
    y11       s         20
*
    z11       b11       -1       
    z11       b12       1
    z11       s         8
**
    t12       f12       1
    t12       g12       1
    t12       s         1
*
    x12       a12       -.3
    x12       b12       1
    x12       c12       1
    x12       e12       -1
    x12       f12       -15
    x12       g12       21
*
    y12       a12       1
    y12       b12       1
    y12       s         20
*
    z12       b12       -1       
    z12       s         8
**
RHS
    d         b1        5300
    d         b2        5100
    d         b3        4400
    d         b4        2800
    d         b5        4100
    d         b6        4800
    d         b7        6000
    d         b8        7100
    d         b9        7300
    d         b10       7800
    d         b11       7600
    d         b12       6400
ENDATA
*]]></MPS>

<param><![CDATA[
maximize
primalSimplex
solution -
]]></param>

</document>


More information about the Clp mailing list