Trace number 1870383

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2OPT-13 14.5848 14.5902

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_5.opb
MD5SUM2b42cb52a84d6f68fde6feb3c17d922a
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-13
Best CPU time to get the best result obtained on this benchmark6.64699
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -13
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint39
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)3062
Sum of products size (including duplicates)6124
Number of different products1531
Sum of products size3062

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870383-1245201026.opb>
0.00/0.02	c original problem has 1631 variables (1631 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.18	c (round 1) 1531 del vars, 100 del conss, 1531 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6124 impls, 0 clqs
0.28/0.36	c presolving (2 rounds):
0.28/0.36	c  1531 deleted vars, 100 deleted constraints, 1531 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.28/0.36	c  9186 implications, 0 cliques
0.28/0.36	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 1531 constraints
0.28/0.36	c    1531 constraints of type <and>
0.28/0.36	c transformed objective value is always integral (scale: 1)
0.28/0.36	c Presolving Time: 0.16
0.28/0.36	c OPT-NLC
0.28/0.36	c -----------------------------------------------------------------------------------------------
0.28/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.28/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.28/0.36	c limits/memory = c 1620
0.28/0.36	c # maximal time in seconds to run
0.28/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.28/0.36	c limits/time = c 1791
0.28/0.36	c # frequency for displaying node information lines
0.28/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.28/0.36	c display/freq = c 10000
0.28/0.36	c -----------------------------------------------------------------------------------------------
0.28/0.36	c start solving problem
0.28/0.36	c 
0.28/0.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.38	c   0.2s|     1 |     0 |   101 |5889k|   0 | 100 | 100 |1531 |1531 | 100 |1531 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.28/0.38	o -10
0.28/0.38	c R 0.2s|     1 |     0 |   101 |5891k|   0 | 100 | 100 |1531 |1531 | 100 |1531 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+01 |  80.00%
0.38/0.43	c   0.2s|     1 |     0 |   162 |5898k|   0 |  89 | 100 |1531 |1531 | 100 |1539 |   8 |   0 |   0 |-4.450000e+01 |-1.000000e+01 |  77.53%
0.38/0.49	c   0.3s|     1 |     0 |   212 |5904k|   0 |  82 | 100 |1531 |1531 | 100 |1545 |  14 |   0 |   0 |-4.100000e+01 |-1.000000e+01 |  75.61%
0.49/0.58	c   0.4s|     1 |     0 |   301 |5908k|   0 |  77 | 100 |1531 |1531 | 100 |1551 |  20 |   0 |   0 |-3.850000e+01 |-1.000000e+01 |  74.03%
0.59/0.66	c   0.5s|     1 |     0 |   352 |5914k|   0 |  71 | 100 |1531 |1531 | 100 |1557 |  26 |   0 |   0 |-3.550000e+01 |-1.000000e+01 |  71.83%
0.69/0.74	c   0.5s|     1 |     0 |   405 |5921k|   0 |  70 | 100 |1531 |1531 | 100 |1564 |  33 |   0 |   0 |-3.400000e+01 |-1.000000e+01 |  70.59%
0.79/0.85	c   0.6s|     1 |     0 |   542 |5929k|   0 |  77 | 100 |1531 |1531 | 100 |1576 |  45 |   0 |   0 |-3.225000e+01 |-1.000000e+01 |  68.99%
0.79/0.85	o -10
0.79/0.85	c s 0.6s|     1 |     0 |   542 |5931k|   0 |  77 | 100 |1531 |1531 | 100 |1576 |  45 |   0 |   0 |-3.225000e+01 |-1.000000e+01 |  68.99%
0.88/0.95	c   0.7s|     1 |     0 |   611 |5978k|   0 |  61 | 100 |1531 |1531 | 100 |1585 |  54 |   0 |   0 |-3.050000e+01 |-1.000000e+01 |  67.21%
1.00/1.06	c   0.8s|     1 |     0 |   737 |5986k|   0 |  62 | 100 |1531 |1531 | 100 |1591 |  60 |   0 |   0 |-2.850000e+01 |-1.000000e+01 |  64.91%
1.10/1.18	c   1.0s|     1 |     0 |   870 |5994k|   0 |  57 | 100 |1531 |1531 | 100 |1602 |  71 |   0 |   0 |-2.750000e+01 |-1.000000e+01 |  63.64%
1.19/1.29	c   1.1s|     1 |     0 |  1037 |6005k|   0 |  60 | 100 |1531 |1531 | 100 |1612 |  81 |   0 |   0 |-2.650000e+01 |-1.000000e+01 |  62.26%
1.39/1.44	c   1.2s|     1 |     0 |  1234 |6017k|   0 |  67 | 100 |1531 |1531 | 100 | 229 |  89 |   0 |   0 |-2.591667e+01 |-1.000000e+01 |  61.41%
1.39/1.47	c   1.2s|     1 |     0 |  1346 |6096k|   0 |  73 | 100 |1531 |1531 | 100 | 242 | 102 |   0 |   0 |-2.483158e+01 |-1.000000e+01 |  59.73%
1.49/1.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.52	c   1.3s|     1 |     0 |  1445 |6589k|   0 |  78 | 100 |1531 |1531 | 100 | 292 | 152 |   0 |   0 |-2.395969e+01 |-1.000000e+01 |  58.26%
1.49/1.59	c   1.4s|     1 |     0 |  1557 |7158k|   0 |  79 | 100 |1531 |1531 | 100 | 308 | 168 |   0 |   0 |-2.314754e+01 |-1.000000e+01 |  56.80%
1.59/1.67	c   1.4s|     1 |     0 |  1646 |7945k|   0 |  82 | 100 |1531 |1531 | 100 | 332 | 192 |   0 |   0 |-2.281225e+01 |-1.000000e+01 |  56.16%
1.69/1.74	c   1.5s|     1 |     0 |  1735 |8656k|   0 |  83 | 100 |1531 |1531 | 100 | 345 | 205 |   0 |   0 |-2.245385e+01 |-1.000000e+01 |  55.46%
1.79/1.83	c   1.6s|     1 |     0 |  1837 |9463k|   0 |  85 | 100 |1531 |1531 | 100 | 263 | 219 |   0 |   0 |-2.206971e+01 |-1.000000e+01 |  54.69%
1.79/1.89	c   1.7s|     1 |     0 |  1949 |  10M|   0 |  83 | 100 |1531 |1531 | 100 | 273 | 229 |   0 |   0 |-2.161857e+01 |-1.000000e+01 |  53.74%
1.89/1.96	c   1.7s|     1 |     0 |  2051 |  10M|   0 |  93 | 100 |1531 |1531 | 100 | 291 | 247 |   0 |   0 |-2.126104e+01 |-1.000000e+01 |  52.97%
1.99/2.02	c   1.8s|     1 |     0 |  2087 |  11M|   0 |  92 | 100 |1531 |1531 | 100 | 296 | 252 |   0 |   0 |-2.119836e+01 |-1.000000e+01 |  52.83%
1.99/2.06	c   1.8s|     1 |     0 |  2138 |  11M|   0 |  93 | 100 |1531 |1531 | 100 | 306 | 262 |   0 |   0 |-2.111350e+01 |-1.000000e+01 |  52.64%
2.09/2.10	c   1.9s|     1 |     0 |  2191 |  11M|   0 |  94 | 100 |1531 |1531 | 100 | 314 | 270 |   0 |   0 |-2.103487e+01 |-1.000000e+01 |  52.46%
2.09/2.14	c   1.9s|     1 |     0 |  2219 |  11M|   0 |  96 | 100 |1531 |1531 | 100 | 240 | 279 |   0 |   0 |-2.098162e+01 |-1.000000e+01 |  52.34%
2.09/2.17	c   1.9s|     1 |     0 |  2276 |  11M|   0 |  97 | 100 |1531 |1531 | 100 | 252 | 291 |   0 |   0 |-2.077221e+01 |-1.000000e+01 |  51.86%
2.19/2.21	c   2.0s|     1 |     0 |  2336 |  11M|   0 |  95 | 100 |1531 |1531 | 100 | 260 | 299 |   0 |   0 |-2.064083e+01 |-1.000000e+01 |  51.55%
2.19/2.24	c   2.0s|     1 |     0 |  2379 |  11M|   0 |  97 | 100 |1531 |1531 | 100 | 270 | 309 |   0 |   0 |-2.050937e+01 |-1.000000e+01 |  51.24%
2.19/2.28	c   2.0s|     1 |     0 |  2447 |  11M|   0 |  97 | 100 |1531 |1531 | 100 | 280 | 319 |   0 |   0 |-2.040803e+01 |-1.000000e+01 |  51.00%
2.29/2.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.32	c   2.1s|     1 |     0 |  2500 |  11M|   0 |  98 | 100 |1531 |1531 | 100 | 287 | 326 |   0 |   0 |-2.032602e+01 |-1.000000e+01 |  50.80%
2.29/2.36	c   2.1s|     1 |     0 |  2532 |  11M|   0 |  99 | 100 |1531 |1531 | 100 | 207 | 331 |   0 |   0 |-2.028292e+01 |-1.000000e+01 |  50.70%
2.29/2.38	c   2.1s|     1 |     0 |  2581 |  11M|   0 |  99 | 100 |1531 |1531 | 100 | 214 | 338 |   0 |   0 |-2.022655e+01 |-1.000000e+01 |  50.56%
2.38/2.41	c   2.2s|     1 |     0 |  2613 |  11M|   0 |  99 | 100 |1531 |1531 | 100 | 220 | 344 |   0 |   0 |-2.018132e+01 |-1.000000e+01 |  50.45%
2.38/2.44	c   2.2s|     1 |     0 |  2660 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 227 | 351 |   0 |   0 |-2.013492e+01 |-1.000000e+01 |  50.34%
2.38/2.47	c   2.2s|     1 |     0 |  2703 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 237 | 361 |   0 |   0 |-2.007367e+01 |-1.000000e+01 |  50.18%
2.49/2.51	c   2.3s|     1 |     0 |  2732 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 240 | 364 |   0 |   0 |-2.004909e+01 |-1.000000e+01 |  50.12%
2.49/2.54	c   2.3s|     1 |     0 |  2765 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 212 | 372 |   0 |   0 |-2.003093e+01 |-1.000000e+01 |  50.08%
2.49/2.57	c   2.3s|     1 |     0 |  2811 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 219 | 379 |   0 |   0 |-1.998722e+01 |-1.000000e+01 |  49.97%
2.59/2.60	c   2.4s|     1 |     0 |  2855 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 227 | 387 |   0 |   0 |-1.994390e+01 |-1.000000e+01 |  49.86%
2.59/2.63	c   2.4s|     1 |     0 |  2870 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 233 | 393 |   0 |   0 |-1.994143e+01 |-1.000000e+01 |  49.85%
2.59/2.66	c   2.4s|     1 |     0 |  2884 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 236 | 396 |   0 |   0 |-1.993781e+01 |-1.000000e+01 |  49.84%
2.99/3.01	c   2.8s|     1 |     2 |  2884 |  11M|   0 | 100 | 100 |1531 |1531 | 100 | 236 | 396 |   0 |  20 |-1.993781e+01 |-1.000000e+01 |  49.84%
3.39/3.45	o -12
3.39/3.45	c * 3.2s|     8 |     7 |  3173 |  11M|   7 |   - | 100 |1531 |  30 | 100 | 124 | 462 |   0 | 152 |-1.969674e+01 |-1.200000e+01 |  39.08%
6.69/6.71	o -13
6.69/6.71	c * 6.4s|   711 |   112 | 19433 |  12M|  40 |   - | 100 |1531 |  38 | 100 | 143 |4401 |   0 | 823 |-1.828000e+01 |-1.300000e+01 |  28.88%
14.49/14.56	c 
14.49/14.56	c SCIP Status        : problem is solved [optimal solution found]
14.49/14.56	c Solving Time (sec) : 14.10
14.49/14.56	c Solving Nodes      : 4939
14.49/14.56	c Primal Bound       : -1.30000000000000e+01 (9 solutions)
14.49/14.56	c Dual Bound         : -1.30000000000000e+01
14.49/14.56	c Gap                : 0.00 %
14.49/14.56	c NODE         4939
14.49/14.56	c DUAL BOUND   -13
14.49/14.56	c PRIMAL BOUND -13
14.49/14.56	c GAP          0
14.49/14.56	s OPTIMUM FOUND
14.49/14.56	v -x100 x99 -x98 x97 -x96 -x95 -x94 -x93 x92 x91 -x90 x89 -x88 x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 x75 x74 
14.49/14.56	v -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 
14.49/14.56	v -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 
14.49/14.56	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
14.49/14.56	c SCIP Status        : problem is solved [optimal solution found]
14.49/14.56	c Solving Time       :      14.10
14.49/14.56	c Original Problem   :
14.49/14.56	c   Problem name     : HOME/instance-1870383-1245201026.opb
14.49/14.56	c   Variables        : 1631 (1631 binary, 0 integer, 0 implicit integer, 0 continuous)
14.49/14.56	c   Constraints      : 1631 initial, 1631 maximal
14.49/14.56	c Presolved Problem  :
14.49/14.56	c   Problem name     : t_HOME/instance-1870383-1245201026.opb
14.49/14.56	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
14.49/14.56	c   Constraints      : 1531 initial, 1531 maximal
14.49/14.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
14.49/14.56	c   trivial          :       0.00          0          0          0          0          0          0          0          0
14.49/14.56	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
14.49/14.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
14.49/14.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
14.49/14.57	c   implics          :       0.00          0          0          0          0          0          0          0          0
14.49/14.57	c   probing          :       0.05          0          0          0          0          0          0          0          0
14.49/14.57	c   and              :       0.10          0          0          0          0          0          0          0          0
14.49/14.57	c   linear           :       0.01       1531          0          0       1531          0        100          0          0
14.49/14.57	c   root node        :          -         26          -          -         26          -          -          -          -
14.49/14.57	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
14.49/14.57	c   integral         :          0          0          0       2501          0          4         46          0          0       4950
14.49/14.57	c   and              :       1531       5147       8311          3          0          1      29635      15075          0          0
14.49/14.57	c   countsols        :          0          0          0          2          0          0          0          0          0          0
14.49/14.57	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
14.49/14.57	c   integral         :       2.20       0.00       0.00       2.20       0.00
14.49/14.57	c   and              :       0.98       0.59       0.39       0.00       0.00
14.49/14.57	c   countsols        :       0.00       0.00       0.00       0.00       0.00
14.49/14.57	c Propagators        :       Time      Calls    Cutoffs    DomReds
14.49/14.57	c   rootredcost      :       0.00          2          0          0
14.49/14.57	c   pseudoobj        :       0.09       8254          0          5
14.49/14.57	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
14.49/14.57	c   propagation      :       0.00          1          0          0        0.0          0        0.0          -
14.49/14.57	c   infeasible LP    :       0.02       2482          0          0        0.0          0        0.0          0
14.49/14.57	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
14.49/14.57	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
14.49/14.57	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
14.49/14.57	c   applied globally :          -          -          -          0        0.0          -          -          -
14.49/14.57	c   applied locally  :          -          -          -          0        0.0          -          -          -
14.49/14.57	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
14.49/14.57	c   cut pool         :       0.08         39          -          -         96          -    (maximal pool size: 2424)
14.49/14.57	c   redcost          :       0.06       5362          0        826          0          0
14.49/14.57	c   impliedbounds    :       0.00         40          0          0        194          0
14.49/14.57	c   intobj           :       0.00          0          0          0          0          0
14.49/14.57	c   gomory           :       0.84         40          0          0       5791          0
14.49/14.57	c   strongcg         :       0.42         20          0          0       7367          0
14.49/14.57	c   cmir             :       0.10         10          0          0          0          0
14.49/14.57	c   flowcover        :       0.08         10          0          0          0          0
14.49/14.57	c   clique           :       0.13         40          0          0        338          0
14.49/14.57	c   zerohalf         :       0.00          0          0          0          0          0
14.49/14.57	c   mcf              :       0.00          1          0          0          0          0
14.49/14.57	c Pricers            :       Time      Calls       Vars
14.49/14.57	c   problem variables:       0.00          0          0
14.49/14.57	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
14.49/14.57	c   relpscost        :       2.20       2498          4         46          0          0       4950
14.49/14.57	c   pscost           :       0.00          0          0          0          0          0          0
14.49/14.57	c   inference        :       0.00          0          0          0          0          0          0
14.49/14.57	c   mostinf          :       0.00          0          0          0          0          0          0
14.49/14.57	c   leastinf         :       0.00          0          0          0          0          0          0
14.49/14.57	c   fullstrong       :       0.00          0          0          0          0          0          0
14.49/14.57	c   allfullstrong    :       0.00          0          0          0          0          0          0
14.49/14.57	c   random           :       0.00          0          0          0          0          0          0
14.49/14.57	c Primal Heuristics  :       Time      Calls      Found
14.49/14.57	c   LP solutions     :       0.00          -          2
14.49/14.57	c   pseudo solutions :       0.00          -          0
14.49/14.57	c   feaspump         :       0.00          0          0
14.49/14.57	c   oneopt           :       0.00          3          0
14.49/14.57	c   coefdiving       :       0.00          2          0
14.49/14.57	c   pscostdiving     :       0.01          2          0
14.49/14.57	c   fracdiving       :       0.01          2          0
14.49/14.57	c   veclendiving     :       0.01          2          0
14.49/14.57	c   linesearchdiving :       0.01          2          0
14.49/14.57	c   guideddiving     :       0.01          2          0
14.49/14.57	c   objpscostdiving  :       0.02          2          0
14.49/14.57	c   rootsoldiving    :       0.01          2          0
14.49/14.57	c   crossover        :       0.12          5          0
14.49/14.57	c   simplerounding   :       0.00          0          0
14.49/14.57	c   rounding         :       0.28       2878          1
14.49/14.57	c   shifting         :       0.06        538          6
14.49/14.57	c   intshifting      :       0.00          0          0
14.49/14.57	c   fixandinfer      :       0.00          0          0
14.49/14.57	c   intdiving        :       0.00          0          0
14.49/14.57	c   actconsdiving    :       0.00          0          0
14.49/14.57	c   octane           :       0.00          0          0
14.49/14.57	c   rens             :       0.01          0          0
14.49/14.57	c   rins             :       0.00          0          0
14.49/14.57	c   localbranching   :       0.00          0          0
14.49/14.57	c   mutation         :       0.00          0          0
14.49/14.57	c   dins             :       0.00          0          0
14.49/14.57	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
14.49/14.57	c   primal LP        :       0.76          0          0       0.00       0.00
14.49/14.57	c   dual LP          :       6.33       7611      91476      12.02   14451.18
14.49/14.57	c   barrier LP       :       0.00          0          0       0.00          -
14.49/14.57	c   diving/probing LP:       0.07         76        607       7.99    8671.43
14.49/14.57	c   strong branching :       2.08        823      38539      46.83   18528.37
14.49/14.57	c     (at root node) :          -         20       3320     166.00          -
14.49/14.57	c   conflict analysis:       0.00          0          0       0.00          -
14.49/14.57	c B&B Tree           :
14.49/14.57	c   number of runs   :          1
14.49/14.57	c   nodes            :       4939
14.49/14.57	c   nodes (total)    :       4939
14.49/14.57	c   nodes left       :          0
14.49/14.57	c   max depth        :         54
14.49/14.57	c   max depth (total):         54
14.49/14.57	c   backtracks       :        871 (17.6%)
14.49/14.57	c   delayed cutoffs  :          0
14.49/14.57	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
14.49/14.57	c   avg switch length:       6.17
14.49/14.57	c   switching time   :       1.27
14.49/14.57	c Solution           :
14.49/14.57	c   Solutions found  :          9 (4 improvements)
14.49/14.57	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 711 nodes, 6.42 seconds, depth 11, found by <relaxation>)
14.49/14.57	c   Dual Bound       : -1.30000000000000e+01
14.49/14.57	c   Gap              :       0.00 %
14.49/14.57	c   Root Dual Bound  : -1.99378071766328e+01
14.49/14.58	c Time complete: 14.57.

Verifier Data

OK	-13

Watcher Data

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

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

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.92 0.98 0.99 3/64 7198
/proc/meminfo: memFree=1802208/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=5812 CPUtime=0
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 187703524 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7198/statm: 1453 502 332 1256 0 192 0

[startup+0.0800631 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7198
/proc/meminfo: memFree=1802208/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=17904 CPUtime=0.07
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 3608 0 0 0 4 3 0 0 18 0 1 0 187703524 18333696 3238 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 4476 3238 446 1256 0 3215 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17904

[startup+0.101067 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7198
/proc/meminfo: memFree=1802208/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=17904 CPUtime=0.09
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 3608 0 0 0 5 4 0 0 18 0 1 0 187703524 18333696 3238 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 4476 3238 446 1256 0 3215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17904

[startup+0.301102 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7198
/proc/meminfo: memFree=1802208/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=17904 CPUtime=0.28
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 3632 0 0 0 12 16 0 0 19 0 1 0 187703524 18333696 3262 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 4476 3262 467 1256 0 3215 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17904

[startup+0.701172 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7198
/proc/meminfo: memFree=1802208/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=24376 CPUtime=0.69
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 5058 0 0 0 51 18 0 0 23 0 1 0 187703524 24961024 4688 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 6094 4688 641 1256 0 4833 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24376

[startup+1.50131 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1784280/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=27336 CPUtime=1.49
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 5895 0 0 0 130 19 0 0 25 0 1 0 187703524 27992064 5524 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 6834 5524 659 1256 0 5573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27336

[startup+3.10159 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1775000/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=36676 CPUtime=3.09
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 8423 0 0 0 288 21 0 0 25 0 1 0 187703524 37556224 8052 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 9169 8052 669 1256 0 7908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36676

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1772248/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=35304 CPUtime=6.29
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 9355 0 0 0 603 26 0 0 25 0 1 0 187703524 36151296 7670 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 8826 7670 697 1256 0 7565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35304

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1773592/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=35304 CPUtime=12.69
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 13196 0 0 0 1231 38 0 0 25 0 1 0 187703524 36151296 7755 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 8826 7755 702 1256 0 7565 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35304

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

[startup+13.5024 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1773592/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=35300 CPUtime=13.49
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 14725 0 0 0 1308 41 0 0 25 0 1 0 187703524 36147200 7751 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 8825 7751 702 1256 0 7564 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 35300

[startup+14.3056 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1773592/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=35300 CPUtime=14.29
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 14725 0 0 0 1386 43 0 0 25 0 1 0 187703524 36147200 7751 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 8825 7751 702 1256 0 7564 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 35300

[startup+14.5016 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 7199
/proc/meminfo: memFree=1773592/2055920 swapFree=4191900/4192956
[pid=7198] ppid=7196 vsize=35300 CPUtime=14.49
/proc/7198/stat : 7198 (pbscip.linux.x8) R 7196 7198 6764 0 -1 4194304 14725 0 0 0 1406 43 0 0 25 0 1 0 187703524 36147200 7751 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7198/statm: 8825 7751 702 1256 0 7564 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 35300

Child status: 0
Real time (s): 14.5902
CPU time (s): 14.5848
CPU user time (s): 14.1458
CPU system time (s): 0.438933
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 39892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1458
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14729
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= 21

runsolver used 0.011998 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 03:10:26
IDJOB=1870383
IDBENCH=48190
IDSOLVER=684
FILE ID=node4/1870383-1245201026
PBS_JOBID= 9368309
Free space on /tmp= 66408 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870383-1245201026/watcher-1870383-1245201026 -o /tmp/evaluation-result-1870383-1245201026/solver-1870383-1245201026 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870383-1245201026.opb

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

MD5SUM BENCH= 2b42cb52a84d6f68fde6feb3c17d922a
RANDOM SEED=61946745

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.259
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1802624 kB
Buffers:         50672 kB
Cached:         134232 kB
SwapCached:        260 kB
Active:          69508 kB
Inactive:       128688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802624 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11760 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            40964 kB
Committed_AS:   151844 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node4 at 2009-06-17 03:10:41