Trace number 2665589

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)182 1800.08 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark182
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
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 constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 465
Number of bits of the biggest sum of numbers9
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665589-1276372851.opb>
0.00/0.02	c original problem has 465 variables (465 bin, 0 int, 0 impl, 0 cont) and 465 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 465
0.00/0.03	c feasible solution found by trivial heuristic, objective value  4.650000e+02
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 48 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.00/0.04	c (round 2) 0 del vars, 1 del conss, 0 chg bounds, 1 chg sides, 48 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.00/0.05	c (round 3) 0 del vars, 1 del conss, 0 chg bounds, 1 chg sides, 48 chg coeffs, 464 upgd conss, 2 impls, 0 clqs
0.00/0.06	c (round 4) 0 del vars, 7 del conss, 0 chg bounds, 130 chg sides, 336 chg coeffs, 464 upgd conss, 220 impls, 0 clqs
0.00/0.07	c (round 5) 0 del vars, 48 del conss, 0 chg bounds, 256 chg sides, 551 chg coeffs, 464 upgd conss, 220 impls, 0 clqs
0.00/0.08	c (round 6) 0 del vars, 61 del conss, 0 chg bounds, 276 chg sides, 590 chg coeffs, 464 upgd conss, 220 impls, 0 clqs
0.00/0.08	c (round 7) 0 del vars, 61 del conss, 0 chg bounds, 277 chg sides, 591 chg coeffs, 464 upgd conss, 220 impls, 0 clqs
0.00/0.09	c    (0.1s) probing: 101/465 (21.7%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.09	c presolving (8 rounds):
0.00/0.09	c  0 deleted vars, 61 deleted constraints, 0 tightened bounds, 0 added holes, 277 changed sides, 591 changed coefficients
0.00/0.09	c  220 implications, 0 cliques
0.00/0.09	c presolved problem has 465 variables (465 bin, 0 int, 0 impl, 0 cont) and 536 constraints
0.00/0.09	c     442 constraints of type <knapsack>
0.00/0.09	c      92 constraints of type <setppc>
0.00/0.09	c       2 constraints of type <logicor>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.05
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c # SCIP version 1.2.1.2
0.00/0.09	c 
0.00/0.09	c # frequency for displaying node information lines
0.00/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.09	c display/freq = 10000
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09	c limits/time = 1799.98
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.09	c limits/memory = 1620
0.00/0.09	c 
0.00/0.09	c # should presolving try to simplify inequalities
0.00/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c constraints/linear/simplifyinequalities = TRUE
0.00/0.09	c 
0.00/0.09	c # should presolving try to simplify knapsacks
0.00/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.09	c 
0.00/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.09	c separating/rapidlearning/freq = 0
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c 
0.29/0.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c t 0.3s|     1 |     0 |   925 |     - |2525k|   0 | 287 | 465 | 536 | 465 | 536 |   0 |   0 |   0 | 1.427607e+02 | 4.650000e+02 | 225.72%
0.29/0.39	o 306
0.29/0.39	c r 0.3s|     1 |     0 |   925 |     - |2539k|   0 | 287 | 465 | 536 | 465 | 536 |   0 |   0 |   0 | 1.427607e+02 | 3.060000e+02 | 114.34%
0.29/0.40	o 305
0.29/0.40	c R 0.3s|     1 |     0 |   925 |     - |2552k|   0 | 287 | 465 | 536 | 465 | 536 |   0 |   0 |   0 | 1.427607e+02 | 3.050000e+02 | 113.64%
0.39/0.41	o 304
0.39/0.41	c s 0.3s|     1 |     0 |   925 |     - |2566k|   0 | 287 | 465 | 536 | 465 | 536 |   0 |   0 |   0 | 1.427607e+02 | 3.040000e+02 | 112.94%
1.29/1.36	c   1.3s|     1 |     0 |  1840 |     - |2828k|   0 | 349 | 465 | 536 | 465 | 754 | 218 |   0 |   0 | 1.510603e+02 | 3.040000e+02 | 101.24%
1.29/1.36	o 203
1.29/1.36	c b 1.3s|     1 |     0 |  1840 |     - |2842k|   0 | 349 | 465 | 536 | 465 | 754 | 218 |   0 |   0 | 1.510603e+02 | 2.030000e+02 |  34.38%
2.39/2.43	c   2.3s|     1 |     0 |  2745 |     - |3087k|   0 | 393 | 465 | 536 | 465 | 940 | 404 |   0 |   0 | 1.548438e+02 | 2.030000e+02 |  31.10%
3.49/3.59	c   3.5s|     1 |     0 |  3456 |     - |3285k|   0 | 394 | 465 | 536 | 465 |1097 | 561 |   0 |   0 | 1.570194e+02 | 2.030000e+02 |  29.28%
4.69/4.77	c   4.6s|     1 |     0 |  4024 |     - |3414k|   0 | 412 | 465 | 536 | 465 |1213 | 677 |   0 |   0 | 1.580339e+02 | 2.030000e+02 |  28.45%
5.99/6.08	c   5.9s|     1 |     0 |  4558 |     - |3497k|   0 | 408 | 465 | 536 | 465 |1294 | 758 |   0 |   0 | 1.586581e+02 | 2.030000e+02 |  27.95%
7.29/7.31	c   7.2s|     1 |     0 |  4847 |     - |3543k|   0 | 415 | 465 | 536 | 465 |1340 | 804 |   0 |   0 | 1.588145e+02 | 2.030000e+02 |  27.82%
8.18/8.25	c   8.1s|     1 |     0 |  4924 |     - |3550k|   0 | 413 | 465 | 536 | 465 |1347 | 811 |   0 |   0 | 1.588340e+02 | 2.030000e+02 |  27.81%
9.08/9.15	c   9.0s|     1 |     0 |  4948 |     - |3557k|   0 | 413 | 465 | 536 | 465 |1348 | 812 |   0 |   0 | 1.588354e+02 | 2.030000e+02 |  27.81%
20.08/20.14	c  19.8s|     1 |     2 |  4948 |     - |3578k|   0 | 413 | 465 | 536 | 465 |1348 | 812 |   0 |  29 | 1.588354e+02 | 2.030000e+02 |  27.81%
70.76/70.88	o 200
70.76/70.88	c p69.5s|    27 |    28 | 27125 | 853.0 |4430k|  14 |   - | 465 | 536 | 465 | 955 | 812 |   0 | 285 | 1.590905e+02 | 2.000000e+02 |  25.71%
70.76/70.88	o 200
70.76/70.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.76/70.88	c p69.5s|    27 |    28 | 27128 | 853.1 |4431k|  14 |   - | 465 | 536 | 465 | 955 | 812 |   0 | 285 | 1.590905e+02 | 2.000000e+02 |  25.71%
70.76/70.89	o 194
70.76/70.89	c p69.5s|    27 |    28 | 27153 | 854.0 |4437k|  14 |   - | 465 | 536 | 465 | 955 | 812 |   0 | 285 | 1.590905e+02 | 1.940000e+02 |  21.94%
70.86/70.90	o 193
70.86/70.90	c p69.5s|    27 |    28 | 27158 | 854.2 |4441k|  14 |   - | 465 | 536 | 465 | 955 | 812 |   0 | 285 | 1.590905e+02 | 1.930000e+02 |  21.31%
70.86/70.90	o 191
70.86/70.90	c p69.5s|    27 |    28 | 27159 | 854.3 |4442k|  14 |   - | 465 | 536 | 465 | 955 | 812 |   0 | 285 | 1.590905e+02 | 1.910000e+02 |  20.06%
218.92/219.04	o 190
218.92/219.04	c p 214s|   407 |   408 |394903 | 960.5 |4807k|  27 |   - | 465 | 554 | 465 | 955 | 812 |  18 | 423 | 1.593270e+02 | 1.900000e+02 |  19.25%
218.92/219.04	o 188
218.92/219.04	c p 214s|   407 |   408 |394907 | 960.5 |4808k|  27 |   - | 465 | 554 | 465 | 955 | 812 |  18 | 423 | 1.593270e+02 | 1.880000e+02 |  18.00%
376.76/376.98	o 185
376.76/376.98	c C 369s|   830 |   831 |798970 | 957.8 |4937k|  30 | 302 | 465 | 564 | 465 | 955 | 812 |  28 | 571 | 1.595029e+02 | 1.850000e+02 |  15.99%
736.15/736.42	o 182
736.15/736.42	c C 719s|  5200 |  2600 |  1737k| 333.3 |6162k| 118 |   - | 465 | 595 | 465 | 955 | 812 |  59 |1061 | 1.597416e+02 | 1.820000e+02 |  13.93%
1116.83/1117.20	c  1091s| 10000 |  4198 |  2828k| 282.4 |7530k| 118 | 368 | 465 | 613 | 465 | 955 | 812 |  83 |1396 | 1.598847e+02 | 1.820000e+02 |  13.83%
1800.03/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.62	c 
1800.03/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.62	c Solving Time (sec) : 1757.67
1800.03/1800.62	c Solving Nodes      : 18972
1800.03/1800.62	c Primal Bound       : +1.82000000000000e+02 (716 solutions)
1800.03/1800.62	c Dual Bound         : +1.60052939479198e+02
1800.03/1800.62	c Gap                : 13.71 %
1800.03/1800.62	s SATISFIABLE
1800.03/1800.62	v x465 x464 x463 -x462 -x461 -x460 -x459 -x458 x457 -x456 x455 x454 -x453 -x452 x451 -x450 -x449 -x448 x447 -x446 -x445 -x444 -x443 
1800.03/1800.62	v -x442 -x441 -x440 -x439 -x438 x437 -x436 -x435 -x434 x433 -x432 -x431 -x430 -x429 x428 -x427 -x426 -x425 -x424 x423 -x422 
1800.03/1800.62	v x421 x420 -x419 -x418 x417 x416 -x415 -x414 x413 x412 x411 x410 -x409 -x408 x407 -x406 -x405 -x404 -x403 -x402 -x401 x400 x399 
1800.03/1800.62	v x398 -x397 x396 x395 -x394 -x393 x392 -x391 -x390 -x389 x388 -x387 -x386 -x385 x384 x383 x382 x381 -x380 -x379 -x378 -x377 
1800.03/1800.62	v -x376 x375 -x374 x373 -x372 -x371 x370 -x369 -x368 -x367 -x366 x365 x364 -x363 x362 -x361 -x360 -x359 x358 x357 -x356 x355 x354 
1800.03/1800.62	v -x353 -x352 x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 x340 -x339 -x338 x337 x336 -x335 x334 -x333 x332 
1800.03/1800.62	v -x331 x330 x329 -x328 -x327 -x326 -x325 -x324 x323 -x322 -x321 x320 x319 -x318 -x317 -x316 x315 x314 -x313 -x312 x311 -x310 
1800.03/1800.62	v x309 -x308 -x307 -x306 -x305 -x304 x303 x302 -x301 -x300 -x299 -x298 -x297 x296 x295 x294 x293 -x292 x291 -x290 -x289 x288 
1800.03/1800.62	v -x287 -x286 -x285 x284 -x283 -x282 -x281 -x280 x279 -x278 x277 -x276 -x275 x274 x273 -x272 x271 x270 -x269 -x268 -x267 x266 -x265 
1800.03/1800.62	v x264 x263 -x262 -x261 -x260 x259 -x258 -x257 -x256 x255 -x254 -x253 -x252 -x251 -x250 x249 x248 -x247 -x246 -x245 -x244 
1800.03/1800.62	v -x243 -x242 -x241 x240 x239 x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 x227 x226 -x225 x224 -x223 x222 -x221 
1800.03/1800.62	v -x220 -x219 -x218 x217 -x216 x215 x214 x213 x212 x211 -x210 -x209 -x208 -x207 -x206 x205 -x204 x203 -x202 -x201 -x200 -x199 
1800.03/1800.62	v -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 x190 x189 x188 -x187 -x186 -x185 x184 -x183 x182 -x181 x180 x179 x178 -x177 
1800.03/1800.62	v -x176 -x175 -x174 x173 -x172 x171 -x170 x169 -x168 -x167 x166 -x165 x164 x163 x162 x161 -x160 -x159 x158 -x157 x156 -x155 -x154 
1800.03/1800.62	v x153 x152 x151 -x150 -x149 -x148 x147 x146 x145 -x144 -x143 x142 -x141 x140 x139 -x138 -x137 x136 x135 -x134 -x133 x132 
1800.03/1800.62	v -x131 -x130 x129 x128 x127 x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 x116 x115 x114 x113 -x112 -x111 -x110 -x109 
1800.03/1800.62	v -x108 x107 -x106 -x105 -x104 x103 x102 x101 x100 -x99 -x98 -x97 x96 x95 -x94 x93 -x92 x91 -x90 -x89 x88 x87 -x86 x85 -x84 
1800.03/1800.62	v x83 -x82 x81 -x80 -x79 x78 -x77 -x76 x75 x74 x73 x72 -x71 -x70 x69 x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 x57 -x56 
1800.03/1800.62	v -x55 -x54 -x53 -x52 x51 x50 x49 -x48 -x47 -x46 -x45 -x44 x43 x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 x33 -x32 -x31 x30 
1800.03/1800.62	v -x29 x28 -x27 -x26 -x25 -x24 x23 x22 -x21 -x20 x19 -x18 -x17 -x16 x15 -x14 -x13 x12 x11 x10 x9 x8 -x7 x6 x5 -x4 -x3 x2 x1 
1800.03/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.62	c Solving Time       :    1757.67
1800.03/1800.62	c Original Problem   :
1800.03/1800.62	c   Problem name     : HOME/instance-2665589-1276372851.opb
1800.03/1800.62	c   Variables        : 465 (465 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.62	c   Constraints      : 465 initial, 465 maximal
1800.03/1800.62	c Presolved Problem  :
1800.03/1800.62	c   Problem name     : t_HOME/instance-2665589-1276372851.opb
1800.03/1800.62	c   Variables        : 465 (465 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.62	c   Constraints      : 536 initial, 636 maximal
1800.03/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.62	c   knapsack         :       0.02          0          0          0          0          0         20        276        543
1800.03/1800.62	c   setppc           :       0.01          0          0          0          0          0         40          0          0
1800.03/1800.62	c   linear           :       0.01          0          0          0          0          0          1          1         48
1800.03/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.62	c   integral         :          0          0          0      13318          0          0         81          0          0      26554
1800.03/1800.62	c   knapsack         :        442          9     120771          0          0          0      72612        849          0          0
1800.03/1800.62	c   setppc           :         92          9     120771          0          0          0       4859          0          0          0
1800.03/1800.62	c   logicor          :          2+         9      19140          0          0          0         11          0          0          0
1800.03/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.62	c   integral         :     164.79       0.00       0.00     164.79       0.00
1800.03/1800.62	c   knapsack         :       8.46       0.07       8.39       0.00       0.00
1800.03/1800.62	c   setppc           :       0.64       0.00       0.64       0.00       0.00
1800.03/1800.62	c   logicor          :       0.15       0.00       0.15       0.00       0.00
1800.03/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.62	c   vbounds          :       0.14          2          0          0
1800.03/1800.62	c   rootredcost      :       0.06          8          0          0
1800.03/1800.62	c   pseudoobj        :       3.00     120821          0          0
1800.03/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.62	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.62	c   infeasible LP    :       0.03        131        131        131        3.9          0        0.0          0
1800.03/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.62	c   applied globally :          -          -          -        131        3.9          -          -          -
1800.03/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.62	c   cut pool         :       0.00          8          -          -        293          -    (maximal pool size: 1516)
1800.03/1800.62	c   redcost          :       1.54      25462          0     268735          0          0
1800.03/1800.62	c   impliedbounds    :       0.01          9          0          0         31          0
1800.03/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.62	c   gomory           :       3.11          9          0          0          0          0
1800.03/1800.62	c   strongcg         :       2.87          9          0          0          0          0
1800.03/1800.62	c   cmir             :       0.41          9          0          0        896          0
1800.03/1800.62	c   flowcover        :       0.43          9          0          0        995          0
1800.03/1800.62	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.62	c   mcf              :       0.02          6          0          0        160          0
1800.03/1800.62	c   rapidlearning    :       0.06          1          0          0          0          0
1800.03/1800.62	c Pricers            :       Time      Calls       Vars
1800.03/1800.62	c   problem variables:       0.00          0          0
1800.03/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.62	c   relpscost        :     164.74      13318          0         81          0          0      26554
1800.03/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.62	c   LP solutions     :       0.00          -          0
1800.03/1800.62	c   pseudo solutions :       0.00          -          0
1800.03/1800.62	c   oneopt           :       0.04          6          1
1800.03/1800.62	c   crossover        :       1.76          5          3
1800.03/1800.62	c   trivial          :       0.00          2          3
1800.03/1800.62	c   simplerounding   :       0.94      21788         23
1800.03/1800.62	c   zirounding       :       0.81       1301         26
1800.03/1800.62	c   rounding         :      16.22       6588          1
1800.03/1800.62	c   shifting         :       3.79       1695          1
1800.03/1800.62	c   intshifting      :       0.00          0          0
1800.03/1800.62	c   twoopt           :       0.00          0          0
1800.03/1800.62	c   fixandinfer      :       0.00          0          0
1800.03/1800.62	c   feaspump         :       0.00          0          0
1800.03/1800.62	c   coefdiving       :      84.59         37        157
1800.03/1800.62	c   pscostdiving     :     314.52        158        304
1800.03/1800.62	c   fracdiving       :      60.18         27          0
1800.03/1800.62	c   veclendiving     :      99.86         56        119
1800.03/1800.62	c   intdiving        :       0.00          0          0
1800.03/1800.62	c   actconsdiving    :       0.00          0          0
1800.03/1800.62	c   objpscostdiving  :      37.69          2          0
1800.03/1800.62	c   rootsoldiving    :       9.78         25          0
1800.03/1800.62	c   linesearchdiving :      95.08         57         78
1800.03/1800.62	c   guideddiving     :      60.42         25          0
1800.03/1800.62	c   octane           :       0.00          0          0
1800.03/1800.62	c   rens             :       0.01          0          0
1800.03/1800.62	c   rins             :       0.00          0          0
1800.03/1800.62	c   localbranching   :       0.00          0          0
1800.03/1800.62	c   mutation         :       0.00          0          0
1800.03/1800.62	c   dins             :       0.00          0          0
1800.03/1800.62	c   undercover       :       0.00          0          0
1800.03/1800.62	c   nlp              :       0.01          0          0
1800.03/1800.62	c   trysol           :       0.06          0          0
1800.03/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.62	c   dual LP          :     778.88      27486    2464247      89.65    3163.83
1800.03/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.62	c   diving/probing LP:     736.72      54148    2312927      42.71    3139.49
1800.03/1800.62	c   strong branching :     163.11       2078     435312     209.49    2668.82
1800.03/1800.62	c     (at root node) :          -         29      18585     640.86          -
1800.03/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.62	c B&B Tree           :
1800.03/1800.62	c   number of runs   :          1
1800.03/1800.62	c   nodes            :      18972
1800.03/1800.62	c   nodes (total)    :      18972
1800.03/1800.62	c   nodes left       :       6554
1800.03/1800.62	c   max depth        :        118
1800.03/1800.62	c   max depth (total):        118
1800.03/1800.62	c   backtracks       :       2960 (15.6%)
1800.03/1800.62	c   delayed cutoffs  :          0
1800.03/1800.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.62	c   avg switch length:       5.75
1800.03/1800.62	c   switching time   :       2.08
1800.03/1800.62	c Solution           :
1800.03/1800.62	c   Solutions found  :        716 (14 improvements)
1800.03/1800.62	c   First Solution   : +4.65000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.03/1800.62	c   Primal Bound     : +1.82000000000000e+02   (in run 1, after 5200 nodes, 719.14 seconds, depth 102, found by <crossover>)
1800.03/1800.62	c   Dual Bound       : +1.60052939479198e+02
1800.03/1800.62	c   Gap              :      13.71 %
1800.03/1800.62	c   Root Dual Bound  : +1.58835352539319e+02
1800.03/1800.62	c   Root Iterations  :       4948
1800.03/1800.65	c Time complete: 1800.07.

Verifier Data

OK	182

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665589-1276372851/watcher-2665589-1276372851 -o /tmp/evaluation-result-2665589-1276372851/solver-2665589-1276372851 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665589-1276372851.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: 1.08 1.02 1.01 3/106 14015
/proc/meminfo: memFree=1812224/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=9288 CPUtime=0
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 1038 0 0 0 0 0 0 0 18 0 1 0 12888753 9510912 958 1992294400 4194304 9819077 140733967888256 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14015/statm: 2322 967 371 1374 0 943 0

[startup+0.106846 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14015
/proc/meminfo: memFree=1812224/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=18744 CPUtime=0.09
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6276 0 0 0 7 2 0 0 20 0 1 0 12888753 19193856 3272 1992294400 4194304 9819077 140733967888256 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 4732 3274 610 1374 0 3353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18744

[startup+0.201857 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14015
/proc/meminfo: memFree=1812224/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=19708 CPUtime=0.19
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6730 0 0 0 17 2 0 0 20 0 1 0 12888753 20180992 3441 1992294400 4194304 9819077 140733967888256 18446744073709551615 7298114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 4927 3441 642 1374 0 3548 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19708

[startup+0.301869 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14015
/proc/meminfo: memFree=1812224/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=19740 CPUtime=0.29
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 7097 0 0 0 26 3 0 0 20 0 1 0 12888753 20213760 3450 1992294400 4194304 9819077 140733967888256 18446744073709551615 7290473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 4935 3450 642 1374 0 3556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19740

[startup+0.701915 s]
/proc/loadavg: 1.08 1.02 1.01 3/106 14015
/proc/meminfo: memFree=1812224/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=20104 CPUtime=0.69
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 7608 0 0 0 66 3 0 0 21 0 1 0 12888753 20586496 3556 1992294400 4194304 9819077 140733967888256 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5026 3556 662 1374 0 3647 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20104

[startup+1.50201 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 14016
/proc/meminfo: memFree=1799940/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=20944 CPUtime=1.49
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 17104 0 0 0 141 8 0 0 23 0 1 0 12888753 21446656 3669 1992294400 4194304 9819077 140733967888256 18446744073709551615 6050044 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5236 3669 693 1374 0 3857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20944

[startup+3.10119 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 14016
/proc/meminfo: memFree=1799072/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=22036 CPUtime=3.09
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 20118 0 0 0 300 9 0 0 25 0 1 0 12888753 22564864 3905 1992294400 4194304 9819077 140733967888256 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5509 3905 693 1374 0 4130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22036

[startup+6.30156 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 14016
/proc/meminfo: memFree=1798080/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=23264 CPUtime=6.29
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 26569 0 0 0 618 11 0 0 25 0 1 0 12888753 23822336 4056 1992294400 4194304 9819077 140733967888256 18446744073709551615 7311930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5816 4056 693 1374 0 4437 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23264

[startup+12.7013 s]
/proc/loadavg: 1.14 1.03 1.01 2/107 14025
/proc/meminfo: memFree=1797088/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26800 CPUtime=12.67
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 41816 0 0 0 1249 18 0 0 25 0 1 0 12888753 27443200 4217 1992294400 4194304 9819077 140733967888256 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6700 4217 700 1374 0 5321 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26800

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 1.01 2/107 14025
/proc/meminfo: memFree=1797212/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=25412 CPUtime=25.48
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 105322 0 0 0 2506 42 0 0 25 0 1 0 12888753 26021888 4160 1992294400 4194304 9819077 140733967888256 18446744073709551615 7318489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6353 4160 707 1374 0 4974 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25412

[startup+51.1017 s]
/proc/loadavg: 1.07 1.03 1.01 2/107 14025
/proc/meminfo: memFree=1797212/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=25452 CPUtime=51.06
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 245914 0 0 0 5013 93 0 0 25 0 1 0 12888753 26062848 4207 1992294400 4194304 9819077 140733967888256 18446744073709551615 7290480 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6363 4207 707 1374 0 4984 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25452

[startup+102.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/107 14027
/proc/meminfo: memFree=1796964/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=22540 CPUtime=102.26
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 487703 0 0 0 10032 194 0 0 25 0 1 0 12888753 23080960 4212 1992294400 4194304 9819077 140733967888256 18446744073709551615 7282850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5635 4212 711 1374 0 4256 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22540

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 14029
/proc/meminfo: memFree=1796716/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=23620 CPUtime=162.23
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 776592 0 0 0 15903 320 0 0 25 0 1 0 12888753 24186880 4339 1992294400 4194304 9819077 140733967888256 18446744073709551615 7309303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5905 4339 715 1374 0 4526 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23620

[startup+222.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14031
/proc/meminfo: memFree=1796468/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=22992 CPUtime=222.22
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 1092351 0 0 0 21759 463 0 0 25 0 1 0 12888753 23543808 4281 1992294400 4194304 9819077 140733967888256 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5788 4289 715 1374 0 4409 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22992

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14033
/proc/meminfo: memFree=1796468/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=23612 CPUtime=282.2
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 1416796 0 0 0 27621 599 0 0 25 0 1 0 12888753 24178688 4333 1992294400 4194304 9819077 140733967888256 18446744073709551615 6695924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5903 4333 715 1374 0 4524 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23612

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14033
/proc/meminfo: memFree=1796468/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=23616 CPUtime=342.18
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 1736039 0 0 0 33476 742 0 0 25 0 1 0 12888753 24182784 4379 1992294400 4194304 9819077 140733967888256 18446744073709551615 7298075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 5904 4379 715 1374 0 4525 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23616

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14035
/proc/meminfo: memFree=1796220/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26508 CPUtime=402.16
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 2052197 0 0 0 39330 886 0 0 25 0 1 0 12888753 27144192 4452 1992294400 4194304 9819077 140733967888256 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6627 4453 717 1374 0 5248 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 26508

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14037
/proc/meminfo: memFree=1795724/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=24348 CPUtime=462.14
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 2368424 0 0 0 45188 1026 0 0 25 0 1 0 12888753 24932352 4496 1992294400 4194304 9819077 140733967888256 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6087 4496 726 1374 0 4708 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 24348

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14039
/proc/meminfo: memFree=1795600/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=24568 CPUtime=522.13
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 2694683 0 0 0 51050 1163 0 0 25 0 1 0 12888753 25157632 4546 1992294400 4194304 9819077 140733967888256 18446744073709551615 7302012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6142 4546 726 1374 0 4763 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 24568

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14041
/proc/meminfo: memFree=1794856/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=24672 CPUtime=582.1
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 3003871 0 0 0 56900 1310 0 0 25 0 1 0 12888753 25264128 4656 1992294400 4194304 9819077 140733967888256 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6168 4656 731 1374 0 4789 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 24672

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14041
/proc/meminfo: memFree=1793864/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=25876 CPUtime=642.08
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 3308504 0 0 0 62751 1457 0 0 25 0 1 0 12888753 26497024 4923 1992294400 4194304 9819077 140733967888256 18446744073709551615 7301553 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6469 4923 731 1374 0 5090 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 25876

[startup+702.301 s]

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

[startup+882.309 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 14052
/proc/meminfo: memFree=1792624/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26408 CPUtime=882.01
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 4566136 0 0 0 86143 2058 0 0 25 0 1 0 12888753 27041792 5098 1992294400 4194304 9819077 140733967888256 18446744073709551615 7311902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6602 5098 732 1374 0 5223 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 26408

[startup+942.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 14052
/proc/meminfo: memFree=1792624/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26816 CPUtime=941.98
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 4839001 0 0 0 92008 2190 0 0 25 0 1 0 12888753 27459584 5194 1992294400 4194304 9819077 140733967888256 18446744073709551615 6705869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6704 5194 732 1374 0 5325 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 26816

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14054
/proc/meminfo: memFree=1792624/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26576 CPUtime=1001.96
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 5144962 0 0 0 97866 2330 0 0 25 0 1 0 12888753 27213824 5120 1992294400 4194304 9819077 140733967888256 18446744073709551615 7289898 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6644 5123 732 1374 0 5265 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 26576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14056
/proc/meminfo: memFree=1792624/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26528 CPUtime=1061.95
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 5428744 0 0 0 103722 2473 0 0 25 0 1 0 12888753 27164672 5107 1992294400 4194304 9819077 140733967888256 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6632 5107 732 1374 0 5253 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 26528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14058
/proc/meminfo: memFree=1792624/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=26692 CPUtime=1121.93
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 5732996 0 0 0 109580 2613 0 0 25 0 1 0 12888753 27332608 5143 1992294400 4194304 9819077 140733967888256 18446744073709551615 7290492 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6673 5143 732 1374 0 5294 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 26692

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14060
/proc/meminfo: memFree=1791012/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=28356 CPUtime=1181.9
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6033255 0 0 0 115434 2756 0 0 25 0 1 0 12888753 29036544 5569 1992294400 4194304 9819077 140733967888256 18446744073709551615 7318419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7089 5569 732 1374 0 5710 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 28356

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14060
/proc/meminfo: memFree=1791012/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=28240 CPUtime=1241.9
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6342486 0 0 0 121283 2907 0 0 25 0 1 0 12888753 28917760 5533 1992294400 4194304 9819077 140733967888256 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7060 5533 732 1374 0 5681 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 28240

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14062
/proc/meminfo: memFree=1790516/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=27760 CPUtime=1301.87
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6642204 0 0 0 127129 3058 0 0 25 0 1 0 12888753 28426240 5507 1992294400 4194304 9819077 140733967888256 18446744073709551615 7816519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 6940 5507 732 1374 0 5561 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 27760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14064
/proc/meminfo: memFree=1790392/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=28568 CPUtime=1361.85
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 6956343 0 0 0 132977 3208 0 0 25 0 1 0 12888753 29253632 5636 1992294400 4194304 9819077 140733967888256 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7142 5636 732 1374 0 5763 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 28568

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14066
/proc/meminfo: memFree=1789648/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29616 CPUtime=1421.85
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 7248879 0 0 0 138833 3352 0 0 25 0 1 0 12888753 30326784 5860 1992294400 4194304 9819077 140733967888256 18446744073709551615 7312766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7404 5860 732 1374 0 6025 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 29616

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14068
/proc/meminfo: memFree=1789524/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29496 CPUtime=1481.82
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 7554777 0 0 0 144683 3499 0 0 25 0 1 0 12888753 30203904 5830 1992294400 4194304 9819077 140733967888256 18446744073709551615 6372771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7374 5830 732 1374 0 5995 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 29496

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14068
/proc/meminfo: memFree=1789028/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29708 CPUtime=1541.81
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 7847149 0 0 0 150544 3637 0 0 25 0 1 0 12888753 30420992 5926 1992294400 4194304 9819077 140733967888256 18446744073709551615 6391426 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7427 5926 732 1374 0 6048 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 29708

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14070
/proc/meminfo: memFree=1789028/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=30088 CPUtime=1601.78
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 8142636 0 0 0 156405 3773 0 0 25 0 1 0 12888753 30810112 5975 1992294400 4194304 9819077 140733967888256 18446744073709551615 6517674 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7522 5975 732 1374 0 6143 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 30088

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14072
/proc/meminfo: memFree=1788904/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29840 CPUtime=1661.77
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 8445376 0 0 0 162257 3920 0 0 25 0 1 0 12888753 30556160 5943 1992294400 4194304 9819077 140733967888256 18446744073709551615 7289918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7460 5943 732 1374 0 6081 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 29840

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14074
/proc/meminfo: memFree=1788780/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=30256 CPUtime=1721.74
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 8736775 0 0 0 168113 4061 0 0 25 0 1 0 12888753 30982144 6001 1992294400 4194304 9819077 140733967888256 18446744073709551615 6191183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7564 6001 732 1374 0 6185 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 30256

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14076
/proc/meminfo: memFree=1788532/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=30228 CPUtime=1781.72
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 9028863 0 0 0 173979 4193 0 0 25 0 1 0 12888753 30953472 6027 1992294400 4194304 9819077 140733967888256 18446744073709551615 7291780 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7557 6027 732 1374 0 6178 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 30228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14076
/proc/meminfo: memFree=1788532/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29972 CPUtime=1800.03
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 9125828 0 0 0 175768 4235 0 0 25 0 1 0 12888753 30691328 5979 1992294400 4194304 9819077 140733967888256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7493 5979 732 1374 0 6114 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 29972

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14076
/proc/meminfo: memFree=1788532/2059040 swapFree=4158992/4192956
[pid=14015] ppid=14013 vsize=29972 CPUtime=1800.03
/proc/14015/stat : 14015 (pbscip.linux.x8) R 14013 14015 13471 0 -1 4202496 9125828 0 0 0 175768 4235 0 0 25 0 1 0 12888753 30691328 5979 1992294400 4194304 9819077 140733967888256 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14015/statm: 7493 5979 732 1374 0 6114 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 29972

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.08
CPU user time (s): 1757.72
CPU system time (s): 42.3586
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 38176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1757.72
system time used= 42.3586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9125969
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= 3
involuntary context switches= 3892

runsolver used 3.14952 second user time and 8.33473 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-12 22:00:51
IDJOB=2665589
IDBENCH=1960
IDSOLVER=1168
FILE ID=node006/2665589-1276372851
PBS_JOBID= 11173217
Free space on /tmp= 62472 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665589-1276372851/watcher-2665589-1276372851 -o /tmp/evaluation-result-2665589-1276372851/solver-2665589-1276372851 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665589-1276372851.opb -t 1800 -m 1800

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=1928701110

node006.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.204
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.40
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1812628 kB
Buffers:         45256 kB
Cached:         107504 kB
SwapCached:       1976 kB
Active:          97500 kB
Inactive:        83252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1812628 kB
SwapTotal:     4192956 kB
SwapFree:      4158992 kB
Dirty:            6252 kB
Writeback:          16 kB
AnonPages:       25868 kB
Mapped:          13964 kB
Slab:            43920 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182504 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= 62468 MiB
End job on node006 at 2010-06-12 22:30:54