Trace number 3488840
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.5 [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-3488840-1307767661.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.5
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.03/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.03/0.04 c t 0.0s| 1 | 0 | 926 | - | 857k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.250000e+02 | 363.67%
0.03/0.05 o 224
0.03/0.05 c R 0.0s| 1 | 0 | 926 | - | 867k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.240000e+02 | 361.61%
0.03/0.05 o 223
0.03/0.05 c s 0.0s| 1 | 0 | 926 | - | 873k| 0 | 225 | 225 | 225 | 225 | 225 | 0 | 0 | 0 | 4.852611e+01 | 2.230000e+02 | 359.55%
0.03/0.09 c 0.1s| 1 | 0 | 932 | - |2346k| 0 | 221 | 225 | 225 | 225 | 226 | 1 | 0 | 0 | 4.862196e+01 | 2.230000e+02 | 358.64%
0.03/0.09 o 75
0.03/0.09 c b 0.1s| 1 | 0 | 932 | - |2352k| 0 | 221 | 225 | 225 | 225 | 226 | 1 | 0 | 0 | 4.862196e+01 | 7.500000e+01 | 54.25%
0.09/0.13 c 0.1s| 1 | 0 | 943 | - |3750k| 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 | - |4993k| 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 | - |5784k| 0 | 220 | 225 | 225 | 225 | 229 | 4 | 0 | 0 | 4.874390e+01 | 7.500000e+01 | 53.87%
0.19/0.24 c 0.2s| 1 | 0 | 1006 | - |6204k| 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 | - |6299k| 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 | - |6348k| 0 | 222 | 225 | 225 | 225 | 232 | 7 | 0 | 0 | 4.876379e+01 | 7.500000e+01 | 53.80%
0.29/0.34 c 0.3s| 1 | 0 | 1059 | - |6371k| 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 | - |6394k| 0 | 217 | 225 | 225 | 225 | 234 | 9 | 0 | 0 | 4.878022e+01 | 7.500000e+01 | 53.75%
0.39/0.41 c 0.4s| 1 | 0 | 1128 | - |6403k| 0 | 218 | 225 | 225 | 225 | 235 | 10 | 0 | 0 | 4.878284e+01 | 7.500000e+01 | 53.74%
0.69/0.77 c 0.8s| 1 | 2 | 1128 | - |6414k| 0 | 218 | 225 | 225 | 225 | 235 | 10 | 0 | 22 | 4.878284e+01 | 7.500000e+01 | 53.74%
2.49/2.56 o 75
2.49/2.56 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.56 c c 2.6s| 15 | 16 | 2578 | 103.6 |6640k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 7.500000e+01 | 53.65%
2.49/2.56 o 65
2.49/2.56 c c 2.6s| 15 | 16 | 2584 | 104.0 |6645k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 6.500000e+01 | 33.16%
2.49/2.56 o 60
2.49/2.56 c c 2.6s| 15 | 16 | 2589 | 104.4 |6648k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 6.000000e+01 | 22.92%
2.49/2.56 o 59
2.49/2.56 c b 2.6s| 16 | 15 | 2589 | 97.4 |6643k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 288 | 4.881380e+01 | 5.900000e+01 | 20.87%
4.29/4.32 o 56
4.29/4.32 c p 4.3s| 27 | 28 | 4151 | 116.3 |6778k| 14 | - | 225 | 225 | 225 | 234 | 10 | 0 | 510 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.59/6.68 o 56
6.59/6.68 c z 6.7s| 106 | 101 | 15825 | 140.0 |6809k| 22 | 10 | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.59/6.68 o 56
6.59/6.68 c z 6.7s| 108 | 103 | 15909 | 138.1 |6812k| 24 | 7 | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.881380e+01 | 5.600000e+01 | 14.72%
6.99/7.02 o 55
6.99/7.02 c * 7.0s| 245 | 131 | 21318 | 82.7 |6836k| 28 | - | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.885306e+01 | 5.500000e+01 | 12.58%
6.99/7.04 o 54
6.99/7.04 c * 7.0s| 260 | 107 | 21782 | 79.7 |6829k| 28 | - | 225 | 225 | 225 | 234 | 10 | 0 | 837 | 4.885306e+01 | 5.400000e+01 | 10.54%
15.09/15.10 o 53
15.09/15.10 c v15.1s| 2074 | 483 |147601 | 70.7 |7045k| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 | 994 | 4.961809e+01 | 5.300000e+01 | 6.82%
50.50/50.52 c 50.5s| 10000 | 3621 |725846 | 72.5 |9456k| 31 | 143 | 225 | 225 | 225 | 234 | 10 | 0 |1330 | 5.028422e+01 | 5.300000e+01 | 5.40%
85.39/85.45 c 85.4s| 20000 | 6273 | 1306k| 65.3 | 12M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |1904 | 5.049997e+01 | 5.300000e+01 | 4.95%
115.19/115.22 c 115s| 30000 | 8179 | 1807k| 60.2 | 14M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |2386 | 5.064646e+01 | 5.300000e+01 | 4.65%
143.09/143.11 c 143s| 40000 | 9675 | 2286k| 57.1 | 16M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |2773 | 5.075149e+01 | 5.300000e+01 | 4.43%
169.49/169.56 c 170s| 50000 | 10757 | 2739k| 54.8 | 17M| 31 | 156 | 225 | 225 | 225 | 234 | 10 | 0 |3147 | 5.083539e+01 | 5.300000e+01 | 4.26%
194.79/194.82 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
194.79/194.82 c 195s| 60000 | 11719 | 3169k| 52.8 | 19M| 31 | 145 | 225 | 225 | 225 | 234 | 10 | 0 |3470 | 5.091619e+01 | 5.300000e+01 | 4.09%
219.50/219.57 c 220s| 70000 | 12649 | 3586k| 51.2 | 20M| 31 | - | 225 | 225 | 225 | 234 | 10 | 0 |3824 | 5.098335e+01 | 5.300000e+01 | 3.96%
243.29/243.37 c 243s| 80000 | 13317 | 3989k| 49.9 | 21M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4168 | 5.104465e+01 | 5.300000e+01 | 3.83%
265.60/265.64 c 266s| 90000 | 13545 | 4374k| 48.6 | 22M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4379 | 5.109515e+01 | 5.300000e+01 | 3.73%
287.49/287.59 c 288s|100000 | 13483 | 4751k| 47.5 | 23M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4610 | 5.115153e+01 | 5.300000e+01 | 3.61%
309.19/309.20 c 309s|110000 | 13097 | 5118k| 46.5 | 23M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |4882 | 5.121344e+01 | 5.300000e+01 | 3.49%
330.00/330.01 c 330s|120000 | 12357 | 5473k| 45.6 | 22M| 34 | 160 | 225 | 225 | 225 | 234 | 10 | 0 |5127 | 5.125888e+01 | 5.300000e+01 | 3.40%
350.09/350.13 c 350s|130000 | 11201 | 5805k| 44.6 | 21M| 34 | 151 | 225 | 225 | 225 | 234 | 10 | 0 |5434 | 5.131666e+01 | 5.300000e+01 | 3.28%
369.99/370.04 c 370s|140000 | 9479 | 6138k| 43.8 | 19M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |5689 | 5.137162e+01 | 5.300000e+01 | 3.17%
388.50/388.53 c 389s|150000 | 7211 | 6447k| 43.0 | 17M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |5905 | 5.144655e+01 | 5.300000e+01 | 3.02%
405.89/405.93 c 406s|160000 | 4229 | 6732k| 42.1 | 13M| 34 | - | 225 | 225 | 225 | 234 | 10 | 0 |6145 | 5.152022e+01 | 5.300000e+01 | 2.87%
419.30/419.33 c
419.30/419.33 c SCIP Status : problem is solved [optimal solution found]
419.30/419.33 c Solving Time (sec) : 419.33
419.30/419.33 c Solving Nodes : 168589
419.30/419.33 c Primal Bound : +5.30000000000000e+01 (564 solutions)
419.30/419.33 c Dual Bound : +5.30000000000000e+01
419.30/419.33 c Gap : 0.00 %
419.30/419.33 s OPTIMUM FOUND
419.30/419.33 v -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 -x214 -x213 x212 -x211 x210 -x209 -x208 -x207 x206 -x205 -x204 -x203
419.30/419.33 v -x202 x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 x183 -x182
419.30/419.33 v x181 -x180 x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 x162 -x161 -x160
419.30/419.33 v -x159 -x158 x157 -x156 -x155 -x154 -x153 x152 -x151 x150 x149 -x148 -x147 -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138
419.30/419.33 v -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 x118 -x117
419.30/419.33 v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 x95 -x94
419.30/419.33 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
419.30/419.33 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
419.30/419.33 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
419.30/419.33 v -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 x3 -x2 -x1
419.30/419.33 c SCIP Status : problem is solved [optimal solution found]
419.30/419.33 c Total Time : 419.33
419.30/419.33 c solving : 419.33
419.30/419.33 c presolving : 0.00 (included in solving)
419.30/419.33 c reading : 0.00 (included in solving)
419.30/419.33 c Original Problem :
419.30/419.33 c Problem name : HOME/instance-3488840-1307767661.opb
419.30/419.33 c Variables : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
419.30/419.33 c Constraints : 225 initial, 225 maximal
419.30/419.33 c Presolved Problem :
419.30/419.33 c Problem name : t_HOME/instance-3488840-1307767661.opb
419.30/419.33 c Variables : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
419.30/419.33 c Constraints : 225 initial, 225 maximal
419.30/419.33 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
419.30/419.33 c trivial : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c pseudoobj : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c implics : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c probing : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c linear : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c logicor : 0.00 0 0 0 0 0 0 0 0 0
419.30/419.33 c root node : - 1 - - 1 - - - - -
419.30/419.33 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
419.30/419.33 c integral : 0 0 0 85295 0 567 0 445 1272 0 0 168990
419.30/419.33 c logicor : 225 11 146163 2 0 562 0 0 7430 0 0 0
419.30/419.33 c countsols : 0 0 0 2 0 565 0 0 0 0 0 0
419.30/419.33 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
419.30/419.33 c integral : 32.51 0.00 0.00 32.51 0.00 0.00 0.00
419.30/419.33 c logicor : 0.64 0.00 0.64 0.00 0.00 0.00 0.00
419.30/419.33 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
419.30/419.33 c Propagators : #Propagate #Resprop Cutoffs DomReds
419.30/419.33 c vbounds : 0 0 0 0
419.30/419.33 c rootredcost : 6 0 0 0
419.30/419.33 c pseudoobj : 291769 0 0 0
419.30/419.33 c Propagator Timings : TotalTime Propagate Resprop
419.30/419.33 c vbounds : 0.06 0.06 0.00
419.30/419.33 c rootredcost : 0.06 0.06 0.00
419.30/419.33 c pseudoobj : 1.48 1.48 0.00
419.30/419.33 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
419.30/419.33 c propagation : 0.00 0 0 0 0.0 0 0.0 -
419.30/419.33 c infeasible LP : 0.00 0 0 0 0.0 0 0.0 0
419.30/419.33 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
419.30/419.33 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
419.30/419.33 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
419.30/419.33 c applied globally : - - - 0 0.0 - - -
419.30/419.33 c applied locally : - - - 0 0.0 - - -
419.30/419.33 c Separators : Time Calls Cutoffs DomReds Cuts Conss
419.30/419.33 c cut pool : 0.01 10 - - 194 - (maximal pool size: 834)
419.30/419.33 c redcost : 1.24 156665 0 804691 0 0
419.30/419.33 c impliedbounds : 0.00 11 0 0 0 0
419.30/419.33 c intobj : 0.00 0 0 0 0 0
419.30/419.33 c gomory : 0.13 11 0 0 0 0
419.30/419.33 c cgmip : 0.00 0 0 0 0 0
419.30/419.33 c closecuts : 0.00 0 0 0 0 0
419.30/419.33 c strongcg : 0.15 11 0 0 834 0
419.30/419.33 c cmir : 0.01 10 0 0 0 0
419.30/419.33 c flowcover : 0.03 10 0 0 0 0
419.30/419.33 c clique : 0.00 1 0 0 0 0
419.30/419.33 c zerohalf : 0.00 0 0 0 0 0
419.30/419.33 c mcf : 0.00 1 0 0 0 0
419.30/419.33 c oddcycle : 0.00 0 0 0 0 0
419.30/419.33 c rapidlearning : 0.00 0 0 0 0 0
419.30/419.33 c Pricers : Time Calls Vars
419.30/419.33 c problem variables: 0.00 0 0
419.30/419.33 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
419.30/419.33 c relpscost : 32.46 85293 445 1272 0 0 168990
419.30/419.33 c pscost : 0.00 0 0 0 0 0 0
419.30/419.33 c inference : 0.00 0 0 0 0 0 0
419.30/419.33 c mostinf : 0.00 0 0 0 0 0 0
419.30/419.33 c leastinf : 0.00 0 0 0 0 0 0
419.30/419.33 c fullstrong : 0.00 0 0 0 0 0 0
419.30/419.33 c allfullstrong : 0.00 0 0 0 0 0 0
419.30/419.33 c random : 0.00 0 0 0 0 0 0
419.30/419.33 c Primal Heuristics : Time Calls Found
419.30/419.33 c LP solutions : 0.00 - 2
419.30/419.33 c pseudo solutions : 0.00 - 0
419.30/419.33 c oneopt : 0.04 10 2
419.30/419.33 c crossover : 0.16 4 4
419.30/419.33 c linesearchdiving : 6.73 409 10
419.30/419.33 c coefdiving : 3.33 409 37
419.30/419.33 c veclendiving : 2.51 409 34
419.30/419.33 c pscostdiving : 5.48 409 82
419.30/419.33 c fracdiving : 4.16 409 6
419.30/419.33 c trivial : 0.00 2 1
419.30/419.33 c shiftandpropagate: 0.00 0 0
419.30/419.33 c simplerounding : 1.30 85303 66
419.30/419.33 c zirounding : 0.68 4401 88
419.30/419.33 c rounding : 4.90 13507 1
419.30/419.33 c shifting : 1.44 3778 1
419.30/419.33 c intshifting : 0.00 0 0
419.30/419.33 c twoopt : 0.00 0 0
419.30/419.33 c fixandinfer : 0.00 0 0
419.30/419.33 c feaspump : 0.01 0 0
419.30/419.33 c clique : 0.00 0 0
419.30/419.33 c intdiving : 0.00 0 0
419.30/419.33 c actconsdiving : 0.00 0 0
419.30/419.33 c objpscostdiving : 20.50 110 229
419.30/419.33 c rootsoldiving : 2.90 98 1
419.30/419.33 c guideddiving : 3.97 409 0
419.30/419.33 c octane : 0.00 0 0
419.30/419.33 c rens : 0.01 0 0
419.30/419.33 c rins : 0.00 0 0
419.30/419.33 c localbranching : 0.00 0 0
419.30/419.33 c mutation : 0.00 0 0
419.30/419.33 c dins : 0.00 0 0
419.30/419.33 c vbounds : 0.00 0 0
419.30/419.33 c undercover : 0.00 0 0
419.30/419.33 c subnlp : 0.03 0 0
419.30/419.33 c trysol : 0.04 0 0
419.30/419.33 c LP : Time Calls Iterations Iter/call Iter/sec
419.30/419.33 c primal LP : 0.00 0 0 0.00 -
419.30/419.33 c dual LP : 309.79 168952 5952240 35.23 19213.54
419.30/419.33 c lex dual LP : 0.00 0 0 0.00 -
419.30/419.33 c barrier LP : 0.00 0 0 0.00 -
419.30/419.33 c diving/probing LP: 45.93 45975 995406 21.65 21671.53
419.30/419.33 c strong branching : 29.18 6365 563129 88.47 19300.60
419.30/419.33 c (at root node) : - 22 4198 190.82 -
419.30/419.33 c conflict analysis: 0.00 0 0 0.00 -
419.30/419.33 c B&B Tree :
419.30/419.33 c number of runs : 1
419.30/419.33 c nodes : 168589
419.30/419.33 c nodes (total) : 168589
419.30/419.33 c nodes left : 0
419.30/419.33 c max depth : 34
419.30/419.33 c max depth (total): 34
419.30/419.33 c backtracks : 45029 (26.7%)
419.30/419.33 c delayed cutoffs : 0
419.30/419.33 c repropagations : 0 (0 domain reductions, 0 cutoffs)
419.30/419.33 c avg switch length: 7.92
419.30/419.33 c switching time : 2.48
419.30/419.33 c Solution :
419.30/419.33 c Solutions found : 564 (14 improvements)
419.30/419.33 c First Solution : +2.25000000000000e+02 (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
419.30/419.33 c Primal Bound : +5.30000000000000e+01 (in run 1, after 2074 nodes, 15.10 seconds, depth 38, found by <veclendiving>)
419.30/419.33 c Dual Bound : +5.30000000000000e+01
419.30/419.33 c Gap : 0.00 %
419.30/419.33 c Root Dual Bound : +4.87828404541772e+01
419.30/419.33 c Root Iterations : 1128
419.30/419.34 c Time complete: 419.33.
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-3488840-1307767661/watcher-3488840-1307767661 -o /tmp/evaluation-result-3488840-1307767661/solver-3488840-1307767661 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488840-1307767661.opb -t 1800 -m 15500
running on 4 cores: 0,2,4,6
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: 1.08 1.02 1.25 2/173 23283
/proc/meminfo: memFree=30978984/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=12872 CPUtime=0 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 2169 0 0 0 0 0 0 0 23 0 1 0 966996765 13180928 2124 33554432000 4194304 9016284 140736997899760 18446744073709551615 7824712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23283/statm: 3218 2138 353 1178 0 2036 0
[startup+0.040698 s]
/proc/loadavg: 1.08 1.02 1.25 2/173 23283
/proc/meminfo: memFree=30978984/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=19176 CPUtime=0.03 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 3899 0 0 0 3 0 0 0 23 0 1 0 966996765 19636224 3594 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23283/statm: 4794 3594 597 1178 0 3612 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19176
[startup+0.100676 s]
/proc/loadavg: 1.08 1.02 1.25 2/173 23283
/proc/meminfo: memFree=30978984/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=20784 CPUtime=0.09 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 4334 0 0 0 9 0 0 0 23 0 1 0 966996765 21282816 4029 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23283/statm: 5196 4029 635 1178 0 4014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20784
[startup+0.300658 s]
/proc/loadavg: 1.08 1.02 1.25 2/173 23283
/proc/meminfo: memFree=30978984/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=27148 CPUtime=0.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 5946 0 0 0 29 0 0 0 25 0 1 0 966996765 27799552 5641 33554432000 4194304 9016284 140736997899760 18446744073709551615 4242501 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23283/statm: 6787 5641 645 1178 0 5605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27148
[startup+0.700589 s]
/proc/loadavg: 1.08 1.02 1.25 2/173 23283
/proc/meminfo: memFree=30978984/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=27920 CPUtime=0.69 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 7811 0 0 0 68 1 0 0 25 0 1 0 966996765 28590080 5888 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23283/statm: 6980 5888 666 1178 0 5798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27920
[startup+1.50047 s]
/proc/loadavg: 1.15 1.04 1.25 3/178 23293
/proc/meminfo: memFree=30870600/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=27920 CPUtime=1.49 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 7820 0 0 0 147 2 0 0 25 0 1 0 966996765 28590080 5895 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23283/statm: 6980 5895 671 1178 0 5798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27920
[startup+3.10019 s]
/proc/loadavg: 1.15 1.04 1.25 3/178 23293
/proc/meminfo: memFree=30867688/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=27920 CPUtime=3.09 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 7830 0 0 0 304 5 0 0 25 0 1 0 966996765 28590080 5896 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 6980 5896 663 1178 0 5798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27920
[startup+6.30067 s]
/proc/loadavg: 1.22 1.05 1.26 3/178 23293
/proc/meminfo: memFree=30865156/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=27920 CPUtime=6.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 7832 0 0 0 619 10 0 0 25 0 1 0 966996765 28590080 5898 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 6980 5898 665 1178 0 5798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27920
[startup+12.7006 s]
/proc/loadavg: 1.28 1.07 1.26 3/178 23293
/proc/meminfo: memFree=30862112/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=28404 CPUtime=12.69 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 15774 0 0 0 1247 22 0 0 25 0 1 0 966996765 29085696 6072 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 7101 6072 685 1178 0 5919 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28404
[startup+25.5005 s]
/proc/loadavg: 1.39 1.10 1.27 3/178 23293
/proc/meminfo: memFree=30859620/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=28736 CPUtime=25.49 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 15837 0 0 0 2505 44 0 0 25 0 1 0 966996765 29425664 6135 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 7184 6135 685 1178 0 6002 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28736
[startup+51.1002 s]
/proc/loadavg: 1.63 1.18 1.29 3/178 23295
/proc/meminfo: memFree=30848128/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=31600 CPUtime=51.09 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 22357 0 0 0 5018 91 0 0 25 0 1 0 966996765 32358400 6863 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 7900 6863 686 1178 0 6718 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31600
[startup+102.306 s]
/proc/loadavg: 1.84 1.31 1.32 3/178 23295
/proc/meminfo: memFree=30842384/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=36076 CPUtime=102.3 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 25096 0 0 0 10042 188 0 0 25 0 1 0 966996765 36941824 8006 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 9019 8006 686 1178 0 7837 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 36076
[startup+162.301 s]
/proc/loadavg: 1.94 1.43 1.37 3/178 23297
/proc/meminfo: memFree=30833764/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=40912 CPUtime=162.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 30974 0 0 0 15920 309 0 0 25 0 1 0 966996765 41893888 9206 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 10228 9206 686 1178 0 9046 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40912
[startup+222.301 s]
/proc/loadavg: 1.98 1.53 1.40 3/178 23299
/proc/meminfo: memFree=30827160/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=46184 CPUtime=222.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 33799 0 0 0 21807 422 0 0 25 0 1 0 966996765 47292416 10496 33554432000 4194304 9016284 140736997899760 18446744073709551615 7220725 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 11546 10496 686 1178 0 10364 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46184
[startup+282.301 s]
/proc/loadavg: 2.04 1.63 1.44 3/178 23301
/proc/meminfo: memFree=30821028/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=48568 CPUtime=282.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 34406 0 0 0 27692 537 0 0 25 0 1 0 966996765 49733632 11103 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12142 11103 686 1178 0 10960 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48568
[startup+342.301 s]
/proc/loadavg: 2.01 1.69 1.47 3/178 23303
/proc/meminfo: memFree=30819852/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=342.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 33574 655 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49320
[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.50 3/178 23303
/proc/meminfo: memFree=30819932/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=402.3 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 39455 775 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49320
Solver just ended. Dumping a history of the last processes samples
[startup+409.5 s]
/proc/loadavg: 2.00 1.75 1.50 3/178 23305
/proc/meminfo: memFree=30819924/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=409.49 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 40161 788 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 49320
[startup+415.9 s]
/proc/loadavg: 2.00 1.76 1.51 3/178 23305
/proc/meminfo: memFree=30819920/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=415.89 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 40791 798 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 415.89
Current children cumulated vsize (KiB) 49320
[startup+417.501 s]
/proc/loadavg: 2.00 1.76 1.51 3/178 23305
/proc/meminfo: memFree=30819920/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=417.5 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 40948 802 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 417.5
Current children cumulated vsize (KiB) 49320
[startup+418.301 s]
/proc/loadavg: 2.00 1.76 1.51 3/178 23305
/proc/meminfo: memFree=30819796/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=418.29 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 41026 803 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 418.29
Current children cumulated vsize (KiB) 49320
[startup+419.107 s]
/proc/loadavg: 2.00 1.76 1.51 3/178 23305
/proc/meminfo: memFree=30819796/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=419.1 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 41106 804 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 419.1
Current children cumulated vsize (KiB) 49320
[startup+419.301 s]
/proc/loadavg: 2.00 1.76 1.51 3/178 23305
/proc/meminfo: memFree=30819796/32951124 swapFree=67049456/67111528
[pid=23283] ppid=23281 vsize=49320 CPUtime=419.3 cores=0,2,4,6
/proc/23283/stat : 23283 (scip-2.0.1.4b_2) R 23281 23283 21071 0 -1 4202496 36225 0 0 0 41125 805 0 0 25 0 1 0 966996765 50503680 11270 33554432000 4194304 9016284 140736997899760 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23283/statm: 12330 11270 686 1178 0 11148 0
Current children cumulated CPU time (s) 419.3
Current children cumulated vsize (KiB) 49320
Child status: 0
Real time (s): 419.342
CPU time (s): 419.343
CPU user time (s): 411.286
CPU system time (s): 8.05677
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 49320
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 411.286
system time used= 8.05678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36232
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= 5608
runsolver used 0.671897 second user time and 1.24281 second system time
The end
Launcher Data
Begin job on node118 at 2011-06-11 06:47:41
IDJOB=3488840
IDBENCH=2214
IDSOLVER=1979
FILE ID=node118/3488840-1307767661
RUNJOBID= node118-1307767659-23188
PBS_JOBID= 13550844
Free space on /tmp= 74160 MiB
SOLVER NAME= SCIP spx E_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.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488840-1307767661/watcher-3488840-1307767661 -o /tmp/evaluation-result-3488840-1307767661/solver-3488840-1307767661 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488840-1307767661.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=543177681
node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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 : 5374.59
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 30978296 kB
Buffers: 235452 kB
Cached: 1519512 kB
SwapCached: 15436 kB
Active: 454620 kB
Inactive: 1321848 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 30978296 kB
SwapTotal: 67111528 kB
SwapFree: 67049456 kB
Dirty: 16884 kB
Writeback: 88 kB
AnonPages: 18684 kB
Mapped: 8828 kB
Slab: 131256 kB
PageTables: 4960 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 191572 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= 74124 MiB
End job on node118 at 2011-06-11 06:54:40