Trace number 3738377

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.77 1790.07

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3738377-1338726414.opb>
0.00/0.03	c original problem has 2130 variables (2130 bin, 0 int, 0 impl, 0 cont) and 2495 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.03/0.04	c presolving:
0.03/0.05	c (round 1) 5 del vars, 1 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.03/0.05	c (round 2) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4250 impls, 49 clqs
0.03/0.06	c (round 3) 5 del vars, 2126 del conss, 5 chg bounds, 0 chg sides, 0 chg coeffs, 369 upgd conss, 4250 impls, 49 clqs
0.09/0.15	c    (0.1s) probing: 101/2125 (4.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (4 rounds):
0.09/0.15	c  5 deleted vars, 2126 deleted constraints, 5 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  4250 implications, 309 cliques
0.09/0.15	c presolved problem has 2125 variables (2125 bin, 0 int, 0 impl, 0 cont) and 369 constraints
0.09/0.15	c     320 constraints of type <knapsack>
0.09/0.15	c      49 constraints of type <setppc>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.11
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.3
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1789.97
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.16	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.1s|     1 |     0 |   394 |     - |9968k|   0 |  50 |2125 | 369 |2125 | 369 |   0 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |  1260 |     - |  10M|   0 |  82 |2125 | 369 |2125 | 393 |  24 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |  1401 |     - |  10M|   0 |  96 |2125 | 369 |2125 | 415 |  46 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |  1661 |     - |  11M|   0 | 110 |2125 | 369 |2125 | 437 |  68 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |  2090 |     - |  11M|   0 | 114 |2125 | 369 |2125 | 459 |  90 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.00/1.10	c   1.1s|     1 |     0 |  2617 |     - |  11M|   0 | 122 |2125 | 369 |2125 | 480 | 111 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |  2930 |     - |  12M|   0 | 134 |2125 | 369 |2125 | 499 | 130 |   0 |   0 | 5.000000e+00 |      --      |    Inf 
1.69/1.75	c   1.7s|     1 |     2 |  2930 |     - |  12M|   0 | 134 |2125 | 369 |2125 | 499 | 130 |   0 |  12 | 5.000000e+00 |      --      |    Inf 
90.47/90.50	c  90.5s| 10000 |   506 |412636 |  41.0 |  16M| 101 |   - |2125 |2867 |2125 | 442 | 130 |  17k|3860 | 5.000000e+00 |      --      |    Inf 
170.36/170.43	c   170s| 20000 |  1000 |889587 |  44.3 |  20M| 128 |  33 |2125 |3679 |2125 | 442 | 130 |  34k|6352 | 5.000000e+00 |      --      |    Inf 
253.74/253.82	c   254s| 30000 |  1337 |  1410k|  46.9 |  22M| 128 |  46 |2125 |4416 |2125 | 442 | 130 |  47k|8689 | 5.000000e+00 |      --      |    Inf 
339.84/339.96	c   340s| 40000 |  1576 |  1960k|  48.9 |  23M| 128 |   - |2125 |4460 |2125 | 442 | 130 |  57k|  10k| 5.000000e+00 |      --      |    Inf 
406.31/406.42	c   406s| 50000 |  1839 |  2357k|  47.1 |  25M| 128 |   - |2125 |5659 |   0 |   0 | 130 |  73k|  12k| 5.000000e+00 |      --      |    Inf 
475.51/475.63	c   476s| 60000 |  2075 |  2805k|  46.7 |  26M| 128 |   - |2125 |5890 |2125 | 442 | 130 |  86k|  13k| 5.000000e+00 |      --      |    Inf 
552.00/552.13	c   552s| 70000 |  2346 |  3282k|  46.9 |  27M| 128 |   - |2125 |5179 |2125 | 442 | 130 |  99k|  15k| 5.000000e+00 |      --      |    Inf 
602.28/602.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
602.28/602.42	c   602s| 80000 |  2580 |  3624k|  45.3 |  30M| 128 |  38 |2125 |6842 |2125 | 442 | 130 | 117k|  16k| 5.000000e+00 |      --      |    Inf 
655.18/655.37	c   655s| 90000 |  2750 |  3963k|  44.0 |  31M| 128 |   - |2125 |7392 |2125 | 442 | 130 | 132k|  17k| 5.000000e+00 |      --      |    Inf 
720.06/720.23	c   720s|100000 |  2863 |  4380k|  43.8 |  31M| 128 |  36 |2125 |5891 |2125 | 442 | 130 | 142k|  19k| 5.000000e+00 |      --      |    Inf 
779.26/779.49	c   779s|110000 |  2970 |  4826k|  43.9 |  32M| 128 |  50 |2125 |6106 |2125 | 442 | 130 | 155k|  19k| 5.000000e+00 |      --      |    Inf 
861.84/862.05	c   862s|120000 |  3205 |  5387k|  44.9 |  34M| 128 |  35 |2125 |7202 |2125 | 442 | 130 | 169k|  21k| 5.000000e+00 |      --      |    Inf 
953.13/953.34	c   953s|130000 |  3131 |  6054k|  46.5 |  33M| 128 |  42 |2125 |6316 |2125 | 442 | 130 | 179k|  22k| 5.000000e+00 |      --      |    Inf 
1022.82/1023.04	c  1023s|140000 |  3327 |  6515k|  46.5 |  34M| 128 |   - |2125 |5549 |2125 | 442 | 130 | 192k|  23k| 5.000000e+00 |      --      |    Inf 
1088.72/1088.94	c  1089s|150000 |  3445 |  7031k|  46.9 |  35M| 128 |  31 |2125 |6926 |2125 | 442 | 130 | 203k|  24k| 5.000000e+00 |      --      |    Inf 
1175.70/1175.99	c  1176s|160000 |  3430 |  7627k|  47.7 |  35M| 128 |  37 |2125 |6253 |2125 | 442 | 130 | 213k|  25k| 5.000000e+00 |      --      |    Inf 
1234.59/1234.88	c  1235s|170000 |  3629 |  8009k|  47.1 |  36M| 128 |   - |2125 |6972 |2125 | 442 | 130 | 228k|  26k| 5.000000e+00 |      --      |    Inf 
1300.77/1301.07	c  1301s|180000 |  3717 |  8477k|  47.1 |  37M| 128 |  63 |2125 |5723 |2125 | 442 | 130 | 241k|  27k| 5.000000e+00 |      --      |    Inf 
1357.46/1357.75	c  1358s|190000 |  3869 |  8853k|  46.6 |  38M| 128 |   - |2125 |6547 |   0 |   0 | 130 | 255k|  28k| 5.000000e+00 |      --      |    Inf 
1435.05/1435.31	c  1435s|200000 |  3964 |  9399k|  47.0 |  39M| 128 |   - |2125 |7152 |2125 | 442 | 130 | 266k|  29k| 5.000000e+00 |      --      |    Inf 
1492.84/1493.10	c  1493s|210000 |  4192 |  9773k|  46.5 |  40M| 182 |   - |2125 |5882 |2125 | 442 | 130 | 281k|  30k| 5.000000e+00 |      --      |    Inf 
1547.83/1548.12	c  1548s|220000 |  4331 | 10154k|  46.1 |  41M| 182 |   - |2125 |6530 |2125 | 442 | 130 | 290k|  30k| 5.000000e+00 |      --      |    Inf 
1615.43/1615.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.43/1615.74	c  1616s|230000 |  4562 | 10606k|  46.1 |  42M| 182 |   - |2125 |6189 |2125 | 442 | 130 | 300k|  32k| 5.000000e+00 |      --      |    Inf 
1686.61/1686.98	c  1687s|240000 |  4893 | 11107k|  46.3 |  43M| 182 |  45 |2125 |6261 |2125 | 442 | 130 | 311k|  32k| 5.000000e+00 |      --      |    Inf 
1749.90/1750.23	c  1750s|250000 |  5045 | 11569k|  46.3 |  44M| 182 |   - |2125 |6062 |2125 | 442 | 130 | 323k|  33k| 5.000000e+00 |      --      |    Inf 
1789.70/1790.01	c 
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time (sec) : 1789.97
1789.70/1790.01	c Solving Nodes      : 255786
1789.70/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.01	c Dual Bound         : +5.00000000000000e+00
1789.70/1790.01	c Gap                : infinite
1789.70/1790.01	s UNKNOWN
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time       :    1789.97
1789.70/1790.01	c Original Problem   :
1789.70/1790.01	c   Problem name     : HOME/instance-3738377-1338726414.opb
1789.70/1790.01	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 2495 initial, 2495 maximal
1789.70/1790.01	c Presolved Problem  :
1789.70/1790.01	c   Problem name     : t_HOME/instance-3738377-1338726414.opb
1789.70/1790.01	c   Variables        : 2125 (2125 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 369 initial, 8132 maximal
1789.70/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   probing          :       0.04          0          0          0          0          0          0          0          0
1789.70/1790.01	c   knapsack         :       0.05          0          0          0          0          0          0          0          0
1789.70/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   linear           :       0.02          5          0          0          5          0       2126          0          0
1789.70/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   integral         :          0          0          0     143720          0        215      14420          0          0     271630
1789.70/1790.01	c   knapsack         :        320          6    1130894          0          1       2507    4144176       1200          0          0
1789.70/1790.01	c   setppc           :         49          6    1128387          0          1       1717    3159735          0          0          0
1789.70/1790.01	c   logicor          :          0+         0     388692          0          0      34579     353327          0          0          0
1789.70/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.01	c   integral         :     246.08       0.00       0.00     246.08       0.00
1789.70/1790.01	c   knapsack         :     135.86       0.01     135.84       0.00       0.00
1789.70/1790.01	c   setppc           :       3.19       0.00       3.19       0.00       0.00
1789.70/1790.01	c   logicor          :      13.05       0.00      13.05       0.00       0.00
1789.70/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.01	c   vbounds          :       0.12          2          0          0
1789.70/1790.01	c   rootredcost      :       0.12          0          0          0
1789.70/1790.01	c   pseudoobj        :       0.10          0          0          0
1789.70/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.01	c   propagation      :       3.09      38803      38778     318596       64.0       2111       80.4          -
1789.70/1790.01	c   infeasible LP    :      61.81      84967      63159    1327638      169.0        712       73.5          0
1789.70/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.01	c   applied globally :          -          -          -     331617       63.5          -          -          -
1789.70/1790.01	c   applied locally  :          -          -          -          1      353.0          -          -          -
1789.70/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.01	c   cut pool         :       0.00          5          -          -        636          -    (maximal pool size: 1267)
1789.70/1790.01	c   redcost          :       3.98     143506          0          0          0          0
1789.70/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1789.70/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.01	c   gomory           :       0.03          6          0          0         51          0
1789.70/1790.01	c   strongcg         :       0.10          6          0          0         76          0
1789.70/1790.01	c   cmir             :       0.29          6          0          0       1635          0
1789.70/1790.01	c   flowcover        :       0.24          6          0          0       1203          0
1789.70/1790.01	c   clique           :       0.00          6          0          0          4          0
1789.70/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.01	c   rapidlearning    :       0.11          1          0          0          0          0
1789.70/1790.01	c Pricers            :       Time      Calls       Vars
1789.70/1790.01	c   problem variables:       0.00          0          0
1789.70/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   relpscost        :     245.99     143720        215      14420          0          0     271630
1789.70/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.70/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.01	c   LP solutions     :       0.00          -          0
1789.70/1790.01	c   pseudo solutions :       0.00          -          0
1789.70/1790.01	c   oneopt           :       0.06          0          0
1789.70/1790.01	c   crossover        :       0.04          0          0
1789.70/1790.01	c   guideddiving     :       0.01          0          0
1789.70/1790.01	c   intshifting      :       0.01          0          0
1789.70/1790.01	c   objpscostdiving  :       0.17         12          0
1789.70/1790.01	c   rootsoldiving    :       0.46         12          0
1789.70/1790.01	c   coefdiving       :       3.00         24          0
1789.70/1790.01	c   pscostdiving     :       1.02         24          0
1789.70/1790.01	c   veclendiving     :       0.84         24          0
1789.70/1790.01	c   fracdiving       :       1.97         24          0
1789.70/1790.01	c   linesearchdiving :       0.74         24          0
1789.70/1790.01	c   feaspump         :       0.82         13          0
1789.70/1790.01	c   trivial          :       0.00          2          0
1789.70/1790.01	c   simplerounding   :       0.02          0          0
1789.70/1790.01	c   zirounding       :       0.05       1000          0
1789.70/1790.01	c   rounding         :       0.28       5346          0
1789.70/1790.01	c   shifting         :       1.79       1624          0
1789.70/1790.01	c   twoopt           :       0.00          0          0
1789.70/1790.01	c   fixandinfer      :       0.00          0          0
1789.70/1790.01	c   intdiving        :       0.00          0          0
1789.70/1790.01	c   actconsdiving    :       0.00          0          0
1789.70/1790.01	c   octane           :       0.00          0          0
1789.70/1790.01	c   rens             :       0.04          1          0
1789.70/1790.01	c   rins             :       0.00          0          0
1789.70/1790.01	c   localbranching   :       0.00          0          0
1789.70/1790.01	c   mutation         :       0.00          0          0
1789.70/1790.01	c   dins             :       0.00          0          0
1789.70/1790.01	c   undercover       :       0.00          0          0
1789.70/1790.01	c   nlp              :       0.03          0          0
1789.70/1790.01	c   trysol           :       0.04          0          0
1789.70/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.01	c   dual LP          :    1251.82     227364   11791465      51.86    9419.48
1789.70/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.01	c   diving/probing LP:       7.32       6083      57609       9.47    7864.98
1789.70/1790.01	c   strong branching :     243.94      33795    2172459      64.28    8905.59
1789.70/1790.01	c     (at root node) :          -         12       3147     262.25          -
1789.70/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.01	c B&B Tree           :
1789.70/1790.01	c   number of runs   :          1
1789.70/1790.01	c   nodes            :     255786
1789.70/1790.01	c   nodes (total)    :     255786
1789.70/1790.01	c   nodes left       :       5071
1789.70/1790.01	c   max depth        :        182
1789.70/1790.01	c   max depth (total):        182
1789.70/1790.01	c   backtracks       :      35415 (13.8%)
1789.70/1790.01	c   delayed cutoffs  :      10776
1789.70/1790.01	c   repropagations   :     607176 (919411 domain reductions, 3584 cutoffs)
1789.70/1790.01	c   avg switch length:       7.09
1789.70/1790.01	c   switching time   :      24.64
1789.70/1790.01	c Solution           :
1789.70/1790.01	c   Solutions found  :          0 (0 improvements)
1789.70/1790.01	c   Primal Bound     :          -
1789.70/1790.01	c   Dual Bound       : +5.00000000000000e+00
1789.70/1790.01	c   Gap              :   infinite
1789.70/1790.01	c   Root Dual Bound  : +5.00000000000000e+00
1789.70/1790.01	c   Root Iterations  :       2930
1789.70/1790.06	c Time complete: 1789.76.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3738377-1338726414/watcher-3738377-1338726414 -o /tmp/evaluation-result-3738377-1338726414/solver-3738377-1338726414 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738377-1338726414.opb -t 1800 -m 15500 

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: 2.00 2.00 2.00 3/176 22686
/proc/meminfo: memFree=28109036/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=8944 CPUtime=0 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 1418 0 0 0 0 0 0 0 20 0 1 0 338765935 9158656 1364 33554432000 4194304 8395647 140734706326224 140734099161208 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 2236 1373 374 1026 0 1206 0

[startup+0.0391481 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22686
/proc/meminfo: memFree=28109036/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=15832 CPUtime=0.03 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 3496 0 0 0 3 0 0 0 20 0 1 0 338765935 16211968 3088 33554432000 4194304 8395647 140734706326224 140734099161208 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 3958 3100 409 1026 0 2928 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15832

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22686
/proc/meminfo: memFree=28109036/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=26568 CPUtime=0.09 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 6014 0 0 0 9 0 0 0 20 0 1 0 338765935 27205632 5606 33554432000 4194304 8395647 140734706326224 140734099161208 4483001 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 6642 5606 485 1026 0 5612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26568

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22686
/proc/meminfo: memFree=28109036/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=34284 CPUtime=0.29 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 8121 0 0 0 28 1 0 0 20 0 1 0 338765935 35106816 7699 33554432000 4194304 8395647 140734706326224 140734099161208 6201930 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 8571 7699 603 1026 0 7541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34284

[startup+0.700199 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 22686
/proc/meminfo: memFree=28109036/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=37636 CPUtime=0.69 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 13657 0 0 0 67 2 0 0 20 0 1 0 338765935 38539264 8411 33554432000 4194304 8395647 140734706326224 140734706320600 6197326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 9409 8411 628 1026 0 8379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37636

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28075408/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=40252 CPUtime=1.49 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 18425 0 0 0 145 4 0 0 20 0 1 0 338765935 41218048 9273 33554432000 4194304 8395647 140734706326224 140734706321528 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 10063 9273 635 1026 0 9033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40252

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28073796/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=40252 CPUtime=3.09 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 18426 0 0 0 304 5 0 0 20 0 1 0 338765935 41218048 9274 33554432000 4194304 8395647 140734706326224 140734706321096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 10063 9274 636 1026 0 9033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40252

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28073176/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=40252 CPUtime=6.29 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 18426 0 0 0 623 6 0 0 20 0 1 0 338765935 41218048 9274 33554432000 4194304 8395647 140734706326224 140734706321480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 10063 9274 636 1026 0 9033 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40252

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28072688/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=40252 CPUtime=12.69 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 18426 0 0 0 1258 11 0 0 20 0 1 0 338765935 41218048 9274 33554432000 4194304 8395647 140734706326224 140734706321096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 10063 9274 636 1026 0 9033 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40252

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28069100/32873844 swapFree=7112/7112
[pid=22686] ppid=22684 vsize=44408 CPUtime=25.48 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 19430 0 0 0 2528 20 0 0 20 0 1 0 338765935 45473792 10273 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 11102 10273 640 1026 0 10072 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44408

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22687
/proc/meminfo: memFree=28061932/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=48768 CPUtime=51.07 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 20540 0 0 0 5066 41 0 0 20 0 1 0 338765935 49938432 11670 33554432000 4194304 8395647 140734706326224 140734706321080 4911307 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 12192 11670 640 1026 0 11162 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48768

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22688
/proc/meminfo: memFree=28056280/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=52308 CPUtime=102.27 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 21438 0 0 0 10139 88 0 0 20 0 1 0 338765935 53563392 12568 33554432000 4194304 8395647 140734706326224 140734706321784 4912107 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 13077 12568 640 1026 0 12047 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52308

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22688
/proc/meminfo: memFree=28048836/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=57880 CPUtime=162.26 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 22817 0 0 0 16087 139 0 0 20 0 1 0 338765935 59269120 13945 33554432000 4194304 8395647 140734706326224 140734706321832 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 14470 13945 640 1026 0 13440 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 57880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22691
/proc/meminfo: memFree=28045100/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=60496 CPUtime=222.25 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 23465 0 0 0 22038 187 0 0 20 0 1 0 338765935 61947904 14590 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 15124 14590 640 1026 0 14094 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 60496

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22691
/proc/meminfo: memFree=28042748/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=62584 CPUtime=282.23 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 23989 0 0 0 27985 238 0 0 20 0 1 0 338765935 64086016 15113 33554432000 4194304 8395647 140734706326224 140734706321832 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 15646 15113 640 1026 0 14616 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 62584

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22691
/proc/meminfo: memFree=28041260/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=63328 CPUtime=342.23 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 24188 0 0 0 33933 290 0 0 20 0 1 0 338765935 64847872 15312 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 15832 15312 640 1026 0 14802 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 63328

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 22692
/proc/meminfo: memFree=28034064/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=67600 CPUtime=402.21 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 25290 0 0 0 39886 335 0 0 20 0 1 0 338765935 69222400 16413 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 16900 16413 640 1026 0 15870 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 67600

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22692
/proc/meminfo: memFree=28029720/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=68748 CPUtime=462.2 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 25519 0 0 0 45839 381 0 0 20 0 1 0 338765935 70397952 16640 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 17187 16640 640 1026 0 16157 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 68748

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22693
/proc/meminfo: memFree=28026728/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=70092 CPUtime=522.2 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 25885 0 0 0 51789 431 0 0 20 0 1 0 338765935 71774208 17005 33554432000 4194304 8395647 140734706326224 140734706321096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 17523 17005 640 1026 0 16493 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 70092

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22693
/proc/meminfo: memFree=28020284/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=71296 CPUtime=582.18 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 26217 0 0 0 57738 480 0 0 20 0 1 0 338765935 73007104 17337 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 17824 17337 640 1026 0 16794 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 71296

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=27991672/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=82560 CPUtime=1062.11 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 29010 0 0 0 105324 887 0 0 20 0 1 0 338765935 84541440 20126 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 20640 20126 640 1026 0 19610 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 82560

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27990680/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=82932 CPUtime=1122.11 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 29122 0 0 0 111274 937 0 0 20 0 1 0 338765935 84922368 20238 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 20733 20238 640 1026 0 19703 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 82932

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27989688/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=83316 CPUtime=1182.1 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 29174 0 0 0 117224 986 0 0 20 0 1 0 338765935 85315584 20290 33554432000 4194304 8395647 140734706326224 140734706321352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 20829 20290 640 1026 0 19799 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 83316

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22698
/proc/meminfo: memFree=27986956/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=85464 CPUtime=1242.08 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 29736 0 0 0 123171 1037 0 0 20 0 1 0 338765935 87515136 20851 33554432000 4194304 8395647 140734706326224 140734706321032 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 21366 20851 640 1026 0 20336 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 85464

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 22698
/proc/meminfo: memFree=27982624/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=87980 CPUtime=1302.09 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 30291 0 0 0 129119 1090 0 0 20 0 1 0 338765935 90091520 21406 33554432000 4194304 8395647 140734706326224 140734706321832 4911325 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 21995 21406 640 1026 0 20965 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 87980

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 22699
/proc/meminfo: memFree=27976780/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=89836 CPUtime=1362.07 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 30831 0 0 0 135074 1133 0 0 20 0 1 0 338765935 91992064 21943 33554432000 4194304 8395647 140734706326224 140734706321832 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 22459 21943 640 1026 0 21429 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 89836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22702
/proc/meminfo: memFree=27972060/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=91084 CPUtime=1422.06 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 31180 0 0 0 141023 1183 0 0 20 0 1 0 338765935 93270016 22292 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 22771 22292 640 1026 0 21741 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 91084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22854
/proc/meminfo: memFree=28019152/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=92376 CPUtime=1482.05 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 31447 0 0 0 146970 1235 0 0 20 0 1 0 338765935 94593024 22558 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 23094 22558 640 1026 0 22064 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 92376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23272
/proc/meminfo: memFree=28013760/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=94396 CPUtime=1542.04 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 31885 0 0 0 152913 1291 0 0 20 0 1 0 338765935 96661504 22996 33554432000 4194304 8395647 140734706326224 140734706321832 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 23599 22996 640 1026 0 22569 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 94396

[startup+1602.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/173 24425
/proc/meminfo: memFree=28064224/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=94680 CPUtime=1602.02 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 32075 0 0 0 158839 1363 0 0 20 0 1 0 338765935 96952320 23186 33554432000 4194304 8395647 140734706326224 140734706321480 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 23670 23186 640 1026 0 22640 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 94680

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24490
/proc/meminfo: memFree=27732040/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=96016 CPUtime=1662.02 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 32385 0 0 0 164763 1439 0 0 20 0 1 0 338765935 98320384 23495 33554432000 4194304 8395647 140734706326224 140734706321832 4911327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24004 23495 640 1026 0 22974 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 96016

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24528
/proc/meminfo: memFree=27857596/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98112 CPUtime=1722.01 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 32910 0 0 0 170687 1514 0 0 20 0 1 0 338765935 100466688 24020 33554432000 4194304 8395647 140734706326224 140734706321352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24528 24020 640 1026 0 23498 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 98112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27857496/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1782 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 176615 1585 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 98960

Solver just ended. Dumping a history of the last processes samples

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856504/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1785.19 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 176930 1589 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 98960

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856364/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1786.8 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 177089 1591 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706321784 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 98960

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856612/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1788.4 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 177247 1593 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706320776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 98960

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856612/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1789.19 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 177325 1594 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 98960

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856612/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1789.6 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33110 0 0 0 177365 1595 0 0 20 0 1 0 338765935 101335040 24218 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24218 640 1026 0 23710 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 98960

[startup+1790 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24566
/proc/meminfo: memFree=27856612/32873844 swapFree=7108/7108
[pid=22686] ppid=22684 vsize=98960 CPUtime=1789.7 cores=1,3,5,7
/proc/22686/stat : 22686 (pbscip.linux.x8) R 22684 22686 21683 0 -1 4202496 33111 0 0 0 177375 1595 0 0 20 0 1 0 338765935 101335040 24219 33554432000 4194304 8395647 140734706326224 140734706321688 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/22686/statm: 24740 24219 640 1026 0 23710 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 98960

Child status: 0
Real time (s): 1790.07
CPU time (s): 1789.77
CPU user time (s): 1773.82
CPU system time (s): 15.9546
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 98960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.82
system time used= 15.9546
maximum resident set size= 96888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33117
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= 37
involuntary context switches= 1837

runsolver used 3.34949 second user time and 9.01363 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 14:26:54
IDJOB=3738377
IDBENCH=71848
IDSOLVER=2326
FILE ID=node139/3738377-1338726414
RUNJOBID= node139-1338713558-21700
PBS_JOBID= 14636736
Free space on /tmp= 71088 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738377-1338726414/watcher-3738377-1338726414 -o /tmp/evaluation-result-3738377-1338726414/solver-3738377-1338726414 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3738377-1338726414.opb -t 1800 -m 15500

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1827025836

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.50
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.750
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	: 5331.91
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.750
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	: 5331.90
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.750
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	: 5331.91
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.750
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	: 5331.92
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.750
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	: 5331.91
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.750
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	: 5331.91
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.750
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28109300 kB
Buffers:          504248 kB
Cached:          3321084 kB
SwapCached:          828 kB
Active:          1778816 kB
Inactive:        2111168 kB
Active(anon):      58320 kB
Inactive(anon):     7952 kB
Active(file):    1720496 kB
Inactive(file):  2103216 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             10100 kB
Writeback:             0 kB
AnonPages:         86392 kB
Mapped:            14200 kB
Shmem:                 8 kB
Slab:             733244 kB
SReclaimable:     175508 kB
SUnreclaim:       557736 kB
KernelStack:        1480 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     181360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node139 at 2012-06-03 14:56:44