Trace number 2665596

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)187 1800.12 1800.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark187
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
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 470
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-2665596-1276363753.opb>
0.00/0.02	c original problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 470 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 470
0.00/0.03	c feasible solution found by trivial heuristic, objective value  4.700000e+02
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 1 chg sides, 42 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.04/0.05	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 1 chg sides, 42 chg coeffs, 470 upgd conss, 0 impls, 0 clqs
0.04/0.06	c (round 3) 0 del vars, 4 del conss, 0 chg bounds, 110 chg sides, 354 chg coeffs, 470 upgd conss, 224 impls, 0 clqs
0.04/0.07	c (round 4) 0 del vars, 35 del conss, 0 chg bounds, 218 chg sides, 513 chg coeffs, 470 upgd conss, 224 impls, 1 clqs
0.04/0.08	c (round 5) 0 del vars, 43 del conss, 0 chg bounds, 235 chg sides, 542 chg coeffs, 470 upgd conss, 224 impls, 1 clqs
0.04/0.08	c (round 6) 0 del vars, 44 del conss, 0 chg bounds, 241 chg sides, 552 chg coeffs, 470 upgd conss, 224 impls, 1 clqs
0.04/0.08	c (round 7) 0 del vars, 44 del conss, 0 chg bounds, 242 chg sides, 553 chg coeffs, 470 upgd conss, 224 impls, 1 clqs
0.09/0.10	c    (0.1s) probing: 101/470 (21.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (8 rounds):
0.09/0.10	c  0 deleted vars, 44 deleted constraints, 0 tightened bounds, 0 added holes, 242 changed sides, 553 changed coefficients
0.09/0.10	c  224 implications, 1 cliques
0.09/0.10	c presolved problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 538 constraints
0.09/0.10	c     450 constraints of type <knapsack>
0.09/0.10	c      86 constraints of type <setppc>
0.09/0.10	c       2 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.06
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.98
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 1620
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c t 0.4s|     1 |     0 |   940 |     - |2562k|   0 | 314 | 470 | 538 | 470 | 538 |   0 |   0 |   0 | 1.455151e+02 | 4.700000e+02 | 222.99%
0.39/0.42	o 328
0.39/0.42	c r 0.4s|     1 |     0 |   940 |     - |2576k|   0 | 314 | 470 | 538 | 470 | 538 |   0 |   0 |   0 | 1.455151e+02 | 3.280000e+02 | 125.41%
0.39/0.43	o 327
0.39/0.43	c R 0.4s|     1 |     0 |   940 |     - |2589k|   0 | 314 | 470 | 538 | 470 | 538 |   0 |   0 |   0 | 1.455151e+02 | 3.270000e+02 | 124.72%
0.39/0.44	o 326
0.39/0.44	c s 0.4s|     1 |     0 |   940 |     - |2602k|   0 | 314 | 470 | 538 | 470 | 538 |   0 |   0 |   0 | 1.455151e+02 | 3.260000e+02 | 124.03%
1.49/1.53	c   1.4s|     1 |     0 |  1908 |     - |2876k|   0 | 364 | 470 | 538 | 470 | 770 | 232 |   0 |   0 | 1.535404e+02 | 3.260000e+02 | 112.32%
1.49/1.53	o 209
1.49/1.53	c b 1.4s|     1 |     0 |  1908 |     - |2890k|   0 | 364 | 470 | 538 | 470 | 770 | 232 |   0 |   0 | 1.535404e+02 | 2.090000e+02 |  36.12%
2.59/2.65	c   2.5s|     1 |     0 |  2853 |     - |3112k|   0 | 393 | 470 | 538 | 470 | 958 | 420 |   0 |   0 | 1.575425e+02 | 2.090000e+02 |  32.66%
3.99/4.02	c   3.9s|     1 |     0 |  3914 |     - |3299k|   0 | 415 | 470 | 538 | 470 |1097 | 559 |   0 |   0 | 1.600409e+02 | 2.090000e+02 |  30.59%
5.28/5.37	c   5.2s|     1 |     0 |  4679 |     - |3420k|   0 | 426 | 470 | 538 | 470 |1195 | 657 |   0 |   0 | 1.610638e+02 | 2.090000e+02 |  29.76%
6.60/6.65	c   6.5s|     1 |     0 |  5195 |     - |3496k|   0 | 426 | 470 | 538 | 470 |1274 | 736 |   0 |   0 | 1.615637e+02 | 2.090000e+02 |  29.36%
7.79/7.87	c   7.7s|     1 |     0 |  5599 |     - |3542k|   0 | 426 | 470 | 538 | 470 |1322 | 784 |   0 |   0 | 1.618873e+02 | 2.090000e+02 |  29.10%
8.99/9.07	c   8.9s|     1 |     0 |  5890 |     - |3573k|   0 | 434 | 470 | 538 | 470 |1352 | 814 |   0 |   0 | 1.620458e+02 | 2.090000e+02 |  28.98%
9.89/10.00	c   9.8s|     1 |     0 |  5957 |     - |3582k|   0 | 434 | 470 | 538 | 470 |1363 | 825 |   0 |   0 | 1.620599e+02 | 2.090000e+02 |  28.96%
10.90/10.90	c  10.7s|     1 |     0 |  5965 |     - |3589k|   0 | 435 | 470 | 538 | 470 |1364 | 826 |   0 |   0 | 1.620601e+02 | 2.090000e+02 |  28.96%
20.48/20.59	c  20.2s|     1 |     2 |  5965 |     - |3610k|   0 | 435 | 470 | 538 | 470 |1364 | 826 |   0 |  21 | 1.620601e+02 | 2.090000e+02 |  28.96%
75.97/76.01	o 207
75.97/76.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.97/76.01	c p74.5s|    27 |    28 | 29530 | 906.3 |4465k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.070000e+02 |  27.51%
75.97/76.01	o 206
75.97/76.01	c p74.5s|    27 |    28 | 29531 | 906.4 |4466k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.060000e+02 |  26.89%
75.97/76.01	o 205
75.97/76.01	c p74.5s|    27 |    28 | 29534 | 906.5 |4467k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.050000e+02 |  26.28%
75.97/76.01	o 203
75.97/76.01	c p74.5s|    27 |    28 | 29540 | 906.7 |4468k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.030000e+02 |  25.04%
75.97/76.02	o 202
75.97/76.02	c p74.5s|    27 |    28 | 29541 | 906.8 |4469k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.020000e+02 |  24.43%
75.97/76.02	o 200
75.97/76.02	c p74.5s|    27 |    28 | 29559 | 907.5 |4472k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 2.000000e+02 |  23.20%
75.97/76.02	o 199
75.97/76.02	c p74.5s|    27 |    28 | 29565 | 907.7 |4473k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.990000e+02 |  22.58%
75.97/76.03	o 198
75.97/76.03	c p74.5s|    27 |    28 | 29571 | 907.9 |4474k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.980000e+02 |  21.96%
75.97/76.03	o 197
75.97/76.03	c p74.5s|    27 |    28 | 29579 | 908.2 |4477k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.970000e+02 |  21.35%
75.97/76.03	o 196
75.97/76.03	c p74.5s|    27 |    28 | 29580 | 908.3 |4478k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.960000e+02 |  20.73%
75.97/76.04	o 195
75.97/76.04	c p74.5s|    27 |    28 | 29583 | 908.4 |4480k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.950000e+02 |  20.12%
75.97/76.04	o 194
75.97/76.04	c p74.5s|    27 |    28 | 29584 | 908.4 |4481k|  14 |   - | 470 | 538 | 470 | 967 | 826 |   0 | 266 | 1.623424e+02 | 1.940000e+02 |  19.50%
291.31/291.50	o 193
291.31/291.50	c p 287s|   505 |   506 |545527 |1070.6 |4922k|  27 |   - | 470 | 565 | 470 | 967 | 826 |  27 | 452 | 1.625956e+02 | 1.930000e+02 |  18.70%
358.78/358.94	o 193
358.78/358.94	c p 353s|   640 |   641 |717299 |1113.2 |5010k|  27 |   - | 470 | 575 | 470 | 967 | 826 |  37 | 517 | 1.627130e+02 | 1.930000e+02 |  18.61%
358.78/358.94	o 192
358.78/358.94	c p 353s|   640 |   641 |717300 |1113.2 |5011k|  27 |   - | 470 | 575 | 470 | 967 | 826 |  37 | 517 | 1.627130e+02 | 1.920000e+02 |  18.00%
382.87/383.06	o 191
382.87/383.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.87/383.06	c p 377s|   706 |   707 |781316 |1099.8 |5041k|  27 |   - | 470 | 575 | 470 | 967 | 826 |  37 | 520 | 1.627727e+02 | 1.910000e+02 |  17.34%
382.87/383.07	o 190
382.87/383.07	c p 377s|   706 |   707 |781336 |1099.8 |5047k|  27 |   - | 470 | 575 | 470 | 967 | 826 |  37 | 520 | 1.627727e+02 | 1.900000e+02 |  16.73%
938.89/939.25	o 187
938.89/939.25	c C 926s|  6906 |  2733 |  2269k| 327.8 |6315k| 110 |   - | 470 | 613 | 470 | 967 | 826 |  75 |1121 | 1.631549e+02 | 1.870000e+02 |  14.61%
1188.22/1188.60	c  1171s| 10000 |  3681 |  2988k| 298.2 |7085k| 110 |   - | 470 | 624 | 470 | 967 | 826 |  88 |1254 | 1.632467e+02 | 1.870000e+02 |  14.55%
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.63	c 
1800.05/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.63	c Solving Time (sec) : 1771.48
1800.05/1800.63	c Solving Nodes      : 18698
1800.05/1800.63	c Primal Bound       : +1.87000000000000e+02 (686 solutions)
1800.05/1800.63	c Dual Bound         : +1.63393665102685e+02
1800.05/1800.63	c Gap                : 14.45 %
1800.05/1800.64	s SATISFIABLE
1800.05/1800.64	v -x470 -x469 -x468 -x467 x466 x465 x464 x463 -x462 -x461 -x460 -x459 x458 x457 x456 -x455 -x454 -x453 x452 -x451 -x450 x449 -x448 
1800.05/1800.64	v -x447 x446 -x445 -x444 -x443 x442 x441 -x440 -x439 -x438 x437 -x436 -x435 -x434 -x433 -x432 -x431 x430 -x429 -x428 x427 -x426 
1800.05/1800.64	v x425 -x424 -x423 -x422 x421 -x420 -x419 -x418 x417 x416 -x415 x414 -x413 -x412 -x411 x410 x409 -x408 -x407 x406 -x405 x404 
1800.05/1800.64	v -x403 -x402 -x401 -x400 -x399 -x398 x397 x396 -x395 x394 x393 -x392 -x391 -x390 x389 x388 -x387 -x386 x385 -x384 x383 -x382 
1800.05/1800.64	v -x381 x380 -x379 -x378 x377 -x376 -x375 x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 x364 -x363 -x362 -x361 -x360 
1800.05/1800.64	v x359 -x358 -x357 x356 -x355 x354 -x353 -x352 x351 x350 x349 x348 -x347 -x346 -x345 x344 -x343 -x342 x341 x340 -x339 x338 -x337 
1800.05/1800.64	v x336 -x335 -x334 -x333 -x332 -x331 x330 -x329 -x328 x327 x326 -x325 -x324 x323 -x322 -x321 -x320 -x319 x318 -x317 x316 x315 
1800.05/1800.64	v x314 -x313 x312 -x311 -x310 -x309 x308 -x307 x306 -x305 x304 -x303 -x302 -x301 -x300 -x299 x298 -x297 -x296 -x295 -x294 -x293 
1800.05/1800.64	v -x292 -x291 x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 x282 x281 x280 -x279 -x278 x277 x276 x275 -x274 -x273 x272 x271 
1800.05/1800.64	v -x270 -x269 -x268 -x267 -x266 x265 -x264 -x263 -x262 -x261 x260 -x259 -x258 x257 -x256 -x255 x254 x253 -x252 -x251 x250 x249 
1800.05/1800.64	v x248 -x247 -x246 x245 -x244 x243 x242 -x241 x240 x239 -x238 x237 -x236 -x235 -x234 x233 x232 x231 x230 -x229 -x228 x227 -x226 
1800.05/1800.64	v x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 x216 -x215 x214 -x213 x212 x211 x210 -x209 -x208 x207 x206 -x205 x204 
1800.05/1800.64	v x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 x191 x190 x189 -x188 -x187 x186 -x185 x184 -x183 x182 -x181 
1800.05/1800.64	v -x180 x179 x178 x177 x176 -x175 -x174 x173 x172 -x171 -x170 x169 x168 x167 -x166 x165 -x164 x163 -x162 -x161 x160 -x159 
1800.05/1800.64	v -x158 -x157 x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 
1800.05/1800.64	v x136 x135 -x134 -x133 -x132 -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 -x122 -x121 -x120 x119 -x118 -x117 x116 x115 -x114 
1800.05/1800.64	v x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 x105 -x104 -x103 x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 x94 x93 x92 x91 
1800.05/1800.64	v x90 x89 -x88 x87 x86 -x85 -x84 x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 x72 x71 x70 -x69 x68 x67 -x66 x65 x64 -x63 -x62 
1800.05/1800.64	v -x61 -x60 x59 x58 x57 x56 x55 -x54 -x53 x52 x51 -x50 x49 x48 -x47 -x46 x45 x44 x43 x42 -x41 -x40 -x39 x38 -x37 x36 x35 x34 
1800.05/1800.64	v -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 x25 -x24 x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 x12 -x11 -x10 x9 -x8 -x7 
1800.05/1800.64	v x6 x5 -x4 -x3 -x2 -x1 
1800.05/1800.64	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.64	c Solving Time       :    1771.48
1800.05/1800.64	c Original Problem   :
1800.05/1800.64	c   Problem name     : HOME/instance-2665596-1276363753.opb
1800.05/1800.64	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.64	c   Constraints      : 470 initial, 470 maximal
1800.05/1800.64	c Presolved Problem  :
1800.05/1800.64	c   Problem name     : t_HOME/instance-2665596-1276363753.opb
1800.05/1800.64	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.64	c   Constraints      : 538 initial, 664 maximal
1800.05/1800.64	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.64	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.64	c   knapsack         :       0.02          0          0          0          0          0         18        241        511
1800.05/1800.64	c   setppc           :       0.00          0          0          0          0          0         26          0          0
1800.05/1800.64	c   linear           :       0.02          0          0          0          0          0          0          1         42
1800.05/1800.64	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.64	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.64	c   integral         :          0          0          0      12789          0          1         61          0          0      25516
1800.05/1800.64	c   knapsack         :        450         10     128763          0          0          0      71726        828          0          0
1800.05/1800.64	c   setppc           :         86         10     128763          0          0          0       5492          0          0          0
1800.05/1800.64	c   logicor          :          2+        10      17135          0          0          0          0          0          0          0
1800.05/1800.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.64	c   integral         :     159.38       0.00       0.00     159.38       0.00
1800.05/1800.64	c   knapsack         :       9.04       0.09       8.95       0.00       0.00
1800.05/1800.64	c   setppc           :       0.60       0.00       0.60       0.00       0.00
1800.05/1800.64	c   logicor          :       0.13       0.00       0.13       0.00       0.00
1800.05/1800.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.64	c   vbounds          :       0.12          2          0          0
1800.05/1800.64	c   rootredcost      :       0.10         17          0          0
1800.05/1800.64	c   pseudoobj        :       2.92     128845          0          0
1800.05/1800.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.64	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.64	c   infeasible LP    :       0.02        145        145        145        3.7          0        0.0          0
1800.05/1800.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.64	c   applied globally :          -          -          -        145        3.7          -          -          -
1800.05/1800.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.64	c   cut pool         :       0.00          9          -          -        354          -    (maximal pool size: 1540)
1800.05/1800.64	c   redcost          :       1.53      23980          0     237302          0          0
1800.05/1800.64	c   impliedbounds    :       0.00         10          0          0         45          0
1800.05/1800.64	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.64	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.64	c   gomory           :       3.53         10          0          0          0          0
1800.05/1800.64	c   strongcg         :       3.27         10          0          0          0          0
1800.05/1800.64	c   cmir             :       0.49         10          0          0        918          0
1800.05/1800.64	c   flowcover        :       0.56         10          0          0       1026          0
1800.05/1800.64	c   clique           :       0.00         10          0          0          0          0
1800.05/1800.64	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.64	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.64	c   rapidlearning    :       0.08          1          0          0          0          0
1800.05/1800.64	c Pricers            :       Time      Calls       Vars
1800.05/1800.64	c   problem variables:       0.00          0          0
1800.05/1800.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.64	c   relpscost        :     159.34      12789          1         61          0          0      25516
1800.05/1800.64	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.64	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.64	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.64	c   LP solutions     :       0.00          -          0
1800.05/1800.64	c   pseudo solutions :       0.00          -          0
1800.05/1800.64	c   oneopt           :       0.00          7          1
1800.05/1800.64	c   crossover        :       1.06          5          3
1800.05/1800.64	c   linesearchdiving :     111.97         62         87
1800.05/1800.64	c   pscostdiving     :     413.68        202        316
1800.05/1800.64	c   trivial          :       0.00          2          3
1800.05/1800.64	c   simplerounding   :       0.89      20331         24
1800.05/1800.64	c   zirounding       :       0.80       1000         17
1800.05/1800.64	c   rounding         :      17.20       6420          1
1800.05/1800.64	c   shifting         :       3.86       1675          1
1800.05/1800.64	c   intshifting      :       0.00          0          0
1800.05/1800.64	c   twoopt           :       0.00          0          0
1800.05/1800.64	c   fixandinfer      :       0.00          0          0
1800.05/1800.64	c   feaspump         :       0.00          0          0
1800.05/1800.64	c   coefdiving       :      65.77         24        155
1800.05/1800.64	c   fracdiving       :      53.07         27          0
1800.05/1800.64	c   veclendiving     :      86.02         38         78
1800.05/1800.64	c   intdiving        :       0.00          0          0
1800.05/1800.64	c   actconsdiving    :       0.00          0          0
1800.05/1800.64	c   objpscostdiving  :      44.42          2          0
1800.05/1800.64	c   rootsoldiving    :      10.04         22          0
1800.05/1800.64	c   guideddiving     :      57.96         22          0
1800.05/1800.64	c   octane           :       0.00          0          0
1800.05/1800.64	c   rens             :       0.00          0          0
1800.05/1800.64	c   rins             :       0.00          0          0
1800.05/1800.64	c   localbranching   :       0.00          0          0
1800.05/1800.64	c   mutation         :       0.00          0          0
1800.05/1800.64	c   dins             :       0.00          0          0
1800.05/1800.64	c   undercover       :       0.00          0          0
1800.05/1800.64	c   nlp              :       0.00          0          0
1800.05/1800.64	c   trysol           :       0.00          0          0
1800.05/1800.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.64	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.64	c   dual LP          :     717.13      26247    2193460      83.57    3058.66
1800.05/1800.64	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.64	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.64	c   diving/probing LP:     814.99      59613    2529731      42.44    3104.00
1800.05/1800.64	c   strong branching :     157.70       1842     409424     222.27    2596.22
1800.05/1800.64	c     (at root node) :          -         21      15053     716.81          -
1800.05/1800.64	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.64	c B&B Tree           :
1800.05/1800.64	c   number of runs   :          1
1800.05/1800.64	c   nodes            :      18698
1800.05/1800.64	c   nodes (total)    :      18698
1800.05/1800.64	c   nodes left       :       5899
1800.05/1800.64	c   max depth        :        110
1800.05/1800.64	c   max depth (total):        110
1800.05/1800.64	c   backtracks       :       3303 (17.7%)
1800.05/1800.64	c   delayed cutoffs  :          0
1800.05/1800.64	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.05/1800.64	c   avg switch length:       6.03
1800.05/1800.64	c   switching time   :       2.14
1800.05/1800.64	c Solution           :
1800.05/1800.64	c   Solutions found  :        686 (23 improvements)
1800.05/1800.64	c   First Solution   : +4.70000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.05/1800.64	c   Primal Bound     : +1.87000000000000e+02   (in run 1, after 6906 nodes, 925.76 seconds, depth 98, found by <crossover>)
1800.05/1800.64	c   Dual Bound       : +1.63393665102685e+02
1800.05/1800.64	c   Gap              :      14.45 %
1800.05/1800.64	c   Root Dual Bound  : +1.62060063237832e+02
1800.05/1800.64	c   Root Iterations  :       5965
1800.05/1800.66	c Time complete: 1800.11.

Verifier Data

OK	187

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665596-1276363753/watcher-2665596-1276363753 -o /tmp/evaluation-result-2665596-1276363753/solver-2665596-1276363753 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665596-1276363753.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.00 1.00 1.00 3/106 14773
/proc/meminfo: memFree=1827068/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=9288 CPUtime=0
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1025 0 0 0 0 0 0 0 20 0 1 0 11979233 9510912 945 1992294400 4194304 9819077 140733701292464 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14773/statm: 2322 956 371 1374 0 943 0

[startup+0.052663 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14773
/proc/meminfo: memFree=1827068/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=15568 CPUtime=0.04
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3297 0 0 0 4 0 0 0 20 0 1 0 11979233 15941632 2606 1992294400 4194304 9819077 140733701292464 18446744073709551615 4212157 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 3892 2606 493 1374 0 2513 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15568

[startup+0.101667 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14773
/proc/meminfo: memFree=1827068/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=15700 CPUtime=0.09
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 6432 0 0 0 7 2 0 0 20 0 1 0 11979233 16076800 2657 1992294400 4194304 9819077 140733701292464 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 3925 2657 522 1374 0 2546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15700

[startup+0.301688 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14773
/proc/meminfo: memFree=1827068/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=19224 CPUtime=0.29
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 7838 0 0 0 27 2 0 0 20 0 1 0 11979233 19685376 3413 1992294400 4194304 9819077 140733701292464 18446744073709551615 7261349 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 4806 3413 642 1374 0 3427 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19224

[startup+0.700729 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14773
/proc/meminfo: memFree=1827068/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=19888 CPUtime=0.69
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 8456 0 0 0 67 2 0 0 20 0 1 0 11979233 20365312 3480 1992294400 4194304 9819077 140733701292464 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 4972 3480 659 1374 0 3593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19888

[startup+1.50081 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1814784/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=21208 CPUtime=1.49
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 20816 0 0 0 142 7 0 0 22 0 1 0 11979233 21716992 3759 1992294400 4194304 9819077 140733701292464 18446744073709551615 7318497 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5302 3759 695 1374 0 3923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21208

[startup+3.10098 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1814412/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=21552 CPUtime=3.09
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 23933 0 0 0 300 9 0 0 25 0 1 0 11979233 22069248 3705 1992294400 4194304 9819077 140733701292464 18446744073709551615 6055460 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5388 3705 695 1374 0 4009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21552

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1813048/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=23332 CPUtime=6.28
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 29573 0 0 0 616 12 0 0 25 0 1 0 11979233 23891968 4020 1992294400 4194304 9819077 140733701292464 18446744073709551615 5734181 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5833 4020 695 1374 0 4454 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23332

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1812304/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26364 CPUtime=12.69
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 39169 0 0 0 1251 18 0 0 25 0 1 0 11979233 26996736 4169 1992294400 4194304 9819077 140733701292464 18446744073709551615 7283877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6591 4169 702 1374 0 5212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26364

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1812428/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26144 CPUtime=25.48
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 104355 0 0 0 2505 43 0 0 25 0 1 0 11979233 26771456 4215 1992294400 4194304 9819077 140733701292464 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6536 4215 709 1374 0 5157 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26144

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14774
/proc/meminfo: memFree=1812428/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26088 CPUtime=51.08
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 246429 0 0 0 5013 95 0 0 25 0 1 0 11979233 26714112 4211 1992294400 4194304 9819077 140733701292464 18446744073709551615 7289873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6522 4211 709 1374 0 5143 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26088

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14776
/proc/meminfo: memFree=1812056/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=23392 CPUtime=102.27
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 504854 0 0 0 10027 200 0 0 25 0 1 0 11979233 23953408 4219 1992294400 4194304 9819077 140733701292464 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5848 4219 709 1374 0 4469 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23392

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14778
/proc/meminfo: memFree=1809700/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=23796 CPUtime=162.25
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 794957 0 0 0 15895 330 0 0 25 0 1 0 11979233 24367104 4746 1992294400 4194304 9819077 140733701292464 18446744073709551615 7291721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5949 4746 714 1374 0 4570 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 23796

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14780
/proc/meminfo: memFree=1809700/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=23628 CPUtime=222.22
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 854771 0 0 0 21839 383 0 0 25 0 1 0 11979233 24195072 4746 1992294400 4194304 9819077 140733701292464 18446744073709551615 7301545 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5907 4746 714 1374 0 4528 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23628

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14780
/proc/meminfo: memFree=1809576/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=24304 CPUtime=282.21
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 930630 0 0 0 27777 444 0 0 25 0 1 0 11979233 24887296 4835 1992294400 4194304 9819077 140733701292464 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6076 4835 729 1374 0 4697 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 24304

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14782
/proc/meminfo: memFree=1809328/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=23412 CPUtime=342.19
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1018602 0 0 0 33704 515 0 0 25 0 1 0 11979233 23973888 4823 1992294400 4194304 9819077 140733701292464 18446744073709551615 7263357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 5853 4823 729 1374 0 4474 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 23412

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14784
/proc/meminfo: memFree=1809328/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=24052 CPUtime=402.17
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1103669 0 0 0 39632 585 0 0 25 0 1 0 11979233 24629248 4829 1992294400 4194304 9819077 140733701292464 18446744073709551615 7301520 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6013 4829 729 1374 0 4634 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 24052

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14786
/proc/meminfo: memFree=1809204/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=24232 CPUtime=462.14
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1186765 0 0 0 45557 657 0 0 25 0 1 0 11979233 24813568 4839 1992294400 4194304 9819077 140733701292464 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6058 4839 734 1374 0 4679 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 24232

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14788
/proc/meminfo: memFree=1809204/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=24520 CPUtime=522.13
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1267425 0 0 0 51493 720 0 0 25 0 1 0 11979233 25108480 4899 1992294400 4194304 9819077 140733701292464 18446744073709551615 7295975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6130 4899 734 1374 0 4751 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 24520

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14788
/proc/meminfo: memFree=1808832/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=27424 CPUtime=582.1
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1345039 0 0 0 57433 777 0 0 25 0 1 0 11979233 28082176 4974 1992294400 4194304 9819077 140733701292464 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6856 4974 734 1374 0 5477 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 27424

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14790
/proc/meminfo: memFree=1808336/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=25244 CPUtime=642.09
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1423718 0 0 0 63366 843 0 0 25 0 1 0 11979233 25849856 5181 1992294400 4194304 9819077 140733701292464 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6311 5181 734 1374 0 4932 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 25244

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14796
/proc/meminfo: memFree=1806724/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26224 CPUtime=822.03
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1778429 0 0 0 81094 1109 0 0 25 0 1 0 11979233 26853376 5412 1992294400 4194304 9819077 140733701292464 18446744073709551615 7284191 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6556 5412 734 1374 0 5177 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 26224

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14796
/proc/meminfo: memFree=1806600/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26752 CPUtime=882.01
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 1931975 0 0 0 86994 1207 0 0 25 0 1 0 11979233 27394048 5419 1992294400 4194304 9819077 140733701292464 18446744073709551615 7291693 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6688 5419 734 1374 0 5309 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 26752

[startup+942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14798
/proc/meminfo: memFree=1806600/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=27164 CPUtime=941.99
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2108755 0 0 0 92878 1321 0 0 25 0 1 0 11979233 27815936 5430 1992294400 4194304 9819077 140733701292464 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6545 5413 734 1374 0 5166 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 27164

[startup+1002.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 14800
/proc/meminfo: memFree=1806476/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26528 CPUtime=1001.96
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2275771 0 0 0 98773 1423 0 0 25 0 1 0 11979233 27164672 5414 1992294400 4194304 9819077 140733701292464 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6632 5414 734 1374 0 5253 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 26528

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 14802
/proc/meminfo: memFree=1806476/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26352 CPUtime=1061.95
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2443884 0 0 0 104668 1527 0 0 25 0 1 0 11979233 26984448 5416 1992294400 4194304 9819077 140733701292464 18446744073709551615 7284121 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6588 5416 734 1374 0 5209 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 26352

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14804
/proc/meminfo: memFree=1806476/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=27236 CPUtime=1121.94
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2609346 0 0 0 110558 1636 0 0 25 0 1 0 11979233 27889664 5443 1992294400 4194304 9819077 140733701292464 18446744073709551615 7301632 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6809 5443 734 1374 0 5430 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 27236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14804
/proc/meminfo: memFree=1806352/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=27256 CPUtime=1181.91
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2760329 0 0 0 116461 1730 0 0 25 0 1 0 11979233 27910144 5454 1992294400 4194304 9819077 140733701292464 18446744073709551615 6656830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6814 5454 734 1374 0 5435 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 27256

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14806
/proc/meminfo: memFree=1806352/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=26892 CPUtime=1241.9
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 2931614 0 0 0 122360 1830 0 0 25 0 1 0 11979233 27537408 5418 1992294400 4194304 9819077 140733701292464 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 6723 5418 734 1374 0 5344 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 26892

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14808
/proc/meminfo: memFree=1805236/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28180 CPUtime=1301.89
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3112370 0 0 0 128250 1939 0 0 25 0 1 0 11979233 28856320 5704 1992294400 4194304 9819077 140733701292464 18446744073709551615 7309175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7045 5704 734 1374 0 5666 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 28180

[startup+1362.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 14810
/proc/meminfo: memFree=1805236/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28468 CPUtime=1361.86
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3297407 0 0 0 134138 2048 0 0 25 0 1 0 11979233 29151232 5736 1992294400 4194304 9819077 140733701292464 18446744073709551615 6391519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7117 5736 734 1374 0 5738 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 28468

[startup+1422.31 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 14812
/proc/meminfo: memFree=1804740/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28572 CPUtime=1421.85
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3480088 0 0 0 140027 2158 0 0 25 0 1 0 11979233 29257728 5797 1992294400 4194304 9819077 140733701292464 18446744073709551615 7311974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7143 5797 734 1374 0 5764 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 28572

[startup+1482.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 14812
/proc/meminfo: memFree=1804740/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28912 CPUtime=1481.83
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3668225 0 0 0 145918 2265 0 0 25 0 1 0 11979233 29605888 5837 1992294400 4194304 9819077 140733701292464 18446744073709551615 7290500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7228 5837 734 1374 0 5849 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 28912

[startup+1542.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 14814
/proc/meminfo: memFree=1804740/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28644 CPUtime=1541.81
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 3857410 0 0 0 151806 2375 0 0 25 0 1 0 11979233 29331456 5801 1992294400 4194304 9819077 140733701292464 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7161 5801 734 1374 0 5782 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 28644

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 14816
/proc/meminfo: memFree=1804368/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28968 CPUtime=1601.8
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 4048677 0 0 0 157695 2485 0 0 25 0 1 0 11979233 29663232 5916 1992294400 4194304 9819077 140733701292464 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7242 5916 734 1374 0 5863 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 28968

[startup+1662.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 14818
/proc/meminfo: memFree=1804368/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=28948 CPUtime=1661.79
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 4238909 0 0 0 163584 2595 0 0 25 0 1 0 11979233 29642752 5925 1992294400 4194304 9819077 140733701292464 18446744073709551615 7312735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7237 5925 734 1374 0 5858 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 28948

[startup+1722.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/107 14820
/proc/meminfo: memFree=1803748/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=32620 CPUtime=1721.76
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 4425597 0 0 0 169470 2706 0 0 25 0 1 0 11979233 33402880 6116 1992294400 4194304 9819077 140733701292464 18446744073709551615 7290441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 8155 6116 734 1374 0 6776 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 32620

[startup+1782.3 s]
/proc/loadavg: 1.14 1.08 1.01 2/107 14820
/proc/meminfo: memFree=1803500/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=29916 CPUtime=1781.74
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 4615736 0 0 0 175351 2823 0 0 25 0 1 0 11979233 30633984 6102 1992294400 4194304 9819077 140733701292464 18446744073709551615 7318457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7479 6102 734 1374 0 6100 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 29916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.11 1.08 1.01 2/107 14822
/proc/meminfo: memFree=1803500/2059040 swapFree=4135584/4192956
[pid=14773] ppid=14771 vsize=29484 CPUtime=1800.05
/proc/14773/stat : 14773 (pbscip.linux.x8) R 14771 14773 14024 0 -1 4202496 4673131 0 0 0 177148 2857 0 0 25 0 1 0 11979233 30191616 6043 1992294400 4194304 9819077 140733701292464 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14773/statm: 7371 6044 734 1374 0 5992 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 29484

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

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

Child status: 0
Real time (s): 1800.67
CPU time (s): 1800.12
CPU user time (s): 1771.53
CPU system time (s): 28.5807
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 38964

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

runsolver used 3.07653 second user time and 8.40472 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 19:29:13
IDJOB=2665596
IDBENCH=1948
IDSOLVER=1168
FILE ID=node002/2665596-1276363753
PBS_JOBID= 11173204
Free space on /tmp= 62400 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_22.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-2665596-1276363753/watcher-2665596-1276363753 -o /tmp/evaluation-result-2665596-1276363753/solver-2665596-1276363753 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665596-1276363753.opb -t 1800 -m 1800

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=1805267192

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827596 kB
Buffers:         34372 kB
Cached:         123044 kB
SwapCached:      17672 kB
Active:         112484 kB
Inactive:        64628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827596 kB
SwapTotal:     4192956 kB
SwapFree:      4135584 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:       10712 kB
Mapped:           9128 kB
Slab:            32528 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179840 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= 62392 MiB
End job on node002 at 2010-06-12 19:59:15