Trace number 3485398
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-PB06/OPT-SMALLINT/submitted-PB05/ sorensson/garden/normalized-g15x15.opb |
MD5SUM | 28425c3b4907da9ba10ee31a4de63042 |
Bench Category | OPT-SMALLINT (optimisation, small integers) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 53 |
Best CPU time to get the best result obtained on this benchmark | 379.38 |
Has Objective Function | YES |
Satisfiable | YES |
(Un)Satisfiability was proved | YES |
Best value of the objective function | 53 |
Optimality of the best value was proved | NO |
Number of variables | 225 |
Total number of constraints | 225 |
Number of constraints which are clauses | 225 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 5 |
Number of terms in the objective function | 225 |
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 | 225 |
Number of bits of the sum of numbers in the objective function | 8 |
Biggest number in a constraint | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 225 |
Number of bits of the biggest sum of numbers | 8 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
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-3485398-1307764699.opb>
0.00/0.00 c original problem has 225 variables (225 bin, 0 int, 0 impl, 0 cont) and 225 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.00 o 225
0.00/0.00 c feasible solution found by trivial heuristic, objective value 2.250000e+02
0.00/0.00 c presolving:
0.00/0.01 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 225 upgd conss, 0 impls, 0 clqs
0.00/0.01 c (0.0s) probing: 101/225 (44.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01 c (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01 c presolving (2 rounds):
0.00/0.01 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01 c 0 implications, 0 cliques
0.00/0.01 c presolved problem has 225 variables (225 bin, 0 int, 0 impl, 0 cont) and 225 constraints
0.00/0.01 c 225 constraints of type <logicor>
0.00/0.01 c transformed objective value is always integral (scale: 1)
0.00/0.01 c Presolving Time: 0.00
0.00/0.01 c - non default parameters ----------------------------------------------------------------------
0.00/0.01 c # SCIP version 2.0.1.4
0.00/0.01 c
0.00/0.01 c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c conflict/interconss = 0
0.00/0.01 c
0.00/0.01 c # should binary conflicts be preferred?
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c conflict/preferbinary = TRUE
0.00/0.01 c
0.00/0.01 c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.01 c constraints/agelimit = 1
0.00/0.01 c
0.00/0.01 c # should enforcement of pseudo solution be disabled?
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/disableenfops = TRUE
0.00/0.01 c
0.00/0.01 c # frequency for displaying node information lines
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01 c display/freq = 10000
0.00/0.01 c
0.00/0.01 c # maximal time in seconds to run
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/time = 1797
0.00/0.01 c
0.00/0.01 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/memory = 13950
0.00/0.01 c
0.00/0.01 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01 c # [type: int, range: [1,2], default: 1]
0.00/0.01 c timing/clocktype = 2
0.00/0.01 c
0.00/0.01 c # belongs reading time to solving time?
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c timing/reading = TRUE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify inequalities
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/linear/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/indicator/addCouplingCons = TRUE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify knapsacks
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c -----------------------------------------------------------------------------------------------
0.00/0.01 c start solving
0.00/0.01 c
0.00/0.04 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.04 c t 0.0s| 1 | 0 | 926 | - | 840k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.250000e+02 | 363.67%
0.00/0.05 o 224
0.00/0.05 c R 0.0s| 1 | 0 | 926 | - | 849k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.240000e+02 | 361.61%
0.00/0.05 o 223
0.00/0.05 c s 0.0s| 1 | 0 | 926 | - | 856k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.230000e+02 | 359.55%
0.00/0.08 c 0.1s| 1 | 0 | 932 | - |2329k| 0 | 221 | 225 | 225 | 225 | 226 | 1 | 0 | 0 | 4.862196e+01 | 2.230000e+02 | 358.64%
0.00/0.08 o 75
0.00/0.08 c b 0.1s| 1 | 0 | 932 | - |2335k| 0 | 221 | 225 | 225 | 225 | 226 | 1 | 0 | 0 | 4.862196e+01 | 7.500000e+01 | 54.25%
0.09/0.12 c 0.1s| 1 | 0 | 943 | - |3732k| 0 | 218 | 225 | 225 | 225 | 227 | 2 | 0 | 0 | 4.870258e+01 | 7.500000e+01 | 54.00%
0.09/0.16 c 0.2s| 1 | 0 | 967 | - |4976k| 0 | 219 | 225 | 225 | 225 | 228 | 3 | 0 | 0 | 4.872491e+01 | 7.500000e+01 | 53.93%
0.19/0.20 c 0.2s| 1 | 0 | 991 | - |5767k| 0 | 220 | 225 | 225 | 225 | 229 | 4 | 0 | 0 | 4.874390e+01 | 7.500000e+01 | 53.87%
0.19/0.23 c 0.2s| 1 | 0 | 1006 | - |6187k| 0 | 220 | 225 | 225 | 225 | 230 | 5 | 0 | 0 | 4.875519e+01 | 7.500000e+01 | 53.83%
0.19/0.27 c 0.3s| 1 | 0 | 1012 | - |6282k| 0 | 221 | 225 | 225 | 225 | 231 | 6 | 0 | 0 | 4.875725e+01 | 7.500000e+01 | 53.82%
0.29/0.30 c 0.3s| 1 | 0 | 1037 | - |6331k| 0 | 222 | 225 | 225 | 225 | 232 | 7 | 0 | 0 | 4.876379e+01 | 7.500000e+01 | 53.80%
0.29/0.33 c 0.3s| 1 | 0 | 1059 | - |6353k| 0 | 219 | 225 | 225 | 225 | 233 | 8 | 0 | 0 | 4.877251e+01 | 7.500000e+01 | 53.78%
0.29/0.37 c 0.4s| 1 | 0 | 1108 | - |6377k| 0 | 217 | 225 | 225 | 225 | 234 | 9 | 0 | 0 | 4.878022e+01 | 7.500000e+01 | 53.75%
0.39/0.40 c 0.4s| 1 | 0 | 1128 | - |6386k| 0 | 218 | 225 | 225 | 225 | 235 | 10 | 0 | 0 | 4.878284e+01 | 7.500000e+01 | 53.74%
0.69/0.76 c 0.8s| 1 | 2 | 1128 | - |6396k| 0 | 218 | 225 | 225 | 225 | 235 | 10 | 0 | 22 | 4.878284e+01 | 7.500000e+01 | 53.74%
2.49/2.51 o 75
2.49/2.51 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
2.49/2.51 c c 2.5s| 15 | 16 | 2578 | 103.6 |6623k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 7.500000e+01 | 53.65%
2.49/2.51 o 65
2.49/2.51 c c 2.5s| 15 | 16 | 2584 | 104.0 |6628k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 6.500000e+01 | 33.16%
2.49/2.51 o 60
2.49/2.51 c c 2.5s| 15 | 16 | 2589 | 104.4 |6631k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 6.000000e+01 | 22.92%
2.49/2.51 o 59
2.49/2.51 c b 2.5s| 16 | 15 | 2589 | 97.4 |6625k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 5.900000e+01 | 20.87%
4.09/4.11 o 56
4.09/4.11 c p 4.1s| 27 | 28 | 4151 | 116.3 |6761k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 510 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.19/6.26 o 56
6.19/6.26 c z 6.3s| 106 | 101 | 15825 | 140.0 |6792k| 22 | 10 | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.19/6.27 o 56
6.19/6.27 c z 6.3s| 108 | 103 | 15909 | 138.1 |6795k| 24 | 7 | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.50/6.57 o 55
6.50/6.57 c * 6.6s| 245 | 131 | 21318 | 82.7 |6819k| 28 | - | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.885306e+01 | 5.500000e+01 | 12.58%
6.50/6.59 o 54
6.50/6.59 c * 6.6s| 260 | 107 | 21782 | 79.7 |6812k| 28 | - | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.885306e+01 | 5.400000e+01 | 10.54%
13.80/13.87 o 53
13.80/13.87 c v13.9s| 2074 | 483 |147601 | 70.7 |7028k| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 | 994 | 4.961809e+01 | 5.300000e+01 | 6.82%
45.80/45.87 c 45.9s| 10000 | 3621 |725846 | 72.5 |9439k| 31 | 143 | 225 | 225 | 225 | 234 | 10 | 0 |1330 | 5.028422e+01 | 5.300000e+01 | 5.40%
77.39/77.48 c 77.5s| 20000 | 6273 | 1306k| 65.3 | 12M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |1904 | 5.049997e+01 | 5.300000e+01 | 4.95%
104.40/104.41 c 104s| 30000 | 8179 | 1807k| 60.2 | 14M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |2386 | 5.064646e+01 | 5.300000e+01 | 4.65%
129.60/129.66 c 130s| 40000 | 9675 | 2286k| 57.1 | 16M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |2773 | 5.075149e+01 | 5.300000e+01 | 4.43%
153.50/153.59 c 154s| 50000 | 10757 | 2739k| 54.8 | 17M| 31 | 156 | 225 | 225 | 225 | 234 | 10 | 0 |3147 | 5.083539e+01 | 5.300000e+01 | 4.26%
176.40/176.41 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
176.40/176.41 c 176s| 60000 | 11719 | 3169k| 52.8 | 19M| 31 | 145 | 225 | 225 | 225 | 234 | 10 | 0 |3470 | 5.091619e+01 | 5.300000e+01 | 4.09%
198.69/198.77 c 199s| 70000 | 12649 | 3586k| 51.2 | 20M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |3824 | 5.098335e+01 | 5.300000e+01 | 3.96%
220.69/220.79 c 221s| 80000 | 13335 | 4005k| 50.1 | 21M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4159 | 5.104412e+01 | 5.300000e+01 | 3.83%
240.80/240.85 c 241s| 90000 | 13533 | 4385k| 48.7 | 22M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4414 | 5.109301e+01 | 5.300000e+01 | 3.73%
260.49/260.54 c 261s|100000 | 13445 | 4757k| 47.6 | 23M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4647 | 5.114818e+01 | 5.300000e+01 | 3.62%
279.99/280.00 c 280s|110000 | 13099 | 5124k| 46.6 | 22M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4901 | 5.121366e+01 | 5.300000e+01 | 3.49%
298.60/298.61 c 299s|120000 | 12403 | 5471k| 45.6 | 22M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |5146 | 5.126572e+01 | 5.300000e+01 | 3.38%
317.00/317.02 c 317s|130000 | 11221 | 5812k| 44.7 | 21M| 34 | 164 | 225 | 225 | 225 | 234 | 10 | 0 |5422 | 5.131799e+01 | 5.300000e+01 | 3.28%
334.80/334.80 c 335s|140000 | 9527 | 6135k| 43.8 | 19M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |5737 | 5.137704e+01 | 5.300000e+01 | 3.16%
351.40/351.41 c 351s|150000 | 7309 | 6441k| 42.9 | 17M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |5950 | 5.145068e+01 | 5.300000e+01 | 3.01%
367.41/367.44 c 367s|160000 | 4259 | 6734k| 42.1 | 13M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |6179 | 5.152868e+01 | 5.300000e+01 | 2.86%
379.30/379.36 c
379.30/379.36 c SCIP Status : problem is solved [optimal solution found]
379.30/379.36 c Solving Time (sec) : 379.36
379.30/379.36 c Solving Nodes : 168515
379.30/379.36 c Primal Bound : +5.30000000000000e+01 (555 solutions)
379.30/379.36 c Dual Bound : +5.30000000000000e+01
379.30/379.36 c Gap : 0.00 %
379.30/379.36 s OPTIMUM FOUND
379.30/379.36 v -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 x212 -x211 x210 -x209 -x208 -x207 x206 -x205 -x204 -x203
379.30/379.36 v -x202 x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 x183 -x182
379.30/379.36 v x181 -x180 x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160
379.30/379.36 v -x159 -x158 x157 -x156 -x155 -x154 -x153 x152 -x151 x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138
379.30/379.36 v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 x118 -x117
379.30/379.36 v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 x95 -x94
379.30/379.36 v -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 x69 -x68
379.30/379.36 v -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 x56 -x55 -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42
379.30/379.36 v -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 x16
379.30/379.36 v -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 x3 -x2 -x1
379.30/379.36 c SCIP Status : problem is solved [optimal solution found]
379.30/379.36 c Total Time : 379.36
379.30/379.36 c solving : 379.36
379.30/379.36 c presolving : 0.00 (included in solving)
379.30/379.36 c reading : 0.00 (included in solving)
379.30/379.36 c Original Problem :
379.30/379.36 c Problem name : HOME/instance-3485398-1307764699.opb
379.30/379.36 c Variables : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
379.30/379.36 c Constraints : 225 initial, 225 maximal
379.30/379.36 c Presolved Problem :
379.30/379.36 c Problem name : t_HOME/instance-3485398-1307764699.opb
379.30/379.36 c Variables : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
379.30/379.36 c Constraints : 225 initial, 225 maximal
379.30/379.36 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
379.30/379.36 c trivial : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c implics : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c probing : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c linear : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c logicor : 0.00 0 0 0 0 0 0 0 0 0
379.30/379.36 c root node : - 1 - - 1 - - - - -
379.30/379.36 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
379.30/379.36 c integral : 0 0 0 85250 0 558 0 427 1286 0 0 168916
379.30/379.36 c logicor : 225 11 146223 2 0 553 0 0 7411 0 0 0
379.30/379.36 c countsols : 0 0 0 2 0 556 0 0 0 0 0 0
379.30/379.36 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
379.30/379.36 c integral : 29.55 0.00 0.00 29.55 0.00 0.00 0.00
379.30/379.36 c logicor : 0.63 0.00 0.63 0.00 0.00 0.00 0.00
379.30/379.36 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
379.30/379.36 c Propagators : #Propagate #Resprop Cutoffs DomReds
379.30/379.36 c vbounds : 0 0 0 0
379.30/379.36 c rootredcost : 6 0 0 0
379.30/379.36 c pseudoobj : 291591 0 0 0
379.30/379.36 c Propagator Timings : TotalTime Propagate Resprop
379.30/379.36 c vbounds : 0.05 0.05 0.00
379.30/379.36 c rootredcost : 0.05 0.05 0.00
379.30/379.36 c pseudoobj : 1.27 1.27 0.00
379.30/379.36 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
379.30/379.36 c propagation : 0.00 0 0 0 0.0 0 0.0 -
379.30/379.36 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
379.30/379.36 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
379.30/379.36 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
379.30/379.36 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
379.30/379.36 c applied globally : - - - 0 0.0 - - -
379.30/379.36 c applied locally : - - - 0 0.0 - - -
379.30/379.36 c Separators : Time Calls Cutoffs DomReds Cuts Conss
379.30/379.36 c cut pool : 0.01 10 - - 194 - (maximal pool size: 834)
379.30/379.36 c redcost : 1.12 156577 0 804401 0 0
379.30/379.36 c impliedbounds : 0.00 11 0 0 0 0
379.30/379.36 c intobj : 0.00 0 0 0 0 0
379.30/379.36 c gomory : 0.13 11 0 0 0 0
379.30/379.36 c cgmip : 0.00 0 0 0 0 0
379.30/379.36 c closecuts : 0.00 0 0 0 0 0
379.30/379.36 c strongcg : 0.15 11 0 0 834 0
379.30/379.36 c cmir : 0.01 10 0 0 0 0
379.30/379.36 c flowcover : 0.03 10 0 0 0 0
379.30/379.36 c clique : 0.00 1 0 0 0 0
379.30/379.36 c zerohalf : 0.00 0 0 0 0 0
379.30/379.36 c mcf : 0.00 1 0 0 0 0
379.30/379.36 c oddcycle : 0.00 0 0 0 0 0
379.30/379.36 c rapidlearning : 0.00 0 0 0 0 0
379.30/379.36 c Pricers : Time Calls Vars
379.30/379.36 c problem variables: 0.00 0 0
379.30/379.36 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
379.30/379.36 c relpscost : 29.50 85248 427 1286 0 0 168916
379.30/379.36 c pscost : 0.00 0 0 0 0 0 0
379.30/379.36 c inference : 0.00 0 0 0 0 0 0
379.30/379.36 c mostinf : 0.00 0 0 0 0 0 0
379.30/379.36 c leastinf : 0.00 0 0 0 0 0 0
379.30/379.36 c fullstrong : 0.00 0 0 0 0 0 0
379.30/379.36 c allfullstrong : 0.00 0 0 0 0 0 0
379.30/379.36 c random : 0.00 0 0 0 0 0 0
379.30/379.36 c Primal Heuristics : Time Calls Found
379.30/379.36 c LP solutions : 0.00 - 2
379.30/379.36 c pseudo solutions : 0.00 - 0
379.30/379.36 c oneopt : 0.04 10 2
379.30/379.36 c crossover : 0.15 4 2
379.30/379.36 c veclendiving : 2.26 409 34
379.30/379.36 c guideddiving : 3.64 410 0
379.30/379.36 c coefdiving : 3.06 410 37
379.30/379.36 c linesearchdiving : 6.00 410 10
379.30/379.36 c pscostdiving : 4.92 410 82
379.30/379.36 c fracdiving : 3.61 410 6
379.30/379.36 c trivial : 0.00 2 1
379.30/379.36 c shiftandpropagate: 0.00 0 0
379.30/379.36 c simplerounding : 1.15 85258 66
379.30/379.36 c zirounding : 0.61 4401 88
379.30/379.36 c rounding : 4.42 13432 1
379.30/379.36 c shifting : 1.32 3805 1
379.30/379.36 c intshifting : 0.00 0 0
379.30/379.36 c twoopt : 0.00 0 0
379.30/379.36 c fixandinfer : 0.00 0 0
379.30/379.36 c feaspump : 0.01 0 0
379.30/379.36 c clique : 0.00 0 0
379.30/379.36 c intdiving : 0.00 0 0
379.30/379.36 c actconsdiving : 0.00 0 0
379.30/379.36 c objpscostdiving : 18.67 102 222
379.30/379.36 c rootsoldiving : 2.65 98 1
379.30/379.36 c octane : 0.00 0 0
379.30/379.36 c rens : 0.00 0 0
379.30/379.36 c rins : 0.00 0 0
379.30/379.36 c localbranching : 0.00 0 0
379.30/379.36 c mutation : 0.00 0 0
379.30/379.36 c dins : 0.00 0 0
379.30/379.36 c vbounds : 0.00 0 0
379.30/379.36 c undercover : 0.00 0 0
379.30/379.36 c subnlp : 0.02 0 0
379.30/379.36 c trysol : 0.03 0 0
379.30/379.36 c LP : Time Calls Iterations Iter/call Iter/sec
379.30/379.36 c primal LP : 0.00 0 0 0.00 -
379.30/379.36 c dual LP : 280.21 168888 5950298 35.23 21235.02
379.30/379.36 c lex dual LP : 0.00 0 0 0.00 -
379.30/379.36 c barrier LP : 0.00 0 0 0.00 -
379.30/379.36 c diving/probing LP: 41.60 45452 995777 21.91 23934.33
379.30/379.36 c strong branching : 26.52 6375 563039 88.32 21232.30
379.30/379.36 c (at root node) : - 22 4198 190.82 -
379.30/379.36 c conflict analysis: 0.00 0 0 0.00 -
379.30/379.36 c B&B Tree :
379.30/379.36 c number of runs : 1
379.30/379.36 c nodes : 168515
379.30/379.36 c nodes (total) : 168515
379.30/379.36 c nodes left : 0
379.30/379.36 c max depth : 34
379.30/379.36 c max depth (total): 34
379.30/379.36 c backtracks : 45134 (26.8%)
379.30/379.36 c delayed cutoffs : 0
379.30/379.36 c repropagations : 0 (0 domain reductions, 0 cutoffs)
379.30/379.36 c avg switch length: 7.96
379.30/379.36 c switching time : 2.22
379.30/379.36 c Solution :
379.30/379.36 c Solutions found : 555 (14 improvements)
379.30/379.36 c First Solution : +2.25000000000000e+02 (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
379.30/379.36 c Primal Bound : +5.30000000000000e+01 (in run 1, after 2074 nodes, 13.87 seconds, depth 38, found by <veclendiving>)
379.30/379.36 c Dual Bound : +5.30000000000000e+01
379.30/379.36 c Gap : 0.00 %
379.30/379.36 c Root Dual Bound : +4.87828404541772e+01
379.30/379.36 c Root Iterations : 1128
379.30/379.37 c Time complete: 379.37.
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-3485398-1307764699/watcher-3485398-1307764699 -o /tmp/evaluation-result-3485398-1307764699/solver-3485398-1307764699 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485398-1307764699.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 2.00 2/177 5812
/proc/meminfo: memFree=31746504/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=10020 CPUtime=0 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 1516 0 0 0 0 0 0 0 25 0 1 0 966700526 10260480 1470 33554432000 4194304 8979876 140733668960016 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5812/statm: 2505 1470 366 1169 0 1332 0
[startup+0.0124759 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5812
/proc/meminfo: memFree=31746504/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=16796 CPUtime=0 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 3261 0 0 0 0 0 0 0 18 0 1 0 966700526 17199104 2958 33554432000 4194304 8979876 140733668960016 18446744073709551615 7893792 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5812/statm: 4199 2965 522 1169 0 3026 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16796
[startup+0.100451 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5812
/proc/meminfo: memFree=31746504/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=19364 CPUtime=0.09 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 3998 0 0 0 8 1 0 0 18 0 1 0 966700526 19828736 3693 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 4841 3693 644 1169 0 3668 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19364
[startup+0.30042 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5812
/proc/meminfo: memFree=31746504/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=25720 CPUtime=0.29 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 5601 0 0 0 28 1 0 0 18 0 1 0 966700526 26337280 5288 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6430 5288 645 1169 0 5257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25720
[startup+0.700361 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 5812
/proc/meminfo: memFree=31746504/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=26500 CPUtime=0.69 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 6714 0 0 0 66 3 0 0 18 0 1 0 966700526 27136000 5583 33554432000 4194304 8979876 140733668960016 18446744073709551615 7186128 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6625 5583 663 1169 0 5452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26500
[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5813
/proc/meminfo: memFree=31726772/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=26500 CPUtime=1.49 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 6717 0 0 0 139 10 0 0 19 0 1 0 966700526 27136000 5586 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6625 5586 666 1169 0 5452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26500
[startup+3.10094 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5813
/proc/meminfo: memFree=31726760/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=26500 CPUtime=3.09 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 6718 0 0 0 287 22 0 0 25 0 1 0 966700526 27136000 5587 33554432000 4194304 8979876 140733668960016 18446744073709551615 7184803 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6625 5587 667 1169 0 5452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26500
[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5813
/proc/meminfo: memFree=31725808/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=26500 CPUtime=6.29 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 6722 0 0 0 579 50 0 0 25 0 1 0 966700526 27136000 5591 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6625 5591 670 1169 0 5452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26500
[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5813
/proc/meminfo: memFree=31725612/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=27072 CPUtime=12.69 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 13747 0 0 0 1168 101 0 0 25 0 1 0 966700526 27721728 5734 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 6768 5734 697 1169 0 5595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27072
[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5813
/proc/meminfo: memFree=31725452/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=28080 CPUtime=25.5 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 14002 0 0 0 2348 202 0 0 25 0 1 0 966700526 28753920 5989 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 7020 5989 697 1169 0 5847 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 28080
[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5814
/proc/meminfo: memFree=31722492/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=30516 CPUtime=51.09 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 18147 0 0 0 4696 413 0 0 25 0 1 0 966700526 31248384 6633 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 7629 6633 697 1169 0 6456 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30516
[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5891
/proc/meminfo: memFree=31692924/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=35932 CPUtime=102.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 20359 0 0 0 9388 842 0 0 25 0 1 0 966700526 36794368 7974 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 8983 7974 697 1169 0 7810 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35932
[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5893
/proc/meminfo: memFree=31677880/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=41132 CPUtime=162.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 23295 0 0 0 14862 1368 0 0 25 0 1 0 966700526 42119168 9287 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 10283 9287 697 1169 0 9110 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 41132
[startup+222.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5904
/proc/meminfo: memFree=31672304/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=46240 CPUtime=222.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 26998 0 0 0 20343 1887 0 0 25 0 1 0 966700526 47349760 10599 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11560 10599 697 1169 0 10387 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 46240
[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 5905
/proc/meminfo: memFree=31668400/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47668 CPUtime=282.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28182 0 0 0 25820 2410 0 0 25 0 1 0 966700526 48812032 10961 33554432000 4194304 8979876 140733668960016 18446744073709551615 7047456 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11917 10961 697 1169 0 10744 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47668
[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5907
/proc/meminfo: memFree=31665108/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=342.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28196 0 0 0 31303 2927 0 0 25 0 1 0 966700526 49000448 10975 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10975 697 1169 0 10790 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47852
Solver just ended. Dumping a history of the last processes samples
[startup+358.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5907
/proc/meminfo: memFree=31663612/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=358.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 32756 3074 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 47852
[startup+371.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31661628/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=371.1 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 33927 3183 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 47852
[startup+374.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31660512/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=374.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 34216 3214 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 374.3
Current children cumulated vsize (KiB) 47852
[startup+377.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31659512/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=377.5 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 34509 3241 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 47852
[startup+378.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31659512/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=378.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 34581 3249 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 378.3
Current children cumulated vsize (KiB) 47852
[startup+379.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31659512/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=379.1 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 34655 3255 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 379.1
Current children cumulated vsize (KiB) 47852
[startup+379.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5908
/proc/meminfo: memFree=31659512/32951124 swapFree=67054712/67111528
[pid=5812] ppid=5810 vsize=47852 CPUtime=379.3 cores=1,3,5,7
/proc/5812/stat : 5812 (scip-2.0.1.4_2.) R 5810 5812 2200 0 -1 4202496 28197 0 0 0 34671 3259 0 0 25 0 1 0 966700526 49000448 10976 33554432000 4194304 8979876 140733668960016 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5812/statm: 11963 10976 697 1169 0 10790 0
Current children cumulated CPU time (s) 379.3
Current children cumulated vsize (KiB) 47852
Child status: 0
Real time (s): 379.372
CPU time (s): 379.38
CPU user time (s): 346.778
CPU system time (s): 32.602
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 47852
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.778
system time used= 32.602
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28205
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= 7
involuntary context switches= 812
runsolver used 0.502923 second user time and 1.23181 second system time
The end
Launcher Data
Begin job on node119 at 2011-06-11 05:58:19
IDJOB=3485398
IDBENCH=2214
IDSOLVER=1977
FILE ID=node119/3485398-1307764699
RUNJOBID= node119-1307750177-2219
PBS_JOBID= 13550843
Free space on /tmp= 74060 MiB
SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.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-3485398-1307764699/watcher-3485398-1307764699 -o /tmp/evaluation-result-3485398-1307764699/solver-3485398-1307764699 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485398-1307764699.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=1539952929
node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 31747304 kB
Buffers: 240300 kB
Cached: 654072 kB
SwapCached: 11012 kB
Active: 550704 kB
Inactive: 437824 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 31747304 kB
SwapTotal: 67111528 kB
SwapFree: 67054712 kB
Dirty: 16604 kB
Writeback: 28 kB
AnonPages: 92512 kB
Mapped: 16040 kB
Slab: 150260 kB
PageTables: 4804 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 283680 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= 74044 MiB
End job on node119 at 2011-06-11 06:04:38