Trace number 2703649

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverWrong Cert. 50.7173 50.7281

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-misc07.opb
MD5SUMb1761bf0e311c0b003abbb09c6bb25fe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1076618240
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1076618240
Optimality of the best value was proved NO
Number of variables290
Total number of constraints212
Number of constraints which are clauses127
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints72
Minimum length of a constraint8
Maximum length of a constraint263
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3287948287
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703649-1278559936.opb>
0.01/0.02	c original problem has 290 variables (290 bin, 0 int, 0 impl, 0 cont) and 212 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.04	c (round 1) 7 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 10 clqs
0.01/0.05	c (round 2) 7 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 184 upgd conss, 0 impls, 10 clqs
0.09/0.17	c (round 3) 33 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 184 upgd conss, 7472 impls, 10 clqs
0.09/0.18	c presolving (4 rounds):
0.09/0.18	c  33 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  7472 implications, 10 cliques
0.09/0.18	c presolved problem has 257 variables (257 bin, 0 int, 0 impl, 0 cont) and 212 constraints
0.09/0.18	c      47 constraints of type <knapsack>
0.09/0.18	c      10 constraints of type <setppc>
0.09/0.18	c      28 constraints of type <linear>
0.09/0.18	c     127 constraints of type <logicor>
0.09/0.18	c transformed objective value is always integral (scale: 2)
0.09/0.18	c Presolving Time: 0.15
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.3
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1789.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 1620
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c   0.2s|     1 |     0 |    62 |     - |2243k|   0 |  23 | 257 | 212 | 257 | 212 |   0 |   0 |   0 | 1.075191e+09 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |   630 |     - |2626k|   0 |  24 | 257 | 293 | 257 | 217 |   5 |   0 |   0 | 1.075191e+09 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   658 |     - |2915k|   0 |  30 | 257 | 293 | 257 | 219 |   7 |   0 |   0 | 1.075191e+09 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   680 |     - |3450k|   0 |  29 | 257 | 293 | 257 | 221 |   9 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |   698 |     - |3999k|   0 |  35 | 257 | 293 | 257 | 224 |  12 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   738 |     - |4655k|   0 |  31 | 257 | 293 | 257 | 227 |  15 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |   771 |     - |5234k|   0 |  31 | 257 | 293 | 257 | 229 |  17 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |   795 |     - |5479k|   0 |  41 | 257 | 293 | 257 | 235 |  23 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   810 |     - |5510k|   0 |  44 | 257 | 293 | 257 | 238 |  26 |   0 |   0 | 1.075201e+09 |      --      |    Inf 
1.00/1.10	c   1.1s|     1 |     2 |   810 |     - |5511k|   0 |  44 | 257 | 293 | 257 | 238 |  26 |   0 |  11 | 1.075201e+09 |      --      |    Inf 
3.89/3.92	o 1077950464
3.89/3.92	c f 3.9s|    84 |    51 |  3396 |  31.2 |5605k|  17 |   - | 257 | 297 | 257 | 229 |  26 |   4 | 583 | 1.075201e+09 | 1.077950e+09 |   0.26%
6.09/6.10	o 1077945344
6.09/6.10	c * 6.1s|   257 |   168 |  6626 |  22.7 |5799k|  27 |   - | 257 | 314 | 257 | 229 |  26 |  22 |1144 | 1.075242e+09 | 1.077945e+09 |   0.25%
7.29/7.38	o 1077914624
7.29/7.38	c * 7.4s|   438 |   194 |  9583 |  20.1 |5922k|  39 |   - | 257 | 335 | 257 | 229 |  26 |  43 |1410 | 1.075280e+09 | 1.077915e+09 |   0.25%
7.70/7.73	o 1077883904
7.70/7.73	c * 7.7s|   502 |   232 | 10389 |  19.1 |5985k|  44 |   - | 257 | 348 | 257 | 229 |  26 |  58 |1478 | 1.075288e+09 | 1.077884e+09 |   0.24%
7.79/7.89	o 1077878784
7.79/7.89	c * 7.9s|   543 |   253 | 11039 |  18.9 |6025k|  46 |   - | 257 | 351 | 257 | 229 |  26 |  61 |1501 | 1.075320e+09 | 1.077879e+09 |   0.24%
7.89/7.95	o 1077653504
7.89/7.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.89/7.95	c * 7.9s|   551 |   240 | 11172 |  18.8 |6023k|  47 |   - | 257 | 351 | 257 | 229 |  26 |  61 |1519 | 1.075324e+09 | 1.077654e+09 |   0.22%
8.18/8.23	o 1077638144
8.18/8.23	c * 8.2s|   607 |   262 | 12027 |  18.5 |6081k|  52 |   - | 257 | 364 | 257 | 229 |  26 |  78 |1567 | 1.075331e+09 | 1.077638e+09 |   0.21%
10.29/10.36	o 1077571584
10.29/10.36	c *10.3s|  1140 |   388 | 19623 |  16.5 |6455k|  75 |   - | 257 | 526 | 257 | 229 |  26 | 274 |1854 | 1.075441e+09 | 1.077572e+09 |   0.20%
10.39/10.48	o 1077535744
10.39/10.48	c *10.5s|  1183 |   386 | 20104 |  16.3 |6473k|  77 |   - | 257 | 537 | 257 | 229 |  26 | 288 |1870 | 1.075441e+09 | 1.077536e+09 |   0.19%
10.79/10.90	o 1077525504
10.79/10.90	c *10.9s|  1351 |   434 | 22152 |  15.8 |6596k|  79 |   - | 257 | 567 | 257 | 229 |  26 | 331 |1895 | 1.075452e+09 | 1.077526e+09 |   0.19%
10.90/10.92	o 1076982784
10.90/10.92	c *10.9s|  1363 |   287 | 22218 |  15.7 |6303k|  79 |   - | 257 | 568 | 257 | 229 |  26 | 333 |1895 | 1.075452e+09 | 1.076983e+09 |   0.14%
10.90/10.92	o 1076977664
10.90/10.92	c *10.9s|  1364 |   286 | 22219 |  15.7 |6306k|  79 |   - | 257 | 568 | 257 | 229 |  26 | 333 |1895 | 1.075452e+09 | 1.076978e+09 |   0.14%
11.78/11.83	o 1076854784
11.78/11.83	c *11.8s|  1765 |   326 | 26692 |  14.7 |6475k|  93 |   - | 257 | 629 | 257 | 229 |  26 | 428 |1910 | 1.075500e+09 | 1.076855e+09 |   0.13%
13.49/13.52	o 1076803584
13.49/13.52	c *13.5s|  2550 |   445 | 34994 |  13.4 |6865k|  93 |   - | 257 | 739 | 257 | 229 |  26 | 623 |1941 | 1.075580e+09 | 1.076804e+09 |   0.11%
15.49/15.54	o 1076762624
15.49/15.54	c *15.5s|  3416 |   537 | 45284 |  13.0 |7230k| 103 |   - | 257 | 849 | 257 | 229 |  26 | 792 |1964 | 1.075666e+09 | 1.076763e+09 |   0.10%
19.29/19.38	o 1076752384
19.29/19.38	c *19.4s|  5292 |   691 | 64255 |  12.0 |7879k| 103 |   - | 257 |1015 | 257 | 229 |  26 |1222 |1972 | 1.075753e+09 | 1.076752e+09 |   0.09%
19.89/19.98	o 1076726784
19.89/19.98	c *20.0s|  5609 |   686 | 67183 |  11.8 |7928k| 103 |   - | 257 |1053 | 257 | 229 |  26 |1314 |1973 | 1.075772e+09 | 1.076727e+09 |   0.09%
20.49/20.57	o 1076685824
20.49/20.57	c *20.5s|  5864 |   660 | 69918 |  11.8 |7906k| 103 |   - | 257 |1074 | 257 | 229 |  26 |1376 |1973 | 1.075772e+09 | 1.076686e+09 |   0.08%
21.09/21.11	o 1076619264
21.09/21.11	c *21.1s|  6135 |   623 | 72752 |  11.7 |7771k| 103 |   - | 257 |1086 | 257 | 229 |  26 |1432 |1973 | 1.075777e+09 | 1.076619e+09 |   0.08%
28.60/28.66	c  28.6s| 10000 |   732 |107286 |  10.6 |8560k| 103 |  22 | 257 |1087 | 257 | 229 |  26 |2201 |1976 | 1.075941e+09 | 1.076619e+09 |   0.06%
46.58/46.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.68	c  46.7s| 20000 |   533 |184806 |   9.2 |8905k| 104 |  33 | 257 |1320 | 257 | 229 |  26 |4060 |1979 | 1.076242e+09 | 1.076619e+09 |   0.04%
50.68/50.71	c 
50.68/50.71	c SCIP Status        : problem is solved [optimal solution found]
50.68/50.71	c Solving Time (sec) : 50.68
50.68/50.71	c Solving Nodes      : 22168
50.68/50.71	c Primal Bound       : +1.07661926400000e+09 (19 solutions)
50.68/50.71	c Dual Bound         : +1.07661926400000e+09
50.68/50.71	c Gap                : 0.00 %
50.68/50.71	s OPTIMUM FOUND
50.68/50.71	v -x92 -x59 -x26 -x282 -x249 -x216 -x161 -x160 -x159 -x128 -x127 -x126 -x1 -x94 -x61 -x28 -x284 -x251 -x218 -x214 -x93 -x60 -x27 
50.68/50.71	v -x283 -x250 -x217 -x112 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 x169 -x167 x166 -x165 x164 -x163 x162 -x158 -x156 -x155 
50.68/50.71	v -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x134 -x133 
50.68/50.71	v -x132 -x131 -x130 -x129 -x125 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x111 x110 -x109 -x108 -x107 -x106 -x105 
50.68/50.71	v -x104 -x103 -x102 -x100 -x99 -x98 -x97 x96 -x95 -x91 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x78 -x77 -x76 -x75 
50.68/50.71	v -x74 -x73 -x72 -x71 -x70 -x69 -x67 -x66 x65 -x64 -x63 -x62 -x58 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x45 -x44 
50.68/50.71	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x34 -x33 -x32 -x31 -x30 x29 -x25 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 
50.68/50.71	v -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x290 -x289 -x288 -x287 -x286 x285 -x281 -x279 -x278 -x277 -x276 -x275 -x274 -x273 
50.68/50.71	v -x272 -x271 -x270 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x257 -x256 -x255 -x254 -x253 -x252 x248 -x246 
50.68/50.71	v -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x224 -x223 
50.68/50.71	v -x222 -x221 -x220 -x219 x215 -x213 -x212 -x211 -x179 -x168 x157 -x146 -x135 -x124 -x113 -x101 -x90 -x79 -x68 -x57 -x46 -x35 
50.68/50.71	v -x24 -x13 -x2 -x280 -x269 -x258 -x247 -x236 -x225 x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 x199 -x198 
50.68/50.71	v x197 x196 x195 x194 x193 -x192 x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 
50.68/50.71	c SCIP Status        : problem is solved [optimal solution found]
50.68/50.71	c Solving Time       :      50.68
50.68/50.71	c Original Problem   :
50.68/50.71	c   Problem name     : HOME/instance-2703649-1278559936.opb
50.68/50.71	c   Variables        : 290 (290 binary, 0 integer, 0 implicit integer, 0 continuous)
50.68/50.71	c   Constraints      : 212 initial, 212 maximal
50.68/50.71	c Presolved Problem  :
50.68/50.71	c   Problem name     : t_HOME/instance-2703649-1278559936.opb
50.68/50.71	c   Variables        : 257 (257 binary, 0 integer, 0 implicit integer, 0 continuous)
50.68/50.71	c   Constraints      : 212 initial, 1385 maximal
50.68/50.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
50.68/50.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   dualfix          :       0.00          6          0          0          0          0          0          0          0
50.68/50.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   probing          :       0.12         26          0          0          0          0          0          0          0
50.68/50.71	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
50.68/50.71	c   setppc           :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   linear           :       0.01          1          0          0          0          0          0          0          0
50.68/50.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
50.68/50.71	c   root node        :          -          8          -          -          8          -          -          -          -
50.68/50.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
50.68/50.71	c   integral         :          0          0          0      11679          0         40        259          0          0      22854
50.68/50.71	c   knapsack         :         47          8      65785         18          8        390      50008          0          0          0
50.68/50.71	c   setppc           :         10          8      65299          1          8        235      86219          0          0          0
50.68/50.71	c   linear           :         28+         9      65144          1          0        938     123082         21          0          0
50.68/50.71	c   logicor          :        127+         8      38681         11          8        814      18068          0          0          0
50.68/50.71	c   countsols        :          0          0          0         18          8          0          0          0          0          0
50.68/50.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
50.68/50.71	c   integral         :       6.74       0.00       0.00       6.74       0.00
50.68/50.71	c   knapsack         :       1.75       0.00       1.75       0.00       0.00
50.68/50.71	c   setppc           :       0.43       0.00       0.43       0.00       0.00
50.68/50.71	c   linear           :       4.45       0.01       4.44       0.00       0.00
50.68/50.71	c   logicor          :       2.00       0.00       2.00       0.00       0.00
50.68/50.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
50.68/50.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
50.68/50.71	c   vbounds          :       0.03          2          0          0
50.68/50.71	c   rootredcost      :       0.03         19          0          0
50.68/50.71	c   pseudoobj        :       0.24      65397        106        346
50.68/50.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
50.68/50.71	c   propagation      :       0.40       2411       2373      10201       65.5        217        8.8          -
50.68/50.71	c   infeasible LP    :       0.15        775        538       2179       39.5          9        5.1          0
50.68/50.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
50.68/50.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
50.68/50.71	c   pseudo solution  :       0.00          6          4          4        2.8          2       29.5          -
50.68/50.71	c   applied globally :          -          -          -       3009       15.7          -          -          -
50.68/50.71	c   applied locally  :          -          -          -       1562       59.7          -          -          -
50.68/50.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
50.68/50.71	c   cut pool         :       0.00          7          -          -        169          -    (maximal pool size: 599)
50.68/50.71	c   redcost          :       0.80      20050          0     109736          0          0
50.68/50.71	c   impliedbounds    :       0.00          8          0          0          0          0
50.68/50.71	c   intobj           :       0.00          0          0          0          0          0
50.68/50.71	c   cgmip            :       0.00          0          0          0          0          0
50.68/50.71	c   gomory           :       0.09          8          0          0        442          0
50.68/50.71	c   strongcg         :       0.09          8          0          0        460          0
50.68/50.71	c   cmir             :       0.02          8          0          0          0          0
50.68/50.71	c   flowcover        :       0.09          8          0          0          0          0
50.68/50.71	c   clique           :       0.00          8          0          0          0          0
50.68/50.71	c   zerohalf         :       0.00          0          0          0          0          0
50.68/50.71	c   mcf              :       0.00          1          0          0          0          0
50.68/50.71	c   rapidlearning    :       0.26          1          0          0          0         81
50.68/50.71	c Pricers            :       Time      Calls       Vars
50.68/50.71	c   problem variables:       0.00          0          0
50.68/50.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
50.68/50.71	c   relpscost        :       6.72      11661         40        259          0          0      22854
50.68/50.71	c   pscost           :       0.00          0          0          0          0          0          0
50.68/50.71	c   inference        :       0.00          8          0          0          0          0         16
50.68/50.71	c   mostinf          :       0.00          0          0          0          0          0          0
50.68/50.71	c   leastinf         :       0.00          0          0          0          0          0          0
50.68/50.71	c   fullstrong       :       0.00          0          0          0          0          0          0
50.68/50.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
50.68/50.71	c   random           :       0.00          0          0          0          0          0          0
50.68/50.71	c Primal Heuristics  :       Time      Calls      Found
50.68/50.71	c   LP solutions     :       0.01          -         18
50.68/50.71	c   pseudo solutions :       0.00          -          0
50.68/50.71	c   oneopt           :       0.01         19          0
50.68/50.71	c   feaspump         :       0.08          1          0
50.68/50.71	c   rootsoldiving    :       0.02          3          0
50.68/50.71	c   coefdiving       :       0.14          6          0
50.68/50.71	c   pscostdiving     :       0.07          6          0
50.68/50.71	c   fracdiving       :       0.04          6          1
50.68/50.71	c   veclendiving     :       0.02          6          0
50.68/50.71	c   linesearchdiving :       0.02          6          0
50.68/50.71	c   guideddiving     :       0.03          6          0
50.68/50.71	c   objpscostdiving  :       0.02          4          0
50.68/50.71	c   crossover        :       0.73         14          0
50.68/50.71	c   trivial          :       0.00          2          0
50.68/50.71	c   simplerounding   :       0.01          0          0
50.68/50.71	c   zirounding       :       0.04       1000          0
50.68/50.71	c   rounding         :       0.17       1542          0
50.68/50.71	c   shifting         :       0.51        463          0
50.68/50.71	c   intshifting      :       0.00          0          0
50.68/50.71	c   twoopt           :       0.00          0          0
50.68/50.71	c   fixandinfer      :       0.00          0          0
50.68/50.71	c   intdiving        :       0.00          0          0
50.68/50.71	c   actconsdiving    :       0.00          0          0
50.68/50.71	c   octane           :       0.00          0          0
50.68/50.71	c   rens             :       0.04          1          0
50.68/50.71	c   rins             :       0.00          0          0
50.68/50.71	c   localbranching   :       0.00          0          0
50.68/50.71	c   mutation         :       0.00          0          0
50.68/50.71	c   dins             :       0.00          0          0
50.68/50.71	c   undercover       :       0.00          0          0
50.68/50.71	c   nlp              :       0.01          0          0
50.68/50.71	c   trysol           :       0.01          0          0
50.68/50.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
50.68/50.71	c   primal LP        :       0.00          0          0       0.00          -
50.68/50.71	c   dual LP          :      24.52      20711     194227       9.38    7921.73
50.68/50.71	c   lex dual LP      :       0.00          0          0       0.00          -
50.68/50.71	c   barrier LP       :       0.00          0          0       0.00          -
50.68/50.71	c   diving/probing LP:       0.36        236       2991      12.67    8378.36
50.68/50.71	c   strong branching :       6.46       1979      55799      28.20    8633.85
50.68/50.71	c     (at root node) :          -         11       1097      99.73          -
50.68/50.71	c   conflict analysis:       0.00          0          0       0.00          -
50.68/50.71	c B&B Tree           :
50.68/50.71	c   number of runs   :          1
50.68/50.71	c   nodes            :      22168
50.68/50.71	c   nodes (total)    :      22168
50.68/50.71	c   nodes left       :          0
50.68/50.71	c   max depth        :        104
50.68/50.71	c   max depth (total):        104
50.68/50.71	c   backtracks       :       2597 (11.7%)
50.68/50.71	c   delayed cutoffs  :        121
50.68/50.71	c   repropagations   :       8090 (8326 domain reductions, 120 cutoffs)
50.68/50.71	c   avg switch length:       5.96
50.68/50.71	c   switching time   :       2.94
50.68/50.71	c Solution           :
50.68/50.71	c   Solutions found  :         19 (19 improvements)
50.68/50.71	c   First Solution   : +1.07795046400000e+09   (in run 1, after 84 nodes, 3.90 seconds, depth 29, found by <fracdiving>)
50.68/50.71	c   Primal Bound     : +1.07661926400000e+09   (in run 1, after 6135 nodes, 21.09 seconds, depth 43, found by <relaxation>)
50.68/50.71	c   Dual Bound       : +1.07661926400000e+09
50.68/50.71	c   Gap              :       0.00 %
50.68/50.71	c   Root Dual Bound  : +1.07520102400000e+09
50.68/50.71	c   Root Iterations  :        810
50.68/50.72	c Time complete: 50.71.

Verifier Data

FAILED
ERROR: unsatisfied constraint on line 0
	1073741824=1073740800

Falsified constraint is:
-102400*x225[=0] -102400*x236[=0] -102400*x247[=0] -112640*x258[=0] -112640*x269[=0] -112640*x280[=0] -506880*x2[=0] -506880*x13[=0] -506880*x24[=0] -455680*x35[=0] -455680*x46[=0] -455680*x57[=0] -307200*x68[=0] -307200*x79[=0] -307200*x90[=0] -112640*x101[=0] -112640*x113[=0] -112640*x124[=0] -296960*x135[=0] -296960*x146[=0] -296960*x157[=1] -230400*x168[=0] -230400*x179[=0] -230400*x211[=0] -102400*x212[=0] -102400*x213[=0] -102400*x215[=1] -112640*x219[=0] -112640*x220[=0] -112640*x221[=0] -583680*x222[=0] -583680*x223[=0] -583680*x224[=0] -552960*x226[=0] -552960*x227[=0] -552960*x228[=0] -409600*x229[=0] -409600*x230[=0] -409600*x231[=0] -184320*x232[=0] -184320*x233[=0] -184320*x234[=0] -389120*x235[=0] -389120*x237[=0] -389120*x238[=0] -322560*x239[=0] -322560*x240[=0] -322560*x241[=0] -112640*x242[=0] -112640*x243[=0] -112640*x244[=0] -112640*x245[=0] -112640*x246[=0] -112640*x248[=1] -481280*x252[=0] -481280*x253[=0] -481280*x254[=0] -471040*x255[=0] -471040*x256[=0] -471040*x257[=0] -373760*x259[=0] -373760*x260[=0] -373760*x261[=0] -102400*x262[=0] -102400*x263[=0] -102400*x264[=0] -312320*x265[=0] -312320*x266[=0] -312320*x267[=0] -327680*x268[=0] -327680*x270[=0] -327680*x271[=0] -506880*x272[=0] -506880*x273[=0] -506880*x274[=0] -583680*x275[=0] -583680*x276[=0] -583680*x277[=0] -481280*x278[=0] -481280*x279[=0] -481280*x281[=0] -163840*x285[=1] -163840*x286[=0] -163840*x287[=0] -363520*x288[=0] -363520*x289[=0] -363520*x290[=0] -399360*x3[=0] -399360*x4[=0] -399360*x5[=0] -230400*x6[=0] -230400*x7[=0] -230400*x8[=0] -486400*x9[=0] -486400*x10[=0] -486400*x11[=0] -455680*x12[=0] -455680*x14[=0] -455680*x15[=0] -552960*x16[=0] -552960*x17[=0] -552960*x18[=0] -471040*x19[=0] -471040*x20[=0] -471040*x21[=0] -163840*x22[=0] -163840*x23[=0] -163840*x25[=0] -230400*x29[=1] -230400*x30[=0] -230400*x31[=0] -373760*x32[=0] -373760*x33[=0] -373760*x34[=0] -163840*x36[=0] -163840*x37[=0] -163840*x38[=0] -368640*x39[=0] -368640*x40[=0] -368640*x41[=0] -307200*x42[=0] -307200*x43[=0] -307200*x44[=0] -409600*x45[=0] -409600*x47[=0] -409600*x48[=0] -373760*x49[=0] -373760*x50[=0] -373760*x51[=0] -363520*x52[=0] -363520*x53[=0] -363520*x54[=0] -230400*x55[=0] -230400*x56[=0] -230400*x58[=0] -276480*x62[=0] -276480*x63[=0] -276480*x64[=0] -163840*x65[=1] -163840*x66[=0] -163840*x67[=0] -143360*x69[=0] -143360*x70[=0] -143360*x71[=0] -112640*x72[=0] -112640*x73[=0] -112640*x74[=0] -184320*x75[=0] -184320*x76[=0] -184320*x77[=0] -102400*x78[=0] -102400*x80[=0] -102400*x81[=0] -399360*x82[=0] -399360*x83[=0] -399360*x84[=0] -373760*x85[=0] -373760*x86[=0] -373760*x87[=0] -276480*x88[=0] -276480*x89[=0] -276480*x91[=0] -209920*x95[=0] -209920*x96[=1] -209920*x97[=0] -256000*x98[=0] -256000*x99[=0] -256000*x100[=0] -296960*x102[=0] -296960*x103[=0] -296960*x104[=0] -389120*x105[=0] -389120*x106[=0] -389120*x107[=0] -312320*x108[=0] -312320*x109[=0] -312320*x110[=1] -230400*x111[=1] -230400*x114[=0] -230400*x115[=0] -163840*x116[=0] -163840*x117[=0] -163840*x118[=0] -163840*x119[=0] -163840*x120[=0] -163840*x121[=0] -209920*x122[=0] -209920*x123[=1] -209920*x125[=0] -261120*x129[=0] -261120*x130[=0] -261120*x131[=0] -230400*x132[=0] -230400*x133[=0] -230400*x134[=0] -322560*x136[=0] -322560*x137[=0] -322560*x138[=0] -327680*x139[=0] -327680*x140[=0] -327680*x141[=0] -486400*x142[=0] -486400*x143[=0] -486400*x144[=0] -368640*x145[=0] -368640*x147[=0] -368640*x148[=0] -143360*x149[=0] -143360*x150[=0] -143360*x151[=0] -256000*x152[=0] -256000*x153[=0] -256000*x154[=0] -261120*x155[=0] -261120*x156[=0] -261120*x158[=0] -307200*x162[=1] -307200*x163[=0] -76800*x164[=1] -76800*x165[=0] -76800*x166[=1] -76800*x167[=0] -76800*x169[=1] -76800*x170[=0] -76800*x171[=1] -76800*x172[=0] -76800*x173[=1] -76800*x174[=0] -76800*x175[=1] -76800*x176[=0] -76800*x177[=1] -76800*x178[=0] +1*x180[=0] +2*x181[=0] +4*x182[=0] +8*x183[=0] +16*x184[=0] +32*x185[=0] +64*x186[=0] +128*x187[=0] +256*x188[=0] +512*x189[=0] +1024*x190[=0] +2048*x191[=1] +4096*x192[=0] +8192*x193[=1] +16384*x194[=1] +32768*x195[=1] +65536*x196[=1] +131072*x197[=1] +262144*x198[=0] +524288*x199[=1] +1048576*x200[=0] +2097152*x201[=1] +4194304*x202[=0] +8388608*x203[=0] +16777216*x204[=0] +33554432*x205[=0] +67108864*x206[=0] +134217728*x207[=0] +268435456*x208[=0] +536870912*x209[=0] +1073741824*x210[=1] = 1073740800 

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703649-1278559936/watcher-2703649-1278559936 -o /tmp/evaluation-result-2703649-1278559936/solver-2703649-1278559936 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703649-1278559936.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 30573
/proc/meminfo: memFree=1780160/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=7904 CPUtime=0
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 1039 0 0 0 0 0 0 0 18 0 1 0 24200091 8093696 951 1992294400 4194304 8395647 140734028515056 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30573/statm: 1976 959 365 1026 0 946 0

[startup+0.0253639 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 30573
/proc/meminfo: memFree=1780160/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=10680 CPUtime=0.01
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 1979 0 0 0 1 0 0 0 20 0 1 0 24200091 10936320 1891 1992294400 4194304 8395647 140734028515056 18446744073709551615 4327576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30573/statm: 2670 1891 393 1026 0 1640 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10680

[startup+0.101371 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 30573
/proc/meminfo: memFree=1780160/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=16632 CPUtime=0.09
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 3579 0 0 0 8 1 0 0 20 0 1 0 24200091 17031168 3137 1992294400 4194304 8395647 140734028515056 18446744073709551615 5006288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 4158 3137 503 1026 0 3128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16632

[startup+0.301388 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 30573
/proc/meminfo: memFree=1780160/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=18548 CPUtime=0.29
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 4256 0 0 0 28 1 0 0 20 0 1 0 24200091 18993152 3792 1992294400 4194304 8395647 140734028515056 18446744073709551615 6013843 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 4637 3792 608 1026 0 3607 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18548

[startup+0.701423 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 30573
/proc/meminfo: memFree=1780160/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=30268 CPUtime=0.69
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 7128 0 0 0 65 4 0 0 20 0 1 0 24200091 30994432 6664 1992294400 4194304 8395647 140734028515056 18446744073709551615 6148712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7567 6664 636 1026 0 6537 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30268

[startup+1.50149 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1755972/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=28964 CPUtime=1.5
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 7994 0 0 0 143 7 0 0 23 0 1 0 24200091 29659136 6491 1992294400 4194304 8395647 140734028515056 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7241 6491 643 1026 0 6211 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 28964

[startup+3.10063 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1755848/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=28964 CPUtime=3.09
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 7995 0 0 0 298 11 0 0 25 0 1 0 24200091 29659136 6492 1992294400 4194304 8395647 140734028515056 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7241 6492 644 1026 0 6211 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28964

[startup+6.30091 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1755476/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=28964 CPUtime=6.29
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 7996 0 0 0 608 21 0 0 25 0 1 0 24200091 29659136 6493 1992294400 4194304 8395647 140734028515056 18446744073709551615 4910721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7241 6493 644 1026 0 6211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28964

[startup+12.7005 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1755600/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=29260 CPUtime=12.69
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 11807 0 0 0 1233 36 0 0 25 0 1 0 24200091 29962240 6538 1992294400 4194304 8395647 140734028515056 18446744073709551615 5540746 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7315 6538 645 1026 0 6285 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29260

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1755600/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=28964 CPUtime=25.49
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 22525 0 0 0 2484 65 0 0 25 0 1 0 24200091 29659136 6595 1992294400 4194304 8395647 140734028515056 18446744073709551615 4911685 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7241 6595 743 1026 0 6211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28964

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

[startup+38.3007 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1754360/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=30324 CPUtime=38.29
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 29286 0 0 0 3739 90 0 0 25 0 1 0 24200091 31051776 6935 1992294400 4194304 8395647 140734028515056 18446744073709551615 4471442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7581 6935 743 1026 0 6551 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 30324

[startup+44.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1754360/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=30324 CPUtime=44.68
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 29286 0 0 0 4369 99 0 0 25 0 1 0 24200091 31051776 6935 1992294400 4194304 8395647 140734028515056 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7581 6935 743 1026 0 6551 0
Current children cumulated CPU time (s) 44.68
Current children cumulated vsize (KiB) 30324

[startup+47.9005 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1753616/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=31012 CPUtime=47.88
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 31495 0 0 0 4681 107 0 0 25 0 1 0 24200091 31756288 7107 1992294400 4194304 8395647 140734028515056 18446744073709551615 4962591 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7753 7107 743 1026 0 6723 0
Current children cumulated CPU time (s) 47.88
Current children cumulated vsize (KiB) 31012

[startup+49.5087 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1753616/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=31012 CPUtime=49.48
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 31495 0 0 0 4839 109 0 0 25 0 1 0 24200091 31756288 7107 1992294400 4194304 8395647 140734028515056 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7753 7107 743 1026 0 6723 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 31012

[startup+50.3007 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1753616/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=31012 CPUtime=50.28
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 31495 0 0 0 4917 111 0 0 25 0 1 0 24200091 31756288 7107 1992294400 4194304 8395647 140734028515056 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7753 7107 743 1026 0 6723 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 31012

[startup+50.7008 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 30574
/proc/meminfo: memFree=1753616/2059040 swapFree=4139820/4192956
[pid=30573] ppid=30571 vsize=31012 CPUtime=50.68
/proc/30573/stat : 30573 (pbscip.linux.x8) R 30571 30573 28067 0 -1 4202496 31495 0 0 0 4956 112 0 0 25 0 1 0 24200091 31756288 7107 1992294400 4194304 8395647 140734028515056 18446744073709551615 4911298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30573/statm: 7753 7107 743 1026 0 6723 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 31012

Child status: 0
Real time (s): 50.7281
CPU time (s): 50.7173
CPU user time (s): 49.5905
CPU system time (s): 1.12683
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 40584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5905
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31498
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= 1
involuntary context switches= 177

runsolver used 0.081987 second user time and 0.253961 second system time

The end

Launcher Data

Begin job on node055 at 2010-07-08 05:32:16
IDJOB=2703649
IDBENCH=2501
IDSOLVER=1213
FILE ID=node055/2703649-1278559936
PBS_JOBID= 11239487
Free space on /tmp= 62580 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-misc07.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-2703649-1278559936/watcher-2703649-1278559936 -o /tmp/evaluation-result-2703649-1278559936/solver-2703649-1278559936 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703649-1278559936.opb -t 1800 -m 1800

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

MD5SUM BENCH= b1761bf0e311c0b003abbb09c6bb25fe
RANDOM SEED=105159000

node055.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.224
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.44
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.224
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1780688 kB
Buffers:          8576 kB
Cached:         181808 kB
SwapCached:       6608 kB
Active:          45816 kB
Inactive:       158056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1780688 kB
SwapTotal:     4192956 kB
SwapFree:      4139820 kB
Dirty:           10476 kB
Writeback:          12 kB
AnonPages:       11412 kB
Mapped:          11872 kB
Slab:            52412 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179668 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= 62572 MiB
End job on node055 at 2010-07-08 05:33:07