Trace number 3485007
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/ factor-mod-size=6-P0=11-P1=2-P2=41-P3=47-P4=37-P5=17-P6=41-P7=43-P8=59-B.opb |
MD5SUM | 703541714091bf2de3415b24b852b4fc |
Bench Category | OPT-SMALLINT-NLC (optimisation, small integers, non linear constraints) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 2 |
Best CPU time to get the best result obtained on this benchmark | 2.29765 |
Has Objective Function | YES |
Satisfiable | YES |
(Un)Satisfiability was proved | YES |
Best value of the objective function | 2 |
Optimality of the best value was proved | YES |
Number of variables | 144 |
Total number of constraints | 17 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 17 |
Minimum length of a constraint | 6 |
Maximum length of a constraint | 48 |
Number of terms in the objective function | 6 |
Biggest coefficient in the objective function | 32 |
Number of bits for the biggest coefficient in the objective function | 6 |
Sum of the numbers in the objective function | 63 |
Number of bits of the sum of numbers in the objective function | 6 |
Biggest number in a constraint | 2048 |
Number of bits of the biggest number in a constraint | 12 |
Biggest sum of numbers in a constraint | 8064 |
Number of bits of the biggest sum of numbers | 13 |
Number of products (including duplicates) | 288 |
Sum of products size (including duplicates) | 576 |
Number of different products | 288 |
Sum of products size | 576 |
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 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-3485007-1307779602.opb>
0.00/0.00 c original problem has 144 variables (144 bin, 0 int, 0 impl, 0 cont) and 17 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.00 c presolving:
0.00/0.01 c (round 1) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 0 upgd conss, 1908 impls, 0 clqs
0.00/0.01 c (round 2) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 10 upgd conss, 1930 impls, 0 clqs
0.00/0.02 c (0.0s) probing: 197/424 (46.5%) - 0 fixings, 0 aggregations, 41 implications, 0 bound changes
0.00/0.02 c (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02 c presolving (3 rounds):
0.00/0.02 c 8 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 36 changed coefficients
0.00/0.02 c 2012 implications, 0 cliques
0.00/0.02 c presolved problem has 424 variables (424 bin, 0 int, 0 impl, 0 cont) and 305 constraints
0.00/0.02 c 287 constraints of type <and>
0.00/0.02 c 8 constraints of type <linear>
0.00/0.02 c 10 constraints of type <logicor>
0.00/0.02 c transformed objective value is always integral (scale: 1)
0.00/0.02 c Presolving Time: 0.02
0.00/0.02 c - non default parameters ----------------------------------------------------------------------
0.00/0.02 c # SCIP version 2.0.1.4
0.00/0.02 c
0.00/0.02 c # frequency for displaying node information lines
0.00/0.02 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02 c display/freq = 10000
0.00/0.02 c
0.00/0.02 c # maximal time in seconds to run
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02 c limits/time = 1797
0.00/0.02 c
0.00/0.02 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02 c limits/memory = 13950
0.00/0.02 c
0.00/0.02 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02 c # [type: int, range: [1,2], default: 1]
0.00/0.02 c timing/clocktype = 2
0.00/0.02 c
0.00/0.02 c # belongs reading time to solving time?
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c timing/reading = TRUE
0.00/0.02 c
0.00/0.02 c # should presolving try to simplify inequalities
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/linear/simplifyinequalities = TRUE
0.00/0.02 c
0.00/0.02 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/indicator/addCouplingCons = TRUE
0.00/0.02 c
0.00/0.02 c # should presolving try to simplify knapsacks
0.00/0.02 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02 c
0.00/0.02 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02 c separating/rapidlearning/freq = 0
0.00/0.02 c
0.00/0.02 c -----------------------------------------------------------------------------------------------
0.00/0.02 c start solving
0.00/0.02 c
0.00/0.03 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.03 c 0.0s| 1 | 0 | 13 | - |1754k| 0 | 4 | 424 | 367 | 424 | 592 | 0 | 62 | 0 | 2.000000e+00 | -- | Inf
0.09/0.12 c 0.1s| 1 | 0 | 238 | - |1854k| 0 | 32 | 424 | 420 | 424 | 601 | 9 | 109 | 0 | 2.000000e+00 | -- | Inf
0.09/0.13 c 0.1s| 1 | 0 | 278 | - |1914k| 0 | 62 | 424 | 420 | 424 | 622 | 30 | 109 | 0 | 2.000000e+00 | -- | Inf
0.09/0.16 c 0.2s| 1 | 0 | 359 | - |2072k| 0 | 76 | 424 | 420 | 424 | 653 | 61 | 109 | 0 | 2.000000e+00 | -- | Inf
0.19/0.20 c 0.2s| 1 | 0 | 469 | - |2166k| 0 | 106 | 424 | 420 | 424 | 692 | 100 | 109 | 0 | 2.000000e+00 | -- | Inf
0.19/0.25 c 0.2s| 1 | 0 | 580 | - |2199k| 0 | 101 | 424 | 420 | 424 | 725 | 133 | 109 | 0 | 2.000000e+00 | -- | Inf
0.19/0.29 c 0.3s| 1 | 0 | 656 | - |2254k| 0 | 136 | 424 | 420 | 424 | 770 | 178 | 109 | 0 | 2.000000e+00 | -- | Inf
0.39/0.43 c 0.4s| 1 | 2 | 656 | - |2254k| 0 | 136 | 424 | 420 | 424 | 770 | 178 | 109 | 10 | 2.000000e+00 | -- | Inf
12.59/12.65 c 12.7s| 10000 | 3628 |130994 | 13.0 |7998k| 70 | 125 | 424 |1722 | 424 | 348 | 30k|9619 |1450 | 2.000000e+00 | -- | Inf
24.69/24.78 c 24.8s| 20000 | 7152 |278620 | 13.9 | 12M| 70 | 107 | 424 |1987 | 424 | 309 | 64k| 19k|2349 | 2.000000e+00 | -- | Inf
26.99/27.04 o 7
26.99/27.04 c *27.0s| 22388 | 7798 |303297 | 13.5 | 13M| 70 | - | 424 |2889 | 424 | 392 | 70k| 22k|2555 | 2.000000e+00 | 7.000000e+00 | 250.00%
27.19/27.25 o 3
27.19/27.25 c *27.3s| 22602 | 4121 |305581 | 13.5 |9406k| 70 | - | 424 |2870 | 424 | 385 | 70k| 22k|2584 | 2.000000e+00 | 3.000000e+00 | 50.00%
31.59/31.66 c 31.7s| 30000 | 4752 |343301 | 11.4 | 12M| 70 | - | 424 |5592 | 0 | 0 | 76k| 31k|2594 | 2.000000e+00 | 3.000000e+00 | 50.00%
37.89/37.96 c 38.0s| 40000 | 5339 |390127 | 9.7 | 14M| 70 | - | 424 |6363 | 0 | 0 | 83k| 44k|2643 | 2.000000e+00 | 3.000000e+00 | 50.00%
44.39/44.41 c 44.4s| 50000 | 5517 |435736 | 8.7 | 16M| 70 | 20 | 424 |9027 | 424 | 382 | 90k| 57k|2665 | 2.000000e+00 | 3.000000e+00 | 50.00%
50.70/50.73 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
50.70/50.73 c 50.7s| 60000 | 5199 |479132 | 8.0 | 16M| 70 | - | 424 |7773 | 0 | 0 | 95k| 70k|2706 | 2.000000e+00 | 3.000000e+00 | 50.00%
57.10/57.13 c 57.1s| 70000 | 5239 |518407 | 7.4 | 17M| 70 | 17 | 424 |8067 | 424 | 382 | 100k| 82k|2724 | 2.000000e+00 | 3.000000e+00 | 50.00%
63.50/63.54 c 63.5s| 80000 | 5409 |556620 | 6.9 | 18M| 70 | - | 424 |9305 | 0 | 0 | 110k| 95k|2768 | 2.000000e+00 | 3.000000e+00 | 50.00%
69.99/70.09 c 70.1s| 90000 | 5538 |600002 | 6.7 | 20M| 70 | - | 424 | 10k| 0 | 0 | 117k| 108k|2787 | 2.000000e+00 | 3.000000e+00 | 50.00%
76.59/76.68 c 76.7s|100000 | 5561 |643424 | 6.4 | 20M| 70 | 21 | 424 | 10k| 424 | 388 | 122k| 121k|2799 | 2.000000e+00 | 3.000000e+00 | 50.00%
82.79/82.83 c 82.8s|110000 | 4564 |686588 | 6.2 | 15M| 70 | 13 | 424 |7185 | 424 | 376 | 128k| 133k|2926 | 2.000000e+00 | 3.000000e+00 | 50.00%
89.79/89.87 c 89.9s|120000 | 4529 |736225 | 6.1 | 16M| 70 | 9 | 424 |8175 | 424 | 377 | 135k| 145k|3016 | 2.000000e+00 | 3.000000e+00 | 50.00%
96.49/96.50 c 96.5s|130000 | 4436 |781588 | 6.0 | 15M| 70 | - | 424 |7645 | 0 | 0 | 142k| 157k|3074 | 2.000000e+00 | 3.000000e+00 | 50.00%
103.40/103.45 c 103s|140000 | 4389 |824557 | 5.9 | 16M| 70 | 18 | 424 | 12k| 424 | 378 | 149k| 169k|3082 | 2.000000e+00 | 3.000000e+00 | 50.00%
111.20/111.27 c 111s|150000 | 4471 |872541 | 5.8 | 17M| 70 | 23 | 424 | 12k| 424 | 378 | 156k| 181k|3089 | 2.000000e+00 | 3.000000e+00 | 50.00%
118.09/118.12 c 118s|160000 | 4444 |913448 | 5.7 | 19M| 70 | - | 424 | 18k| 0 | 0 | 161k| 193k|3233 | 2.000000e+00 | 3.000000e+00 | 50.00%
125.80/125.89 c 126s|170000 | 4718 |958166 | 5.6 | 21M| 70 | 26 | 424 | 19k| 424 | 378 | 165k| 205k|3255 | 2.000000e+00 | 3.000000e+00 | 50.00%
133.80/133.87 c 134s|180000 | 4875 | 1003k| 5.6 | 22M| 70 | 20 | 424 | 20k| 424 | 379 | 171k| 216k|3278 | 2.000000e+00 | 3.000000e+00 | 50.00%
142.50/142.50 c 142s|190000 | 5108 | 1044k| 5.5 | 24M| 70 | 17 | 424 | 24k| 424 | 380 | 175k| 228k|3291 | 2.000000e+00 | 3.000000e+00 | 50.00%
151.70/151.78 c 152s|200000 | 5390 | 1089k| 5.4 | 26M| 70 | - | 424 | 26k| 0 | 0 | 181k| 239k|3330 | 2.000000e+00 | 3.000000e+00 | 50.00%
161.90/161.90 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
161.90/161.90 c 162s|210000 | 5978 | 1141k| 5.4 | 28M| 70 | - | 424 | 28k| 0 | 0 | 187k| 250k|3347 | 2.000000e+00 | 3.000000e+00 | 50.00%
171.80/171.85 c 172s|220000 | 6156 | 1194k| 5.4 | 29M| 70 | - | 424 | 29k| 0 | 0 | 196k| 260k|3370 | 2.000000e+00 | 3.000000e+00 | 50.00%
182.30/182.34 c 182s|230000 | 6129 | 1248k| 5.4 | 30M| 70 | - | 424 | 30k| 0 | 0 | 204k| 270k|3396 | 2.000000e+00 | 3.000000e+00 | 50.00%
193.10/193.18 c 193s|240000 | 6223 | 1301k| 5.4 | 33M| 70 | 12 | 424 | 34k| 424 | 377 | 212k| 281k|3415 | 2.000000e+00 | 3.000000e+00 | 50.00%
205.40/205.45 c 205s|250000 | 6286 | 1350k| 5.4 | 34M| 70 | 20 | 424 | 37k| 424 | 367 | 218k| 294k|3430 | 2.000000e+00 | 3.000000e+00 | 50.00%
216.79/216.84 c 217s|260000 | 6243 | 1401k| 5.4 | 35M| 70 | 11 | 424 | 36k| 424 | 384 | 225k| 306k|3447 | 2.000000e+00 | 3.000000e+00 | 50.00%
228.20/228.21 c 228s|270000 | 6176 | 1450k| 5.4 | 35M| 70 | 37 | 424 | 35k| 424 | 373 | 231k| 317k|3468 | 2.000000e+00 | 3.000000e+00 | 50.00%
239.50/239.50 c 239s|280000 | 6538 | 1503k| 5.4 | 37M| 70 | 18 | 424 | 38k| 424 | 378 | 237k| 329k|3491 | 2.000000e+00 | 3.000000e+00 | 50.00%
249.10/249.14 c 249s|290000 | 6928 | 1579k| 5.4 | 27M| 70 | 56 | 424 |3275 | 424 | 351 | 248k| 340k|4566 | 2.000000e+00 | 3.000000e+00 | 50.00%
256.60/256.61 c 257s|300000 | 6812 | 1646k| 5.5 | 27M| 70 | - | 424 |3543 | 0 | 0 | 258k| 351k|4595 | 2.000000e+00 | 3.000000e+00 | 50.00%
257.50/257.59 o 2
257.50/257.59 c * 258s|301516 | 0 | 1654k| 5.5 | 12M| 70 | - | 424 |4548 | 424 | 394 | 259k| 353k|4601 | 2.000000e+00 | 2.000000e+00 | 0.00%
257.50/257.59 c
257.50/257.59 c SCIP Status : problem is solved [optimal solution found]
257.50/257.59 c Solving Time (sec) : 257.60
257.50/257.59 c Solving Nodes : 301516
257.50/257.59 c Primal Bound : +2.00000000000000e+00 (3 solutions)
257.50/257.59 c Dual Bound : +2.00000000000000e+00
257.50/257.59 c Gap : 0.00 %
257.50/257.59 s OPTIMUM FOUND
257.50/257.59 v -x144 -x143 x142 -x141 -x140 x139 x138 -x137 -x136 -x135 -x134 x133 x96 -x95 -x94 -x93 x92 -x91 -x132 -x131 -x130 -x129 -x128 x127
257.50/257.59 v x90 x89 x88 -x87 x86 -x85 x126 x125 x124 x123 -x122 x121 -x84 -x83 -x82 -x81 x80 -x79 -x120 -x119 x118 -x117 x116 -x115 x78
257.50/257.59 v x77 x76 x75 x74 -x73 -x114 -x113 -x112 -x111 x110 -x109 -x72 x71 x70 -x69 x68 -x67 -x108 -x107 -x106 -x105 -x104 x103 -x66
257.50/257.59 v -x65 x64 x63 x62 -x61 -x102 -x101 -x100 -x99 -x98 x97 -x60 -x59 -x58 -x57 x56 -x55 -x54 x53 -x52 -x51 -x50 x49 x48 -x47 -x46
257.50/257.59 v x45 -x44 x43 x42 x41 x40 x39 -x38 x37 x36 x35 x34 x33 x32 x31 -x30 x29 x28 -x27 x26 x25 -x24 -x23 x22 -x21 x20 x19 x18 -x17
257.50/257.59 v -x16 x15 x14 x13 x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 x2 -x1
257.50/257.59 c SCIP Status : problem is solved [optimal solution found]
257.50/257.59 c Total Time : 257.60
257.50/257.59 c solving : 257.60
257.50/257.59 c presolving : 0.02 (included in solving)
257.50/257.59 c reading : 0.00 (included in solving)
257.50/257.59 c Original Problem :
257.50/257.59 c Problem name : HOME/instance-3485007-1307779602.opb
257.50/257.59 c Variables : 144 (144 binary, 0 integer, 0 implicit integer, 0 continuous)
257.50/257.59 c Constraints : 17 initial, 17 maximal
257.50/257.59 c Presolved Problem :
257.50/257.59 c Problem name : t_HOME/instance-3485007-1307779602.opb
257.50/257.59 c Variables : 424 (424 binary, 0 integer, 0 implicit integer, 0 continuous)
257.50/257.59 c Constraints : 305 initial, 38816 maximal
257.50/257.59 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
257.50/257.59 c trivial : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c implics : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c probing : 0.01 0 0 0 0 0 0 0 0 0
257.50/257.59 c and : 0.01 0 0 0 0 0 0 0 0 0
257.50/257.59 c linear : 0.00 1 7 0 0 0 0 0 0 36
257.50/257.59 c logicor : 0.00 0 0 0 0 0 0 0 0 0
257.50/257.59 c root node : - 82 - - 82 - - - - -
257.50/257.59 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
257.50/257.59 c integral : 0 0 0 215607 0 13 0 1 689 0 0 430712
257.50/257.59 c and : 287 339923 1205454 0 0 10 5585075 15581 1858010 259872 0 0
257.50/257.59 c linear : 8+ 7 1189870 0 0 2 1453987 137293 915299 4 0 0
257.50/257.59 c logicor : 10+ 6 647582 3 0 0 1104029 16347 391721 91 0 0
257.50/257.59 c countsols : 0 0 0 3 0 2 0 0 0 0 0 0
257.50/257.59 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
257.50/257.59 c integral : 5.02 0.00 0.00 5.02 0.00 0.00 0.00
257.50/257.59 c and : 9.71 3.15 5.56 0.00 0.00 0.00 1.00
257.50/257.59 c linear : 15.69 0.00 13.16 0.00 0.00 0.00 2.53
257.50/257.59 c logicor : 41.39 0.00 40.33 0.00 0.00 0.00 1.06
257.50/257.59 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
257.50/257.59 c Propagators : #Propagate #Resprop Cutoffs DomReds
257.50/257.59 c vbounds : 0 0 0 0
257.50/257.59 c rootredcost : 2 0 0 5
257.50/257.59 c pseudoobj : 1205049 1 0 3
257.50/257.59 c Propagator Timings : TotalTime Propagate Resprop
257.50/257.59 c vbounds : 0.16 0.16 0.00
257.50/257.59 c rootredcost : 0.17 0.17 0.00
257.50/257.59 c pseudoobj : 0.45 0.45 0.00
257.50/257.59 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
257.50/257.59 c propagation : 8.97 169221 169098 1186312 32.1 12516 23.5 -
257.50/257.59 c infeasible LP : 0.03 362 362 1821 25.1 53 12.8 0
257.50/257.59 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
257.50/257.59 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
257.50/257.59 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
257.50/257.59 c applied globally : - - - 353961 23.4 - - -
257.50/257.59 c applied locally : - - - 0 0.0 - - -
257.50/257.59 c Separators : Time Calls Cutoffs DomReds Cuts Conss
257.50/257.59 c cut pool : 0.00 5 - - 13 - (maximal pool size: 232)
257.50/257.59 c redcost : 2.08 339926 0 0 0 0
257.50/257.59 c impliedbounds : 0.00 6 0 0 79 0
257.50/257.59 c intobj : 0.00 0 0 0 0 0
257.50/257.59 c gomory : 0.05 6 0 0 145 0
257.50/257.59 c cgmip : 0.00 0 0 0 0 0
257.50/257.59 c closecuts : 0.00 0 0 0 0 0
257.50/257.59 c strongcg : 0.04 6 0 0 388 0
257.50/257.59 c cmir : 0.02 6 0 0 76 0
257.50/257.59 c flowcover : 0.04 6 0 0 144 0
257.50/257.59 c clique : 0.00 1 0 0 0 0
257.50/257.59 c zerohalf : 0.00 0 0 0 0 0
257.50/257.59 c mcf : 0.00 1 0 0 0 0
257.50/257.59 c oddcycle : 0.00 0 0 0 0 0
257.50/257.59 c rapidlearning : 0.02 1 0 0 0 5
257.50/257.59 c Pricers : Time Calls Vars
257.50/257.59 c problem variables: 0.00 0 0
257.50/257.59 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
257.50/257.59 c relpscost : 4.88 215604 1 689 0 0 430712
257.50/257.59 c pscost : 0.00 0 0 0 0 0 0
257.50/257.59 c inference : 0.00 0 0 0 0 0 0
257.50/257.59 c mostinf : 0.00 0 0 0 0 0 0
257.50/257.59 c leastinf : 0.00 0 0 0 0 0 0
257.50/257.59 c fullstrong : 0.00 0 0 0 0 0 0
257.50/257.59 c allfullstrong : 0.00 0 0 0 0 0 0
257.50/257.59 c random : 0.00 0 0 0 0 0 0
257.50/257.59 c Primal Heuristics : Time Calls Found
257.50/257.59 c LP solutions : 0.03 - 3
257.50/257.59 c pseudo solutions : 0.00 - 0
257.50/257.59 c crossover : 0.06 0 0
257.50/257.59 c intshifting : 0.00 0 0
257.50/257.59 c oneopt : 0.07 2 0
257.50/257.59 c veclendiving : 0.31 145 0
257.50/257.59 c linesearchdiving : 0.36 145 0
257.50/257.59 c guideddiving : 0.42 145 0
257.50/257.59 c coefdiving : 0.58 145 0
257.50/257.59 c pscostdiving : 0.51 145 0
257.50/257.59 c fracdiving : 0.51 145 0
257.50/257.59 c objpscostdiving : 0.85 73 0
257.50/257.59 c rootsoldiving : 0.47 73 0
257.50/257.59 c feaspump : 0.38 73 0
257.50/257.59 c trivial : 0.00 2 0
257.50/257.59 c shiftandpropagate: 0.00 1 0
257.50/257.59 c simplerounding : 0.07 0 0
257.50/257.59 c zirounding : 1.72 0 0
257.50/257.59 c rounding : 0.32 8212 0
257.50/257.59 c shifting : 1.57 2450 0
257.50/257.59 c twoopt : 0.00 0 0
257.50/257.59 c fixandinfer : 0.00 0 0
257.50/257.59 c clique : 0.00 0 0
257.50/257.59 c intdiving : 0.00 0 0
257.50/257.59 c actconsdiving : 0.00 0 0
257.50/257.59 c octane : 0.00 0 0
257.50/257.59 c rens : 0.01 1 0
257.50/257.59 c rins : 0.00 0 0
257.50/257.59 c localbranching : 0.00 0 0
257.50/257.59 c mutation : 0.00 0 0
257.50/257.59 c dins : 0.00 0 0
257.50/257.59 c vbounds : 0.00 0 0
257.50/257.59 c undercover : 0.06 1 0
257.50/257.59 c subnlp : 0.04 0 0
257.50/257.59 c trysol : 0.07 0 0
257.50/257.59 c LP : Time Calls Iterations Iter/call Iter/sec
257.50/257.59 c primal LP : 2.97 0 0 0.00 0.00
257.50/257.59 c dual LP : 95.31 339275 1589969 4.69 16681.48
257.50/257.59 c lex dual LP : 0.00 0 0 0.00 -
257.50/257.59 c barrier LP : 0.00 0 0 0.00 -
257.50/257.59 c diving/probing LP: 2.81 11388 64905 5.70 23097.31
257.50/257.59 c strong branching : 3.47 4601 59025 12.83 17033.50
257.50/257.59 c (at root node) : - 10 1496 149.60 -
257.50/257.59 c conflict analysis: 0.00 0 0 0.00 -
257.50/257.59 c B&B Tree :
257.50/257.59 c number of runs : 1
257.50/257.59 c nodes : 301516
257.50/257.59 c nodes (total) : 301516
257.50/257.59 c nodes left : 0
257.50/257.59 c max depth : 70
257.50/257.59 c max depth (total): 70
257.50/257.59 c backtracks : 91543 (30.4%)
257.50/257.59 c delayed cutoffs : 118471
257.50/257.59 c repropagations : 249602 (1369939 domain reductions, 80945 cutoffs)
257.50/257.59 c avg switch length: 4.07
257.50/257.59 c switching time : 37.55
257.50/257.59 c Solution :
257.50/257.59 c Solutions found : 3 (3 improvements)
257.50/257.59 c First Solution : +7.00000000000000e+00 (in run 1, after 22388 nodes, 27.04 seconds, depth 65, found by <relaxation>)
257.50/257.59 c Primal Bound : +2.00000000000000e+00 (in run 1, after 301516 nodes, 257.57 seconds, depth 60, found by <relaxation>)
257.50/257.59 c Dual Bound : +2.00000000000000e+00
257.50/257.59 c Gap : 0.00 %
257.50/257.59 c Root Dual Bound : +2.00000000000000e+00
257.50/257.59 c Root Iterations : 656
257.59/257.61 c Time complete: 257.61.
Verifier Data
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 988)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485007-1307779602/watcher-3485007-1307779602 -o /tmp/evaluation-result-3485007-1307779602/solver-3485007-1307779602 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485007-1307779602.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.00 2.00 1.73 2/177 11649
/proc/meminfo: memFree=30230128/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=12360 CPUtime=0 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 2003 0 0 0 0 0 0 0 24 0 1 0 889560950 12656640 1959 33554432000 4194304 8979876 140736066172512 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 3090 1970 411 1169 0 1917 0
[startup+0.0511939 s]
/proc/loadavg: 2.00 2.00 1.73 2/177 11649
/proc/meminfo: memFree=30230128/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=29648 CPUtime=0.04 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 6596 0 0 0 3 1 0 0 24 0 1 0 889560950 30359552 5941 33554432000 4194304 8979876 140736066172512 18446744073709551615 4445242 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7412 5941 666 1169 0 6239 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29648
[startup+0.101185 s]
/proc/loadavg: 2.00 2.00 1.73 2/177 11649
/proc/meminfo: memFree=30230128/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=28956 CPUtime=0.09 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 9813 0 0 0 7 2 0 0 24 0 1 0 889560950 29650944 6249 33554432000 4194304 8979876 140736066172512 18446744073709551615 4239319 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7239 6249 697 1169 0 6066 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28956
[startup+0.300144 s]
/proc/loadavg: 2.00 2.00 1.73 2/177 11649
/proc/meminfo: memFree=30230128/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=31424 CPUtime=0.29 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10439 0 0 0 27 2 0 0 25 0 1 0 889560950 32178176 6875 33554432000 4194304 8979876 140736066172512 18446744073709551615 7836169 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7856 6875 709 1169 0 6683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31424
[startup+0.701066 s]
/proc/loadavg: 2.00 2.00 1.73 2/177 11649
/proc/meminfo: memFree=30230128/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=28992 CPUtime=0.69 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10734 0 0 0 64 5 0 0 25 0 1 0 889560950 29687808 6304 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7248 6304 712 1169 0 6075 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28992
[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 1.73 3/178 11651
/proc/meminfo: memFree=30207248/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=29032 CPUtime=1.49 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10735 0 0 0 141 8 0 0 25 0 1 0 889560950 29728768 6305 33554432000 4194304 8979876 140736066172512 18446744073709551615 5907563 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7258 6305 712 1169 0 6085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29032
[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 1.73 3/178 11651
/proc/meminfo: memFree=30206876/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=29032 CPUtime=3.09 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10740 0 0 0 294 15 0 0 25 0 1 0 889560950 29728768 6310 33554432000 4194304 8979876 140736066172512 18446744073709551615 7047634 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7258 6310 716 1169 0 6085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29032
[startup+6.30104 s]
/proc/loadavg: 2.00 2.00 1.74 3/178 11651
/proc/meminfo: memFree=30207092/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=29032 CPUtime=6.29 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10744 0 0 0 601 28 0 0 25 0 1 0 889560950 29728768 6314 33554432000 4194304 8979876 140736066172512 18446744073709551615 4653956 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7258 6314 716 1169 0 6085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29032
[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.74 3/178 11651
/proc/meminfo: memFree=30207404/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=29404 CPUtime=12.69 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 10834 0 0 0 1212 57 0 0 25 0 1 0 889560950 30109696 6404 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 7351 6404 716 1169 0 6178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29404
[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.74 3/178 11651
/proc/meminfo: memFree=30202560/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=34784 CPUtime=25.49 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 12202 0 0 0 2438 111 0 0 25 0 1 0 889560950 35618816 7769 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 8696 7769 716 1169 0 7523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34784
[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.74 3/178 11652
/proc/meminfo: memFree=30194000/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=43852 CPUtime=51.09 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 14386 0 0 0 4919 190 0 0 25 0 1 0 889560950 44904448 9932 33554432000 4194304 8979876 140736066172512 18446744073709551615 4980489 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 10963 9932 718 1169 0 9790 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 43852
[startup+102.306 s]
/proc/loadavg: 2.06 2.02 1.76 3/178 11653
/proc/meminfo: memFree=30189404/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=48932 CPUtime=102.3 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 15599 0 0 0 9905 325 0 0 25 0 1 0 889560950 50106368 11121 33554432000 4194304 8979876 140736066172512 18446744073709551615 4318768 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 12233 11121 716 1169 0 11060 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 48932
[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.77 3/178 11655
/proc/meminfo: memFree=30178564/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=60504 CPUtime=162.29 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 18347 0 0 0 15779 450 0 0 25 0 1 0 889560950 61956096 13863 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 15126 13863 716 1169 0 13953 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 60504
[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.78 3/178 11656
/proc/meminfo: memFree=30137848/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=72952 CPUtime=222.3 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 20918 0 0 0 21654 576 0 0 25 0 1 0 889560950 74702848 16434 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 18238 16434 716 1169 0 17065 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72952
Solver just ended. Dumping a history of the last processes samples
[startup+230.301 s]
/proc/loadavg: 2.00 2.00 1.78 3/178 11657
/proc/meminfo: memFree=30136592/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=74612 CPUtime=230.29 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21271 0 0 0 22438 591 0 0 25 0 1 0 889560950 76402688 16787 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 18653 16787 716 1169 0 17480 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 74612
[startup+243.107 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30134964/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=76580 CPUtime=243.1 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21705 0 0 0 23687 623 0 0 25 0 1 0 889560950 78417920 17221 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19145 17221 716 1169 0 17972 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 76580
[startup+249.5 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30134588/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=76760 CPUtime=249.49 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21789 0 0 0 24296 653 0 0 25 0 1 0 889560950 78602240 17305 33554432000 4194304 8979876 140736066172512 18446744073709551615 6546347 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19190 17305 716 1169 0 18017 0
Current children cumulated CPU time (s) 249.49
Current children cumulated vsize (KiB) 76760
[startup+252.701 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30134464/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=76912 CPUtime=252.7 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21847 0 0 0 24605 665 0 0 25 0 1 0 889560950 78757888 17363 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19228 17363 716 1169 0 18055 0
Current children cumulated CPU time (s) 252.7
Current children cumulated vsize (KiB) 76912
[startup+255.9 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30133968/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=77220 CPUtime=255.89 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21915 0 0 0 24911 678 0 0 25 0 1 0 889560950 79073280 17431 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19305 17431 716 1169 0 18132 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 77220
[startup+256.7 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30133968/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=77220 CPUtime=256.7 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21915 0 0 0 24989 681 0 0 25 0 1 0 889560950 79073280 17431 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19305 17431 716 1169 0 18132 0
Current children cumulated CPU time (s) 256.7
Current children cumulated vsize (KiB) 77220
[startup+257.101 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30133968/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=77220 CPUtime=257.1 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21915 0 0 0 25027 683 0 0 25 0 1 0 889560950 79073280 17431 33554432000 4194304 8979876 140736066172512 18446744073709551615 4347574 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19305 17431 716 1169 0 18132 0
Current children cumulated CPU time (s) 257.1
Current children cumulated vsize (KiB) 77220
[startup+257.501 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30134088/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=77220 CPUtime=257.5 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21915 0 0 0 25065 685 0 0 25 0 1 0 889560950 79073280 17431 33554432000 4194304 8979876 140736066172512 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11649/statm: 19305 17431 716 1169 0 18132 0
Current children cumulated CPU time (s) 257.5
Current children cumulated vsize (KiB) 77220
[startup+257.601 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 11657
/proc/meminfo: memFree=30134088/32951124 swapFree=67056684/67111528
[pid=11649] ppid=11647 vsize=75808 CPUtime=257.59 cores=1,3,5,7
/proc/11649/stat : 11649 (scip-2.0.1.4_2.) R 11647 11649 9145 0 -1 4202496 21918 0 0 0 25074 685 0 0 18 0 1 0 889560950 77627392 17081 33554432000 4194304 8979876 140736066172512 18446744073709551615 5368611 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11649/statm: 18952 17081 719 1169 0 17779 0
Current children cumulated CPU time (s) 257.59
Current children cumulated vsize (KiB) 75808
Child status: 0
Real time (s): 257.611
CPU time (s): 257.618
CPU user time (s): 250.754
CPU system time (s): 6.86396
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 77220
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.754
system time used= 6.86396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21923
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= 5
involuntary context switches= 3160
runsolver used 0.386941 second user time and 0.864868 second system time
The end
Launcher Data
Begin job on node109 at 2011-06-11 10:06:42
IDJOB=3485007
IDBENCH=48053
IDSOLVER=1977
FILE ID=node109/3485007-1307779602
RUNJOBID= node109-1307777630-9164
PBS_JOBID= 13550880
Free space on /tmp= 73984 MiB
SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=11-P1=2-P2=41-P3=47-P4=37-P5=17-P6=41-P7=43-P8=59-B.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485007-1307779602/watcher-3485007-1307779602 -o /tmp/evaluation-result-3485007-1307779602/solver-3485007-1307779602 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485007-1307779602.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 703541714091bf2de3415b24b852b4fc
RANDOM SEED=786222058
node109.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 : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.61
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.74
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.809
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.74
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 30230556 kB
Buffers: 286276 kB
Cached: 968312 kB
SwapCached: 8608 kB
Active: 1893548 kB
Inactive: 595528 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 30230556 kB
SwapTotal: 67111528 kB
SwapFree: 67056684 kB
Dirty: 17248 kB
Writeback: 0 kB
AnonPages: 1232028 kB
Mapped: 15992 kB
Slab: 163840 kB
PageTables: 7140 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 1454492 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 73968 MiB
End job on node109 at 2011-06-11 10:11:00