Trace number 3732772

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT53 379.305 379.372

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark77.6872
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3732772-1338696605.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 start presolving problem
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del 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 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 strange?!, PURESAT with obj
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 = c 13950
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 = c 1791
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 = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.04/0.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c   0.1s|     1 |     0 |  1124 | 801k|   0 | 225 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 |      --      |    Inf 
0.04/0.06	o 225
0.04/0.06	c r 0.1s|     1 |     0 |  1124 | 808k|   0 | 225 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.250000e+02 | 363.67%
0.04/0.06	o 224
0.04/0.06	c R 0.1s|     1 |     0 |  1124 | 814k|   0 | 225 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.240000e+02 | 361.61%
0.04/0.06	o 223
0.04/0.06	c s 0.1s|     1 |     0 |  1124 | 820k|   0 | 225 | 225 | 225 | 225 | 225 | 225 |   0 |   0 |   0 | 4.852611e+01 | 2.230000e+02 | 359.55%
0.09/0.10	c   0.1s|     1 |     0 |  1131 |2277k|   0 | 221 | 225 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 2.230000e+02 | 358.64%
0.09/0.10	o 221
0.09/0.10	c r 0.1s|     1 |     0 |  1131 |2280k|   0 | 221 | 225 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 2.210000e+02 | 354.53%
0.09/0.10	o 220
0.09/0.10	c R 0.1s|     1 |     0 |  1131 |2283k|   0 | 221 | 225 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 2.200000e+02 | 352.47%
0.09/0.10	o 219
0.09/0.10	c s 0.1s|     1 |     0 |  1131 |2286k|   0 | 221 | 225 | 225 | 225 | 225 | 226 |   1 |   0 |   0 | 4.862196e+01 | 2.190000e+02 | 350.41%
0.09/0.14	c   0.1s|     1 |     0 |  1154 |3668k|   0 | 219 | 225 | 225 | 225 | 225 | 227 |   2 |   0 |   0 | 4.870258e+01 | 2.190000e+02 | 349.67%
0.09/0.14	o 219
0.09/0.14	c r 0.1s|     1 |     0 |  1154 |3671k|   0 | 219 | 225 | 225 | 225 | 225 | 227 |   2 |   0 |   0 | 4.870258e+01 | 2.190000e+02 | 349.67%
0.09/0.14	o 218
0.09/0.14	c R 0.1s|     1 |     0 |  1154 |3675k|   0 | 219 | 225 | 225 | 225 | 225 | 227 |   2 |   0 |   0 | 4.870258e+01 | 2.180000e+02 | 347.61%
0.09/0.14	o 217
0.09/0.14	c s 0.1s|     1 |     0 |  1154 |3678k|   0 | 219 | 225 | 225 | 225 | 225 | 227 |   2 |   0 |   0 | 4.870258e+01 | 2.170000e+02 | 345.56%
0.09/0.19	c   0.2s|     1 |     0 |  1200 |4969k|   0 | 219 | 225 | 225 | 225 | 225 | 228 |   3 |   0 |   0 | 4.873202e+01 | 2.170000e+02 | 345.29%
0.09/0.19	o 216
0.09/0.19	c R 0.2s|     1 |     0 |  1200 |4975k|   0 | 219 | 225 | 225 | 225 | 225 | 228 |   3 |   0 |   0 | 4.873202e+01 | 2.160000e+02 | 343.24%
0.09/0.19	o 215
0.09/0.19	c s 0.2s|     1 |     0 |  1200 |4979k|   0 | 219 | 225 | 225 | 225 | 225 | 228 |   3 |   0 |   0 | 4.873202e+01 | 2.150000e+02 | 341.19%
0.18/0.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.23	c   0.2s|     1 |     0 |  1233 |5810k|   0 | 219 | 225 | 225 | 225 | 225 | 229 |   4 |   0 |   0 | 4.874399e+01 | 2.150000e+02 | 341.08%
0.18/0.23	o 214
0.18/0.23	c R 0.2s|     1 |     0 |  1233 |5816k|   0 | 219 | 225 | 225 | 225 | 225 | 229 |   4 |   0 |   0 | 4.874399e+01 | 2.140000e+02 | 339.03%
0.18/0.23	o 213
0.18/0.23	c s 0.2s|     1 |     0 |  1233 |5819k|   0 | 219 | 225 | 225 | 225 | 225 | 229 |   4 |   0 |   0 | 4.874399e+01 | 2.130000e+02 | 336.98%
0.18/0.26	c   0.2s|     1 |     0 |  1266 |6102k|   0 | 220 | 225 | 225 | 225 | 225 | 230 |   5 |   0 |   0 | 4.875400e+01 | 2.130000e+02 | 336.89%
0.18/0.27	o 212
0.18/0.27	c R 0.2s|     1 |     0 |  1266 |6109k|   0 | 220 | 225 | 225 | 225 | 225 | 230 |   5 |   0 |   0 | 4.875400e+01 | 2.120000e+02 | 334.84%
0.18/0.27	o 211
0.18/0.27	c s 0.3s|     1 |     0 |  1266 |6112k|   0 | 220 | 225 | 225 | 225 | 225 | 230 |   5 |   0 |   0 | 4.875400e+01 | 2.110000e+02 | 332.78%
0.29/0.30	c   0.3s|     1 |     0 |  1299 |6157k|   0 | 219 | 225 | 225 | 225 | 225 | 231 |   6 |   0 |   0 | 4.876009e+01 | 2.110000e+02 | 332.73%
0.29/0.30	o 210
0.29/0.30	c R 0.3s|     1 |     0 |  1299 |6164k|   0 | 219 | 225 | 225 | 225 | 225 | 231 |   6 |   0 |   0 | 4.876009e+01 | 2.100000e+02 | 330.68%
0.29/0.30	o 209
0.29/0.30	c s 0.3s|     1 |     0 |  1299 |6167k|   0 | 219 | 225 | 225 | 225 | 225 | 231 |   6 |   0 |   0 | 4.876009e+01 | 2.090000e+02 | 328.63%
0.29/0.33	c   0.3s|     1 |     0 |  1323 |6186k|   0 | 218 | 225 | 225 | 225 | 225 | 232 |   7 |   0 |   0 | 4.876514e+01 | 2.090000e+02 | 328.58%
0.29/0.34	o 208
0.29/0.34	c R 0.3s|     1 |     0 |  1323 |6193k|   0 | 218 | 225 | 225 | 225 | 225 | 232 |   7 |   0 |   0 | 4.876514e+01 | 2.080000e+02 | 326.53%
0.29/0.34	o 207
0.29/0.34	c s 0.3s|     1 |     0 |  1323 |6196k|   0 | 218 | 225 | 225 | 225 | 225 | 232 |   7 |   0 |   0 | 4.876514e+01 | 2.070000e+02 | 324.48%
0.29/0.37	c   0.4s|     1 |     0 |  1362 |6196k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877370e+01 | 2.070000e+02 | 324.41%
0.29/0.37	o 206
0.29/0.37	c R 0.4s|     1 |     0 |  1362 |6202k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877370e+01 | 2.060000e+02 | 322.36%
0.29/0.37	o 205
0.29/0.37	c s 0.4s|     1 |     0 |  1362 |6206k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877370e+01 | 2.050000e+02 | 320.31%
0.39/0.40	o 69
0.39/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c k 0.4s|     1 |     0 |  1362 |6212k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877370e+01 | 6.900000e+01 |  41.47%
0.39/0.41	c   0.4s|     1 |     0 |  1362 |6209k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |   0 | 4.877370e+01 | 6.900000e+01 |  41.47%
0.68/0.78	c   0.8s|     1 |     2 |  1362 |6209k|   0 | 220 | 225 | 225 | 225 | 225 | 233 |   8 |   0 |  21 | 4.877370e+01 | 6.900000e+01 |  41.47%
2.89/2.98	o 66
2.89/2.98	c c 2.9s|    15 |    16 |  2573 |6470k|  14 |   - | 225 | 225 | 190 | 225 | 233 |   8 |   0 | 344 | 4.880038e+01 | 6.600000e+01 |  35.24%
2.89/2.98	o 65
2.89/2.98	c c 2.9s|    15 |    16 |  2575 |6474k|  14 |   - | 225 | 225 | 189 | 225 | 233 |   8 |   0 | 344 | 4.880038e+01 | 6.500000e+01 |  33.20%
2.89/2.98	o 64
2.89/2.98	c c 2.9s|    15 |    16 |  2579 |6482k|  14 |   - | 225 | 225 | 187 | 225 | 233 |   8 |   0 | 344 | 4.880038e+01 | 6.400000e+01 |  31.15%
2.89/2.98	o 62
2.89/2.98	c c 2.9s|    15 |    16 |  2584 |6490k|  14 |   - | 225 | 225 | 184 | 225 | 233 |   8 |   0 | 344 | 4.880038e+01 | 6.200000e+01 |  27.05%
2.89/2.98	o 60
2.89/2.98	c c 2.9s|    15 |    16 |  2585 |6495k|  14 |   - | 225 | 225 | 182 | 225 | 233 |   8 |   0 | 344 | 4.880038e+01 | 6.000000e+01 |  22.95%
4.69/4.73	o 56
4.69/4.73	c p 4.7s|    27 |    28 |  3828 |6524k|  14 |   - | 225 | 225 | 184 | 225 | 233 |   8 |   0 | 556 | 4.880038e+01 | 5.600000e+01 |  14.75%
7.59/7.65	o 55
7.59/7.65	c * 7.5s|    91 |    73 |  8652 |6535k|  27 |   - | 225 | 225 | 180 | 225 | 233 |   8 |   0 |1026 | 4.880038e+01 | 5.500000e+01 |  12.70%
13.39/13.49	o 54
13.39/13.49	c p13.3s|  1874 |   488 | 87536 |6799k|  36 |   - | 225 | 225 | 202 | 225 | 233 |   8 |   0 |1102 | 4.960779e+01 | 5.400000e+01 |   8.85%
33.39/33.45	o 53
33.39/33.45	c v32.8s|  7034 |   941 |360388 |6980k|  38 |   - | 225 | 225 | 225 | 225 | 233 |   8 |   0 |1419 | 5.005321e+01 | 5.300000e+01 |   5.89%
43.68/43.79	c  43.0s| 10000 |  1451 |500626 |7418k|  38 | 161 | 225 | 225 | 218 | 225 | 233 |   8 |   0 |1454 | 5.014905e+01 | 5.300000e+01 |   5.68%
81.48/81.53	c  80.0s| 20000 |  3941 |994025 |9632k|  38 | 168 | 225 | 225 | 204 | 225 | 233 |   8 |   0 |1836 | 5.040155e+01 | 5.300000e+01 |   5.16%
114.97/115.02	c   113s| 30000 |  5681 |  1431k|  11M|  38 | 158 | 225 | 225 | 208 | 225 | 233 |   8 |   0 |2379 | 5.055847e+01 | 5.300000e+01 |   4.83%
144.56/144.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
144.56/144.66	c   142s| 40000 |  6985 |  1823k|  12M|  38 |   - | 225 | 225 | 202 | 225 | 233 |   8 |   0 |2724 | 5.068900e+01 | 5.300000e+01 |   4.56%
171.65/171.75	c   169s| 50000 |  7879 |  2178k|  14M|  38 |   - | 225 | 225 | 205 | 225 | 233 |   8 |   0 |3102 | 5.078322e+01 | 5.300000e+01 |   4.37%
197.15/197.20	c   194s| 60000 |  8417 |  2520k|  15M|  38 | 173 | 225 | 225 | 218 | 225 | 233 |   8 |   0 |3396 | 5.088603e+01 | 5.300000e+01 |   4.15%
222.15/222.22	c   218s| 70000 |  8715 |  2850k|  15M|  38 | 165 | 225 | 225 | 210 | 225 | 233 |   8 |   0 |3760 | 5.097811e+01 | 5.300000e+01 |   3.97%
245.85/245.99	c   242s| 80000 |  8743 |  3172k|  16M|  38 |   - | 225 | 225 | 212 | 225 | 233 |   8 |   0 |3997 | 5.105217e+01 | 5.300000e+01 |   3.82%
268.94/269.09	c   264s| 90000 |  8417 |  3483k|  16M|  38 |   - | 225 | 225 | 206 | 225 | 233 |   8 |   0 |4255 | 5.113075e+01 | 5.300000e+01 |   3.66%
291.54/291.63	c   286s|100000 |  7929 |  3784k|  16M|  38 |   - | 225 | 225 | 212 | 225 | 233 |   8 |   0 |4534 | 5.119556e+01 | 5.300000e+01 |   3.52%
313.04/313.19	c   308s|110000 |  7037 |  4073k|  15M|  38 |   - | 225 | 225 | 205 | 225 | 233 |   8 |   0 |4762 | 5.126273e+01 | 5.300000e+01 |   3.39%
334.24/334.38	c   328s|120000 |  5729 |  4357k|  14M|  38 |   - | 225 | 225 | 207 | 225 | 233 |   8 |   0 |5013 | 5.133357e+01 | 5.300000e+01 |   3.25%
354.93/355.09	c   349s|130000 |  4069 |  4632k|  12M|  38 |   - | 225 | 225 | 210 | 225 | 233 |   8 |   0 |5292 | 5.142259e+01 | 5.300000e+01 |   3.07%
374.02/374.15	c   368s|140000 |  1495 |  4881k|9106k|  38 | 173 | 225 | 225 | 209 | 225 | 233 |   8 |   0 |5554 | 5.154469e+01 | 5.300000e+01 |   2.82%
379.23/379.36	c 
379.23/379.36	c SCIP Status        : problem is solved [optimal solution found]
379.23/379.36	c Solving Time (sec) : 372.62
379.23/379.36	c Solving Nodes      : 143025
379.23/379.36	c Primal Bound       : +5.30000000000000e+01 (607 solutions)
379.23/379.36	c Dual Bound         : +5.30000000000000e+01
379.23/379.36	c Gap                : 0.00 %
379.23/379.36	c NODE         143025
379.23/379.36	c DUAL BOUND   53
379.23/379.36	c PRIMAL BOUND 53
379.23/379.36	c GAP          0
379.23/379.36	s OPTIMUM FOUND
379.23/379.36	v -x225 x224 -x223 -x222 -x221 x220 -x219 -x218 x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 -x209 -x208 x207 -x206 -x205 -x204 
379.23/379.36	v -x203 -x202 -x201 x200 -x199 -x198 -x197 x196 x195 -x194 -x193 -x192 -x191 -x190 x189 x188 -x187 -x186 -x185 x184 -x183 -x182 
379.23/379.36	v -x181 -x180 -x179 x178 -x177 x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 
379.23/379.36	v x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 
379.23/379.36	v -x138 -x137 x136 x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 x125 -x124 x123 -x122 -x121 -x120 -x119 x118 -x117 
379.23/379.36	v -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 x103 -x102 x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 
379.23/379.36	v -x93 -x92 x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 
379.23/379.36	v x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 x59 -x58 -x57 -x56 x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 
379.23/379.36	v -x41 -x40 -x39 x38 x37 -x36 -x35 -x34 x33 -x32 x31 x30 -x29 -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 
379.23/379.36	v -x15 -x14 x13 -x12 -x11 -x10 x9 -x8 -x7 x6 -x5 -x4 -x3 x2 -x1 
379.23/379.36	c SCIP Status        : problem is solved [optimal solution found]
379.23/379.36	c Solving Time       :     372.62
379.23/379.36	c Original Problem   :
379.23/379.36	c   Problem name     : HOME/instance-3732772-1338696605.opb
379.23/379.36	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
379.23/379.36	c   Constraints      : 225 initial, 225 maximal
379.23/379.36	c Presolved Problem  :
379.23/379.36	c   Problem name     : t_HOME/instance-3732772-1338696605.opb
379.23/379.36	c   Variables        : 225 (225 binary, 0 integer, 0 implicit integer, 0 continuous)
379.23/379.36	c   Constraints      : 225 initial, 225 maximal
379.23/379.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
379.23/379.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   implics          :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   probing          :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   logicor          :       0.00          0          0          0          0          0          0          0          0
379.23/379.36	c   root node        :          -          1          -          -          1          -          -          -          -
379.23/379.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
379.23/379.36	c   integral         :          0          0          0      72688          0        317       1007          0          0     144166
379.23/379.36	c   logicor          :        225          9     119762          1          0          0      11103          0          0          0
379.23/379.36	c   countsols        :          0          0          0          1          0          0          0          0          0          0
379.23/379.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
379.23/379.36	c   integral         :      31.27       0.00       0.00      31.27       0.00
379.23/379.36	c   logicor          :       0.45       0.00       0.45       0.00       0.00
379.23/379.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00
379.23/379.36	c Propagators        :       Time      Calls    Cutoffs    DomReds
379.23/379.36	c   rootredcost      :       0.06          9          0          0
379.23/379.36	c   pseudoobj        :       1.18     244216          0          0
379.23/379.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
379.23/379.36	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
379.23/379.36	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
379.23/379.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
379.23/379.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
379.23/379.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
379.23/379.36	c   applied globally :          -          -          -          0        0.0          -          -          -
379.23/379.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
379.23/379.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
379.23/379.36	c   cut pool         :       0.01          8          -          -        130          -    (maximal pool size: 818)
379.23/379.36	c   redcost          :       0.94     132167          0     656270          0          0
379.23/379.36	c   impliedbounds    :       0.00         10          0          0          0          0
379.23/379.36	c   intobj           :       0.00          0          0          0          0          0
379.23/379.36	c   gomory           :       0.13         10          0          0          0          0
379.23/379.36	c   strongcg         :       0.11         10          0          0        821          0
379.23/379.36	c   cmir             :       0.01         10          0          0          0          0
379.23/379.36	c   flowcover        :       0.06         10          0          0          0          0
379.23/379.36	c   clique           :       0.00          1          0          0          0          0
379.23/379.36	c   zerohalf         :       0.00          0          0          0          0          0
379.23/379.36	c   mcf              :       0.00          1          0          0          0          0
379.23/379.36	c Pricers            :       Time      Calls       Vars
379.23/379.36	c   problem variables:       0.00          0          0
379.23/379.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
379.23/379.36	c   relpscost        :      31.23      72687        317       1007          0          0     144166
379.23/379.36	c   pscost           :       0.00          0          0          0          0          0          0
379.23/379.36	c   inference        :       0.00          0          0          0          0          0          0
379.23/379.36	c   mostinf          :       0.00          0          0          0          0          0          0
379.23/379.36	c   leastinf         :       0.00          0          0          0          0          0          0
379.23/379.36	c   fullstrong       :       0.00          0          0          0          0          0          0
379.23/379.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
379.23/379.36	c   random           :       0.00          0          0          0          0          0          0
379.23/379.36	c Primal Heuristics  :       Time      Calls      Found
379.23/379.36	c   LP solutions     :       0.00          -          1
379.23/379.36	c   pseudo solutions :       0.00          -          0
379.23/379.36	c   crossover        :       0.11          0          0
379.23/379.36	c   intshifting      :       0.01          0          0
379.23/379.36	c   oneopt           :       0.02          6          1
379.23/379.36	c   guideddiving     :       2.96        263          0
379.23/379.36	c   pscostdiving     :       4.28        263         82
379.23/379.36	c   veclendiving     :       2.09        263         30
379.23/379.36	c   fracdiving       :       2.81        263          0
379.23/379.36	c   rootsoldiving    :       2.71        132          1
379.23/379.36	c   objpscostdiving  :      11.56        132        340
379.23/379.36	c   coefdiving       :       2.68        264         57
379.23/379.36	c   linesearchdiving :       4.71        264         25
379.23/379.36	c   simplerounding   :       1.06      72695         52
379.23/379.36	c   rounding         :      10.83      32995          9
379.23/379.36	c   shifting         :       2.60       7155          9
379.23/379.36	c   fixandinfer      :       0.00          0          0
379.23/379.36	c   feaspump         :       0.00          0          0
379.23/379.36	c   intdiving        :       0.00          0          0
379.23/379.36	c   actconsdiving    :       0.00          0          0
379.23/379.36	c   octane           :       0.00          0          0
379.23/379.36	c   rens             :       0.00          0          0
379.23/379.36	c   rins             :       0.00          0          0
379.23/379.36	c   localbranching   :       0.00          0          0
379.23/379.36	c   mutation         :       0.00          0          0
379.23/379.36	c   dins             :       0.00          0          0
379.23/379.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
379.23/379.36	c   primal LP        :       0.00          0          0       0.00          -
379.23/379.36	c   dual LP          :     279.02     143320    4468535      31.18   16015.11
379.23/379.36	c   barrier LP       :       0.00          0          0       0.00          -
379.23/379.36	c   diving/probing LP:      31.23      35337     480549      13.60   15387.42
379.23/379.36	c   strong branching :      28.49       5666     447016      78.89   15690.28
379.23/379.36	c     (at root node) :          -         21       2849     135.67          -
379.23/379.36	c   conflict analysis:       0.00          0          0       0.00          -
379.23/379.36	c B&B Tree           :
379.23/379.36	c   number of runs   :          1
379.23/379.36	c   nodes            :     143025
379.23/379.36	c   nodes (total)    :     143025
379.23/379.36	c   nodes left       :          0
379.23/379.36	c   max depth        :         38
379.23/379.36	c   max depth (total):         38
379.23/379.36	c   backtracks       :      35349 (24.7%)
379.23/379.36	c   delayed cutoffs  :          0
379.23/379.36	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
379.23/379.36	c   avg switch length:       6.96
379.23/379.36	c   switching time   :       1.59
379.23/379.36	c Solution           :
379.23/379.36	c   Solutions found  :        607 (31 improvements)
379.23/379.36	c   Primal Bound     : +5.30000000000000e+01   (in run 1, after 7034 nodes, 32.84 seconds, depth 36, found by <veclendiving>)
379.23/379.36	c   Dual Bound       : +5.30000000000000e+01
379.23/379.36	c   Gap              :       0.00 %
379.23/379.36	c   Root Dual Bound  : +4.87736992327566e+01
379.23/379.37	c Time complete: 379.3.

Verifier Data

OK	53

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3732772-1338696605/watcher-3732772-1338696605 -o /tmp/evaluation-result-3732772-1338696605/solver-3732772-1338696605 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3732772-1338696605.opb 

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: 2.02 2.01 2.00 3/177 21950
/proc/meminfo: memFree=27245852/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 1535 0 0 0 0 0 0 0 20 0 1 0 335785559 8937472 1487 33554432000 4194304 7823515 140734170003136 140737266429176 5878822 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 2182 1487 354 887 0 1292 0

[startup+0.052218 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21950
/proc/meminfo: memFree=27245852/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=13108 CPUtime=0.04 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 2832 0 0 0 4 0 0 0 20 0 1 0 335785559 13422592 2428 33554432000 4194304 7823515 140734170003136 140737266429176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 3277 2428 504 887 0 2387 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13108

[startup+0.100332 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21950
/proc/meminfo: memFree=27245852/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=14896 CPUtime=0.09 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 3311 0 0 0 9 0 0 0 20 0 1 0 335785559 15253504 2907 33554432000 4194304 7823515 140734170003136 140734169998328 6255728 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 3724 2907 538 887 0 2834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14896

[startup+0.30031 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21950
/proc/meminfo: memFree=27245852/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=21508 CPUtime=0.29 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 4942 0 0 0 28 1 0 0 20 0 1 0 335785559 22024192 4538 33554432000 4194304 7823515 140734170003136 140734169998328 6253947 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 5377 4538 539 887 0 4487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21508

[startup+0.70024 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 21950
/proc/meminfo: memFree=27245852/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=24020 CPUtime=0.68 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 5602 0 0 0 67 1 0 0 20 0 1 0 335785559 24596480 5198 33554432000 4194304 7823515 140734170003136 140734169998328 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6005 5198 545 887 0 5115 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24020

[startup+1.50023 s]
/proc/loadavg: 2.18 2.04 2.01 3/178 21951
/proc/meminfo: memFree=27224904/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=24020 CPUtime=1.49 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 5604 0 0 0 147 2 0 0 20 0 1 0 335785559 24596480 5200 33554432000 4194304 7823515 140734170003136 140734169998248 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6005 5200 546 887 0 5115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24020

[startup+3.10024 s]
/proc/loadavg: 2.18 2.04 2.01 3/178 21951
/proc/meminfo: memFree=27223052/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=24020 CPUtime=3.09 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 5607 0 0 0 304 5 0 0 20 0 1 0 335785559 24596480 5203 33554432000 4194304 7823515 140734170003136 140734169998248 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6005 5203 548 887 0 5115 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24020

[startup+6.30023 s]
/proc/loadavg: 2.18 2.04 2.01 3/178 21951
/proc/meminfo: memFree=27223068/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=24020 CPUtime=6.29 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 5607 0 0 0 619 10 0 0 20 0 1 0 335785559 24596480 5203 33554432000 4194304 7823515 140734170003136 140734169997512 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6005 5203 548 887 0 5115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24020

[startup+12.7003 s]
/proc/loadavg: 2.15 2.04 2.01 3/178 21951
/proc/meminfo: memFree=27221108/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=21896 CPUtime=12.69 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 5732 0 0 0 1248 21 0 0 20 0 1 0 335785559 22421504 4664 33554432000 4194304 7823515 140734170003136 140734169998824 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 5474 4664 550 887 0 4584 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21896

[startup+25.5002 s]
/proc/loadavg: 2.13 2.04 2.01 3/178 21951
/proc/meminfo: memFree=27215892/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=22800 CPUtime=25.48 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 7257 0 0 0 2504 44 0 0 20 0 1 0 335785559 23347200 4850 33554432000 4194304 7823515 140734170003136 140734169998936 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 5700 4850 550 887 0 4810 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22800

[startup+51.1002 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 21951
/proc/meminfo: memFree=27199600/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=26028 CPUtime=51.08 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 8104 0 0 0 5018 90 0 0 20 0 1 0 335785559 26652672 5697 33554432000 4194304 7823515 140734170003136 140734169998568 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6507 5697 550 887 0 5617 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26028

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 21951
/proc/meminfo: memFree=27185048/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=27820 CPUtime=102.27 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 9245 0 0 0 10041 186 0 0 20 0 1 0 335785559 28487680 6295 33554432000 4194304 7823515 140734170003136 140734169998296 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 6955 6295 550 887 0 6065 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27820

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 21951
/proc/meminfo: memFree=27180024/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=33068 CPUtime=162.26 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 10563 0 0 0 15939 287 0 0 20 0 1 0 335785559 33861632 7613 33554432000 4194304 7823515 140734170003136 140734169999832 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 8267 7613 550 887 0 7377 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 33068

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21951
/proc/meminfo: memFree=27179636/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=34056 CPUtime=222.25 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 10780 0 0 0 21834 391 0 0 20 0 1 0 335785559 34873344 7824 33554432000 4194304 7823515 140734170003136 140734169998888 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 8514 7824 550 887 0 7624 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 34056

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 21951
/proc/meminfo: memFree=27178520/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=34888 CPUtime=282.24 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11037 0 0 0 27729 495 0 0 20 0 1 0 335785559 35725312 8081 33554432000 4194304 7823515 140734170003136 140734169998104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 8722 8081 550 887 0 7832 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 34888

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174672/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=342.23 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 33620 603 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 36676

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

[startup+358.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174796/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=358.23 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 35193 630 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998472 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 358.23
Current children cumulated vsize (KiB) 36676

[startup+371.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174796/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=371.03 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 36450 653 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998472 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 371.03
Current children cumulated vsize (KiB) 36676

[startup+374.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174796/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=374.22 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 36765 657 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998472 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 374.22
Current children cumulated vsize (KiB) 36676

[startup+377.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174920/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=377.43 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 37079 664 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169997832 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 377.43
Current children cumulated vsize (KiB) 36676

[startup+378.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174920/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=378.23 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 37158 665 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998472 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 378.23
Current children cumulated vsize (KiB) 36676

[startup+379.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174920/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=379.02 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 37236 666 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998984 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 379.02
Current children cumulated vsize (KiB) 36676

[startup+379.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 21952
/proc/meminfo: memFree=27174920/32873844 swapFree=7116/7116
[pid=21950] ppid=21948 vsize=36676 CPUtime=379.23 cores=0,2,4,6
/proc/21950/stat : 21950 (pbscip.linux.x8) R 21948 21950 10620 0 -1 4202496 11477 0 0 0 37256 667 0 0 20 0 1 0 335785559 37556224 8683 33554432000 4194304 7823515 140734170003136 140734169998984 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21950/statm: 9169 8683 550 887 0 8279 0
Current children cumulated CPU time (s) 379.23
Current children cumulated vsize (KiB) 36676

Child status: 0
Real time (s): 379.372
CPU time (s): 379.305
CPU user time (s): 372.632
CPU system time (s): 6.67298
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 36676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.632
system time used= 6.67298
maximum resident set size= 34760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11488
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= 14
involuntary context switches= 391

runsolver used 0.544917 second user time and 1.60575 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 06:10:05
IDJOB=3732772
IDBENCH=2214
IDSOLVER=2321
FILE ID=node138/3732772-1338696605
RUNJOBID= node138-1338679216-19462
PBS_JOBID= 14636675
Free space on /tmp= 70780 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732772-1338696605/watcher-3732772-1338696605 -o /tmp/evaluation-result-3732772-1338696605/solver-3732772-1338696605 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3732772-1338696605.opb

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=726776460

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27246116 kB
Buffers:          710736 kB
Cached:          3894392 kB
SwapCached:          208 kB
Active:          2440872 kB
Inactive:        2282824 kB
Active(anon):     103292 kB
Inactive(anon):    11376 kB
Active(file):    2337580 kB
Inactive(file):  2271448 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             20372 kB
Writeback:             4 kB
AnonPages:        118748 kB
Mapped:            16680 kB
Shmem:               200 kB
Slab:             764580 kB
SReclaimable:     206156 kB
SUnreclaim:       558424 kB
KernelStack:        1448 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     232884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70772 MiB
End job on node138 at 2012-06-03 06:16:24