Trace number 1870386

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-14 9.34358 9.34469

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_3.opb
MD5SUM7197f7f0f9b455050f9ff30066ca0a9a
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 benchmark4.71128
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
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 constraint45
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)3090
Sum of products size (including duplicates)6180
Number of different products1545
Sum of products size3090

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 SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870386-1245201101.opb>
0.00/0.02	c original problem has 1645 variables (1645 bin, 0 int, 0 impl, 0 cont) and 1645 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.17	c (round 1) 1545 del vars, 100 del conss, 1545 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6180 impls, 0 clqs
0.29/0.35	c presolving (2 rounds):
0.29/0.35	c  1545 deleted vars, 100 deleted constraints, 1545 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  9270 implications, 0 cliques
0.29/0.35	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 1545 constraints
0.29/0.35	c    1545 constraints of type <and>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.15
0.29/0.36	c OPT-NLC
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = c 1620
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = c 1791
0.29/0.36	c # frequency for displaying node information lines
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.36	c display/freq = c 10000
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c start solving problem
0.29/0.36	c 
0.29/0.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.38	c   0.2s|     1 |     0 |   105 |5940k|   0 | 100 | 100 |1545 |1545 | 100 |1545 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.29/0.38	o -9
0.29/0.38	c R 0.2s|     1 |     0 |   105 |5942k|   0 | 100 | 100 |1545 |1545 | 100 |1545 |   0 |   0 |   0 |-5.000000e+01 |-9.000000e+00 |  82.00%
0.39/0.43	c   0.2s|     1 |     0 |   174 |5950k|   0 |  89 | 100 |1545 |1545 | 100 |1553 |   8 |   0 |   0 |-4.450000e+01 |-9.000000e+00 |  79.78%
0.49/0.50	c   0.3s|     1 |     0 |   219 |5955k|   0 |  82 | 100 |1545 |1545 | 100 |1558 |  13 |   0 |   0 |-4.100000e+01 |-9.000000e+00 |  78.05%
0.49/0.58	c   0.4s|     1 |     0 |   264 |5959k|   0 |  76 | 100 |1545 |1545 | 100 |1564 |  19 |   0 |   0 |-3.800000e+01 |-9.000000e+00 |  76.32%
0.69/0.71	c   0.5s|     1 |     0 |   410 |5967k|   0 |  68 | 100 |1545 |1545 | 100 |1572 |  27 |   0 |   0 |-3.400000e+01 |-9.000000e+00 |  73.53%
0.79/0.80	c   0.6s|     1 |     0 |   450 |5980k|   0 |  64 | 100 |1545 |1545 | 100 |1580 |  35 |   0 |   0 |-3.200000e+01 |-9.000000e+00 |  71.88%
0.90/0.90	c   0.7s|     1 |     0 |   535 |5995k|   0 |  63 | 100 |1545 |1545 | 100 |1589 |  44 |   0 |   0 |-3.150000e+01 |-9.000000e+00 |  71.43%
1.00/1.03	c   0.8s|     1 |     0 |   633 |6002k|   0 |  69 | 100 |1545 |1545 | 100 |1597 |  52 |   0 |   0 |-3.083333e+01 |-9.000000e+00 |  70.81%
1.09/1.19	c   1.0s|     1 |     0 |   846 |6013k|   0 |  66 | 100 |1545 |1545 | 100 |1607 |  62 |   0 |   0 |-2.825000e+01 |-9.000000e+00 |  68.14%
1.29/1.34	c   1.1s|     1 |     0 |  1006 |6059k|   0 |  73 | 100 |1545 |1545 | 100 |1616 |  71 |   0 |   0 |-2.725000e+01 |-9.000000e+00 |  66.97%
1.29/1.34	o -9
1.29/1.34	c s 1.1s|     1 |     0 |  1006 |6061k|   0 |  73 | 100 |1545 |1545 | 100 |1616 |  71 |   0 |   0 |-2.725000e+01 |-9.000000e+00 |  66.97%
1.49/1.50	c   1.3s|     1 |     0 |  1152 |6175k|   0 |  69 | 100 |1545 |1545 | 100 |1625 |  80 |   0 |   0 |-2.635714e+01 |-9.000000e+00 |  65.85%
1.59/1.64	c   1.4s|     1 |     0 |  1303 |6288k|   0 |  75 | 100 |1545 |1545 | 100 | 249 |  90 |   0 |   0 |-2.518182e+01 |-9.000000e+00 |  64.26%
1.59/1.68	c   1.4s|     1 |     0 |  1363 |6370k|   0 |  76 | 100 |1545 |1545 | 100 | 257 |  98 |   0 |   0 |-2.478750e+01 |-9.000000e+00 |  63.69%
1.69/1.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.69/1.74	c   1.5s|     1 |     0 |  1471 |6981k|   0 |  74 | 100 |1545 |1545 | 100 | 287 | 128 |   0 |   0 |-2.361111e+01 |-9.000000e+00 |  61.88%
1.79/1.80	c   1.6s|     1 |     0 |  1549 |7648k|   0 |  76 | 100 |1545 |1545 | 100 | 306 | 147 |   0 |   0 |-2.315443e+01 |-9.000000e+00 |  61.13%
1.79/1.88	c   1.6s|     1 |     0 |  1633 |8198k|   0 |  81 | 100 |1545 |1545 | 100 | 319 | 160 |   0 |   0 |-2.274795e+01 |-9.000000e+00 |  60.44%
1.89/1.94	c   1.7s|     1 |     0 |  1696 |8850k|   0 |  84 | 100 |1545 |1545 | 100 | 329 | 170 |   0 |   0 |-2.239567e+01 |-9.000000e+00 |  59.81%
1.99/2.02	c   1.8s|     1 |     0 |  1781 |9629k|   0 |  80 | 100 |1545 |1545 | 100 | 286 | 194 |   0 |   0 |-2.192727e+01 |-9.000000e+00 |  58.96%
1.99/2.09	c   1.9s|     1 |     0 |  1865 |  10M|   0 |  84 | 100 |1545 |1545 | 100 | 298 | 206 |   0 |   0 |-2.161576e+01 |-9.000000e+00 |  58.36%
2.10/2.15	c   1.9s|     1 |     0 |  1930 |  11M|   0 |  86 | 100 |1545 |1545 | 100 | 306 | 214 |   0 |   0 |-2.140797e+01 |-9.000000e+00 |  57.96%
2.19/2.23	c   2.0s|     1 |     0 |  2006 |  11M|   0 |  85 | 100 |1545 |1545 | 100 | 316 | 224 |   0 |   0 |-2.116981e+01 |-9.000000e+00 |  57.49%
2.19/2.26	c   2.0s|     1 |     0 |  2038 |  11M|   0 |  83 | 100 |1545 |1545 | 100 | 324 | 232 |   0 |   0 |-2.111357e+01 |-9.000000e+00 |  57.37%
2.29/2.30	c   2.1s|     1 |     0 |  2074 |  11M|   0 |  92 | 100 |1545 |1545 | 100 | 334 | 242 |   0 |   0 |-2.096364e+01 |-9.000000e+00 |  57.07%
2.29/2.34	c   2.1s|     1 |     0 |  2116 |  11M|   0 |  91 | 100 |1545 |1545 | 100 | 235 | 252 |   0 |   0 |-2.074945e+01 |-9.000000e+00 |  56.63%
2.29/2.38	c   2.1s|     1 |     0 |  2165 |  11M|   0 |  92 | 100 |1545 |1545 | 100 | 242 | 259 |   0 |   0 |-2.061655e+01 |-9.000000e+00 |  56.35%
2.39/2.41	c   2.2s|     1 |     0 |  2214 |  11M|   0 |  92 | 100 |1545 |1545 | 100 | 251 | 268 |   0 |   0 |-2.047216e+01 |-9.000000e+00 |  56.04%
2.39/2.44	c   2.2s|     1 |     0 |  2255 |  11M|   0 |  92 | 100 |1545 |1545 | 100 | 258 | 275 |   0 |   0 |-2.041248e+01 |-9.000000e+00 |  55.91%
2.39/2.48	c   2.2s|     1 |     0 |  2296 |  11M|   0 |  97 | 100 |1545 |1545 | 100 | 264 | 281 |   0 |   0 |-2.033195e+01 |-9.000000e+00 |  55.73%
2.49/2.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.51	c   2.3s|     1 |     0 |  2337 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 273 | 290 |   0 |   0 |-2.020590e+01 |-9.000000e+00 |  55.46%
2.49/2.55	c   2.3s|     1 |     0 |  2380 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 204 | 301 |   0 |   0 |-2.012981e+01 |-9.000000e+00 |  55.29%
2.49/2.57	c   2.3s|     1 |     0 |  2406 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 209 | 306 |   0 |   0 |-2.011781e+01 |-9.000000e+00 |  55.26%
2.59/2.61	c   2.4s|     1 |     0 |  2466 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 216 | 313 |   0 |   0 |-2.003009e+01 |-9.000000e+00 |  55.07%
2.59/2.63	c   2.4s|     1 |     0 |  2509 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 224 | 321 |   0 |   0 |-1.997751e+01 |-9.000000e+00 |  54.95%
2.59/2.67	c   2.4s|     1 |     0 |  2568 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 231 | 328 |   0 |   0 |-1.991259e+01 |-9.000000e+00 |  54.80%
2.69/2.70	c   2.5s|     1 |     0 |  2605 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 236 | 333 |   0 |   0 |-1.988771e+01 |-9.000000e+00 |  54.75%
2.69/2.73	c   2.5s|     1 |     0 |  2624 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 195 | 338 |   0 |   0 |-1.987043e+01 |-9.000000e+00 |  54.71%
2.69/2.76	c   2.5s|     1 |     0 |  2657 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 204 | 347 |   0 |   0 |-1.985298e+01 |-9.000000e+00 |  54.67%
2.69/2.79	c   2.5s|     1 |     0 |  2709 |  11M|   0 |  99 | 100 |1545 |1545 | 100 | 209 | 352 |   0 |   0 |-1.980485e+01 |-9.000000e+00 |  54.56%
2.79/2.82	c   2.6s|     1 |     0 |  2730 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 215 | 358 |   0 |   0 |-1.980143e+01 |-9.000000e+00 |  54.55%
2.79/2.85	c   2.6s|     1 |     0 |  2762 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 220 | 363 |   0 |   0 |-1.979472e+01 |-9.000000e+00 |  54.53%
2.79/2.88	c   2.6s|     1 |     0 |  2789 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 229 | 372 |   0 |   0 |-1.979113e+01 |-9.000000e+00 |  54.53%
2.89/2.91	c   2.7s|     1 |     0 |  2815 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 196 | 378 |   0 |   0 |-1.978826e+01 |-9.000000e+00 |  54.52%
3.69/3.74	c   3.5s|     1 |     2 |  2815 |  11M|   0 | 100 | 100 |1545 |1545 | 100 | 196 | 378 |   0 |  22 |-1.978826e+01 |-9.000000e+00 |  54.52%
4.09/4.12	o -10
4.09/4.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.12	c * 3.9s|     8 |     7 |  3081 |  11M|   7 |   - | 100 |1545 |   7 | 100 | 126 | 475 |   0 | 129 |-1.957213e+01 |-1.000000e+01 |  48.91%
4.09/4.13	o -11
4.09/4.13	c * 3.9s|     9 |     5 |  3083 |  11M|   7 |   - | 100 |1545 |  18 | 100 | 126 | 475 |   0 | 139 |-1.957213e+01 |-1.100000e+01 |  43.80%
4.49/4.52	o -12
4.49/4.52	c * 4.2s|    26 |     8 |  3510 |  11M|   9 |   - | 100 |1545 |   9 | 100 | 146 | 621 |   0 | 338 |-1.957213e+01 |-1.200000e+01 |  38.69%
4.59/4.64	o -13
4.59/4.64	c * 4.3s|    34 |     7 |  3719 |  12M|  10 |   - | 100 |1545 |  25 | 100 | 140 | 691 |   0 | 406 |-1.957213e+01 |-1.300000e+01 |  33.58%
6.39/6.48	o -14
6.39/6.48	c * 6.1s|   287 |    30 |  9667 |  12M|  23 |   - | 100 |1545 |  36 | 100 | 151 |2283 |   0 | 841 |-1.908152e+01 |-1.400000e+01 |  26.63%
9.29/9.31	c 
9.29/9.31	c SCIP Status        : problem is solved [optimal solution found]
9.29/9.31	c Solving Time (sec) : 8.87
9.29/9.31	c Solving Nodes      : 1841
9.29/9.31	c Primal Bound       : -1.40000000000000e+01 (8 solutions)
9.29/9.31	c Dual Bound         : -1.40000000000000e+01
9.29/9.31	c Gap                : 0.00 %
9.29/9.32	c NODE         1841
9.29/9.32	c DUAL BOUND   -14
9.29/9.32	c PRIMAL BOUND -14
9.29/9.32	c GAP          0
9.29/9.32	s OPTIMUM FOUND
9.29/9.32	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 
9.29/9.32	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 
9.29/9.32	v -x48 -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 
9.29/9.32	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
9.29/9.32	c SCIP Status        : problem is solved [optimal solution found]
9.29/9.32	c Solving Time       :       8.87
9.29/9.32	c Original Problem   :
9.29/9.32	c   Problem name     : HOME/instance-1870386-1245201101.opb
9.29/9.32	c   Variables        : 1645 (1645 binary, 0 integer, 0 implicit integer, 0 continuous)
9.29/9.32	c   Constraints      : 1645 initial, 1645 maximal
9.29/9.32	c Presolved Problem  :
9.29/9.32	c   Problem name     : t_HOME/instance-1870386-1245201101.opb
9.29/9.32	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
9.29/9.32	c   Constraints      : 1545 initial, 1545 maximal
9.29/9.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
9.29/9.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0
9.29/9.32	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
9.29/9.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
9.29/9.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
9.29/9.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
9.29/9.32	c   probing          :       0.05          0          0          0          0          0          0          0          0
9.29/9.32	c   and              :       0.10          0          0          0          0          0          0          0          0
9.29/9.32	c   linear           :       0.00       1545          0          0       1545          0        100          0          0
9.29/9.32	c   root node        :          -          1          -          -          1          -          -          -          -
9.29/9.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
9.29/9.32	c   integral         :          0          0          0        968          0          7         66          0          0       1852
9.29/9.32	c   and              :       1545       2027       3311          5          0          0      12886       6441          0          0
9.29/9.32	c   countsols        :          0          0          0          5          0          0          0          0          0          0
9.29/9.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
9.29/9.32	c   integral         :       2.71       0.00       0.00       2.71       0.00
9.29/9.32	c   and              :       0.63       0.33       0.30       0.00       0.00
9.29/9.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
9.29/9.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
9.29/9.32	c   rootredcost      :       0.00          5          0          0
9.29/9.32	c   pseudoobj        :       0.03       3227          0          0
9.29/9.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
9.29/9.32	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
9.29/9.32	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
9.29/9.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
9.29/9.32	c   applied globally :          -          -          -          0        0.0          -          -          -
9.29/9.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
9.29/9.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
9.29/9.32	c   cut pool         :       0.10         41          -          -         66          -    (maximal pool size: 2501)
9.29/9.32	c   redcost          :       0.03       2114          0        500          0          0
9.29/9.32	c   impliedbounds    :       0.01         42          0          0        130          0
9.29/9.32	c   intobj           :       0.00          0          0          0          0          0
9.29/9.32	c   gomory           :       0.94         42          0          0       5916          0
9.29/9.32	c   strongcg         :       0.52         20          0          0       7442          0
9.29/9.32	c   cmir             :       0.10         10          0          0          0          0
9.29/9.32	c   flowcover        :       0.08         10          0          0          0          0
9.29/9.32	c   clique           :       0.08         42          0          0        346          0
9.29/9.32	c   zerohalf         :       0.00          0          0          0          0          0
9.29/9.32	c   mcf              :       0.00          1          0          0          0          0
9.29/9.32	c Pricers            :       Time      Calls       Vars
9.29/9.32	c   problem variables:       0.00          0          0
9.29/9.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
9.29/9.32	c   relpscost        :       2.71        963          7         66          0          0       1852
9.29/9.32	c   pscost           :       0.00          0          0          0          0          0          0
9.29/9.32	c   inference        :       0.00          0          0          0          0          0          0
9.29/9.32	c   mostinf          :       0.00          0          0          0          0          0          0
9.29/9.32	c   leastinf         :       0.00          0          0          0          0          0          0
9.29/9.32	c   fullstrong       :       0.00          0          0          0          0          0          0
9.29/9.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
9.29/9.32	c   random           :       0.00          0          0          0          0          0          0
9.29/9.32	c Primal Heuristics  :       Time      Calls      Found
9.29/9.32	c   LP solutions     :       0.00          -          5
9.29/9.32	c   pseudo solutions :       0.00          -          0
9.29/9.32	c   objpscostdiving  :       0.00          0          0
9.29/9.32	c   rootsoldiving    :       0.00          0          0
9.29/9.32	c   linesearchdiving :       0.00          0          0
9.29/9.32	c   guideddiving     :       0.00          0          0
9.29/9.32	c   feaspump         :       0.00          0          0
9.29/9.32	c   oneopt           :       0.00          6          0
9.29/9.32	c   coefdiving       :       0.00          1          0
9.29/9.32	c   pscostdiving     :       0.00          1          0
9.29/9.32	c   fracdiving       :       0.00          1          0
9.29/9.32	c   veclendiving     :       0.01          1          0
9.29/9.32	c   crossover        :       0.06          3          0
9.29/9.32	c   simplerounding   :       0.00          0          0
9.29/9.32	c   rounding         :       0.21       1637          1
9.29/9.32	c   shifting         :       0.04        248          2
9.29/9.32	c   intshifting      :       0.00          0          0
9.29/9.32	c   fixandinfer      :       0.00          0          0
9.29/9.32	c   intdiving        :       0.00          0          0
9.29/9.32	c   actconsdiving    :       0.00          0          0
9.29/9.32	c   octane           :       0.00          0          0
9.29/9.32	c   rens             :       0.01          0          0
9.29/9.32	c   rins             :       0.00          0          0
9.29/9.32	c   localbranching   :       0.00          0          0
9.29/9.32	c   mutation         :       0.00          0          0
9.29/9.32	c   dins             :       0.00          0          0
9.29/9.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
9.29/9.32	c   primal LP        :       0.10          0          0       0.00       0.00
9.29/9.32	c   dual LP          :       2.64       2940      34808      11.84   13184.85
9.29/9.32	c   barrier LP       :       0.00          0          0       0.00          -
9.29/9.32	c   diving/probing LP:       0.01         12         68       5.67    6800.00
9.29/9.32	c   strong branching :       2.68        841      32617      38.78   12170.52
9.29/9.32	c     (at root node) :          -         22       5580     253.64          -
9.29/9.32	c   conflict analysis:       0.00          0          0       0.00          -
9.29/9.32	c B&B Tree           :
9.29/9.32	c   number of runs   :          1
9.29/9.32	c   nodes            :       1841
9.29/9.32	c   nodes (total)    :       1841
9.29/9.32	c   nodes left       :          0
9.29/9.32	c   max depth        :         47
9.29/9.32	c   max depth (total):         47
9.29/9.32	c   backtracks       :        269 (14.6%)
9.29/9.32	c   delayed cutoffs  :          0
9.29/9.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
9.29/9.32	c   avg switch length:       4.82
9.29/9.32	c   switching time   :       0.24
9.29/9.32	c Solution           :
9.29/9.32	c   Solutions found  :          8 (7 improvements)
9.29/9.32	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 287 nodes, 6.12 seconds, depth 22, found by <relaxation>)
9.29/9.32	c   Dual Bound       : -1.40000000000000e+01
9.29/9.32	c   Gap              :       0.00 %
9.29/9.32	c   Root Dual Bound  : -1.97882625234040e+01
9.29/9.34	c Time complete: 9.33.

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-1870386-1245201101/watcher-1870386-1245201101 -o /tmp/evaluation-result-1870386-1245201101/solver-1870386-1245201101 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870386-1245201101.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: 1.00 1.00 1.00 3/64 7784
/proc/meminfo: memFree=1855832/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=4648 CPUtime=0
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 498 0 0 0 0 0 0 0 18 0 1 0 187710561 4759552 482 1992294400 4194304 7823515 548682068736 18446744073709551615 5955600 0 0 4096 0 0 0 0 17 1 0 0
/proc/7784/statm: 1082 485 320 886 0 192 0

[startup+0.079359 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7784
/proc/meminfo: memFree=1855832/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=16716 CPUtime=0.07
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 3565 0 0 0 4 3 0 0 18 0 1 0 187710561 17117184 3193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 4179 3193 404 886 0 3289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16716

[startup+0.10136 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7784
/proc/meminfo: memFree=1855832/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=16716 CPUtime=0.09
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 3565 0 0 0 4 5 0 0 18 0 1 0 187710561 17117184 3193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 4179 3193 404 886 0 3289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16716

[startup+0.301373 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7784
/proc/meminfo: memFree=1855832/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=16716 CPUtime=0.29
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 3589 0 0 0 12 17 0 0 19 0 1 0 187710561 17117184 3217 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 4179 3217 425 886 0 3289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16716

[startup+0.701398 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7784
/proc/meminfo: memFree=1855832/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=22092 CPUtime=0.69
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 5112 0 0 0 50 19 0 0 22 0 1 0 187710561 22622208 4732 1992294400 4194304 7823515 548682068736 18446744073709551615 6252487 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 5523 4732 544 886 0 4633 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22092

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1836048/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=27388 CPUtime=1.49
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 6482 0 0 0 128 21 0 0 25 0 1 0 187710561 28045312 6083 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 6847 6083 546 886 0 5957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27388

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1827600/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=37904 CPUtime=3.09
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 9119 0 0 0 285 24 0 0 25 0 1 0 187710561 38813696 8714 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9476 8714 553 886 0 8586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37904

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1822736/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=37904 CPUtime=6.29
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 9120 0 0 0 595 34 0 0 25 0 1 0 187710561 38813696 8715 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9476 8715 554 886 0 8586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37904

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

[startup+7.90186 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1822544/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=37924 CPUtime=7.89
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 11380 0 0 0 751 38 0 0 25 0 1 0 187710561 38834176 8747 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9481 8747 573 886 0 8591 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 37924

[startup+8.70191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1822288/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=38156 CPUtime=8.69
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 12319 0 0 0 829 40 0 0 25 0 1 0 187710561 39071744 8805 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9539 8805 573 886 0 8649 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 38156

[startup+9.10194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1822288/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=38156 CPUtime=9.09
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 12319 0 0 0 867 42 0 0 25 0 1 0 187710561 39071744 8805 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9539 8805 573 886 0 8649 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 38156

[startup+9.30195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7785
/proc/meminfo: memFree=1822288/2055920 swapFree=4181748/4192956
[pid=7784] ppid=7782 vsize=38156 CPUtime=9.29
/proc/7784/stat : 7784 (pbscip.linux.x8) R 7782 7784 6883 0 -1 4194304 12319 0 0 0 887 42 0 0 25 0 1 0 187710561 39071744 8805 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7784/statm: 9539 8805 573 886 0 8649 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 38156

Child status: 0
Real time (s): 9.34469
CPU time (s): 9.34358
CPU user time (s): 8.90864
CPU system time (s): 0.434933
CPU usage (%): 99.9881
Max. virtual memory (cumulated for all children) (KiB): 38156

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

runsolver used 0.009998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-17 03:11:41
IDJOB=1870386
IDBENCH=48192
IDSOLVER=683
FILE ID=node22/1870386-1245201101
PBS_JOBID= 9368290
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870386-1245201101/watcher-1870386-1245201101 -o /tmp/evaluation-result-1870386-1245201101/solver-1870386-1245201101 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870386-1245201101.opb

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

MD5SUM BENCH= 7197f7f0f9b455050f9ff30066ca0a9a
RANDOM SEED=1859773171

node22.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.231
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.231
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:       1856248 kB
Buffers:         46804 kB
Cached:         103480 kB
SwapCached:       5504 kB
Active:          86804 kB
Inactive:        71376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856248 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          12960 kB
Slab:            27556 kB
Committed_AS:   173184 kB
PageTables:       1372 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= 66148 MiB
End job on node22 at 2009-06-17 03:11:51