Trace number 2666749

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT-14 1207.2 1207.63

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUM2468d4642d986af58e932976ec0c4f0e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1464.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

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 SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2666749-1276672155.opb>
0.00/0.02	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5028 impls, 100 clqs
0.19/0.23	c    (0.1s) probing: 101/716 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (2 rounds):
0.19/0.23	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.23	c  5028 implications, 100 cliques
0.19/0.23	c presolved problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.19/0.23	c     100 constraints of type <setppc>
0.19/0.23	c     616 constraints of type <and>
0.19/0.23	c       1 constraints of type <linear>
0.19/0.23	c      50 constraints of type <logicor>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.11
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 1.2.1.2
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1799.99
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 1620
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c heuristics/undercover/freq = 0
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.79/0.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.88	c t 0.8s|     1 |     0 |  1867 |     - |3518k|   0 | 289 | 716 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.89/1.00	o -1
0.89/1.00	c u 0.8s|     1 |     0 |  1867 |     - |3527k|   0 | 289 | 716 | 768 | 716 |1383 |   0 |   1 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
1.99/2.08	o -8
1.99/2.08	c y 1.8s|     1 |     0 |  1867 |     - |5256k|   0 | 289 | 716 | 768 | 716 |1383 |   0 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
2.39/2.47	c   2.1s|     1 |     0 |  2555 |     - |4621k|   0 | 350 | 716 | 968 | 716 |1453 |  70 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
3.20/3.20	c   2.9s|     1 |     0 |  3146 |     - |5053k|   0 | 345 | 716 | 968 | 716 |1487 | 104 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
3.89/3.93	c   3.6s|     1 |     0 |  3748 |     - |5443k|   0 | 377 | 716 | 968 | 716 |1520 | 137 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
4.59/4.63	c   4.3s|     1 |     0 |  4494 |     - |6166k|   0 | 298 | 716 | 968 | 716 |1567 | 184 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
5.40/5.44	c   5.1s|     1 |     0 |  5081 |     - |6575k|   0 | 310 | 716 | 968 | 716 |1584 | 201 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
6.29/6.32	c   6.0s|     1 |     0 |  5850 |     - |6734k|   0 | 252 | 716 | 968 | 716 |1603 | 220 |   1 |   0 |-2.500000e+01 |-8.000000e+00 |  68.00%
13.29/13.31	o -10
13.29/13.31	c E12.6s|     1 |     0 |  5850 |     - |6754k|   0 | 252 | 716 | 968 | 716 |1603 | 220 |   1 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
13.29/13.32	c  12.7s|     1 |     0 |  5850 |     - |6754k|   0 | 252 | 716 | 968 | 716 |1603 | 220 |   1 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
14.08/14.20	c  13.5s|     1 |     0 |  6738 |     - |7620k|   0 | 301 | 716 | 968 | 716 |1630 | 247 |   1 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
23.88/23.94	c  23.2s|     1 |     2 |  6738 |     - |7621k|   0 | 301 | 716 | 968 | 716 |1630 | 247 |   1 |  15 |-2.500000e+01 |-1.000000e+01 |  60.00%
59.07/59.15	o -11
59.07/59.15	c f58.0s|    38 |    39 | 19530 | 345.7 |7589k|  13 |   - | 716 | 969 | 716 | 737 |1287 |   2 | 430 |-2.481172e+01 |-1.100000e+01 |  55.67%
66.57/66.61	o -12
66.57/66.61	c l65.4s|    90 |    83 | 36486 | 334.2 |7639k|  19 |   - | 716 | 969 | 716 | 897 |1961 |   2 | 466 |-2.392414e+01 |-1.200000e+01 |  49.84%
167.33/167.42	o -13
167.33/167.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
167.33/167.42	c l 165s|  1124 |   665 |317279 | 276.5 |9225k|  31 |   - | 716 |1004 | 716 | 881 |7560 |  42 |1057 |-2.016502e+01 |-1.300000e+01 |  35.53%
349.87/350.09	c   344s| 10000 |  1879 |843827 |  83.7 |  14M|  50 |   - | 716 |1083 | 716 | 844 |  18k| 170 |2876 |-1.840313e+01 |-1.300000e+01 |  29.36%
493.92/494.16	c   486s| 20000 |  2605 |  1284k|  63.9 |  18M|  50 |  99 | 716 |1081 | 716 | 837 |  28k| 255 |4080 |-1.789918e+01 |-1.300000e+01 |  27.37%
623.77/624.02	c   613s| 30000 |  3099 |  1680k|  55.8 |  22M|  50 | 109 | 716 |1112 | 716 | 882 |  35k| 339 |5269 |-1.763837e+01 |-1.300000e+01 |  26.30%
663.76/664.03	o -14
663.76/664.03	c * 652s| 33491 |  1563 |  1818k|  54.1 |  12M|  50 |   - | 716 |1126 | 716 | 852 |  38k| 366 |5343 |-1.755541e+01 |-1.400000e+01 |  20.25%
755.22/755.59	c   742s| 40000 |  1544 |  2125k|  53.0 |  13M|  50 |   - | 716 |1092 | 716 | 895 |  43k| 370 |5572 |-1.740409e+01 |-1.400000e+01 |  19.56%
900.87/901.29	c   884s| 50000 |  1398 |  2580k|  51.5 |  13M|  50 |   - | 716 |1070 | 716 | 836 |  50k| 381 |6703 |-1.713056e+01 |-1.400000e+01 |  18.27%
1039.72/1040.10	c  1021s| 60000 |  1082 |  3024k|  50.3 |  13M|  50 | 126 | 716 |1058 | 716 | 854 |  57k| 390 |7693 |-1.684658e+01 |-1.400000e+01 |  16.90%
1165.98/1166.46	c  1145s| 70000 |   544 |  3439k|  49.0 |  11M|  50 |   - | 716 |1035 | 716 | 771 |  63k| 401 |8520 |-1.635454e+01 |-1.400000e+01 |  14.40%
1207.16/1207.60	c 
1207.16/1207.60	c SCIP Status        : problem is solved [optimal solution found]
1207.16/1207.60	c Solving Time (sec) : 1184.74
1207.16/1207.60	c Solving Nodes      : 73550
1207.16/1207.60	c Primal Bound       : -1.40000000000000e+01 (15 solutions)
1207.16/1207.60	c Dual Bound         : -1.40000000000000e+01
1207.16/1207.60	c Gap                : 0.00 %
1207.16/1207.60	s OPTIMUM FOUND
1207.16/1207.60	v -x90 -x69 -x56 -x86 x85 -x63 -x60 -x57 -x95 -x72 -x79 x58 -x67 -x54 -x97 x61 x92 -x66 -x52 x98 -x84 -x83 -x77 x71 -x59 -x53 x81 
1207.16/1207.60	v -x68 -x74 -x55 x88 -x94 -x100 -x80 -x51 -x87 -x82 x75 -x73 x64 x93 x96 -x78 -x65 -x99 x62 -x76 x89 -x70 -x91 -x50 x49 -x48 -x47 
1207.16/1207.60	v -x46 x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 x33 x32 -x31 x30 x29 x28 x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 
1207.16/1207.60	v -x19 -x18 x17 x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1207.16/1207.60	c SCIP Status        : problem is solved [optimal solution found]
1207.16/1207.60	c Solving Time       :    1184.74
1207.16/1207.60	c Original Problem   :
1207.16/1207.60	c   Problem name     : HOME/instance-2666749-1276672155.opb
1207.16/1207.60	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1207.16/1207.60	c   Constraints      : 767 initial, 767 maximal
1207.16/1207.60	c Presolved Problem  :
1207.16/1207.60	c   Problem name     : t_HOME/instance-2666749-1276672155.opb
1207.16/1207.60	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1207.16/1207.60	c   Constraints      : 767 initial, 1126 maximal
1207.16/1207.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1207.16/1207.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   probing          :       0.02          0          0          0          0          0          0          0          0
1207.16/1207.60	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   and              :       0.09          0          0          0          0          0          0          0          0
1207.16/1207.60	c   linear           :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1207.16/1207.60	c   root node        :          -         49          -          -         49          -          -          -          -
1207.16/1207.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1207.16/1207.60	c   integral         :          0          0          0      38694          0        100       2063          0          0      75448
1207.16/1207.60	c   setppc           :        100          7     271709          1          0        195     176113          0          0          0
1207.16/1207.60	c   and              :        616      65583     271513          1          0        113    2138223      65457          0          0
1207.16/1207.60	c   linear           :          1+         8     271399          1          0          2       6055          3          0          0
1207.16/1207.60	c   logicor          :         50+         7      75145          1          0          1      78220          0          0          0
1207.16/1207.60	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1207.16/1207.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1207.16/1207.60	c   integral         :     169.79       0.00       0.00     169.79       0.00
1207.16/1207.60	c   setppc           :       1.47       0.00       1.47       0.00       0.00
1207.16/1207.60	c   and              :      19.73       9.72      10.01       0.00       0.00
1207.16/1207.60	c   linear           :       2.80       0.02       2.78       0.00       0.00
1207.16/1207.60	c   logicor          :       1.68       0.00       1.68       0.00       0.00
1207.16/1207.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1207.16/1207.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1207.16/1207.60	c   vbounds          :       0.16          2          0          0
1207.16/1207.60	c   rootredcost      :       0.16          4          0          0
1207.16/1207.60	c   pseudoobj        :       1.50     272567         13        126
1207.16/1207.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1207.16/1207.60	c   propagation      :       0.01        323        323        456       12.5          1       32.0          -
1207.16/1207.60	c   infeasible LP    :       0.00         19         19         26       19.1          0        0.0          0
1207.16/1207.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1207.16/1207.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1207.16/1207.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1207.16/1207.60	c   applied globally :          -          -          -        407        9.5          -          -          -
1207.16/1207.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1207.16/1207.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1207.16/1207.60	c   cut pool         :       0.00          6          -          -         16          -    (maximal pool size: 774)
1207.16/1207.60	c   redcost          :       3.70      71290          0     363861          0          0
1207.16/1207.60	c   impliedbounds    :       0.00          7          0          0         68          0
1207.16/1207.60	c   intobj           :       0.00          0          0          0          0          0
1207.16/1207.60	c   cgmip            :       0.00          0          0          0          0          0
1207.16/1207.60	c   gomory           :       1.08          7          0          0        195          0
1207.16/1207.60	c   strongcg         :       1.02          7          0          0       1489          0
1207.16/1207.60	c   cmir             :       0.10          7          0          0          5          0
1207.16/1207.60	c   flowcover        :       0.10          7          0          0          8          0
1207.16/1207.60	c   clique           :       0.02          7          0          0         49          0
1207.16/1207.60	c   zerohalf         :       0.00          0          0          0          0          0
1207.16/1207.60	c   mcf              :       0.00          1          0          0          0          0
1207.16/1207.60	c   rapidlearning    :       0.59          1          0          0          0        200
1207.16/1207.60	c Pricers            :       Time      Calls       Vars
1207.16/1207.60	c   problem variables:       0.00          0          0
1207.16/1207.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1207.16/1207.60	c   relpscost        :     169.67      38693        100       2063          0          0      75448
1207.16/1207.60	c   pscost           :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   inference        :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   mostinf          :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   leastinf         :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1207.16/1207.60	c   random           :       0.00          0          0          0          0          0          0
1207.16/1207.60	c Primal Heuristics  :       Time      Calls      Found
1207.16/1207.60	c   LP solutions     :       0.01          -          1
1207.16/1207.60	c   pseudo solutions :       0.00          -          0
1207.16/1207.60	c   feaspump         :       0.01          0          0
1207.16/1207.60	c   oneopt           :       0.08          6          0
1207.16/1207.60	c   crossover        :       0.79         15          0
1207.16/1207.60	c   objpscostdiving  :      12.64         28          0
1207.16/1207.60	c   guideddiving     :      10.91         81          0
1207.16/1207.60	c   coefdiving       :      10.54         81          0
1207.16/1207.60	c   veclendiving     :      10.08         81          0
1207.16/1207.60	c   rootsoldiving    :       4.08         41          0
1207.16/1207.60	c   fracdiving       :      13.77         82          1
1207.16/1207.60	c   linesearchdiving :       8.95         82          2
1207.16/1207.60	c   pscostdiving     :       8.22         82          0
1207.16/1207.60	c   trivial          :       0.00          2          3
1207.16/1207.60	c   simplerounding   :       0.09          0          0
1207.16/1207.60	c   zirounding       :       0.11       1000          0
1207.16/1207.60	c   rounding         :       1.87       3444          0
1207.16/1207.60	c   shifting         :       2.54       2497          5
1207.16/1207.60	c   intshifting      :       0.00          0          0
1207.16/1207.60	c   twoopt           :       0.00          0          0
1207.16/1207.60	c   fixandinfer      :       0.00          0          0
1207.16/1207.60	c   intdiving        :       0.00          0          0
1207.16/1207.60	c   actconsdiving    :       0.00          0          0
1207.16/1207.60	c   octane           :       0.00          0          0
1207.16/1207.60	c   rens             :       6.69          1          1
1207.16/1207.60	c   rins             :       0.00          0          0
1207.16/1207.60	c   localbranching   :       0.00          0          0
1207.16/1207.60	c   mutation         :       0.00          0          0
1207.16/1207.60	c   dins             :       0.00          0          0
1207.16/1207.60	c   undercover       :       0.09          1          1
1207.16/1207.60	c   nlp              :       0.08          0          0
1207.16/1207.60	c   trysol           :       0.11          0          0
1207.16/1207.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1207.16/1207.60	c   primal LP        :       6.01          0          0       0.00       0.00
1207.16/1207.60	c   dual LP          :     815.93      96904    3299581      34.05    4043.95
1207.16/1207.60	c   lex dual LP      :       0.00          0          0       0.00          -
1207.16/1207.60	c   barrier LP       :       0.00          0          0       0.00          -
1207.16/1207.60	c   diving/probing LP:      68.38      23004     264986      11.52    3875.20
1207.16/1207.60	c   strong branching :     165.78       8969     679225      75.73    4097.15
1207.16/1207.60	c     (at root node) :          -         15      14540     969.33          -
1207.16/1207.60	c   conflict analysis:       0.00          0          0       0.00          -
1207.16/1207.60	c B&B Tree           :
1207.16/1207.60	c   number of runs   :          1
1207.16/1207.60	c   nodes            :      73550
1207.16/1207.60	c   nodes (total)    :      73550
1207.16/1207.60	c   nodes left       :          0
1207.16/1207.60	c   max depth        :         50
1207.16/1207.60	c   max depth (total):         50
1207.16/1207.60	c   backtracks       :      10789 (14.7%)
1207.16/1207.60	c   delayed cutoffs  :          0
1207.16/1207.60	c   repropagations   :       3976 (3055 domain reductions, 0 cutoffs)
1207.16/1207.60	c   avg switch length:       5.27
1207.16/1207.60	c   switching time   :      21.44
1207.16/1207.60	c Solution           :
1207.16/1207.60	c   Solutions found  :         15 (8 improvements)
1207.16/1207.60	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1207.16/1207.60	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 33491 nodes, 652.02 seconds, depth 36, found by <relaxation>)
1207.16/1207.60	c   Dual Bound       : -1.40000000000000e+01
1207.16/1207.60	c   Gap              :       0.00 %
1207.16/1207.60	c   Root Dual Bound  : -2.50000000000000e+01
1207.16/1207.60	c   Root Iterations  :       6738
1207.16/1207.62	c Time complete: 1207.19.

Verifier Data

OK	-14

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666749-1276672155/watcher-2666749-1276672155 -o /tmp/evaluation-result-2666749-1276672155/solver-2666749-1276672155 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666749-1276672155.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11537
/proc/meminfo: memFree=1744232/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=6696 CPUtime=0
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 987 0 0 0 0 0 0 0 18 0 1 0 42817049 6856704 907 1992294400 4194304 8223781 140735756498736 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11537/statm: 1674 916 343 984 0 687 0

[startup+0.0857001 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11537
/proc/meminfo: memFree=1744232/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=13624 CPUtime=0.08
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 3050 0 0 0 4 4 0 0 21 0 1 0 42817049 13950976 2349 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 3406 2349 432 984 0 2419 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13624

[startup+0.100703 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11537
/proc/meminfo: memFree=1744232/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=13624 CPUtime=0.09
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 3050 0 0 0 5 4 0 0 21 0 1 0 42817049 13950976 2349 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 3406 2349 432 984 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13624

[startup+0.300742 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11537
/proc/meminfo: memFree=1744232/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=18556 CPUtime=0.29
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 5727 0 0 0 19 10 0 0 21 0 1 0 42817049 19001344 3680 1992294400 4194304 8223781 140735756498736 18446744073709551615 6448646 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 4639 3680 531 984 0 3652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18556

[startup+0.700821 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 11537
/proc/meminfo: memFree=1744232/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=19260 CPUtime=0.69
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 6063 0 0 0 59 10 0 0 22 0 1 0 42817049 19722240 3851 1992294400 4194304 8223781 140735756498736 18446744073709551615 6570006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 4815 3851 536 984 0 3828 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19260

[startup+1.50098 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1717068/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=30084 CPUtime=1.49
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 15832 0 0 0 126 23 0 0 25 0 1 0 42817049 30806016 6353 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 7521 6353 602 984 0 6534 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30084

[startup+3.10029 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1723020/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=26132 CPUtime=3.09
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 18586 0 0 0 277 32 0 0 25 0 1 0 42817049 26759168 5699 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 6533 5699 602 984 0 5546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26132

[startup+6.30092 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1719920/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=29772 CPUtime=6.29
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 19534 0 0 0 594 35 0 0 25 0 1 0 42817049 30486528 6579 1992294400 4194304 8223781 140735756498736 18446744073709551615 6614978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 7443 6579 602 984 0 6456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29772

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1706156/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=45076 CPUtime=12.68
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 48826 0 0 0 1206 62 0 0 25 0 1 0 42817049 46157824 10119 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 11269 10119 610 984 0 10282 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45076

[startup+25.5007 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1712480/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=36328 CPUtime=25.49
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 48941 0 0 0 2476 73 0 0 25 0 1 0 42817049 37199872 8229 1992294400 4194304 8223781 140735756498736 18446744073709551615 6448560 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9082 8229 611 984 0 8095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36328

[startup+51.1007 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11538
/proc/meminfo: memFree=1712480/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=36328 CPUtime=51.08
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 48943 0 0 0 5006 102 0 0 25 0 1 0 42817049 37199872 8231 1992294400 4194304 8223781 140735756498736 18446744073709551615 6569642 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9082 8231 611 984 0 8095 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36328

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11540
/proc/meminfo: memFree=1712356/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=36328 CPUtime=102.26
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 54605 0 0 0 10060 166 0 0 25 0 1 0 42817049 37199872 8237 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9082 8237 614 984 0 8095 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36328

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11542
/proc/meminfo: memFree=1712356/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=36328 CPUtime=162.23
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 54606 0 0 0 15971 252 0 0 25 0 1 0 42817049 37199872 8238 1992294400 4194304 8223781 140735756498736 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9082 8238 614 984 0 8095 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 36328

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11544
/proc/meminfo: memFree=1712356/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=36328 CPUtime=222.21
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 61139 0 0 0 21885 336 0 0 25 0 1 0 42817049 37199872 8241 1992294400 4194304 8223781 140735756498736 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9082 8241 614 984 0 8095 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 36328

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11546
/proc/meminfo: memFree=1710372/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=38452 CPUtime=282.2
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 96537 0 0 0 27773 447 0 0 25 0 1 0 42817049 39374848 8772 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 9613 8772 614 984 0 8626 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 38452

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11549
/proc/meminfo: memFree=1705908/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=42168 CPUtime=342.17
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 134609 0 0 0 33652 565 0 0 25 0 1 0 42817049 43180032 9699 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 10542 9699 614 984 0 9555 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 42168

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11551
/proc/meminfo: memFree=1704048/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=44280 CPUtime=402.15
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 162026 0 0 0 39539 676 0 0 25 0 1 0 42817049 45342720 10229 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 11070 10229 614 984 0 10083 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 44280

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11553
/proc/meminfo: memFree=1701072/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=47176 CPUtime=462.13
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 192470 0 0 0 45425 788 0 0 25 0 1 0 42817049 48308224 10950 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 11794 10950 614 984 0 10807 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 47176

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11555
/proc/meminfo: memFree=1698840/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=49508 CPUtime=522.11
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 206402 0 0 0 51316 895 0 0 25 0 1 0 42817049 50696192 11528 1992294400 4194304 8223781 140735756498736 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 12377 11528 614 984 0 11390 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 49508

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11557
/proc/meminfo: memFree=1696236/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=52060 CPUtime=582.08
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 229297 0 0 0 57198 1010 0 0 25 0 1 0 42817049 53309440 12160 1992294400 4194304 8223781 140735756498736 18446744073709551615 6559790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 13015 12160 614 984 0 12028 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52060

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11557
/proc/meminfo: memFree=1694004/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=54324 CPUtime=642.07
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 252445 0 0 0 63080 1127 0 0 25 0 1 0 42817049 55627776 12730 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 13581 12730 614 984 0 12594 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 54324

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11559
/proc/meminfo: memFree=1692144/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56072 CPUtime=702.05
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 282433 0 0 0 68958 1247 0 0 25 0 1 0 42817049 57417728 13163 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14018 13163 614 984 0 13031 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 56072

[startup+762.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11561
/proc/meminfo: memFree=1692144/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56072 CPUtime=762.03
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 307049 0 0 0 74846 1357 0 0 25 0 1 0 42817049 57417728 13163 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14018 13163 614 984 0 13031 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 56072

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11563
/proc/meminfo: memFree=1692144/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56144 CPUtime=822.01
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 341902 0 0 0 80715 1486 0 0 25 0 1 0 42817049 57491456 13172 1992294400 4194304 8223781 140735756498736 18446744073709551615 6436943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14036 13172 614 984 0 13049 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 56144

[startup+882.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11565
/proc/meminfo: memFree=1692144/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56280 CPUtime=881.98
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 384304 0 0 0 86584 1614 0 0 25 0 1 0 42817049 57630720 13180 1992294400 4194304 8223781 140735756498736 18446744073709551615 6589964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14070 13180 614 984 0 13083 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 56280

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11565
/proc/meminfo: memFree=1692020/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56228 CPUtime=941.96
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 402094 0 0 0 92467 1729 0 0 25 0 1 0 42817049 57577472 13194 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14057 13194 614 984 0 13070 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 56228

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11567
/proc/meminfo: memFree=1692020/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56292 CPUtime=1001.94
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 431276 0 0 0 98344 1850 0 0 25 0 1 0 42817049 57643008 13218 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14073 13218 614 984 0 13086 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 56292

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11569
/proc/meminfo: memFree=1691772/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56304 CPUtime=1061.92
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 446446 0 0 0 104235 1957 0 0 25 0 1 0 42817049 57655296 13221 1992294400 4194304 8223781 140735756498736 18446744073709551615 6569541 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14076 13221 614 984 0 13089 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 56304

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11571
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56440 CPUtime=1121.9
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 457798 0 0 0 110125 2065 0 0 25 0 1 0 42817049 57794560 13231 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14110 13231 614 984 0 13123 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 56440

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56304 CPUtime=1181.87
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 472564 0 0 0 116000 2187 0 0 25 0 1 0 42817049 57655296 13221 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14076 13221 614 984 0 13089 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 56304

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691524/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56304 CPUtime=1189.87
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 474499 0 0 0 116784 2203 0 0 25 0 1 0 42817049 57655296 13221 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14076 13221 614 984 0 13089 0
Current children cumulated CPU time (s) 1189.87
Current children cumulated vsize (KiB) 56304

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691524/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56304 CPUtime=1196.28
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 476324 0 0 0 117411 2217 0 0 25 0 1 0 42817049 57655296 13221 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14076 13221 614 984 0 13089 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 56304

[startup+1203.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56448 CPUtime=1202.67
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 478081 0 0 0 118035 2232 0 0 25 0 1 0 42817049 57802752 13234 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14112 13234 614 984 0 13125 0
Current children cumulated CPU time (s) 1202.67
Current children cumulated vsize (KiB) 56448

[startup+1204.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56444 CPUtime=1204.26
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 478543 0 0 0 118191 2235 0 0 25 0 1 0 42817049 57798656 13240 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14111 13240 614 984 0 13124 0
Current children cumulated CPU time (s) 1204.26
Current children cumulated vsize (KiB) 56444

[startup+1206.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56448 CPUtime=1205.86
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 479043 0 0 0 118348 2238 0 0 25 0 1 0 42817049 57802752 13236 1992294400 4194304 8223781 140735756498736 18446744073709551615 6569794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14112 13236 614 984 0 13125 0
Current children cumulated CPU time (s) 1205.86
Current children cumulated vsize (KiB) 56448

[startup+1207.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56420 CPUtime=1206.66
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 479355 0 0 0 118426 2240 0 0 25 0 1 0 42817049 57774080 13244 1992294400 4194304 8223781 140735756498736 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14105 13244 614 984 0 13118 0
Current children cumulated CPU time (s) 1206.66
Current children cumulated vsize (KiB) 56420

[startup+1207.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56376 CPUtime=1207.06
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 479574 0 0 0 118465 2241 0 0 25 0 1 0 42817049 57729024 13231 1992294400 4194304 8223781 140735756498736 18446744073709551615 6592584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14094 13231 614 984 0 13107 0
Current children cumulated CPU time (s) 1207.06
Current children cumulated vsize (KiB) 56376

[startup+1207.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 11573
/proc/meminfo: memFree=1691648/2059040 swapFree=4136232/4192956
[pid=11537] ppid=11535 vsize=56416 CPUtime=1207.16
/proc/11537/stat : 11537 (pbscip.linux.x8) R 11535 11537 10610 0 -1 4202496 479627 0 0 0 118475 2241 0 0 25 0 1 0 42817049 57769984 13240 1992294400 4194304 8223781 140735756498736 18446744073709551615 5952188 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11537/statm: 14104 13240 614 984 0 13117 0
Current children cumulated CPU time (s) 1207.16
Current children cumulated vsize (KiB) 56416

Child status: 0
Real time (s): 1207.63
CPU time (s): 1207.2
CPU user time (s): 1184.77
CPU system time (s): 22.4276
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 65116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1184.77
system time used= 22.4276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479633
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= 2
involuntary context switches= 2366

runsolver used 1.9527 second user time and 5.75612 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 09:09:15
IDJOB=2666749
IDBENCH=48262
IDSOLVER=1169
FILE ID=node011/2666749-1276672155
PBS_JOBID= 11172507
Free space on /tmp= 62360 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.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-2666749-1276672155/watcher-2666749-1276672155 -o /tmp/evaluation-result-2666749-1276672155/solver-2666749-1276672155 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666749-1276672155.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2468d4642d986af58e932976ec0c4f0e
RANDOM SEED=1717090740

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744636 kB
Buffers:        117316 kB
Cached:         116712 kB
SwapCached:      10072 kB
Active:         106264 kB
Inactive:       140984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744636 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:            4484 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:           9416 kB
Slab:            45272 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62356 MiB
End job on node011 at 2010-06-16 09:29:23