Trace number 3450722

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT-14 202.376 202.376

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_3.opb
MD5SUM138d1c5c8dee06528dd1cfb072975c49
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark202.376
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3450722-1307110072.opb>
0.00/0.00	c original problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 869 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 718 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 50 upgd conss, 5044 impls, 99 clqs
0.00/0.03	c (round 2) 618 del vars, 718 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5044 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  618 deleted vars, 718 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5044 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.04	c     100 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1800
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.05/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.06	c t 0.1s|     1 |     0 |   462 |     - |2134k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.05/0.06	o -1
0.05/0.06	c R 0.1s|     1 |     0 |   462 |     - |2138k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
0.05/0.08	o -11
0.05/0.08	c y 0.1s|     1 |     0 |   462 |     - |2358k|   0 | 100 | 100 | 151 | 100 | 151 |   0 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.05/0.09	c   0.1s|     1 |     0 |   475 |     - |2364k|   0 | 100 | 100 | 153 | 100 | 163 |  12 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.10	c   0.1s|     1 |     0 |   480 |     - |2592k|   0 | 100 | 100 | 153 | 100 | 166 |  15 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.12	c   0.1s|     1 |     0 |   486 |     - |2734k|   0 | 100 | 100 | 153 | 100 | 167 |  16 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.14	c   0.1s|     1 |     0 |   490 |     - |2846k|   0 | 100 | 100 | 153 | 100 | 168 |  17 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.16	c   0.2s|     1 |     0 |   492 |     - |2889k|   0 | 100 | 100 | 153 | 100 | 169 |  18 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.09/0.18	c   0.2s|     1 |     0 |   497 |     - |2899k|   0 | 100 | 100 | 153 | 100 | 172 |  21 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
0.29/0.33	c   0.3s|     1 |     2 |   497 |     - |2900k|   0 | 100 | 100 | 153 | 100 | 172 |  21 |   0 |  14 |-2.500000e+01 |-1.100000e+01 |  56.00%
2.10/2.19	o -12
2.10/2.19	c * 2.2s|   209 |    94 |  6518 |  28.9 |3062k|  17 |   - | 100 | 157 | 100 | 165 |  21 |   4 | 795 |-2.391831e+01 |-1.200000e+01 |  49.83%
2.29/2.35	o -13
2.29/2.35	c * 2.3s|   412 |   111 | 10525 |  24.4 |3126k|  28 |   - | 100 | 160 | 100 | 165 |  21 |   7 | 795 |-2.321708e+01 |-1.300000e+01 |  44.01%
12.29/12.32	c  12.3s| 10000 |  5213 |256911 |  25.6 |8026k|  51 |  46 | 100 | 431 | 100 | 165 |  21 | 392 | 795 |-1.910370e+01 |-1.300000e+01 |  31.95%
15.09/15.14	o -14
15.09/15.14	c R15.1s| 14580 |  3957 |327798 |  22.5 |7002k|  52 |   - | 100 | 459 | 100 | 165 |  21 | 510 | 804 |-1.893518e+01 |-1.400000e+01 |  26.06%
18.29/18.33	c  18.3s| 20000 |  4803 |396963 |  19.8 |8099k|  54 |  29 | 100 | 415 | 100 | 165 |  21 | 598 | 831 |-1.879741e+01 |-1.400000e+01 |  25.52%
23.79/23.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.79/23.81	c  23.8s| 30000 |  6119 |514636 |  17.1 |9895k|  55 |  42 | 100 | 380 | 100 | 165 |  21 | 730 | 909 |-1.860248e+01 |-1.400000e+01 |  24.74%
29.09/29.17	c  29.2s| 40000 |  7175 |627406 |  15.7 |  11M|  55 |   - | 100 | 354 | 100 | 165 |  21 | 863 |1026 |-1.842546e+01 |-1.400000e+01 |  24.02%
34.19/34.23	c  34.2s| 50000 |  7985 |732800 |  14.6 |  12M|  56 |   - | 100 | 352 | 100 | 165 |  21 | 991 |1165 |-1.829205e+01 |-1.400000e+01 |  23.46%
39.29/39.36	c  39.4s| 60000 |  8859 |838715 |  14.0 |  14M|  56 |  36 | 100 | 375 | 100 | 165 |  21 |1103 |1304 |-1.816178e+01 |-1.400000e+01 |  22.92%
44.19/44.24	c  44.2s| 70000 |  9475 |938580 |  13.4 |  15M|  56 |  35 | 100 | 374 | 100 | 165 |  21 |1211 |1426 |-1.806539e+01 |-1.400000e+01 |  22.50%
49.09/49.18	c  49.2s| 80000 | 10081 |  1038k|  13.0 |  16M|  56 |   - | 100 | 366 | 100 | 165 |  21 |1303 |1578 |-1.797495e+01 |-1.400000e+01 |  22.11%
53.99/54.00	c  54.0s| 90000 | 10643 |  1136k|  12.6 |  17M|  56 |   - | 100 | 372 | 100 | 165 |  21 |1422 |1684 |-1.787453e+01 |-1.400000e+01 |  21.68%
58.69/58.74	c  58.7s|100000 | 11093 |  1232k|  12.3 |  17M|  56 |   - | 100 | 354 | 100 | 165 |  21 |1512 |1803 |-1.780852e+01 |-1.400000e+01 |  21.39%
63.29/63.37	c  63.4s|110000 | 11495 |  1324k|  12.0 |  18M|  56 |   - | 100 | 398 | 100 | 165 |  21 |1645 |1914 |-1.773737e+01 |-1.400000e+01 |  21.07%
67.99/68.04	c  68.0s|120000 | 11787 |  1417k|  11.8 |  19M|  56 |  58 | 100 | 366 | 100 | 165 |  21 |1735 |2044 |-1.766998e+01 |-1.400000e+01 |  20.77%
72.69/72.74	c  72.7s|130000 | 12137 |  1510k|  11.6 |  20M|  56 |   - | 100 | 375 | 100 | 165 |  21 |1823 |2144 |-1.760211e+01 |-1.400000e+01 |  20.46%
77.29/77.34	c  77.3s|140000 | 12439 |  1601k|  11.4 |  20M|  56 |   - | 100 | 367 | 100 | 165 |  21 |1914 |2237 |-1.754430e+01 |-1.400000e+01 |  20.20%
81.79/81.82	c  81.8s|150000 | 12647 |  1688k|  11.3 |  21M|  56 |  35 | 100 | 357 | 100 | 165 |  21 |1994 |2322 |-1.748457e+01 |-1.400000e+01 |  19.93%
86.29/86.30	c  86.3s|160000 | 12821 |  1774k|  11.1 |  21M|  56 |   - | 100 | 320 | 100 | 165 |  21 |2057 |2419 |-1.742910e+01 |-1.400000e+01 |  19.67%
90.69/90.75	c  90.7s|170000 | 12973 |  1859k|  10.9 |  22M|  56 |   - | 100 | 326 | 100 | 165 |  21 |2136 |2534 |-1.737765e+01 |-1.400000e+01 |  19.44%
95.19/95.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.19/95.24	c  95.2s|180000 | 13079 |  1946k|  10.8 |  22M|  56 |  26 | 100 | 345 | 100 | 165 |  21 |2245 |2645 |-1.732903e+01 |-1.400000e+01 |  19.21%
99.69/99.71	c  99.7s|190000 | 13241 |  2032k|  10.7 |  22M|  56 |   - | 100 | 313 | 100 | 165 |  21 |2310 |2729 |-1.728053e+01 |-1.400000e+01 |  18.98%
104.09/104.12	c   104s|200000 | 13391 |  2117k|  10.6 |  23M|  56 |   - | 100 | 323 | 100 | 165 |  21 |2388 |2815 |-1.724025e+01 |-1.400000e+01 |  18.79%
108.48/108.51	c   109s|210000 | 13389 |  2200k|  10.5 |  23M|  56 |  41 | 100 | 311 | 100 | 165 |  21 |2450 |2934 |-1.719275e+01 |-1.400000e+01 |  18.57%
112.89/112.92	c   113s|220000 | 13387 |  2284k|  10.4 |  23M|  58 |  38 | 100 | 314 | 100 | 165 |  21 |2531 |3024 |-1.714866e+01 |-1.400000e+01 |  18.36%
117.29/117.34	c   117s|230000 | 13369 |  2367k|  10.3 |  23M|  58 |   - | 100 | 293 | 100 | 165 |  21 |2588 |3087 |-1.710393e+01 |-1.400000e+01 |  18.15%
121.69/121.78	c   122s|240000 | 13261 |  2449k|  10.2 |  23M|  58 |   - | 100 | 306 | 100 | 165 |  21 |2664 |3204 |-1.706063e+01 |-1.400000e+01 |  17.94%
126.09/126.18	c   126s|250000 | 13179 |  2531k|  10.1 |  23M|  58 |   - | 100 | 311 | 100 | 165 |  21 |2734 |3278 |-1.700853e+01 |-1.400000e+01 |  17.69%
130.39/130.49	c   130s|260000 | 13029 |  2610k|  10.0 |  23M|  58 |  42 | 100 | 278 | 100 | 165 |  21 |2782 |3347 |-1.695962e+01 |-1.400000e+01 |  17.45%
134.69/134.79	c   135s|270000 | 12733 |  2689k|  10.0 |  23M|  58 |   - | 100 | 256 | 100 | 165 |  21 |2818 |3413 |-1.692564e+01 |-1.400000e+01 |  17.29%
139.09/139.13	c   139s|280000 | 12545 |  2768k|   9.9 |  23M|  58 |   - | 100 | 250 | 100 | 165 |  21 |2860 |3517 |-1.689115e+01 |-1.400000e+01 |  17.12%
143.39/143.45	c   143s|290000 | 12331 |  2847k|   9.8 |  23M|  58 |   - | 100 | 255 | 100 | 165 |  21 |2924 |3607 |-1.684889e+01 |-1.400000e+01 |  16.91%
147.69/147.72	c   148s|300000 | 11929 |  2924k|   9.7 |  23M|  58 |   - | 100 | 238 | 100 | 165 |  21 |2967 |3685 |-1.680778e+01 |-1.400000e+01 |  16.71%
151.99/152.06	c   152s|310000 | 11613 |  3003k|   9.7 |  22M|  58 |   - | 100 | 244 | 100 | 165 |  21 |3013 |3779 |-1.676205e+01 |-1.400000e+01 |  16.48%
156.29/156.33	c   156s|320000 | 11251 |  3079k|   9.6 |  22M|  58 |   - | 100 | 251 | 100 | 165 |  21 |3057 |3869 |-1.672021e+01 |-1.400000e+01 |  16.27%
160.50/160.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.50/160.61	c   161s|330000 | 10739 |  3156k|   9.6 |  21M|  58 |   - | 100 | 244 | 100 | 165 |  21 |3112 |3955 |-1.667160e+01 |-1.400000e+01 |  16.02%
164.79/164.84	c   165s|340000 | 10189 |  3231k|   9.5 |  21M|  58 |  33 | 100 | 220 | 100 | 165 |  21 |3145 |4049 |-1.662540e+01 |-1.400000e+01 |  15.79%
168.99/169.00	c   169s|350000 |  9595 |  3303k|   9.4 |  20M|  58 |  32 | 100 | 222 | 100 | 165 |  21 |3190 |4139 |-1.657436e+01 |-1.400000e+01 |  15.53%
173.19/173.21	c   173s|360000 |  8975 |  3376k|   9.4 |  19M|  58 |   - | 100 | 199 | 100 | 165 |  21 |3215 |4235 |-1.652586e+01 |-1.400000e+01 |  15.28%
177.29/177.39	c   177s|370000 |  8317 |  3448k|   9.3 |  19M|  58 |  41 | 100 | 215 | 100 | 165 |  21 |3259 |4305 |-1.646469e+01 |-1.400000e+01 |  14.97%
181.51/181.51	c   182s|380000 |  7521 |  3518k|   9.3 |  17M|  58 |   - | 100 | 223 | 100 | 165 |  21 |3301 |4395 |-1.640041e+01 |-1.400000e+01 |  14.64%
185.59/185.62	c   186s|390000 |  6633 |  3587k|   9.2 |  16M|  58 |   - | 100 | 223 | 100 | 165 |  21 |3342 |4465 |-1.634002e+01 |-1.400000e+01 |  14.32%
189.59/189.67	c   190s|400000 |  5647 |  3655k|   9.1 |  15M|  58 |   - | 100 | 211 | 100 | 165 |  21 |3369 |4553 |-1.625582e+01 |-1.400000e+01 |  13.88%
193.61/193.65	c   194s|410000 |  4497 |  3720k|   9.1 |  13M|  58 |   - | 100 | 205 | 100 | 165 |  21 |3400 |4628 |-1.615299e+01 |-1.400000e+01 |  13.33%
197.59/197.63	c   198s|420000 |  3071 |  3783k|   9.0 |  10M|  58 |   - | 100 | 191 | 100 | 165 |  21 |3419 |4719 |-1.602070e+01 |-1.400000e+01 |  12.61%
201.39/201.47	c   201s|430000 |  1061 |  3840k|   8.9 |6854k|  58 |  45 | 100 | 184 | 100 | 165 |  21 |3432 |4786 |-1.572637e+01 |-1.400000e+01 |  10.98%
202.30/202.36	c 
202.30/202.36	c SCIP Status        : problem is solved [optimal solution found]
202.30/202.36	c Solving Time (sec) : 202.36
202.30/202.36	c Solving Nodes      : 432437
202.30/202.36	c Primal Bound       : -1.40000000000000e+01 (359 solutions)
202.30/202.36	c Dual Bound         : -1.40000000000000e+01
202.30/202.36	c Gap                : 0.00 %
202.30/202.36	s OPTIMUM FOUND
202.30/202.36	v -x81 -x67 x84 -x72 -x60 x100 -x83 -x56 x82 -x95 -x54 -x80 -x61 -x79 -x62 -x57 -x87 x85 -x63 -x55 -x99 x88 x98 -x74 -x89 -x93 -x78 
202.30/202.36	v x70 x68 -x64 x66 -x96 -x92 x53 -x90 -x94 x51 -x75 -x71 -x58 -x59 -x65 -x52 -x77 x73 -x76 x91 -x69 x86 -x97 -x50 x49 -x48 -x47 
202.30/202.36	v x46 x45 -x44 -x43 x42 -x41 x40 -x39 -x38 x37 -x36 -x35 -x34 x33 -x32 x31 x30 x29 -x28 -x27 -x26 x25 -x24 -x23 x22 -x21 -x20 
202.30/202.36	v -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
202.30/202.36	c SCIP Status        : problem is solved [optimal solution found]
202.30/202.36	c Total Time         :     202.36
202.30/202.36	c   solving          :     202.36
202.30/202.36	c   presolving       :       0.03 (included in solving)
202.30/202.36	c   reading          :       0.00 (included in solving)
202.30/202.36	c Original Problem   :
202.30/202.36	c   Problem name     : HOME/instance-3450722-1307110072.opb
202.30/202.36	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
202.30/202.36	c   Constraints      : 869 initial, 869 maximal
202.30/202.36	c Presolved Problem  :
202.30/202.36	c   Problem name     : t_HOME/instance-3450722-1307110072.opb
202.30/202.36	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
202.30/202.36	c   Constraints      : 151 initial, 476 maximal
202.30/202.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
202.30/202.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   dualfix          :       0.00        618          0          0          0          0          0          0          0          0
202.30/202.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
202.30/202.36	c   pseudoboolean    :       0.00          0          0          0          0          0        718          0          0          0
202.30/202.36	c   root node        :          -          2          -          -          2          -          -          -          -          -
202.30/202.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
202.30/202.36	c   integral         :          0          0          0     219085          0        362          0        279       1781          0          0     435158
202.30/202.36	c   knapsack         :        100          6     796052          2          0        357      48215       1008    1209467          0          0          0
202.30/202.36	c   setppc           :         50          6     794421          1          0        356       7741          0     164243          0          0          0
202.30/202.36	c   linear           :          1+         7     795043          1          0        356          0        262          4          0          0          0
202.30/202.36	c   logicor          :          0+         0     273594          0          0          0         46          6       1977          0          0          0
202.30/202.36	c   countsols        :          0          0          0          2          0        360          0          0          0          0          0          0
202.30/202.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
202.30/202.36	c   integral         :       7.17       0.00       0.00       7.17       0.00       0.00       0.00
202.30/202.36	c   knapsack         :       4.29       0.00       4.26       0.00       0.00       0.01       0.02
202.30/202.36	c   setppc           :       0.61       0.00       0.61       0.00       0.00       0.00       0.00
202.30/202.36	c   linear           :       0.67       0.00       0.66       0.00       0.00       0.00       0.00
202.30/202.36	c   logicor          :       0.76       0.00       0.76       0.00       0.00       0.00       0.00
202.30/202.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
202.30/202.36	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
202.30/202.36	c   vbounds          :          0          0          0          0
202.30/202.36	c   rootredcost      :          4          0          0          0
202.30/202.36	c   pseudoobj        :     803580       4941       1064      13297
202.30/202.36	c Propagator Timings :  TotalTime  Propagate    Resprop
202.30/202.36	c   vbounds          :       0.14       0.14       0.00
202.30/202.36	c   rootredcost      :       0.16       0.16       0.00
202.30/202.36	c   pseudoobj        :       1.55       1.54       0.01
202.30/202.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
202.30/202.36	c   propagation      :       0.07       2340       2326      11335       30.3          0        0.0          -
202.30/202.36	c   infeasible LP    :       0.01        379        379        714       17.1          0        0.0          0
202.30/202.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
202.30/202.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
202.30/202.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
202.30/202.36	c   applied globally :          -          -          -       3224       21.5          -          -          -
202.30/202.36	c   applied locally  :          -          -          -        236       40.5          -          -          -
202.30/202.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
202.30/202.36	c   cut pool         :       0.00          5          -          -         28          -    (maximal pool size: 248)
202.30/202.36	c   redcost          :       1.32     303913          0     263769          0          0
202.30/202.36	c   impliedbounds    :       0.00          6          0          0          0          0
202.30/202.36	c   intobj           :       0.00          0          0          0          0          0
202.30/202.36	c   gomory           :       0.02          6          0          0          0          0
202.30/202.36	c   cgmip            :       0.00          0          0          0          0          0
202.30/202.36	c   closecuts        :       0.00          0          0          0          0          0
202.30/202.36	c   strongcg         :       0.02          6          0          0        233          0
202.30/202.36	c   cmir             :       0.02          6          0          0         15          0
202.30/202.36	c   flowcover        :       0.02          6          0          0          0          0
202.30/202.36	c   clique           :       0.00          1          0          0          0          0
202.30/202.36	c   zerohalf         :       0.00          0          0          0          0          0
202.30/202.36	c   mcf              :       0.00          1          0          0          0          0
202.30/202.36	c   oddcycle         :       0.00          0          0          0          0          0
202.30/202.36	c   rapidlearning    :       0.02          1          0          0          0          2
202.30/202.36	c Pricers            :       Time      Calls       Vars
202.30/202.36	c   problem variables:       0.00          0          0
202.30/202.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
202.30/202.36	c   relpscost        :       7.05     219083        279       1781          0          0     435158
202.30/202.36	c   pscost           :       0.00          0          0          0          0          0          0
202.30/202.36	c   inference        :       0.00          0          0          0          0          0          0
202.30/202.36	c   mostinf          :       0.00          0          0          0          0          0          0
202.30/202.36	c   leastinf         :       0.00          0          0          0          0          0          0
202.30/202.36	c   fullstrong       :       0.00          0          0          0          0          0          0
202.30/202.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
202.30/202.36	c   random           :       0.00          0          0          0          0          0          0
202.30/202.36	c Primal Heuristics  :       Time      Calls      Found
202.30/202.36	c   LP solutions     :       0.00          -          2
202.30/202.36	c   pseudo solutions :       0.00          -          0
202.30/202.36	c   feaspump         :       0.01          0          0
202.30/202.36	c   oneopt           :       0.09          4          0
202.30/202.36	c   crossover        :       0.25          2          1
202.30/202.36	c   coefdiving       :       0.68        288          0
202.30/202.36	c   pscostdiving     :       0.66        288          0
202.30/202.36	c   veclendiving     :       0.66        288          0
202.30/202.36	c   fracdiving       :       0.48        288          0
202.30/202.36	c   guideddiving     :       0.50        288          0
202.30/202.36	c   linesearchdiving :       0.50        288          0
202.30/202.36	c   objpscostdiving  :       1.07        145         68
202.30/202.36	c   rootsoldiving    :       0.50        145         59
202.30/202.36	c   trivial          :       0.00          2          1
202.30/202.36	c   shiftandpropagate:       0.00          0          0
202.30/202.36	c   simplerounding   :       0.05          0          0
202.30/202.36	c   zirounding       :       3.16          0          0
202.30/202.36	c   rounding         :       2.21      32279          2
202.30/202.36	c   shifting         :       4.77      23712        225
202.30/202.36	c   intshifting      :       0.00          0          0
202.30/202.36	c   twoopt           :       0.00          0          0
202.30/202.36	c   fixandinfer      :       0.00          0          0
202.30/202.36	c   clique           :       0.00          0          0
202.30/202.36	c   intdiving        :       0.00          0          0
202.30/202.36	c   actconsdiving    :       0.00          0          0
202.30/202.36	c   octane           :       0.00          0          0
202.30/202.36	c   rens             :       0.01          0          0
202.30/202.36	c   rins             :       0.00          0          0
202.30/202.36	c   localbranching   :       0.00          0          0
202.30/202.36	c   mutation         :       0.00          0          0
202.30/202.36	c   dins             :       0.00          0          0
202.30/202.36	c   vbounds          :       0.00          0          0
202.30/202.36	c   undercover       :       0.00          0          0
202.30/202.36	c   subnlp           :       0.06          0          0
202.30/202.36	c   trysol           :       0.09          0          0
202.30/202.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
202.30/202.36	c   primal LP        :       0.00          0          0       0.00          -
202.30/202.36	c   dual LP          :     141.53     459630    3732420       8.12   26371.75
202.30/202.36	c   lex dual LP      :       0.00          0          0       0.00          -
202.30/202.36	c   barrier LP       :       0.00          0          0       0.00          -
202.30/202.36	c   diving/probing LP:       4.03      24354     119582       4.91   29649.70
202.30/202.36	c   strong branching :       4.44       4804     102061      21.25   22992.25
202.30/202.36	c     (at root node) :          -         14       2181     155.79          -
202.30/202.36	c   conflict analysis:       0.00          0          0       0.00          -
202.30/202.36	c B&B Tree           :
202.30/202.36	c   number of runs   :          1
202.30/202.36	c   nodes            :     432437
202.30/202.36	c   nodes (total)    :     432437
202.30/202.36	c   nodes left       :          0
202.30/202.36	c   max depth        :         58
202.30/202.36	c   max depth (total):         58
202.30/202.36	c   backtracks       :      67680 (15.7%)
202.30/202.36	c   delayed cutoffs  :          0
202.30/202.36	c   repropagations   :       3966 (1889 domain reductions, 0 cutoffs)
202.30/202.36	c   avg switch length:       6.94
202.30/202.36	c   switching time   :       8.68
202.30/202.36	c Solution           :
202.30/202.36	c   Solutions found  :        359 (6 improvements)
202.30/202.36	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
202.30/202.36	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 14580 nodes, 15.14 seconds, depth 20, found by <rounding>)
202.30/202.36	c   Dual Bound       : -1.40000000000000e+01
202.30/202.36	c   Gap              :       0.00 %
202.30/202.36	c   Root Dual Bound  : -2.50000000000000e+01
202.30/202.36	c   Root Iterations  :        497
202.30/202.37	c Time complete: 202.36.

Verifier Data

OK	-14

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-3450722-1307110072/watcher-3450722-1307110072 -o /tmp/evaluation-result-3450722-1307110072/solver-3450722-1307110072 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450722-1307110072.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.09 1.44 3/368 10808
/proc/meminfo: memFree=22857164/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=17016 CPUtime=0 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 3232 0 0 0 0 0 0 0 21 0 1 0 822607679 17424384 3185 33554432000 4194304 9163163 140736050472800 18446744073709551615 8013931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 4254 3187 451 1214 0 3036 0

[startup+0.060203 s]
/proc/loadavg: 1.01 1.09 1.44 3/368 10808
/proc/meminfo: memFree=22857164/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=21380 CPUtime=0.05 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 4538 0 0 0 5 0 0 0 21 0 1 0 822607679 21893120 4234 33554432000 4194304 9163163 140736050472800 18446744073709551615 7390928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 5345 4234 663 1214 0 4127 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21380

[startup+0.100183 s]
/proc/loadavg: 1.01 1.09 1.44 3/368 10808
/proc/meminfo: memFree=22857164/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=30956 CPUtime=0.09 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 7365 0 0 0 8 1 0 0 21 0 1 0 822607679 31698944 6355 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7739 6355 725 1214 0 6521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30956

[startup+0.301144 s]
/proc/loadavg: 1.01 1.09 1.44 3/368 10808
/proc/meminfo: memFree=22857164/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=0.29 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 7489 0 0 0 28 1 0 0 22 0 1 0 822607679 31768576 6479 33554432000 4194304 9163163 140736050472800 18446744073709551615 7376012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6479 732 1214 0 6538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31024

[startup+0.70107 s]
/proc/loadavg: 1.01 1.09 1.44 3/368 10808
/proc/meminfo: memFree=22857164/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=0.69 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 7490 0 0 0 65 4 0 0 23 0 1 0 822607679 31768576 6480 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6480 733 1214 0 6538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31024

[startup+1.50093 s]
/proc/loadavg: 1.01 1.09 1.44 3/374 10814
/proc/meminfo: memFree=22788284/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=1.49 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 7491 0 0 0 140 9 0 0 25 0 1 0 822607679 31768576 6481 33554432000 4194304 9163163 140736050472800 18446744073709551615 7390845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6481 734 1214 0 6538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31024

[startup+3.10063 s]
/proc/loadavg: 1.08 1.10 1.44 3/374 10814
/proc/meminfo: memFree=22785556/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=3.09 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 8376 0 0 0 287 22 0 0 25 0 1 0 822607679 31768576 6710 33554432000 4194304 9163163 140736050472800 18446744073709551615 7390377 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6710 741 1214 0 6538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31024

[startup+6.30105 s]
/proc/loadavg: 1.08 1.10 1.44 3/374 10814
/proc/meminfo: memFree=22775688/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=6.29 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 8444 0 0 0 585 44 0 0 25 0 1 0 822607679 31768576 6778 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6778 741 1214 0 6538 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31024

[startup+12.7009 s]
/proc/loadavg: 1.23 1.13 1.45 3/374 10815
/proc/meminfo: memFree=22763676/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=31024 CPUtime=12.69 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 9293 0 0 0 1170 99 0 0 25 0 1 0 822607679 31768576 6794 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 7756 6794 741 1214 0 6538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31024

[startup+25.5005 s]
/proc/loadavg: 1.34 1.16 1.45 3/374 10815
/proc/meminfo: memFree=22767404/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=32800 CPUtime=25.49 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 22457 0 0 0 2354 195 0 0 25 0 1 0 822607679 33587200 7173 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 8200 7173 741 1214 0 6982 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32800

[startup+51.1009 s]
/proc/loadavg: 1.57 1.22 1.47 3/374 10816
/proc/meminfo: memFree=22760144/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=40208 CPUtime=51.09 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 27603 0 0 0 4732 377 0 0 25 0 1 0 822607679 41172992 9003 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 10052 9003 741 1214 0 8834 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40208

[startup+102.314 s]
/proc/loadavg: 1.97 1.39 1.50 3/374 10817
/proc/meminfo: memFree=22754108/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=47244 CPUtime=102.3 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 32706 0 0 0 9503 727 0 0 25 0 1 0 822607679 48377856 10773 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 11811 10773 741 1214 0 10593 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47244

[startup+162.301 s]
/proc/loadavg: 2.06 1.50 1.54 3/374 10819
/proc/meminfo: memFree=22746988/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=162.3 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34713 0 0 0 15116 1114 0 0 25 0 1 0 822607679 49569792 11144 33554432000 4194304 9163163 140736050472800 18446744073709551615 4904147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11144 741 1214 0 10884 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 48408

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

[startup+179.1 s]
/proc/loadavg: 2.04 1.53 1.55 3/374 10819
/proc/meminfo: memFree=22746964/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=179.09 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34715 0 0 0 16687 1222 0 0 25 0 1 0 822607679 49569792 11146 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11146 741 1214 0 10884 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 48408

[startup+191.9 s]
/proc/loadavg: 2.04 1.55 1.55 3/374 10819
/proc/meminfo: memFree=22749060/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=191.89 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 17889 1300 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 48408

[startup+198.301 s]
/proc/loadavg: 2.03 1.56 1.55 3/374 10820
/proc/meminfo: memFree=22747568/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=198.29 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 18490 1339 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 48408

[startup+199.901 s]
/proc/loadavg: 2.03 1.56 1.55 3/374 10820
/proc/meminfo: memFree=22747568/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=199.89 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 18643 1346 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 6889539 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 199.89
Current children cumulated vsize (KiB) 48408

[startup+201.5 s]
/proc/loadavg: 2.03 1.56 1.55 3/374 10820
/proc/meminfo: memFree=22747568/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=201.5 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 18795 1355 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 201.5
Current children cumulated vsize (KiB) 48408

[startup+201.9 s]
/proc/loadavg: 2.03 1.56 1.55 3/374 10820
/proc/meminfo: memFree=22747568/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=201.89 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 18832 1357 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 201.89
Current children cumulated vsize (KiB) 48408

[startup+202.3 s]
/proc/loadavg: 2.03 1.57 1.56 3/374 10820
/proc/meminfo: memFree=22747568/32951124 swapFree=37148216/67111528
[pid=10808] ppid=10806 vsize=48408 CPUtime=202.3 cores=1,3,5,7
/proc/10808/stat : 10808 (scip-2.0.1.4b.l) R 10806 10808 9067 0 -1 4202496 34716 0 0 0 18871 1359 0 0 25 0 1 0 822607679 49569792 11147 33554432000 4194304 9163163 140736050472800 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10808/statm: 12102 11147 741 1214 0 10884 0
Current children cumulated CPU time (s) 202.3
Current children cumulated vsize (KiB) 48408

Child status: 0
Real time (s): 202.376
CPU time (s): 202.376
CPU user time (s): 188.778
CPU system time (s): 13.5979
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 48408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.778
system time used= 13.5979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34721
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= 4
involuntary context switches= 475

runsolver used 0.71789 second user time and 1.69374 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-03 16:07:52
IDJOB=3450722
IDBENCH=48246
IDSOLVER=1948
FILE ID=node104/3450722-1307110072
RUNJOBID= node104-1307110072-10794
PBS_JOBID= 13497995
Free space on /tmp= 73944 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450722-1307110072/watcher-3450722-1307110072 -o /tmp/evaluation-result-3450722-1307110072/solver-3450722-1307110072 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450722-1307110072.opb -t 1800 -m 15500

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

MD5SUM BENCH= 138d1c5c8dee06528dd1cfb072975c49
RANDOM SEED=1198205256

node104.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.855
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.71
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22857444 kB
Buffers:        413936 kB
Cached:        7570136 kB
SwapCached:     163904 kB
Active:        3766708 kB
Inactive:      5991140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22857444 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           24492 kB
Writeback:           0 kB
AnonPages:     1633000 kB
Mapped:          10644 kB
Slab:           180956 kB
PageTables:      88388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87701024 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= 73920 MiB
End job on node104 at 2011-06-03 16:11:15