Trace number 3452723

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)113 1800.08 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_11.opb
MD5SUMc19ad978a977652a94fc03b8ce63204a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
Optimality of the best value was proved NO
Number of variables1288
Total number of constraints2431
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2430
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 8
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 175
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 802
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3452723-1307098672.opb>
0.04/0.05	c original problem has 1288 variables (1288 bin, 0 int, 0 impl, 0 cont) and 2431 constraints
0.04/0.05	c problem read
0.04/0.05	c presolving settings loaded
0.04/0.07	c presolving:
0.04/0.09	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.10	c (round 2) 1 del vars, 1183 del conss, 0 add conss, 1 chg bounds, 2 chg sides, 37 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.09/0.11	c (round 3) 1 del vars, 1183 del conss, 1 add conss, 1 chg bounds, 3 chg sides, 39 chg coeffs, 66 upgd conss, 26 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 151/1287 (11.7%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (4 rounds):
0.19/0.23	c  1 deleted vars, 1183 deleted constraints, 1 added constraints, 1 tightened bounds, 0 added holes, 3 changed sides, 39 changed coefficients
0.19/0.23	c  36 implications, 0 cliques
0.19/0.23	c presolved problem has 1287 variables (1287 bin, 0 int, 0 impl, 0 cont) and 1249 constraints
0.19/0.23	c      66 constraints of type <knapsack>
0.19/0.23	c       1 constraints of type <setppc>
0.19/0.23	c    1182 constraints of type <linear>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.17
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.4
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1800
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.23	c 
0.19/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c   0.3s|     1 |     0 |   249 |     - |9809k|   0 | 228 |1287 |1268 |1287 |1249 |   0 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |  1698 |     - |  10M|   0 | 294 |1287 |1412 |1287 |1381 | 132 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |  2690 |     - |  11M|   0 | 674 |1287 |1412 |1287 |1545 | 296 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  3230 |     - |  11M|   0 | 633 |1287 |1412 |1287 |1755 | 506 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.49/1.56	c   1.6s|     1 |     0 |  3751 |     - |  12M|   0 | 736 |1287 |1412 |1287 |1945 | 696 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
1.99/2.05	c   2.1s|     1 |     0 |  4348 |     - |  12M|   0 | 740 |1287 |1412 |1287 |2099 | 850 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
2.39/2.44	c   2.4s|     1 |     0 |  4820 |     - |  13M|   0 | 778 |1287 |1412 |1287 |2274 |1025 |  19 |   0 | 5.500000e+01 |      --      |    Inf 
4.90/4.93	c   4.9s|     1 |     2 |  4820 |     - |  13M|   0 | 778 |1287 |1412 |1287 |2274 |1025 |  19 |  18 | 5.500000e+01 |      --      |    Inf 
186.70/186.78	c   187s| 10000 |  4163 |  2096k| 209.2 |  33M|  59 | 574 |1287 |3280 |1287 |1355 |1025 |  16k|6636 | 5.500000e+01 |      --      |    Inf 
277.22/277.25	c   277s| 20000 |  6704 |  3368k| 168.2 |  51M|  61 |  71 |1287 |3918 |1287 |1355 |1025 |  32k|8860 | 5.500000e+01 |      --      |    Inf 
374.60/374.61	c   375s| 30000 |  9343 |  4732k| 157.6 |  70M|  65 |   - |1287 |4239 |   0 |   0 |1025 |  51k|  11k| 5.500000e+01 |      --      |    Inf 
447.80/447.86	c   448s| 40000 | 12067 |  5836k| 145.8 |  90M|  65 | 236 |1287 |3954 |1287 |1355 |1025 |  67k|  13k| 5.500000e+01 |      --      |    Inf 
528.90/528.90	c   529s| 50000 | 14594 |  6957k| 139.1 | 112M|  65 |   - |1287 |4037 |   0 |   0 |1025 |  83k|  16k| 5.500000e+01 |      --      |    Inf 
606.02/606.03	c   606s| 60000 | 17420 |  8179k| 136.3 | 136M|  65 | 316 |1287 |4998 |1287 |1355 |1025 |  98k|  18k| 5.500000e+01 |      --      |    Inf 
670.50/670.53	c   671s| 70000 | 19197 |  9244k| 132.0 | 151M|  65 |   - |1287 |4043 |   0 |   0 |1025 | 113k|  19k| 5.500000e+01 |      --      |    Inf 
750.01/750.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.01/750.06	c   750s| 80000 | 21557 | 10412k| 130.1 | 168M|  65 | 116 |1287 |4582 |1287 |1355 |1025 | 130k|  21k| 5.500000e+01 |      --      |    Inf 
777.11/777.12	o 120
777.11/777.12	c * 777s| 85501 | 18934 | 10847k| 126.8 | 154M|  65 |   - |1287 |5287 |1287 |1355 |1025 | 138k|  21k| 5.500000e+01 | 1.200000e+02 | 118.18%
777.73/777.74	o 119
777.73/777.74	c * 778s| 85618 | 13137 | 10857k| 126.8 | 123M|  65 |   - |1287 |5109 |1287 |1355 |1025 | 138k|  21k| 5.500000e+01 | 1.190000e+02 | 116.36%
795.71/795.70	c   796s| 90000 | 13596 | 11127k| 123.6 | 127M|  65 |  85 |1287 |5192 |1287 |1355 |1025 | 145k|  21k| 5.500000e+01 | 1.190000e+02 | 116.36%
810.11/810.10	o 118
810.11/810.10	c g 810s| 93247 | 13197 | 11345k| 121.6 | 118M|  65 |   - |1287 |5449 |1287 |1355 |1025 | 150k|  21k| 5.500000e+01 | 1.180000e+02 | 114.55%
846.31/846.34	c   846s|100000 | 13746 | 11813k| 118.1 | 123M|  65 | 259 |1287 |5221 |1287 |1355 |1025 | 159k|  22k| 5.500000e+01 | 1.180000e+02 | 114.55%
882.51/882.54	o 115
882.51/882.54	c * 883s|105935 | 14252 | 12330k| 116.4 | 127M|  66 |   - |1287 |4506 |1287 |1355 |1025 | 168k|  23k| 5.500000e+01 | 1.150000e+02 | 109.09%
883.91/883.93	o 114
883.91/883.93	c * 884s|106092 | 14187 | 12349k| 116.4 | 127M|  66 |   - |1287 |4501 |1287 |1355 |1025 | 168k|  23k| 5.500000e+01 | 1.140000e+02 | 107.27%
885.11/885.16	o 113
885.11/885.16	c C 885s|106292 | 14138 | 12370k| 116.3 | 127M|  66 |   - |1287 |4481 |1287 |1355 |1025 | 169k|  23k| 5.500000e+01 | 1.130000e+02 | 105.45%
905.11/905.19	c   905s|110000 | 14677 | 12712k| 115.5 | 133M|  66 |   - |1287 |4706 |   0 |   0 |1025 | 174k|  23k| 5.500000e+01 | 1.130000e+02 | 105.45%
951.91/951.91	c   952s|120000 | 15427 | 13366k| 111.3 | 142M|  66 | 123 |1287 |6174 |1287 |1355 |1025 | 188k|  24k| 5.500000e+01 | 1.130000e+02 | 105.45%
1002.03/1002.06	c  1002s|130000 | 16507 | 14059k| 108.1 | 152M|  66 |   - |1287 |6085 |   0 |   0 |1025 | 202k|  25k| 5.500000e+01 | 1.130000e+02 | 105.45%
1047.92/1047.99	c  1048s|140000 | 17326 | 14801k| 105.7 | 161M|  66 | 240 |1287 |6672 |1287 |1355 |1025 | 215k|  25k| 5.500000e+01 | 1.130000e+02 | 105.45%
1101.62/1101.64	c  1102s|150000 | 17943 | 15473k| 103.1 | 168M|  66 | 174 |1287 |7558 |1287 |1355 |1025 | 229k|  27k| 5.500000e+01 | 1.130000e+02 | 105.45%
1148.51/1148.54	c  1149s|160000 | 18338 | 16167k| 101.0 | 172M|  67 | 430 |1287 |7132 |1287 |1355 |1025 | 242k|  27k| 5.500000e+01 | 1.130000e+02 | 105.45%
1192.72/1192.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.72/1192.70	c  1193s|170000 | 19490 | 16895k|  99.4 | 184M|  67 | 127 |1287 |8986 |1287 |1355 |1025 | 253k|  28k| 5.500000e+01 | 1.130000e+02 | 105.45%
1243.92/1243.98	c  1244s|180000 | 20490 | 17671k|  98.1 | 194M|  67 | 214 |1287 |7625 |1287 |1355 |1025 | 264k|  29k| 5.500000e+01 | 1.130000e+02 | 105.45%
1292.22/1292.26	c  1292s|190000 | 20898 | 18450k|  97.1 | 200M|  67 | 502 |1287 |7561 |1287 |1355 |1025 | 276k|  29k| 5.500000e+01 | 1.130000e+02 | 105.45%
1351.72/1351.78	c  1352s|200000 | 22218 | 19307k|  96.5 | 213M|  68 |   - |1287 |8042 |   0 |   0 |1025 | 289k|  31k| 5.500000e+01 | 1.130000e+02 | 105.45%
1410.92/1410.92	c  1411s|210000 | 24128 | 20282k|  96.6 | 230M|  68 |   - |1287 |8521 |   0 |   0 |1025 | 302k|  31k| 5.500000e+01 | 1.130000e+02 | 105.45%
1470.32/1470.35	c  1470s|220000 | 26293 | 21318k|  96.9 | 253M|  68 | 426 |1287 |7345 |1287 |1355 |1025 | 315k|  32k| 5.500000e+01 | 1.130000e+02 | 105.45%
1533.73/1533.79	c  1534s|230000 | 28104 | 22278k|  96.8 | 271M|  68 | 125 |1287 |8051 |1287 |1355 |1025 | 328k|  34k| 5.500000e+01 | 1.130000e+02 | 105.45%
1592.53/1592.54	c  1593s|240000 | 29707 | 23274k|  97.0 | 283M|  68 | 353 |1287 |4805 |1287 |1355 |1025 | 342k|  34k| 5.500000e+01 | 1.130000e+02 | 105.45%
1653.63/1653.64	c  1654s|250000 | 31372 | 24206k|  96.8 | 296M|  68 | 211 |1287 |5096 |1287 |1355 |1025 | 356k|  35k| 5.500000e+01 | 1.130000e+02 | 105.45%
1716.53/1716.51	c  1717s|260000 | 32662 | 25128k|  96.6 | 308M|  68 |   - |1287 |5906 |   0 |   0 |1025 | 370k|  36k| 5.500000e+01 | 1.130000e+02 | 105.45%
1762.93/1762.94	c  1763s|270000 | 32721 | 25875k|  95.8 | 309M|  68 | 284 |1287 |6027 |1287 |1355 |1025 | 384k|  36k| 5.500000e+01 | 1.130000e+02 | 105.45%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 277574
1800.03/1800.00	c Primal Bound       : +1.13000000000000e+02 (6 solutions)
1800.03/1800.00	c Dual Bound         : +5.50000000000000e+01
1800.03/1800.00	c Gap                : 105.45 %
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 
1800.03/1800.00	v x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 
1800.03/1800.00	v x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 -x151 -x152 x153 x154 x155 x156 x157 
1800.03/1800.00	v x158 -x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 -x177 -x178 x179 x180 -x181 
1800.03/1800.00	v x182 x183 x184 x185 -x186 x187 x188 x189 x190 x191 x192 x193 x194 -x195 -x196 x197 x198 x199 x200 x201 x202 -x203 -x204 -x205 
1800.03/1800.00	v x206 x207 x208 x209 x210 -x211 -x212 x213 x214 x215 x216 x217 -x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 -x229 
1800.03/1800.00	v -x230 x231 x232 -x233 x234 x235 x236 x237 -x238 x239 x240 x241 x242 x243 x244 x245 -x246 x247 x248 x249 x250 x251 x252 -x253 
1800.03/1800.00	v -x254 x255 x256 x257 x258 x259 -x260 -x261 x262 x263 x264 x265 x266 -x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 
1800.03/1800.00	v -x278 -x279 x280 x281 -x282 x283 x284 x285 x286 -x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 -x300 x301 
1800.03/1800.00	v x302 x303 x304 x305 -x306 x307 x308 x309 x310 x311 -x312 x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 -x323 -x324 x325 
1800.03/1800.00	v x326 -x327 x328 x329 x330 x331 -x332 x333 x334 x335 x336 x337 x338 x339 x340 x341 x342 x343 x344 x345 x346 x347 x348 x349 x350 
1800.03/1800.00	v x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 
1800.03/1800.00	v x374 x375 x376 -x377 -x378 x379 x380 -x381 -x382 x383 x384 -x385 -x386 x387 x388 -x389 -x390 x391 x392 -x393 -x394 -x395 x396 
1800.03/1800.00	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 x408 x409 -x410 x411 x412 -x413 x414 x415 -x416 x417 x418 
1800.03/1800.00	v -x419 x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 x435 x436 x437 x438 x439 x440 x441 
1800.03/1800.00	v x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 
1800.03/1800.00	v x463 x464 x465 x466 x467 x468 x469 x470 x471 -x472 -x473 x474 x475 x476 x477 x478 x479 -x480 x481 x482 x483 x484 x485 x486 x487 
1800.03/1800.00	v x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 -x498 -x499 x500 x501 -x502 x503 x504 x505 x506 -x507 -x508 -x509 x510 
1800.03/1800.00	v x511 x512 x513 x514 x515 -x516 -x517 -x518 x519 x520 x521 x522 x523 -x524 -x525 x526 x527 x528 x529 x530 -x531 x532 x533 x534 
1800.03/1800.00	v x535 x536 x537 x538 x539 x540 x541 -x542 -x543 x544 x545 -x546 x547 x548 x549 x550 -x551 -x552 x553 x554 x555 x556 x557 x558 
1800.03/1800.00	v -x559 -x560 x561 x562 x563 x564 x565 -x566 -x567 x568 x569 x570 x571 x572 -x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 
1800.03/1800.00	v x583 -x584 -x585 x586 x587 -x588 x589 x590 x591 x592 -x593 x594 x595 x596 x597 x598 x599 -x600 x601 x602 x603 x604 x605 -x606 
1800.03/1800.00	v x607 x608 x609 x610 x611 -x612 x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 -x623 -x624 x625 x626 -x627 x628 x629 x630 
1800.03/1800.00	v x631 -x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 x647 x648 x649 x650 x651 x652 x653 x654 x655 
1800.03/1800.00	v x656 x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 x671 -x672 -x673 x674 x675 -x676 -x677 
1800.03/1800.00	v x678 x679 -x680 -x681 x682 x683 -x684 -x685 -x686 x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 
1800.03/1800.00	v x700 -x701 x702 x703 -x704 x705 x706 -x707 x708 x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 
1800.03/1800.00	v x722 x723 x724 x725 x726 x727 x728 x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 
1800.03/1800.00	v -x744 -x745 -x746 -x747 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x748 -x749 x750 x751 x752 x753 x754 x755 -x756 x757 x758 x759 x760 
1800.03/1800.00	v x761 x762 -x763 x764 x765 x766 x767 x768 x769 x770 x771 x772 x773 -x774 -x775 x776 x777 -x778 x779 x780 x781 x782 -x783 -x784 
1800.03/1800.00	v x785 x786 x787 x788 x789 x790 -x791 x792 x793 x794 x795 x796 x797 -x798 x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 
1800.03/1800.00	v -x809 -x810 x811 x812 -x813 x814 x815 x816 x817 -x818 -x819 x820 x821 x822 x823 x824 -x825 x826 x827 x828 x829 x830 -x831 x832 
1800.03/1800.00	v x833 x834 x835 x836 x837 x838 x839 x840 x841 -x842 -x843 x844 x845 -x846 x847 x848 x849 x850 -x851 x852 x853 x854 x855 x856 
1800.03/1800.00	v x857 x858 x859 x860 x861 x862 x863 x864 x865 x866 x867 x868 x869 x870 x871 -x872 -x873 x874 x875 -x876 x877 x878 x879 x880 
1800.03/1800.00	v -x881 -x882 -x883 x884 x885 -x886 -x887 x888 x889 -x890 -x891 x892 x893 -x894 -x895 x896 x897 -x898 -x899 -x900 -x901 -x902 
1800.03/1800.00	v -x903 -x904 -x905 -x906 -x907 -x908 x909 x910 -x911 x912 x913 -x914 x915 x916 -x917 x918 x919 -x920 -x921 -x922 -x923 -x924 -x925 
1800.03/1800.00	v -x926 -x927 -x928 x929 x930 x931 x932 x933 x934 x935 x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 
1800.03/1800.00	v -x948 -x949 -x950 -x951 -x14 -x13 -x12 x11 -x10 -x9 -x8 x952 x953 x954 x955 x956 x957 x958 x959 x960 x961 x962 x963 x964 
1800.03/1800.00	v x965 x966 x967 x968 x969 x970 x971 x972 x973 x974 x975 x976 x977 x978 x979 x980 x981 x982 x983 x984 x985 x986 x987 x988 x989 
1800.03/1800.00	v x990 x991 x992 x993 x994 x995 x996 -x997 x998 x999 x1000 -x1001 x1002 x1003 x1004 x1005 -x1006 x1007 x1008 x1009 x1010 x1011 
1800.03/1800.00	v x1012 x1013 x1014 x1015 x1016 x1017 x1018 x1019 x1020 x1021 -x1022 -x1023 x1024 x1025 -x1026 x1027 x1028 x1029 x1030 -x1031 x1032 
1800.03/1800.00	v x1033 x1034 x1035 -x1036 x1037 x1038 x1039 -x1040 -x1041 x1042 x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 
1800.03/1800.00	v -x1052 -x1053 x1054 x1055 x1056 -x1057 x1058 x1059 -x1060 x1061 x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 
1800.03/1800.00	v -x1071 x1072 x1073 x1074 x1075 x1076 x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 x1085 -x1086 -x1087 -x1088 
1800.03/1800.00	v -x1089 -x1090 -x1091 -x28 -x27 x26 -x25 -x24 -x23 x22 x1092 x1093 x1094 x1095 x1096 x1097 x1098 x1099 x1100 x1101 x1102 -x1103 
1800.03/1800.00	v x1104 x1105 x1106 -x1107 x1108 x1109 x1110 x1111 -x1112 x1113 x1114 x1115 x1116 x1117 x1118 x1119 x1120 x1121 x1122 -x1123 
1800.03/1800.00	v -x1124 x1125 x1126 -x1127 x1128 x1129 x1130 x1131 -x1132 -x1133 x1134 x1135 x1136 -x1137 -x1138 x1139 x1140 -x1141 -x1142 -x1143 
1800.03/1800.00	v -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 x1152 x1153 -x1154 x1155 x1156 -x1157 -x1158 -x1159 -x1160 -x1161 
1800.03/1800.00	v -x1162 -x1163 -x1164 -x1165 x1166 x1167 x1168 x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 
1800.03/1800.00	v -x1181 -x1182 -x35 -x34 -x33 x32 x31 x30 x29 x1183 x1184 x1185 x1186 x1187 -x1188 -x1189 x1190 x1191 -x1192 x1193 x1194 
1800.03/1800.00	v x1195 x1196 -x1197 -x1198 -x1199 x1200 x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 x1213 
1800.03/1800.00	v x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 
1800.03/1800.00	v -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 
1800.03/1800.00	v -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 
1800.03/1800.00	v -x1263 -x1264 -x1265 -x1266 -x1267 -x49 -x48 x47 -x46 x45 -x44 x43 x1268 x1269 x1270 x1271 x1272 -x1273 x1274 x1275 x1276 x1277 
1800.03/1800.00	v -x1278 -x1279 -x1280 -x1281 -x56 x55 x54 -x53 x52 x51 x50 x1282 x1283 -x1284 -x1285 -x1286 -x63 x62 x61 -x60 -x59 x58 x57 
1800.03/1800.00	v -x1287 x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 x69 -x68 x67 x66 x65 x64 x1288 -x7 x6 x5 x4 -x3 x2 -x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.17 (included in solving)
1800.03/1800.00	c   reading          :       0.05 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452723-1307098672.opb
1800.03/1800.00	c   Variables        : 1288 (1288 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2431 initial, 2431 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452723-1307098672.opb
1800.03/1800.00	c   Variables        : 1287 (1287 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 1249 initial, 9513 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.12          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          1          1          2
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.03          1          0          0          1          0       1183          0          2         37
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          1          -          -          1          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0     197794          0         11          0        148      20553          0          0     385260
1800.03/1800.00	c   knapsack         :         66          6    1160420          3          0          8    1441550       6793     322771        144          0          0
1800.03/1800.00	c   setppc           :          1          6      13067          0          0          3       2443          0        142          0          0          0
1800.03/1800.00	c   linear           :       1182+         7    1158784          1          0          3    1727930     116668   16889978          0          0          0
1800.03/1800.00	c   logicor          :          0+         6     593427          0          0          0    1452512       6190     505678          1          0          0
1800.03/1800.00	c   countsols        :          0          0          0          4          0          4          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     261.75       0.00       0.00     261.75       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :       7.88       0.00       7.13       0.00       0.00       0.00       0.74
1800.03/1800.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.03/1800.00	c   linear           :     135.23       0.00     132.90       0.00       0.00       0.00       2.33
1800.03/1800.00	c   logicor          :      26.01       0.00      24.71       0.00       0.00       0.00       1.31
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          6          0          0          1
1800.03/1800.00	c   pseudoobj        :    1165308       1911         29        852
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.20       0.20       0.00
1800.03/1800.00	c   rootredcost      :       0.22       0.22       0.00
1800.03/1800.00	c   pseudoobj        :       0.58       0.58       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       8.24     129680     129452    1151787       36.5       5448       25.5          -
1800.03/1800.00	c   infeasible LP    :       3.60      26371      26371     121477       28.7       2063       17.7          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -     393382       28.7          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -        417          -    (maximal pool size: 3850)
1800.03/1800.00	c   redcost          :       3.60     197936          0        308          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.18          6          0          0         22          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.18          6          0          0         22          0
1800.03/1800.00	c   cmir             :       0.64          6          0          0       2812          0
1800.03/1800.00	c   flowcover        :       0.36          6          0          0       1200          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.23          1          0          0          0        144
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     261.62     197790        148      20553          0          0     385260
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.03          -          4
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   oneopt           :       0.09          6          0
1800.03/1800.00	c   crossover        :       0.49         10          1
1800.03/1800.00	c   feaspump         :      11.31         96          0
1800.03/1800.00	c   objpscostdiving  :      20.81        305          0
1800.03/1800.00	c   pscostdiving     :      27.29        661          0
1800.03/1800.00	c   fracdiving       :      34.84        661          0
1800.03/1800.00	c   veclendiving     :      21.77        661          0
1800.03/1800.00	c   guideddiving     :      28.43        662          1
1800.03/1800.00	c   linesearchdiving :      19.25        662          0
1800.03/1800.00	c   coefdiving       :      42.05        662          0
1800.03/1800.00	c   rootsoldiving    :      11.28        332          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.03          1          0
1800.03/1800.00	c   simplerounding   :       0.05          0          0
1800.03/1800.00	c   zirounding       :       0.18       1000          0
1800.03/1800.00	c   rounding         :       0.96       6252          0
1800.03/1800.00	c   shifting         :       9.51       1962          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.06          0          0
1800.03/1800.00	c   trysol           :       0.06          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :     995.12     208050   23809730     114.44   23926.58
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:     176.57      77518    2639827      34.05   14950.62
1800.03/1800.00	c   strong branching :     249.39      37361    3968778     106.23   15913.66
1800.03/1800.00	c     (at root node) :          -         18      12356     686.44          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     277574
1800.03/1800.00	c   nodes (total)    :     277574
1800.03/1800.00	c   nodes left       :      33050
1800.03/1800.00	c   max depth        :         68
1800.03/1800.00	c   max depth (total):         68
1800.03/1800.00	c   backtracks       :      55417 (20.0%)
1800.03/1800.00	c   delayed cutoffs  :      63943
1800.03/1800.00	c   repropagations   :     286693 (4405299 domain reductions, 40141 cutoffs)
1800.03/1800.00	c   avg switch length:       5.72
1800.03/1800.00	c   switching time   :     100.01
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          6 (6 improvements)
1800.03/1800.00	c   First Solution   : +1.20000000000000e+02   (in run 1, after 85501 nodes, 777.11 seconds, depth 49, found by <relaxation>)
1800.03/1800.00	c   Primal Bound     : +1.13000000000000e+02   (in run 1, after 106292 nodes, 885.16 seconds, depth 44, found by <crossover>)
1800.03/1800.00	c   Dual Bound       : +5.50000000000000e+01
1800.03/1800.00	c   Gap              :     105.45 %
1800.03/1800.00	c   Root Dual Bound  : +5.50000000000000e+01
1800.03/1800.00	c   Root Iterations  :       4820

Verifier Data

OK	113

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452723-1307098672/watcher-3452723-1307098672 -o /tmp/evaluation-result-3452723-1307098672/solver-3452723-1307098672 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452723-1307098672.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.93 2.01 1.99 2/511 30924
/proc/meminfo: memFree=16585232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=10692 CPUtime=0.01 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 1662 0 0 0 1 0 0 0 25 0 1 0 802283317 10948608 1615 33554432000 4194304 9128323 140734014852544 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30924/statm: 2673 1615 400 1205 0 1464 0

[startup+0.0485331 s]
/proc/loadavg: 1.93 2.01 1.99 2/511 30924
/proc/meminfo: memFree=16585232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=13032 CPUtime=0.04 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 2245 0 0 0 4 0 0 0 25 0 1 0 802283317 13344768 2198 33554432000 4194304 9128323 140734014852544 18446744073709551615 8008925 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30924/statm: 3258 2198 400 1205 0 2049 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13032

[startup+0.100542 s]
/proc/loadavg: 1.93 2.01 1.99 2/511 30924
/proc/meminfo: memFree=16585232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=37628 CPUtime=0.09 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 8327 0 0 0 9 0 0 0 25 0 1 0 802283317 38531072 8022 33554432000 4194304 9128323 140734014852544 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 9407 8022 519 1205 0 8198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37628

[startup+0.300521 s]
/proc/loadavg: 1.93 2.01 1.99 2/511 30924
/proc/meminfo: memFree=16585232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=45948 CPUtime=0.29 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 10815 0 0 0 28 1 0 0 25 0 1 0 802283317 47050752 10245 33554432000 4194304 9128323 140734014852544 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 11487 10245 678 1205 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45948

[startup+0.700444 s]
/proc/loadavg: 1.93 2.01 1.99 2/511 30924
/proc/meminfo: memFree=16585232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=0.69 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16088 0 0 0 68 1 0 0 25 0 1 0 802283317 67551232 15163 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15163 753 1205 0 15283 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65968

[startup+1.5003 s]
/proc/loadavg: 1.93 2.01 1.99 3/512 30925
/proc/meminfo: memFree=16526448/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=1.49 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16179 0 0 0 147 2 0 0 25 0 1 0 802283317 67551232 15245 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15245 750 1205 0 15283 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65968

[startup+3.10099 s]
/proc/loadavg: 1.93 2.01 1.99 3/512 30926
/proc/meminfo: memFree=16524216/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=3.09 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16495 0 0 0 307 2 0 0 25 0 1 0 802283317 67551232 15539 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15539 733 1205 0 15283 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65968

[startup+6.30045 s]
/proc/loadavg: 1.93 2.01 1.99 3/512 30926
/proc/meminfo: memFree=16523608/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=6.29 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16495 0 0 0 624 5 0 0 25 0 1 0 802283317 67551232 15539 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15539 733 1205 0 15283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65968

[startup+12.7003 s]
/proc/loadavg: 1.94 2.01 1.99 3/512 30926
/proc/meminfo: memFree=16522636/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=12.69 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16495 0 0 0 1256 13 0 0 25 0 1 0 802283317 67551232 15539 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15539 733 1205 0 15283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65968

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.99 3/512 30926
/proc/meminfo: memFree=16523004/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=25.5 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16500 0 0 0 2517 33 0 0 25 0 1 0 802283317 67551232 15544 33554432000 4194304 9128323 140734014852544 18446744073709551615 7414826 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15544 735 1205 0 15283 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 65968

[startup+51.1006 s]
/proc/loadavg: 2.02 2.02 2.00 3/512 30927
/proc/meminfo: memFree=16522924/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=65968 CPUtime=51.09 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 16504 0 0 0 5041 68 0 0 25 0 1 0 802283317 67551232 15548 33554432000 4194304 9128323 140734014852544 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 16492 15548 735 1205 0 15283 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65968

[startup+102.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/512 30928
/proc/meminfo: memFree=16516592/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=71656 CPUtime=102.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 19303 0 0 0 10085 146 0 0 25 0 1 0 802283317 73375744 16948 33554432000 4194304 9128323 140734014852544 18446744073709551615 7346395 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 17914 16948 735 1205 0 16705 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 71656

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 30930
/proc/meminfo: memFree=16505424/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=83228 CPUtime=162.29 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 31315 0 0 0 15995 234 0 0 25 0 1 0 802283317 85225472 19757 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 20807 19757 735 1205 0 19598 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 83228

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30940
/proc/meminfo: memFree=16494320/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=94516 CPUtime=222.29 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 34909 0 0 0 21903 326 0 0 25 0 1 0 802283317 96784384 22631 33554432000 4194304 9128323 140734014852544 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 23629 22631 735 1205 0 22420 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94516

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30942
/proc/meminfo: memFree=16479536/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=109576 CPUtime=282.3 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 39459 0 0 0 27805 425 0 0 25 0 1 0 802283317 112205824 26445 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 27394 26445 735 1205 0 26185 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109576

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 30944
/proc/meminfo: memFree=16460548/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=128416 CPUtime=342.3 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 44981 0 0 0 33715 515 0 0 25 0 1 0 802283317 131497984 31124 33554432000 4194304 9128323 140734014852544 18446744073709551615 7343116 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 32104 31124 736 1205 0 30895 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128416

[startup+402.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/512 30945
/proc/meminfo: memFree=16448260/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=140516 CPUtime=402.3 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 48803 0 0 0 39620 610 0 0 25 0 1 0 802283317 143888384 34174 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 35129 34174 736 1205 0 33920 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 140516

[startup+462.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/512 30947
/proc/meminfo: memFree=16422572/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=166508 CPUtime=462.3 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 55715 0 0 0 45529 701 0 0 25 0 1 0 802283317 170504192 40708 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 41627 40708 736 1205 0 40418 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166508

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/512 30948
/proc/meminfo: memFree=16403452/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=185516 CPUtime=522.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 63512 0 0 0 51439 792 0 0 25 0 1 0 802283317 189968384 45445 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 46379 45445 742 1205 0 45170 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 185516

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/512 30950
/proc/meminfo: memFree=16376652/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=212412 CPUtime=582.3 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 71135 0 0 0 57340 890 0 0 25 0 1 0 802283317 217509888 52089 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 53103 52089 735 1205 0 51894 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 212412

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30956
/proc/meminfo: memFree=16296212/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=281460 CPUtime=822.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 93872 0 0 0 80962 1269 0 0 25 0 1 0 802283317 288215040 69295 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 70365 69295 745 1205 0 69156 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 281460

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 30958
/proc/meminfo: memFree=16295956/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=282776 CPUtime=882.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 99426 0 0 0 86874 1357 0 0 25 0 1 0 802283317 289562624 69621 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 70694 69621 745 1205 0 69485 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 282776

[startup+942.301 s]
/proc/loadavg: 2.15 2.04 2.01 3/512 30960
/proc/meminfo: memFree=16282660/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=289388 CPUtime=942.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 127687 0 0 0 92777 1454 0 0 25 0 1 0 802283317 296333312 71253 33554432000 4194304 9128323 140734014852544 18446744073709551615 6526540 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 72347 71253 751 1205 0 71138 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 289388

[startup+1002.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/512 30961
/proc/meminfo: memFree=16277680/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=293192 CPUtime=1002.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 129724 0 0 0 98687 1544 0 0 25 0 1 0 802283317 300228608 72233 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 73298 72233 751 1205 0 72089 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 293192

[startup+1062.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/512 30963
/proc/meminfo: memFree=16269232/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=298820 CPUtime=1062.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 135443 0 0 0 104600 1632 0 0 25 0 1 0 802283317 305991680 73626 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 74705 73626 751 1205 0 73496 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 298820

[startup+1122.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/512 30964
/proc/meminfo: memFree=16261396/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=303448 CPUtime=1122.31 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 136596 0 0 0 110517 1714 0 0 25 0 1 0 802283317 310730752 74773 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 75862 74773 751 1205 0 74653 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 303448

[startup+1182.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/512 30966
/proc/meminfo: memFree=16249108/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=311196 CPUtime=1182.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 142888 0 0 0 116427 1805 0 0 25 0 1 0 802283317 318664704 76705 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 77799 76705 751 1205 0 76590 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 311196

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/512 30968
/proc/meminfo: memFree=16234192/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=325208 CPUtime=1242.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 146197 0 0 0 122332 1900 0 0 25 0 1 0 802283317 333012992 79935 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 81302 79935 751 1205 0 80093 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 325208

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30969
/proc/meminfo: memFree=16228844/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=332396 CPUtime=1302.34 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 148067 0 0 0 128244 1990 0 0 25 0 1 0 802283317 340373504 81768 33554432000 4194304 9128323 140734014852544 18446744073709551615 4893057 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 83099 81768 751 1205 0 81890 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 332396

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 30971
/proc/meminfo: memFree=16205496/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=349760 CPUtime=1362.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 152105 0 0 0 134150 2082 0 0 25 0 1 0 802283317 358154240 85691 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 87440 85691 752 1205 0 86231 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 349760

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30972
/proc/meminfo: memFree=16174344/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=373288 CPUtime=1422.35 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 162092 0 0 0 140054 2181 0 0 25 0 1 0 802283317 382246912 91279 33554432000 4194304 9128323 140734014852544 18446744073709551615 5200378 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 93322 91279 751 1205 0 92113 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 373288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 30974
/proc/meminfo: memFree=16149776/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=401356 CPUtime=1482.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 168137 0 0 0 145953 2279 0 0 25 0 1 0 802283317 410988544 97208 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 100339 97208 758 1205 0 99130 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 401356

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/512 30976
/proc/meminfo: memFree=16136376/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=418896 CPUtime=1542.33 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 172465 0 0 0 151859 2374 0 0 25 0 1 0 802283317 428949504 101372 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 104724 101372 758 1205 0 103515 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 418896

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/512 30977
/proc/meminfo: memFree=16118108/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=434080 CPUtime=1602.33 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 176536 0 0 0 157769 2464 0 0 25 0 1 0 802283317 444497920 105266 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 108520 105266 774 1205 0 107311 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 434080

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/512 31010
/proc/meminfo: memFree=14985508/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=445404 CPUtime=1662.33 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 179545 0 0 0 163671 2562 0 0 25 0 1 0 802283317 456093696 108159 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 111351 108159 774 1205 0 110142 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 445404

[startup+1722.3 s]
/proc/loadavg: 2.21 2.07 2.02 4/512 31011
/proc/meminfo: memFree=14887320/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=458256 CPUtime=1722.32 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 183753 0 0 0 169579 2653 0 0 25 0 1 0 802283317 469254144 111464 33554432000 4194304 9128323 140734014852544 18446744073709551615 7216745 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 114564 111464 858 1205 0 113355 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 458256

[startup+1782.3 s]
/proc/loadavg: 2.14 2.07 2.01 5/512 31013
/proc/meminfo: memFree=14876488/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=463444 CPUtime=1782.33 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 185227 0 0 0 175492 2741 0 0 25 0 1 0 802283317 474566656 112845 33554432000 4194304 9128323 140734014852544 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/30924/statm: 115861 112845 811 1205 0 114652 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 463444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.07 2.01 3/512 31013
/proc/meminfo: memFree=14875240/32951124 swapFree=67111204/67111528
[pid=30924] ppid=30922 vsize=464828 CPUtime=1800.04 cores=0,2,4,6
/proc/30924/stat : 30924 (scip-2.0.1.4.li) R 30922 30924 30576 0 -1 4202496 185642 0 0 0 177240 2764 0 0 18 0 1 0 802283317 475983872 113260 33554432000 4194304 9128323 140734014852544 18446744073709551615 6890153 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30924/statm: 116207 113260 813 1205 0 114998 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 464828

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.08
CPU user time (s): 1772.41
CPU system time (s): 27.6698
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 464828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.41
system time used= 27.6698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185642
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= 6
involuntary context switches= 1804

runsolver used 9.44456 second user time and 20.2739 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 12:57:52
IDJOB=3452723
IDBENCH=2940
IDSOLVER=1949
FILE ID=node144/3452723-1307098672
RUNJOBID= node144-1307094732-30594
PBS_JOBID= 13498007
Free space on /tmp= 73880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_11.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452723-1307098672/watcher-3452723-1307098672 -o /tmp/evaluation-result-3452723-1307098672/solver-3452723-1307098672 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452723-1307098672.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c19ad978a977652a94fc03b8ce63204a
RANDOM SEED=716143036

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16585512 kB
Buffers:        280412 kB
Cached:         426916 kB
SwapCached:        140 kB
Active:       15724568 kB
Inactive:       366088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16585512 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:    15382988 kB
Mapped:          45332 kB
Slab:           135620 kB
PageTables:      70072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157991440 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= 73828 MiB
End job on node144 at 2011-06-03 13:27:54