Trace number 3738357

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.75 1797.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3738357-1338735448.opb>
0.00/0.01	c original problem has 774 variables (774 bin, 0 int, 0 impl, 0 cont) and 994 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.02	c (round 2) 3 del vars, 772 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1542 impls, 30 clqs
0.00/0.02	c (round 3) 3 del vars, 772 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 222 upgd conss, 1542 impls, 30 clqs
0.00/0.04	c    (0.0s) probing: 101/771 (13.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.04	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.04	c presolving (4 rounds):
0.00/0.04	c  3 deleted vars, 772 deleted constraints, 0 added constraints, 3 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  1542 implications, 114 cliques
0.00/0.04	c presolved problem has 771 variables (771 bin, 0 int, 0 impl, 0 cont) and 222 constraints
0.00/0.04	c     192 constraints of type <knapsack>
0.00/0.04	c      30 constraints of type <setppc>
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 = 1797
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.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c   0.0s|     1 |     0 |   113 |     - |3972k|   0 |  18 | 771 | 288 | 771 | 222 |   0 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   369 |     - |4314k|   0 |  39 | 771 | 331 | 771 | 233 |  11 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   395 |     - |4542k|   0 |  54 | 771 | 331 | 771 | 246 |  24 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   434 |     - |4717k|   0 |  62 | 771 | 331 | 771 | 257 |  35 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   485 |     - |4903k|   0 |  72 | 771 | 331 | 771 | 270 |  48 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   529 |     - |5106k|   0 |  79 | 771 | 331 | 771 | 282 |  60 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   615 |     - |5228k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |   0 | 3.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.7s|     1 |     2 |   615 |     - |5229k|   0 |  90 | 771 | 331 | 771 | 294 |  72 |  66 |  16 | 3.000000e+00 |      --      |    Inf 
23.09/23.16	c  23.2s| 10000 |   367 |243307 |  24.3 |8191k|  50 |  22 | 771 |3316 | 771 | 273 |  72 |9233 |4768 | 3.000000e+00 |      --      |    Inf 
38.39/38.42	c  38.4s| 20000 |   512 |464435 |  23.2 |9830k|  53 |  25 | 771 |5393 | 771 | 273 |  72 |  18k|6304 | 3.000000e+00 |      --      |    Inf 
54.08/54.10	c  54.1s| 30000 |   544 |689173 |  23.0 |9729k|  62 |  20 | 771 |4098 | 771 | 273 |  72 |  27k|7667 | 3.000000e+00 |      --      |    Inf 
66.88/66.97	c  67.0s| 40000 |   550 |875260 |  21.9 |  10M|  62 |  47 | 771 |4245 | 771 | 273 |  72 |  37k|8646 | 3.000000e+00 |      --      |    Inf 
80.87/80.93	c  80.9s| 50000 |   616 |  1082k|  21.6 |  11M|  84 |  40 | 771 |7156 | 771 | 273 |  72 |  47k|9505 | 3.000000e+00 |      --      |    Inf 
96.07/96.11	c  96.1s| 60000 |   636 |  1300k|  21.7 |  11M|  84 |   - | 771 |6445 |   0 |   0 |  72 |  56k|  10k| 3.000000e+00 |      --      |    Inf 
108.77/108.86	c   109s| 70000 |   635 |  1479k|  21.1 |  12M|  84 |  31 | 771 |8317 | 771 | 273 |  72 |  66k|  12k| 3.000000e+00 |      --      |    Inf 
122.46/122.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.46/122.59	c   123s| 80000 |   611 |  1676k|  21.0 |  12M|  85 |  23 | 771 |7226 | 771 | 273 |  72 |  75k|  13k| 3.000000e+00 |      --      |    Inf 
139.25/139.37	c   139s| 90000 |   674 |  1927k|  21.4 |  11M|  85 |   - | 771 |5562 |   0 |   0 |  72 |  85k|  14k| 3.000000e+00 |      --      |    Inf 
155.95/156.07	c   156s|100000 |   703 |  2186k|  21.9 |  12M|  85 |   - | 771 |4882 |   0 |   0 |  72 |  94k|  15k| 3.000000e+00 |      --      |    Inf 
171.15/171.22	c   171s|110000 |   796 |  2414k|  21.9 |  13M|  85 |  35 | 771 |6732 | 771 | 273 |  72 | 105k|  16k| 3.000000e+00 |      --      |    Inf 
186.75/186.85	c   187s|120000 |   806 |  2648k|  22.1 |  14M|  85 |  11 | 771 |8484 | 771 | 273 |  72 | 113k|  17k| 3.000000e+00 |      --      |    Inf 
201.74/201.86	c   202s|130000 |   874 |  2872k|  22.1 |  13M|  85 |   - | 771 |5883 | 771 | 273 |  72 | 123k|  18k| 3.000000e+00 |      --      |    Inf 
217.14/217.29	c   217s|140000 |   968 |  3097k|  22.1 |  14M|  85 |  26 | 771 |6845 | 771 | 273 |  72 | 133k|  18k| 3.000000e+00 |      --      |    Inf 
233.44/233.53	c   234s|150000 |   992 |  3335k|  22.2 |  14M|  85 |  36 | 771 |6262 | 771 | 273 |  72 | 144k|  19k| 3.000000e+00 |      --      |    Inf 
243.74/243.83	c   244s|160000 |  1001 |  3483k|  21.8 |  14M|  85 |   - | 771 |6775 |   0 |   0 |  72 | 152k|  19k| 3.000000e+00 |      --      |    Inf 
261.13/261.21	c   261s|170000 |  1060 |  3760k|  22.1 |  15M|  85 |  31 | 771 |6374 | 771 | 273 |  72 | 163k|  19k| 3.000000e+00 |      --      |    Inf 
279.14/279.22	c   279s|180000 |  1081 |  4044k|  22.5 |  15M|  85 |  43 | 771 |7139 | 771 | 273 |  72 | 172k|  20k| 3.000000e+00 |      --      |    Inf 
295.53/295.61	c   296s|190000 |  1100 |  4304k|  22.7 |  15M|  85 |   - | 771 |6848 | 771 | 273 |  72 | 181k|  21k| 3.000000e+00 |      --      |    Inf 
309.43/309.54	c   310s|200000 |  1114 |  4512k|  22.6 |  16M|  85 |   - | 771 |8717 | 771 | 273 |  72 | 190k|  22k| 3.000000e+00 |      --      |    Inf 
319.22/319.39	c   319s|210000 |  1208 |  4648k|  22.1 |  17M|  85 |   2 | 771 |  11k| 771 | 273 |  72 | 198k|  22k| 3.000000e+00 |      --      |    Inf 
328.23/328.33	c   328s|220000 |  1191 |  4759k|  21.6 |  18M|  85 |   - | 771 |  12k| 771 | 273 |  72 | 205k|  23k| 3.000000e+00 |      --      |    Inf 
337.22/337.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.22/337.39	c   337s|230000 |  1173 |  4879k|  21.2 |  18M|  85 |  30 | 771 |  12k| 771 | 273 |  72 | 213k|  23k| 3.000000e+00 |      --      |    Inf 
346.43/346.53	c   347s|240000 |  1140 |  4998k|  20.8 |  18M|  85 |   - | 771 |  12k| 771 | 273 |  72 | 220k|  24k| 3.000000e+00 |      --      |    Inf 
357.92/358.04	c   358s|250000 |  1191 |  5165k|  20.7 |  19M|  85 |   - | 771 |  14k| 771 | 273 |  72 | 229k|  24k| 3.000000e+00 |      --      |    Inf 
371.92/372.04	c   372s|260000 |  1227 |  5389k|  20.7 |  20M|  85 |   - | 771 |  16k|   0 |   0 |  72 | 237k|  24k| 3.000000e+00 |      --      |    Inf 
385.31/385.49	c   385s|270000 |  1111 |  5592k|  20.7 |  19M|  85 |  31 | 771 |  15k| 771 | 273 |  72 | 245k|  25k| 3.000000e+00 |      --      |    Inf 
395.82/395.90	c   396s|280000 |  1109 |  5714k|  20.4 |  20M|  85 |   - | 771 |  17k| 771 | 273 |  72 | 253k|  26k| 3.000000e+00 |      --      |    Inf 
411.91/412.07	c   412s|290000 |  1157 |  5943k|  20.5 |  17M|  85 |  33 | 771 |8275 | 771 | 273 |  72 | 262k|  27k| 3.000000e+00 |      --      |    Inf 
429.11/429.27	c   429s|300000 |  1120 |  6224k|  20.7 |  16M|  85 |  39 | 771 |6488 | 771 | 273 |  72 | 271k|  27k| 3.000000e+00 |      --      |    Inf 
444.40/444.53	c   445s|310000 |  1133 |  6462k|  20.8 |  17M|  85 |   - | 771 |9547 |   0 |   0 |  72 | 280k|  28k| 3.000000e+00 |      --      |    Inf 
461.40/461.53	c   462s|320000 |  1165 |  6722k|  21.0 |  16M|  87 |  21 | 771 |7333 | 771 | 273 |  72 | 290k|  28k| 3.000000e+00 |      --      |    Inf 
478.00/478.17	c   478s|330000 |  1198 |  6991k|  21.2 |  17M|  87 |   - | 771 |8257 |   0 |   0 |  72 | 299k|  29k| 3.000000e+00 |      --      |    Inf 
493.81/493.92	c   494s|340000 |  1307 |  7229k|  21.3 |  18M|  87 |  32 | 771 |8013 | 771 | 273 |  72 | 308k|  29k| 3.000000e+00 |      --      |    Inf 
509.10/509.29	c   509s|350000 |  1286 |  7475k|  21.4 |  18M|  87 |  22 | 771 |7699 | 771 | 273 |  72 | 318k|  30k| 3.000000e+00 |      --      |    Inf 
522.30/522.48	c   522s|360000 |  1328 |  7699k|  21.4 |  19M|  87 |  15 | 771 |9961 | 771 | 273 |  72 | 325k|  30k| 3.000000e+00 |      --      |    Inf 
534.09/534.23	c   534s|370000 |  1326 |  7900k|  21.4 |  19M|  87 |   - | 771 |  10k| 771 | 273 |  72 | 330k|  30k| 3.000000e+00 |      --      |    Inf 
547.19/547.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
547.19/547.38	c   547s|380000 |  1298 |  8126k|  21.4 |  19M|  87 |   - | 771 |  10k| 771 | 273 |  72 | 335k|  31k| 3.000000e+00 |      --      |    Inf 
563.99/564.19	c   564s|390000 |  1408 |  8382k|  21.5 |  19M|  87 |   - | 771 |9478 |   0 |   0 |  72 | 346k|  31k| 3.000000e+00 |      --      |    Inf 
579.38/579.60	c   580s|400000 |  1532 |  8591k|  21.5 |  21M|  87 |   - | 771 |  11k| 771 | 273 |  72 | 358k|  32k| 3.000000e+00 |      --      |    Inf 
591.59/591.79	c   592s|410000 |  1553 |  8768k|  21.4 |  21M|  87 |   - | 771 |  12k|   0 |   0 |  72 | 367k|  32k| 3.000000e+00 |      --      |    Inf 
609.58/609.75	c   610s|420000 |  1558 |  9045k|  21.5 |  19M|  87 |   - | 771 |7004 | 771 | 273 |  72 | 377k|  33k| 3.000000e+00 |      --      |    Inf 
629.88/630.00	c   630s|430000 |  1649 |  9391k|  21.8 |  20M|  87 |  32 | 771 |8017 | 771 | 273 |  72 | 384k|  33k| 3.000000e+00 |      --      |    Inf 
644.98/645.17	c   645s|440000 |  1581 |  9623k|  21.9 |  19M|  87 |  25 | 771 |6917 | 771 | 273 |  72 | 395k|  34k| 3.000000e+00 |      --      |    Inf 
658.87/659.01	c   659s|450000 |  1617 |  9849k|  21.9 |  21M|  87 |   - | 771 |  10k|   0 |   0 |  72 | 404k|  34k| 3.000000e+00 |      --      |    Inf 
668.68/668.84	c   669s|460000 |  1632 |  9979k|  21.7 |  22M|  87 |   - | 771 |  12k|   0 |   0 |  72 | 413k|  34k| 3.000000e+00 |      --      |    Inf 
678.86/679.09	c   679s|470000 |  1582 | 10127k|  21.5 |  21M|  87 |   - | 771 |  10k|   0 |   0 |  72 | 420k|  34k| 3.000000e+00 |      --      |    Inf 
692.07/692.26	c   692s|480000 |  1633 | 10336k|  21.5 |  20M|  87 |  24 | 771 |8376 | 771 | 273 |  72 | 428k|  35k| 3.000000e+00 |      --      |    Inf 
705.67/705.85	c   706s|490000 |  1633 | 10549k|  21.5 |  20M|  87 |  19 | 771 |8199 | 771 | 273 |  72 | 436k|  35k| 3.000000e+00 |      --      |    Inf 
717.26/717.49	c   717s|500000 |  1641 | 10759k|  21.5 |  21M|  87 |   - | 771 |9704 | 771 | 273 |  72 | 442k|  35k| 3.000000e+00 |      --      |    Inf 
730.16/730.36	c   730s|510000 |  1668 | 10975k|  21.5 |  21M|  87 |  32 | 771 |9248 | 771 | 273 |  72 | 447k|  36k| 3.000000e+00 |      --      |    Inf 
741.96/742.14	c   742s|520000 |  1637 | 11178k|  21.5 |  21M|  87 |   - | 771 |9242 |   0 |   0 |  72 | 453k|  36k| 3.000000e+00 |      --      |    Inf 
755.05/755.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.05/755.22	c   755s|530000 |  1618 | 11403k|  21.5 |  21M|  87 |   - | 771 |  11k| 771 | 273 |  72 | 459k|  36k| 3.000000e+00 |      --      |    Inf 
766.56/766.71	c   767s|540000 |  1611 | 11597k|  21.5 |  21M|  87 |   - | 771 |  11k| 771 | 273 |  72 | 465k|  37k| 3.000000e+00 |      --      |    Inf 
777.95/778.15	c   778s|550000 |  1637 | 11791k|  21.4 |  22M|  87 |   - | 771 |  12k|   0 |   0 |  72 | 470k|  37k| 3.000000e+00 |      --      |    Inf 
790.55/790.73	c   791s|560000 |  1636 | 11989k|  21.4 |  22M|  87 |   - | 771 |  13k|   0 |   0 |  72 | 477k|  37k| 3.000000e+00 |      --      |    Inf 
802.44/802.66	c   803s|570000 |  1660 | 12183k|  21.4 |  23M|  87 |   - | 771 |  14k|   0 |   0 |  72 | 483k|  37k| 3.000000e+00 |      --      |    Inf 
815.14/815.30	c   815s|580000 |  1650 | 12390k|  21.4 |  23M|  87 |  26 | 771 |  15k| 771 | 273 |  72 | 488k|  38k| 3.000000e+00 |      --      |    Inf 
829.45/829.63	c   830s|590000 |  1565 | 12617k|  21.4 |  22M|  87 |   6 | 771 |  12k| 771 | 273 |  72 | 495k|  38k| 3.000000e+00 |      --      |    Inf 
842.85/843.03	c   843s|600000 |  1600 | 12839k|  21.4 |  22M|  87 |  28 | 771 |  12k| 771 | 273 |  72 | 502k|  39k| 3.000000e+00 |      --      |    Inf 
857.24/857.44	c   857s|610000 |  1580 | 13072k|  21.4 |  22M|  87 |  24 | 771 |  12k| 771 | 273 |  72 | 509k|  39k| 3.000000e+00 |      --      |    Inf 
872.33/872.57	c   873s|620000 |  1581 | 13319k|  21.5 |  22M|  87 |   - | 771 |  13k|   0 |   0 |  72 | 516k|  39k| 3.000000e+00 |      --      |    Inf 
889.24/889.40	c   889s|630000 |  1561 | 13578k|  21.6 |  21M|  87 |   - | 771 |9144 | 771 | 273 |  72 | 525k|  40k| 3.000000e+00 |      --      |    Inf 
900.43/900.69	c   901s|640000 |  1574 | 13749k|  21.5 |  21M|  87 |  21 | 771 |  10k| 771 | 273 |  72 | 534k|  40k| 3.000000e+00 |      --      |    Inf 
912.43/912.69	c   913s|650000 |  1637 | 13938k|  21.4 |  22M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 540k|  40k| 3.000000e+00 |      --      |    Inf 
926.04/926.21	c   926s|660000 |  1696 | 14149k|  21.4 |  23M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 548k|  40k| 3.000000e+00 |      --      |    Inf 
938.72/938.99	c   939s|670000 |  1654 | 14344k|  21.4 |  23M|  87 |  18 | 771 |  12k| 771 | 273 |  72 | 554k|  41k| 3.000000e+00 |      --      |    Inf 
952.13/952.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
952.13/952.31	c   952s|680000 |  1736 | 14548k|  21.4 |  23M|  87 |  34 | 771 |  13k| 771 | 273 |  72 | 560k|  41k| 3.000000e+00 |      --      |    Inf 
963.82/964.09	c   964s|690000 |  1794 | 14720k|  21.3 |  24M|  87 |   - | 771 |  14k| 771 | 273 |  72 | 567k|  41k| 3.000000e+00 |      --      |    Inf 
977.13/977.30	c   977s|700000 |  1710 | 14924k|  21.3 |  23M|  87 |  16 | 771 |  13k| 771 | 273 |  72 | 573k|  42k| 3.000000e+00 |      --      |    Inf 
991.72/991.90	c   992s|710000 |  1615 | 15141k|  21.3 |  23M|  87 |  35 | 771 |  12k| 771 | 273 |  72 | 580k|  42k| 3.000000e+00 |      --      |    Inf 
1006.51/1006.73	c  1007s|720000 |  1568 | 15360k|  21.3 |  22M|  87 |   - | 771 |  10k|   0 |   0 |  72 | 590k|  43k| 3.000000e+00 |      --      |    Inf 
1021.63/1021.90	c  1022s|730000 |  1535 | 15602k|  21.4 |  21M|  87 |   - | 771 |8345 |   0 |   0 |  72 | 599k|  43k| 3.000000e+00 |      --      |    Inf 
1037.12/1037.37	c  1037s|740000 |  1512 | 15848k|  21.4 |  20M|  87 |   - | 771 |6866 | 771 | 273 |  72 | 607k|  43k| 3.000000e+00 |      --      |    Inf 
1050.12/1050.32	c  1050s|750000 |  1505 | 16047k|  21.4 |  21M|  87 |   - | 771 |9406 |   0 |   0 |  72 | 617k|  44k| 3.000000e+00 |      --      |    Inf 
1065.31/1065.53	c  1066s|760000 |  1532 | 16283k|  21.4 |  21M|  87 |  36 | 771 |8288 | 771 | 273 |  72 | 628k|  44k| 3.000000e+00 |      --      |    Inf 
1081.91/1082.15	c  1082s|770000 |  1552 | 16560k|  21.5 |  21M|  87 |   - | 771 |9812 | 771 | 273 |  72 | 636k|  44k| 3.000000e+00 |      --      |    Inf 
1095.60/1095.86	c  1096s|780000 |  1714 | 16791k|  21.5 |  22M|  87 |   - | 771 |  10k|   0 |   0 |  72 | 644k|  44k| 3.000000e+00 |      --      |    Inf 
1107.41/1107.67	c  1108s|790000 |  1517 | 16960k|  21.5 |  22M|  87 |   - | 771 |  11k|   0 |   0 |  72 | 654k|  45k| 3.000000e+00 |      --      |    Inf 
1122.90/1123.17	c  1123s|800000 |  1517 | 17191k|  21.5 |  21M|  87 |  16 | 771 |9905 | 771 | 273 |  72 | 664k|  45k| 3.000000e+00 |      --      |    Inf 
1135.30/1135.54	c  1136s|810000 |  1517 | 17404k|  21.5 |  23M|  87 |  37 | 771 |  12k| 771 | 273 |  72 | 671k|  45k| 3.000000e+00 |      --      |    Inf 
1148.11/1148.38	c  1148s|820000 |  1542 | 17610k|  21.5 |  23M|  87 |   - | 771 |  14k| 771 | 273 |  72 | 676k|  46k| 3.000000e+00 |      --      |    Inf 
1161.60/1161.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1161.60/1161.80	c  1162s|830000 |  1537 | 17826k|  21.5 |  23M|  87 |  24 | 771 |  15k| 771 | 273 |  72 | 683k|  46k| 3.000000e+00 |      --      |    Inf 
1178.49/1178.72	c  1179s|840000 |  1529 | 18115k|  21.6 |  24M|  87 |   - | 771 |  15k|   0 |   0 |  72 | 690k|  46k| 3.000000e+00 |      --      |    Inf 
1193.59/1193.81	c  1194s|850000 |  1570 | 18362k|  21.6 |  24M|  87 |  23 | 771 |  15k| 771 | 273 |  72 | 697k|  46k| 3.000000e+00 |      --      |    Inf 
1207.69/1207.94	c  1208s|860000 |  1585 | 18591k|  21.6 |  24M|  87 |  15 | 771 |  16k| 771 | 273 |  72 | 704k|  47k| 3.000000e+00 |      --      |    Inf 
1218.69/1218.98	c  1219s|870000 |  1565 | 18747k|  21.5 |  25M|  87 |  26 | 771 |  17k| 771 | 273 |  72 | 711k|  47k| 3.000000e+00 |      --      |    Inf 
1235.78/1236.04	c  1236s|880000 |  1547 | 19001k|  21.6 |  23M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 719k|  47k| 3.000000e+00 |      --      |    Inf 
1249.18/1249.47	c  1249s|890000 |  1614 | 19221k|  21.6 |  23M|  87 |  18 | 771 |  12k| 771 | 273 |  72 | 728k|  47k| 3.000000e+00 |      --      |    Inf 
1259.19/1259.45	c  1259s|900000 |  1618 | 19344k|  21.5 |  25M|  87 |   - | 771 |  16k|   0 |   0 |  72 | 741k|  47k| 3.000000e+00 |      --      |    Inf 
1270.98/1271.29	c  1271s|910000 |  1591 | 19512k|  21.4 |  25M|  87 |  36 | 771 |  17k| 771 | 273 |  72 | 750k|  48k| 3.000000e+00 |      --      |    Inf 
1282.87/1283.12	c  1283s|920000 |  1620 | 19663k|  21.4 |  26M|  87 |  40 | 771 |  19k| 771 | 273 |  72 | 763k|  48k| 3.000000e+00 |      --      |    Inf 
1294.48/1294.78	c  1295s|930000 |  1583 | 19809k|  21.3 |  26M|  87 |  17 | 771 |  18k| 771 | 273 |  72 | 775k|  48k| 3.000000e+00 |      --      |    Inf 
1306.77/1307.03	c  1307s|940000 |  1624 | 19986k|  21.3 |  26M|  87 |   - | 771 |  17k|   0 |   0 |  72 | 783k|  48k| 3.000000e+00 |      --      |    Inf 
1319.27/1319.59	c  1320s|950000 |  1693 | 20170k|  21.2 |  26M|  87 |   - | 771 |  18k|   0 |   0 |  72 | 792k|  49k| 3.000000e+00 |      --      |    Inf 
1332.77/1333.03	c  1333s|960000 |  1761 | 20372k|  21.2 |  27M|  87 |   - | 771 |  18k|   0 |   0 |  72 | 800k|  49k| 3.000000e+00 |      --      |    Inf 
1346.26/1346.54	c  1347s|970000 |  1698 | 20571k|  21.2 |  26M|  87 |   - | 771 |  18k| 771 | 273 |  72 | 809k|  49k| 3.000000e+00 |      --      |    Inf 
1358.87/1359.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1358.87/1359.17	c  1359s|980000 |  1741 | 20754k|  21.2 |  27M|  87 |  14 | 771 |  19k| 771 | 273 |  72 | 816k|  49k| 3.000000e+00 |      --      |    Inf 
1371.66/1371.91	c  1372s|990000 |  1702 | 20956k|  21.2 |  27M|  87 |  21 | 771 |  18k| 771 | 273 |  72 | 822k|  49k| 3.000000e+00 |      --      |    Inf 
1384.76/1385.07	c  1385s|  1000k|  1608 | 21161k|  21.2 |  26M|  87 |  32 | 771 |  18k| 771 | 273 |  72 | 829k|  50k| 3.000000e+00 |      --      |    Inf 
1396.85/1397.17	c  1397s|  1010k|  1608 | 21340k|  21.1 |  26M|  87 |  30 | 771 |  18k| 771 | 273 |  72 | 837k|  50k| 3.000000e+00 |      --      |    Inf 
1412.25/1412.58	c  1413s|  1020k|  1598 | 21572k|  21.1 |  23M|  87 |   - | 771 |  10k| 771 | 273 |  72 | 845k|  50k| 3.000000e+00 |      --      |    Inf 
1431.15/1431.44	c  1431s|  1030k|  1767 | 21881k|  21.2 |  24M|  87 |   - | 771 |  10k| 771 | 273 |  72 | 853k|  50k| 3.000000e+00 |      --      |    Inf 
1448.25/1448.55	c  1449s|  1040k|  1853 | 22151k|  21.3 |  25M|  87 |  39 | 771 |  11k| 771 | 273 |  72 | 863k|  51k| 3.000000e+00 |      --      |    Inf 
1464.95/1465.27	c  1465s|  1050k|  1856 | 22422k|  21.4 |  25M|  87 |  43 | 771 |  11k| 771 | 273 |  72 | 871k|  51k| 3.000000e+00 |      --      |    Inf 
1485.04/1485.38	c  1485s|  1060k|  1828 | 22739k|  21.5 |  25M|  87 |  50 | 771 |  11k| 771 | 273 |  72 | 880k|  51k| 3.000000e+00 |      --      |    Inf 
1503.64/1503.91	c  1504s|  1070k|  1912 | 23037k|  21.5 |  26M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 888k|  51k| 3.000000e+00 |      --      |    Inf 
1523.94/1524.21	c  1524s|  1080k|  1929 | 23366k|  21.6 |  27M|  87 |  17 | 771 |  14k| 771 | 273 |  72 | 896k|  52k| 3.000000e+00 |      --      |    Inf 
1536.93/1537.20	c  1537s|  1090k|  1957 | 23550k|  21.6 |  27M|  87 |  27 | 771 |  15k| 771 | 273 |  72 | 905k|  52k| 3.000000e+00 |      --      |    Inf 
1551.33/1551.69	c  1552s|  1100k|  2015 | 23760k|  21.6 |  28M|  87 |  20 | 771 |  17k| 771 | 273 |  72 | 915k|  52k| 3.000000e+00 |      --      |    Inf 
1570.13/1570.46	c  1570s|  1110k|  1954 | 24055k|  21.7 |  28M|  87 |  44 | 771 |  16k| 771 | 273 |  72 | 923k|  52k| 3.000000e+00 |      --      |    Inf 
1586.83/1587.17	c  1587s|  1120k|  1913 | 24320k|  21.7 |  27M|  87 |  38 | 771 |  15k| 771 | 273 |  72 | 931k|  53k| 3.000000e+00 |      --      |    Inf 
1603.12/1603.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1603.12/1603.48	c  1603s|  1130k|  1882 | 24558k|  21.7 |  26M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 940k|  53k| 3.000000e+00 |      --      |    Inf 
1622.72/1623.04	c  1623s|  1140k|  1917 | 24879k|  21.8 |  25M|  87 |  10 | 771 |  11k| 771 | 273 |  72 | 948k|  53k| 3.000000e+00 |      --      |    Inf 
1637.52/1637.82	c  1638s|  1150k|  1868 | 25113k|  21.8 |  25M|  87 |   - | 771 |9362 | 771 | 273 |  72 | 956k|  53k| 3.000000e+00 |      --      |    Inf 
1656.02/1656.31	c  1656s|  1160k|  1860 | 25433k|  21.9 |  25M|  87 |  18 | 771 |  10k| 771 | 273 |  72 | 964k|  54k| 3.000000e+00 |      --      |    Inf 
1676.22/1676.52	c  1677s|  1170k|  1829 | 25764k|  22.0 |  24M|  87 |  34 | 771 |8959 | 771 | 273 |  72 | 971k|  54k| 3.000000e+00 |      --      |    Inf 
1692.71/1693.09	c  1693s|  1180k|  1883 | 26032k|  22.1 |  25M|  87 |  13 | 771 |  10k| 771 | 273 |  72 | 979k|  54k| 3.000000e+00 |      --      |    Inf 
1705.01/1705.38	c  1705s|  1190k|  1912 | 26222k|  22.0 |  26M|  87 |   - | 771 |  12k| 771 | 273 |  72 | 988k|  54k| 3.000000e+00 |      --      |    Inf 
1722.01/1722.38	c  1722s|  1200k|  1933 | 26483k|  22.1 |  25M|  87 |   - | 771 |9699 | 771 | 273 |  72 | 997k|  55k| 3.000000e+00 |      --      |    Inf 
1739.50/1739.83	c  1740s|  1210k|  1924 | 26782k|  22.1 |  26M|  87 |  21 | 771 |  10k| 771 | 273 |  72 |1004k|  55k| 3.000000e+00 |      --      |    Inf 
1755.60/1755.94	c  1756s|  1220k|  2054 | 27043k|  22.2 |  26M|  87 |  40 | 771 |  11k| 771 | 273 |  72 |1013k|  55k| 3.000000e+00 |      --      |    Inf 
1771.71/1772.04	c  1772s|  1230k|  2033 | 27299k|  22.2 |  27M|  87 |   - | 771 |  13k| 771 | 273 |  72 |1021k|  55k| 3.000000e+00 |      --      |    Inf 
1788.20/1788.54	c  1789s|  1240k|  1962 | 27563k|  22.2 |  27M|  87 |  19 | 771 |  12k| 771 | 273 |  72 |1030k|  56k| 3.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 1245944
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +3.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.03 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3738357-1338735448.opb
1796.70/1797.00	c   Variables        : 774 (774 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 994 initial, 994 maximal
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3738357-1338735448.opb
1796.70/1797.00	c   Variables        : 771 (771 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 222 initial, 20566 maximal
1796.70/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.01          3          0          0          3          0        772          0          0          0
1796.70/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0     682558          0          4          0        394      29882          0          0    1330452
1796.70/1797.00	c   knapsack         :        192          6    4116120          0          1          3   20556441      94681   50148679       1191          0          0
1796.70/1797.00	c   setppc           :         30          6    4021439          0          1          2    3978400     110338    4669161          0          0          0
1796.70/1797.00	c   linear           :          0+         6      11804          0          0          0          2          0          1          0          0          0
1796.70/1797.00	c   logicor          :          0+         6    2000971          0          0          0    2551434      66695    1369715          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.00	c   integral         :      83.14       0.00       0.00      83.14       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :      67.81       0.01      60.49       0.00       0.00       0.00       7.31
1796.70/1797.00	c   setppc           :      19.37       0.00      17.86       0.00       0.00       0.00       1.51
1796.70/1797.00	c   linear           :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :      75.23       0.00      72.55       0.00       0.00       0.00       2.68
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.00	c   vbounds          :       0.47       0.47       0.00
1796.70/1797.00	c   rootredcost      :       0.54       0.54       0.00
1796.70/1797.00	c   pseudoobj        :       0.35       0.35       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :      17.12     259509     259101    2258056       43.2       8063       30.3          -
1796.70/1797.00	c   infeasible LP    :      64.24     377388     118817    1434262       63.0       1189       34.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -    1034447       34.5          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -        157      105.0          -          -          -
1796.70/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00          5          -          -        462          -    (maximal pool size: 878)
1796.70/1797.00	c   redcost          :       7.64     681555          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.08          6          0          0         16          0
1796.70/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.07          6          0          0         15          0
1796.70/1797.00	c   cmir             :       0.08          6          0          0        759          0
1796.70/1797.00	c   flowcover        :       0.11          6          0          0       1166          0
1796.70/1797.00	c   clique           :       0.00          6          0          0          1          0
1796.70/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.04          1          0          0          0         43
1796.70/1797.00	c Pricers            :       Time      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          0          0
1796.70/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :      82.76     682558        394      29882          0          0    1330452
1796.70/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          0
1796.70/1797.00	c   oneopt           :       0.30          0          0
1796.70/1797.00	c   crossover        :       0.22          0          0
1796.70/1797.00	c   guideddiving     :       0.03          0          0
1796.70/1797.00	c   intshifting      :       0.01          0          0
1796.70/1797.00	c   linesearchdiving :       0.07         24          0
1796.70/1797.00	c   veclendiving     :       0.07         24          0
1796.70/1797.00	c   fracdiving       :       0.08         24          0
1796.70/1797.00	c   feaspump         :       0.16         12          0
1796.70/1797.00	c   coefdiving       :       0.09         25          0
1796.70/1797.00	c   pscostdiving     :       0.10         25          0
1796.70/1797.00	c   objpscostdiving  :       0.05         13          0
1796.70/1797.00	c   rootsoldiving    :       0.10         13          0
1796.70/1797.00	c   trivial          :       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.11          0          0
1796.70/1797.00	c   zirounding       :       7.81          0          0
1796.70/1797.00	c   rounding         :       0.54      11646          0
1796.70/1797.00	c   shifting         :       2.11       3660          0
1796.70/1797.00	c   twoopt           :       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00          0          0
1796.70/1797.00	c   clique           :       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00          0          0
1796.70/1797.00	c   octane           :       0.00          0          0
1796.70/1797.00	c   rens             :       0.04          1          0
1796.70/1797.00	c   rins             :       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00          0          0
1796.70/1797.00	c   dins             :       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.18          0          0
1796.70/1797.00	c   trysol           :       0.19          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.00	c   dual LP          :    1246.13    1056949   27702100      26.21   22230.49
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.00	c   diving/probing LP:       0.40        813       8674      10.67   21435.44
1796.70/1797.00	c   strong branching :      75.06      56092    1436335      25.61   19136.21
1796.70/1797.00	c     (at root node) :          -         16       2318     144.88          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :    1245944
1796.70/1797.00	c   nodes (total)    :    1245944
1796.70/1797.00	c   nodes left       :       1961
1796.70/1797.00	c   max depth        :         87
1796.70/1797.00	c   max depth (total):         87
1796.70/1797.00	c   backtracks       :     247782 (19.9%)
1796.70/1797.00	c   delayed cutoffs  :      82550
1796.70/1797.00	c   repropagations   :     889803 (10472710 domain reductions, 68432 cutoffs)
1796.70/1797.00	c   avg switch length:       3.81
1796.70/1797.00	c   switching time   :     119.18
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +3.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +3.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :        615
1796.70/1797.04	c Time complete: 1796.74.

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16297
/proc/meminfo: memFree=27141056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=9592 CPUtime=0 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 1547 0 0 0 0 0 0 0 20 0 1 0 339670865 9822208 1502 33554432000 4194304 9016284 140734122279920 140734122278856 7928192 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 2398 1503 327 1178 0 1216 0

[startup+0.0598701 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16297
/proc/meminfo: memFree=27141056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=25008 CPUtime=0.05 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 5544 0 0 0 5 0 0 0 20 0 1 0 339670865 25608192 5213 33554432000 4194304 9016284 140734122279920 140734122276520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 6252 5213 657 1178 0 5070 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25008

[startup+0.100286 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16297
/proc/meminfo: memFree=27141056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=29668 CPUtime=0.09 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 6781 0 0 0 9 0 0 0 20 0 1 0 339670865 30380032 6447 33554432000 4194304 9016284 140734122279920 140734122276520 7824814 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 7417 6447 688 1178 0 6235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29668

[startup+0.300204 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16297
/proc/meminfo: memFree=27141056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=40044 CPUtime=0.29 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 9810 0 0 0 28 1 0 0 20 0 1 0 339670865 41005056 8759 33554432000 4194304 9016284 140734122279920 140734122276520 6448123 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10011 8759 704 1178 0 8829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40044

[startup+0.700224 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 16297
/proc/meminfo: memFree=27141056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=0.69 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10476 0 0 0 68 1 0 0 20 0 1 0 339670865 43679744 9425 33554432000 4194304 9016284 140734122279920 140734122276520 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9425 708 1178 0 9482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42656

[startup+1.50018 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27106204/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=1.49 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10476 0 0 0 145 4 0 0 20 0 1 0 339670865 43679744 9425 33554432000 4194304 9016284 140734122279920 140734122273976 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9425 708 1178 0 9482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42656

[startup+3.10018 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27105832/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=3.09 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10478 0 0 0 301 8 0 0 20 0 1 0 339670865 43679744 9427 33554432000 4194304 9016284 140734122279920 140734122273176 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9427 710 1178 0 9482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42656

[startup+6.30023 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27105548/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=6.29 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10478 0 0 0 615 14 0 0 20 0 1 0 339670865 43679744 9427 33554432000 4194304 9016284 140734122279920 140734122273336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9427 710 1178 0 9482 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42656

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27105840/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=12.69 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10479 0 0 0 1244 25 0 0 20 0 1 0 339670865 43679744 9428 33554432000 4194304 9016284 140734122279920 140734122274088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9428 711 1178 0 9482 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42656

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27106796/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=25.49 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10536 0 0 0 2500 49 0 0 20 0 1 0 339670865 43679744 9485 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9485 711 1178 0 9482 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42656

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16298
/proc/meminfo: memFree=27106672/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=42656 CPUtime=51.08 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10551 0 0 0 5015 93 0 0 20 0 1 0 339670865 43679744 9500 33554432000 4194304 9016284 140734122279920 140734122274248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10664 9500 711 1178 0 9482 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42656

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16298
/proc/meminfo: memFree=27102112/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=43044 CPUtime=102.27 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 10887 0 0 0 10045 182 0 0 20 0 1 0 339670865 44077056 10186 33554432000 4194304 9016284 140734122279920 140734122274088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 10761 10186 711 1178 0 9579 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43044

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16301
/proc/meminfo: memFree=27099448/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=46100 CPUtime=162.25 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 11667 0 0 0 15936 289 0 0 20 0 1 0 339670865 47206400 10966 33554432000 4194304 9016284 140734122279920 140734122274136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 11525 10966 711 1178 0 10343 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46100

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 16325
/proc/meminfo: memFree=27096056/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=49604 CPUtime=222.24 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 12503 0 0 0 21835 389 0 0 20 0 1 0 339670865 50794496 11799 33554432000 4194304 9016284 140734122279920 140734122274248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 12401 11799 711 1178 0 11219 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49604

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16325
/proc/meminfo: memFree=27093552/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=52832 CPUtime=282.23 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 13315 0 0 0 27737 486 0 0 20 0 1 0 339670865 54099968 12611 33554432000 4194304 9016284 140734122279920 140734122273784 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 13208 12611 711 1178 0 12026 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 52832

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16325
/proc/meminfo: memFree=27087484/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=56760 CPUtime=342.22 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 14263 0 0 0 33634 588 0 0 20 0 1 0 339670865 58122240 13556 33554432000 4194304 9016284 140734122279920 140734122274248 7153326 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 14190 13556 711 1178 0 13008 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 56760

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16325
/proc/meminfo: memFree=27082392/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=59964 CPUtime=402.21 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 15106 0 0 0 39540 681 0 0 20 0 1 0 339670865 61403136 14396 33554432000 4194304 9016284 140734122279920 140734122274248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 14991 14396 711 1178 0 13809 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 59964

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16325
/proc/meminfo: memFree=27082584/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=60268 CPUtime=462.2 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 15177 0 0 0 45438 782 0 0 20 0 1 0 339670865 61714432 14467 33554432000 4194304 9016284 140734122279920 140734122273336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 15067 14467 711 1178 0 13885 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 60268

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16326
/proc/meminfo: memFree=27080908/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=61664 CPUtime=522.19 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 15546 0 0 0 51338 881 0 0 20 0 1 0 339670865 63143936 14836 33554432000 4194304 9016284 140734122279920 140734122273880 7213597 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 15416 14836 711 1178 0 14234 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 61664

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16326
/proc/meminfo: memFree=27079980/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=63084 CPUtime=582.18 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 15884 0 0 0 57239 979 0 0 20 0 1 0 339670865 64598016 15174 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 15771 15174 711 1178 0 14589 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 63084

[startup+642.3 s]

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

/proc/meminfo: memFree=26660884/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=66992 CPUtime=1122.1 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 16875 0 0 0 110320 1890 0 0 20 0 1 0 339670865 68599808 16162 33554432000 4194304 9016284 140734122279920 140734122273784 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 16748 16162 711 1178 0 15566 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 66992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16369
/proc/meminfo: memFree=26644252/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=67716 CPUtime=1182.09 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 17091 0 0 0 116217 1992 0 0 20 0 1 0 339670865 69341184 16378 33554432000 4194304 9016284 140734122279920 140734122274248 7870473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 16929 16378 711 1178 0 15747 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 67716

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16369
/proc/meminfo: memFree=26653904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=68812 CPUtime=1242.08 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 17339 0 0 0 122122 2086 0 0 20 0 1 0 339670865 70463488 16626 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 17203 16626 711 1178 0 16021 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 68812

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16369
/proc/meminfo: memFree=26636436/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=72232 CPUtime=1302.07 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 18211 0 0 0 128035 2172 0 0 20 0 1 0 339670865 73965568 17498 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18058 17498 711 1178 0 16876 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 72232

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16372
/proc/meminfo: memFree=26619176/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=73340 CPUtime=1362.06 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 18459 0 0 0 133939 2267 0 0 20 0 1 0 339670865 75100160 17740 33554432000 4194304 9016284 140734122279920 140734122274248 6466192 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18335 17740 711 1178 0 17153 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 73340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16373
/proc/meminfo: memFree=26618412/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=73636 CPUtime=1422.05 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 18530 0 0 0 139843 2362 0 0 20 0 1 0 339670865 75403264 17854 33554432000 4194304 9016284 140734122279920 140734122273336 6469479 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18409 17854 711 1178 0 17227 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 73636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16373
/proc/meminfo: memFree=26618112/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=74296 CPUtime=1482.04 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 18690 0 0 0 145740 2464 0 0 20 0 1 0 339670865 76079104 18014 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18574 18014 711 1178 0 17392 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 74296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16373
/proc/meminfo: memFree=26614384/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=75032 CPUtime=1542.03 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 18851 0 0 0 151644 2559 0 0 20 0 1 0 339670865 76832768 18175 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18758 18175 711 1178 0 17576 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 75032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16373
/proc/meminfo: memFree=26613768/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=75624 CPUtime=1602.02 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19009 0 0 0 157544 2658 0 0 20 0 1 0 339670865 77438976 18333 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18906 18333 711 1178 0 17724 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 75624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16373
/proc/meminfo: memFree=26613768/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=75756 CPUtime=1662.02 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19041 0 0 0 163444 2758 0 0 20 0 1 0 339670865 77574144 18365 33554432000 4194304 9016284 140734122279920 140734122273416 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 18939 18365 711 1178 0 17757 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 75756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612780/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1722.01 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19144 0 0 0 169350 2851 0 0 20 0 1 0 339670865 77938688 18468 33554432000 4194304 9016284 140734122279920 140734122273784 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18468 711 1178 0 17846 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 76112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612532/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1782 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 175252 2948 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122274248 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 76112

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1785.2 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 175567 2953 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 76112

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1791.6 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176197 2963 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273288 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 76112

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1794.8 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176513 2967 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 76112

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1795.59 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176591 2968 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273880 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (KiB) 76112

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1796.4 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176670 2970 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 76112

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1796.59 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176689 2970 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273832 4318202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 76112

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16374
/proc/meminfo: memFree=26612904/32873648 swapFree=6860/6860
[pid=16297] ppid=16295 vsize=76112 CPUtime=1796.7 cores=1,3,5,7
/proc/16297/stat : 16297 (scip-2.0.1.4b_2) R 16295 16297 13307 0 -1 4202496 19147 0 0 0 176699 2971 0 0 20 0 1 0 339670865 77938688 18470 33554432000 4194304 9016284 140734122279920 140734122273832 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16297/statm: 19028 18470 711 1178 0 17846 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 76112

Child status: 0
Real time (s): 1797.05
CPU time (s): 1796.75
CPU user time (s): 1767.04
CPU system time (s): 29.7155
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 76112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.04
system time used= 29.7155
maximum resident set size= 73884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19153
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= 30
involuntary context switches= 1850

runsolver used 4.64329 second user time and 12.0482 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 16:57:28
IDJOB=3738357
IDBENCH=71846
IDSOLVER=2329
FILE ID=node116/3738357-1338735448
RUNJOBID= node116-1338713903-13324
PBS_JOBID= 14636747
Free space on /tmp= 71020 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738357-1338735448/watcher-3738357-1338735448 -o /tmp/evaluation-result-3738357-1338735448/solver-3738357-1338735448 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738357-1338735448.opb -t 1800 -m 15500

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=976937031

node116.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		: 2666.556
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	: 5333.11
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		: 2666.556
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		: 2666.556
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	: 5438.54
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		: 2666.556
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		: 2666.556
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.92
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		: 2666.556
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.92
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		: 2666.556
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.90
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		: 2666.556
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:       32873648 kB
MemFree:        27141592 kB
Buffers:          552976 kB
Cached:          4124872 kB
SwapCached:         3028 kB
Active:          2380768 kB
Inactive:        2437524 kB
Active(anon):     130116 kB
Inactive(anon):     8500 kB
Active(file):    2250652 kB
Inactive(file):  2429024 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             16704 kB
Writeback:             0 kB
AnonPages:        167172 kB
Mapped:            14504 kB
Shmem:                68 kB
Slab:             774752 kB
SReclaimable:     219284 kB
SUnreclaim:       555468 kB
KernelStack:        1472 kB
PageTables:         4096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     253048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71000 MiB
End job on node116 at 2012-06-03 17:27:25