Trace number 2665570

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-16384 1802.13 1802.6

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-opt1217.opb
MD5SUM0d06ca66c5954e6533e2fcc6f3f13fb8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-16384
Best CPU time to get the best result obtained on this benchmark1792.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16384
Optimality of the best value was proved NO
Number of variables787
Total number of constraints65
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint16
Maximum length of a constraint67
Number of terms in the objective function 19
Biggest coefficient in the objective function 262144
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524287
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 393216
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 917503
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2665570-1276361933.opb>
0.00/0.01	c original problem has 787 variables (787 bin, 0 int, 0 impl, 0 cont) and 65 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 2 del vars, 0 del conss, 2 chg bounds, 2 chg sides, 2 chg coeffs, 0 upgd conss, 0 impls, 48 clqs
0.01/0.02	c (round 2) 2 del vars, 1 del conss, 2 chg bounds, 2 chg sides, 2 chg coeffs, 0 upgd conss, 0 impls, 48 clqs
0.01/0.03	c (round 3) 2 del vars, 1 del conss, 2 chg bounds, 2 chg sides, 2 chg coeffs, 64 upgd conss, 0 impls, 48 clqs
0.01/0.05	c    (0.0s) probing: 101/785 (12.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.05	c presolving (4 rounds):
0.01/0.05	c  2 deleted vars, 1 deleted constraints, 2 tightened bounds, 0 added holes, 2 changed sides, 2 changed coefficients
0.01/0.05	c  0 implications, 48 cliques
0.01/0.05	c presolved problem has 785 variables (785 bin, 0 int, 0 impl, 0 cont) and 64 constraints
0.01/0.05	c      16 constraints of type <knapsack>
0.01/0.05	c      48 constraints of type <setppc>
0.01/0.05	c transformed objective value is always integral (scale: 1)
0.01/0.05	c Presolving Time: 0.02
0.01/0.05	c - non default parameters ----------------------------------------------------------------------
0.01/0.05	c # SCIP version 1.2.1.2
0.01/0.05	c 
0.01/0.05	c # frequency for displaying node information lines
0.01/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.05	c display/freq = 10000
0.01/0.05	c 
0.01/0.05	c # maximal time in seconds to run
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/time = 1799.99
0.01/0.05	c 
0.01/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.05	c limits/memory = 1620
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify inequalities
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/linear/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # should presolving try to simplify knapsacks
0.01/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.05	c 
0.01/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.05	c separating/rapidlearning/freq = 0
0.01/0.05	c 
0.01/0.05	c -----------------------------------------------------------------------------------------------
0.01/0.05	c start solving
0.01/0.05	c 
0.09/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.11	c   0.1s|     1 |     0 |   931 |     - |2739k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |      --      |    Inf 
0.09/0.11	o -16383
0.09/0.11	c R 0.1s|     1 |     0 |   946 |     - |2756k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.09/0.11	c   0.1s|     1 |     0 |   946 |     - |2757k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.19/0.21	c   0.2s|     1 |     0 |   952 |     - |2845k|   0 |  31 | 785 |  64 | 785 |  81 |  17 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.19/0.27	c   0.2s|     1 |     0 |   954 |     - |2898k|   0 |  32 | 785 |  64 | 785 |  88 |  24 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.29/0.35	c   0.3s|     1 |     0 |   966 |     - |3091k|   0 |  38 | 785 |  64 | 785 | 105 |  41 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.39/0.47	c   0.4s|     1 |     0 |   977 |     - |3351k|   0 |  41 | 785 |  64 | 785 | 121 |  57 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.59/0.62	c   0.6s|     1 |     0 |   980 |     - |3499k|   0 |  44 | 785 |  64 | 785 | 133 |  69 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.79/0.81	c   0.8s|     1 |     0 |   994 |     - |3563k|   0 |  43 | 785 |  64 | 785 | 145 |  81 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.00/1.10	c   1.0s|     1 |     0 |  1086 |     - |3573k|   0 |  30 | 785 |  64 | 785 | 145 |  81 |   0 |  39 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.10/1.18	c   1.1s|     1 |     0 |  1087 |     - |3605k|   0 |  31 | 785 |  64 | 785 | 152 |  88 |   0 |  39 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.19/1.20	c   1.1s|     1 |     2 |  1087 |     - |3605k|   0 |  31 | 785 |  64 | 785 | 152 |  88 |   0 |  47 |-2.050190e+04 |-1.638300e+04 |  20.09%
3.59/3.63	o -16384
3.59/3.63	c c 3.4s|   113 |    88 |  3839 |  24.6 |3850k|  25 |   - | 785 | 167 | 785 |  73 |  88 | 103 |1229 |-2.047900e+04 |-1.638400e+04 |  20.00%
33.38/33.49	c  30.9s| 10000 |  9933 | 93705 |   9.3 |  16M|  59 |  21 | 785 |2565 | 785 |  73 |  88 |4986 |3712 |-2.047900e+04 |-1.638400e+04 |  20.00%
54.17/54.24	c  50.1s| 20000 | 19927 |164264 |   8.2 |  26M|  59 |  26 | 785 |1274 | 785 |  73 |  88 |7321 |3991 |-2.047900e+04 |-1.638400e+04 |  20.00%
74.56/74.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.56/74.67	c  69.0s| 30000 | 29925 |232430 |   7.7 |  37M|  59 |  25 | 785 | 952 | 785 |  73 |  88 |9005 |4140 |-2.047900e+04 |-1.638400e+04 |  20.00%
93.86/93.91	c  87.0s| 40000 | 39923 |299125 |   7.5 |  48M|  59 |  24 | 785 | 985 | 785 |  73 |  88 |  11k|4287 |-2.047900e+04 |-1.638400e+04 |  20.00%
114.26/114.31	c   106s| 50000 | 49923 |370413 |   7.4 |  58M|  61 |  23 | 785 | 729 | 785 |  73 |  88 |  13k|4664 |-2.047900e+04 |-1.638400e+04 |  20.00%
134.33/134.42	c   125s| 60000 | 59923 |442789 |   7.4 |  69M|  61 |  27 | 785 | 775 | 785 |  73 |  88 |  15k|5093 |-2.047900e+04 |-1.638400e+04 |  20.00%
154.82/154.99	c   144s| 70000 | 69923 |520342 |   7.4 |  79M|  61 |  23 | 785 | 518 | 785 |  73 |  88 |  16k|5472 |-2.047900e+04 |-1.638400e+04 |  20.00%
174.73/174.82	c   162s| 80000 | 79923 |590114 |   7.4 |  90M|  63 |  26 | 785 | 391 | 785 |  73 |  88 |  18k|5880 |-2.047900e+04 |-1.638400e+04 |  20.00%
195.11/195.27	c   181s| 90000 | 89919 |665716 |   7.4 | 101M|  63 |  28 | 785 | 614 | 785 |  73 |  88 |  19k|6195 |-2.047900e+04 |-1.638400e+04 |  20.00%
215.61/215.72	c   200s|100000 | 99919 |740538 |   7.4 | 111M|  63 |  22 | 785 | 520 | 785 |  73 |  88 |  21k|6561 |-2.047900e+04 |-1.638400e+04 |  20.00%
236.21/236.32	c   220s|110000 |109905 |816997 |   7.4 | 122M|  63 |  25 | 785 | 554 | 785 |  73 |  88 |  23k|6991 |-2.047900e+04 |-1.638400e+04 |  20.00%
256.30/256.46	c   238s|120000 |119905 |890888 |   7.4 | 133M|  64 |  22 | 785 | 463 | 785 |  73 |  88 |  24k|7313 |-2.047900e+04 |-1.638400e+04 |  20.00%
276.30/276.47	c   257s|130000 |129903 |964520 |   7.4 | 143M|  64 |  23 | 785 | 408 | 785 |  73 |  88 |  26k|7636 |-2.047900e+04 |-1.638400e+04 |  20.00%
296.80/296.93	c   276s|140000 |139885 |  1041k|   7.4 | 154M|  64 |  20 | 785 | 415 | 785 |  73 |  88 |  27k|7907 |-2.047900e+04 |-1.638400e+04 |  20.00%
317.49/317.60	c   295s|150000 |149885 |  1118k|   7.5 | 165M|  64 |  26 | 785 | 501 | 785 |  73 |  88 |  29k|8228 |-2.047900e+04 |-1.638400e+04 |  20.00%
338.08/338.29	c   315s|160000 |159885 |  1201k|   7.5 | 175M|  65 |  26 | 785 | 666 | 785 |  73 |  88 |  31k|8562 |-2.047900e+04 |-1.638400e+04 |  20.00%
357.87/358.02	c   333s|170000 |169877 |  1274k|   7.5 | 186M|  65 |  26 | 785 | 481 | 785 |  73 |  88 |  32k|8814 |-2.047900e+04 |-1.638400e+04 |  20.00%
377.77/377.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
377.77/377.99	c   352s|180000 |179877 |  1349k|   7.5 | 196M|  68 |  22 | 785 | 390 | 785 |  73 |  88 |  34k|9084 |-2.047900e+04 |-1.638400e+04 |  20.00%
398.17/398.30	c   370s|190000 |189861 |  1426k|   7.5 | 207M|  68 |  26 | 785 | 426 | 785 |  73 |  88 |  35k|9306 |-2.047900e+04 |-1.638400e+04 |  20.00%
418.46/418.60	c   389s|200000 |199861 |  1506k|   7.5 | 218M|  68 |  20 | 785 | 398 | 785 |  73 |  88 |  37k|9574 |-2.047900e+04 |-1.638400e+04 |  20.00%
439.45/439.67	c   409s|210000 |209861 |  1593k|   7.6 | 228M|  68 |  27 | 785 | 571 | 785 |  73 |  88 |  39k|9861 |-2.047900e+04 |-1.638400e+04 |  20.00%
460.05/460.25	c   428s|220000 |219857 |  1674k|   7.6 | 239M|  70 |  29 | 785 | 297 | 785 |  73 |  88 |  41k|  10k|-2.047900e+04 |-1.638400e+04 |  20.00%
480.95/481.10	c   448s|230000 |229851 |  1753k|   7.6 | 250M|  70 |  25 | 785 | 239 | 785 |  73 |  88 |  43k|  10k|-2.047900e+04 |-1.638400e+04 |  20.00%
501.45/501.62	c   467s|240000 |239851 |  1832k|   7.6 | 261M|  70 |  26 | 785 | 310 | 785 |  73 |  88 |  44k|  10k|-2.047900e+04 |-1.638400e+04 |  20.00%
522.43/522.68	c   487s|250000 |249851 |  1913k|   7.7 | 272M|  70 |  28 | 785 | 279 | 785 |  73 |  88 |  46k|  10k|-2.047900e+04 |-1.638400e+04 |  20.00%
543.43/543.66	c   506s|260000 |259847 |  1993k|   7.7 | 283M|  70 |  27 | 785 | 253 | 785 |  73 |  88 |  47k|  10k|-2.047900e+04 |-1.638400e+04 |  20.00%
565.03/565.23	c   526s|270000 |269841 |  2077k|   7.7 | 295M|  70 |  23 | 785 | 279 | 785 |  73 |  88 |  49k|  11k|-2.047900e+04 |-1.638400e+04 |  20.00%
586.62/586.80	c   547s|280000 |279839 |  2162k|   7.7 | 306M|  70 |  22 | 785 | 240 | 785 |  73 |  88 |  51k|  11k|-2.047900e+04 |-1.638400e+04 |  20.00%
607.41/607.64	c   566s|290000 |289835 |  2242k|   7.7 | 317M|  70 |  26 | 785 | 192 | 785 |  73 |  88 |  53k|  11k|-2.047900e+04 |-1.638400e+04 |  20.00%
628.61/628.84	c   586s|300000 |299835 |  2324k|   7.7 | 328M|  70 |  26 | 785 | 273 | 785 |  73 |  88 |  54k|  11k|-2.047900e+04 |-1.638400e+04 |  20.00%
649.70/649.99	c   606s|310000 |309835 |  2405k|   7.8 | 339M|  71 |  22 | 785 | 196 | 785 |  73 |  88 |  56k|  11k|-2.047900e+04 |-1.638400e+04 |  20.00%
671.10/671.38	c   626s|320000 |319835 |  2488k|   7.8 | 351M|  71 |  23 | 785 | 306 | 785 |  73 |  88 |  58k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
692.19/692.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.19/692.42	c   645s|330000 |329835 |  2568k|   7.8 | 362M|  71 |  24 | 785 | 267 | 785 |  73 |  88 |  59k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
713.79/714.00	c   666s|340000 |339835 |  2652k|   7.8 | 373M|  71 |  25 | 785 | 181 | 785 |  73 |  88 |  61k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
734.88/735.12	c   685s|350000 |349835 |  2733k|   7.8 | 384M|  71 |  27 | 785 | 238 | 785 |  73 |  88 |  62k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
755.88/756.16	c   705s|360000 |359835 |  2812k|   7.8 | 396M|  71 |  20 | 785 | 180 | 785 |  73 |  88 |  64k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
777.18/777.49	c   725s|370000 |369831 |  2894k|   7.8 | 407M|  71 |  26 | 785 | 194 | 785 |  73 |  88 |  65k|  12k|-2.047900e+04 |-1.638400e+04 |  20.00%
798.27/798.55	c   745s|380000 |379829 |  2974k|   7.8 | 418M|  71 |  26 | 785 | 243 | 785 |  73 |  88 |  67k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
819.07/819.30	c   764s|390000 |389829 |  3052k|   7.8 | 430M|  71 |  27 | 785 | 170 | 785 |  73 |  88 |  68k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
839.76/840.02	c   783s|400000 |399829 |  3130k|   7.8 | 441M|  71 |  23 | 785 | 204 | 785 |  73 |  88 |  70k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
860.96/861.29	c   803s|410000 |409827 |  3212k|   7.8 | 452M|  71 |  28 | 785 | 357 | 785 |  73 |  88 |  71k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
881.65/881.92	c   822s|420000 |419827 |  3291k|   7.8 | 463M|  71 |  30 | 785 | 167 | 785 |  73 |  88 |  73k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
902.14/902.44	c   842s|430000 |429827 |  3368k|   7.8 | 475M|  71 |  27 | 785 | 267 | 785 |  73 |  88 |  75k|  13k|-2.047900e+04 |-1.638400e+04 |  20.00%
922.84/923.17	c   861s|440000 |439827 |  3446k|   7.8 | 486M|  71 |  21 | 785 | 210 | 785 |  73 |  88 |  76k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
943.23/943.50	c   880s|450000 |449825 |  3523k|   7.8 | 497M|  71 |  24 | 785 | 173 | 785 |  73 |  88 |  78k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
963.83/964.19	c   899s|460000 |459825 |  3602k|   7.8 | 508M|  71 |  24 | 785 | 171 | 785 |  73 |  88 |  79k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
984.42/984.72	c   919s|470000 |469825 |  3679k|   7.8 | 520M|  71 |  26 | 785 | 139 | 785 |  73 |  88 |  80k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
1005.32/1005.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1005.32/1005.69	c   938s|480000 |479825 |  3759k|   7.8 | 531M|  71 |  21 | 785 | 330 | 785 |  73 |  88 |  82k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
1026.11/1026.43	c   958s|490000 |489825 |  3837k|   7.8 | 542M|  71 |  26 | 785 | 198 | 785 |  73 |  88 |  84k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
1046.81/1047.14	c   977s|500000 |499825 |  3917k|   7.8 | 554M|  71 |  27 | 785 | 157 | 785 |  73 |  88 |  85k|  14k|-2.047900e+04 |-1.638400e+04 |  20.00%
1067.40/1067.73	c   996s|510000 |509825 |  3993k|   7.8 | 565M|  71 |  28 | 785 | 157 | 785 |  73 |  88 |  87k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1088.30/1088.65	c  1016s|520000 |519821 |  4072k|   7.8 | 576M|  71 |  18 | 785 | 196 | 785 |  73 |  88 |  88k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1109.50/1109.86	c  1035s|530000 |529821 |  4156k|   7.8 | 588M|  71 |  18 | 785 | 219 | 785 |  73 |  88 |  90k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1130.79/1131.17	c  1055s|540000 |539805 |  4237k|   7.8 | 599M|  71 |  27 | 785 | 141 | 785 |  73 |  88 |  92k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1152.09/1152.45	c  1075s|550000 |549801 |  4321k|   7.9 | 610M|  71 |  28 | 785 | 167 | 785 |  73 |  88 |  93k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1173.28/1173.67	c  1095s|560000 |559801 |  4401k|   7.9 | 622M|  71 |  27 | 785 | 224 | 785 |  73 |  88 |  95k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1193.97/1194.39	c  1115s|570000 |569801 |  4479k|   7.9 | 633M|  71 |  21 | 785 | 187 | 785 |  73 |  88 |  97k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1215.27/1215.64	c  1134s|580000 |579801 |  4561k|   7.9 | 645M|  71 |  26 | 785 | 156 | 785 |  73 |  88 |  98k|  15k|-2.047900e+04 |-1.638400e+04 |  20.00%
1236.26/1236.68	c  1154s|590000 |589801 |  4642k|   7.9 | 656M|  71 |  27 | 785 | 210 | 785 |  73 |  88 | 100k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1257.55/1257.91	c  1174s|600000 |599799 |  4725k|   7.9 | 668M|  71 |  23 | 785 | 199 | 785 |  73 |  88 | 101k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1278.05/1278.48	c  1193s|610000 |609799 |  4803k|   7.9 | 679M|  71 |  24 | 785 | 135 | 785 |  73 |  88 | 103k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1298.75/1299.11	c  1212s|620000 |619799 |  4880k|   7.9 | 690M|  71 |  25 | 785 | 193 | 785 |  73 |  88 | 105k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1319.34/1319.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1319.34/1319.74	c  1232s|630000 |629799 |  4958k|   7.9 | 702M|  71 |  27 | 785 | 167 | 785 |  73 |  88 | 106k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1340.33/1340.78	c  1251s|640000 |639799 |  5040k|   7.9 | 713M|  71 |  23 | 785 | 204 | 785 |  73 |  88 | 107k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1361.03/1361.45	c  1271s|650000 |649799 |  5117k|   7.9 | 725M|  71 |  22 | 785 | 202 | 785 |  73 |  88 | 109k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1381.73/1382.12	c  1290s|660000 |659799 |  5194k|   7.9 | 736M|  71 |  24 | 785 | 218 | 785 |  73 |  88 | 110k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1402.22/1402.65	c  1309s|670000 |669799 |  5270k|   7.9 | 748M|  71 |  24 | 785 | 190 | 785 |  73 |  88 | 112k|  16k|-2.047900e+04 |-1.638400e+04 |  20.00%
1423.02/1423.47	c  1329s|680000 |679797 |  5350k|   7.9 | 759M|  71 |  26 | 785 | 219 | 785 |  73 |  88 | 114k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1443.51/1443.96	c  1348s|690000 |689797 |  5427k|   7.9 | 771M|  71 |  26 | 785 | 184 | 785 |  73 |  88 | 115k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1464.61/1465.03	c  1367s|700000 |699797 |  5510k|   7.9 | 782M|  71 |  28 | 785 | 187 | 785 |  73 |  88 | 117k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1485.40/1485.89	c  1387s|710000 |709797 |  5589k|   7.9 | 794M|  71 |  22 | 785 | 187 | 785 |  73 |  88 | 118k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1506.89/1507.30	c  1407s|720000 |719797 |  5672k|   7.9 | 805M|  71 |  24 | 785 | 194 | 785 |  73 |  88 | 120k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1528.09/1528.59	c  1427s|730000 |729797 |  5756k|   7.9 | 817M|  71 |  20 | 785 | 282 | 785 |  73 |  88 | 122k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1548.18/1548.65	c  1446s|740000 |739797 |  5830k|   7.9 | 828M|  71 |  21 | 785 | 162 | 785 |  73 |  88 | 123k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1569.48/1569.92	c  1465s|750000 |749797 |  5915k|   7.9 | 839M|  71 |  27 | 785 | 291 | 785 |  73 |  88 | 125k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1589.98/1590.47	c  1485s|760000 |759797 |  5993k|   7.9 | 851M|  71 |  27 | 785 | 167 | 785 |  73 |  88 | 127k|  17k|-2.047900e+04 |-1.638400e+04 |  20.00%
1610.27/1610.79	c  1504s|770000 |769797 |  6069k|   7.9 | 862M|  71 |  24 | 785 | 180 | 785 |  73 |  88 | 128k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1630.77/1631.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.77/1631.24	c  1523s|780000 |779797 |  6146k|   7.9 | 874M|  73 |  31 | 785 | 195 | 785 |  73 |  88 | 130k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1651.26/1651.73	c  1542s|790000 |789797 |  6222k|   7.9 | 885M|  73 |  27 | 785 | 190 | 785 |  73 |  88 | 131k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1671.86/1672.39	c  1561s|800000 |799797 |  6299k|   7.9 | 897M|  73 |  29 | 785 | 223 | 785 |  73 |  88 | 133k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1692.65/1693.11	c  1581s|810000 |809797 |  6379k|   7.9 | 908M|  73 |  25 | 785 | 179 | 785 |  73 |  88 | 134k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1713.44/1713.91	c  1600s|820000 |819797 |  6457k|   7.9 | 920M|  73 |  25 | 785 | 223 | 785 |  73 |  88 | 136k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1734.04/1734.51	c  1619s|830000 |829797 |  6535k|   7.9 | 931M|  73 |  24 | 785 | 154 | 785 |  73 |  88 | 137k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1754.84/1755.35	c  1639s|840000 |839797 |  6614k|   7.9 | 943M|  73 |  27 | 785 | 212 | 785 |  73 |  88 | 139k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1775.23/1775.72	c  1658s|850000 |849795 |  6692k|   7.9 | 954M|  73 |  24 | 785 | 260 | 785 |  73 |  88 | 140k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1795.63/1796.15	c  1677s|860000 |859795 |  6769k|   7.9 | 966M|  73 |  27 | 785 | 242 | 785 |  73 |  88 | 142k|  18k|-2.047900e+04 |-1.638400e+04 |  20.00%
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1681.09
1800.03/1800.51	c Solving Nodes      : 862042
1800.03/1800.51	c Primal Bound       : -1.63840000000000e+04 (42 solutions)
1800.03/1800.51	c Dual Bound         : -2.04790000000000e+04
1800.03/1800.51	c Gap                : 20.00 %
1800.03/1800.51	s SATISFIABLE
1800.03/1800.51	v -x383 -x329 -x277 -x382 -x328 -x276 -x381 -x327 -x274 -x380 -x326 -x273 -x379 -x325 -x272 -x223 -x222 x221 x220 -x218 -x378 -x324 
1800.03/1800.51	v -x271 -x217 -x377 -x323 -x270 -x216 -x762 -x376 -x322 -x269 -x215 -x374 -x321 -x268 -x214 -x373 -x320 -x267 -x213 x372 -x318 
1800.03/1800.51	v -x266 -x212 -x371 -x317 -x265 -x211 -x370 -x316 -x263 -x210 -x369 -x315 -x262 -x209 -x368 -x314 x261 -x207 -x174 -x173 -x172 
1800.03/1800.51	v -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x163 -x162 -x161 -x160 -x159 -x367 -x313 -x260 -x206 -x158 -x366 -x312 -x259 -x205 
1800.03/1800.51	v -x157 -x365 -x311 -x258 x204 -x156 -x363 -x310 -x257 -x203 -x155 -x362 -x309 -x256 x202 -x154 -x761 -x361 -x307 -x255 -x201 
1800.03/1800.51	v -x152 -x360 -x306 -x254 -x200 -x151 -x359 -x305 -x252 -x199 -x150 x358 -x304 -x251 -x198 -x149 -x357 -x303 -x250 -x196 -x148 
1800.03/1800.51	v -x121 -x120 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 
1800.03/1800.51	v -x98 -x96 -x95 -x94 -x760 -x759 x356 -x302 -x249 -x195 -x147 -x93 -x355 -x301 -x248 -x194 -x146 x92 -x354 -x300 x247 -x193 
1800.03/1800.51	v -x145 -x91 -x351 -x299 -x246 -x192 -x144 x90 -x350 -x298 -x245 -x191 -x143 -x89 -x349 -x296 x244 -x190 -x141 -x88 -x758 -x348 
1800.03/1800.51	v -x295 -x243 -x189 -x140 -x87 -x347 -x294 -x240 -x188 -x139 -x85 -x346 -x293 -x239 -x187 -x138 -x84 -x345 -x292 -x238 -x185 -x137 
1800.03/1800.51	v -x83 -x68 -x67 -x66 -x65 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
1800.03/1800.51	v -x43 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x757 -x344 x291 -x237 -x136 -x82 -x30 -x756 -x343 x290 -x236 -x135 -x81 
1800.03/1800.51	v -x29 -x755 -x342 x289 -x235 -x134 -x80 -x28 -x754 -x340 -x288 -x234 -x133 -x79 -x27 -x339 -x287 -x233 -x184 -x132 -x78 -x26 
1800.03/1800.51	v -x338 -x285 -x232 -x183 -x129 -x77 x25 -x337 -x284 -x231 -x182 -x128 -x76 x24 -x336 -x283 -x229 -x181 -x127 -x74 -x23 -x335 
1800.03/1800.51	v -x282 -x228 -x180 -x126 -x73 x22 -x334 -x281 -x227 -x179 x125 -x72 -x21 -x784 -x783 -x782 -x781 -x780 -x779 x778 -x776 -x775 
1800.03/1800.51	v -x774 -x773 -x772 -x771 -x770 -x769 -x768 -x767 -x765 -x764 -x763 -x752 -x741 x730 -x719 -x708 -x697 -x686 -x674 -x663 -x652 
1800.03/1800.51	v -x641 x630 x619 -x608 -x597 -x586 -x575 -x563 -x552 -x541 -x530 -x519 -x508 -x497 -x486 -x333 -x280 -x226 -x178 x124 -x71 -x787 
1800.03/1800.51	v -x475 -x332 -x279 -x225 -x177 -x123 -x70 -x786 -x464 -x753 -x331 -x278 -x224 -x176 x122 -x69 -x785 -x452 -x751 -x750 -x749 
1800.03/1800.51	v -x748 x747 -x746 -x745 -x744 -x743 -x742 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x729 -x728 -x727 -x726 
1800.03/1800.51	v -x725 -x724 -x723 -x722 -x721 -x720 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 x710 -x709 -x707 -x706 -x705 -x704 -x703 
1800.03/1800.51	v -x702 -x701 -x700 -x699 -x698 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 x684 -x683 -x682 -x681 -x680 -x679 
1800.03/1800.51	v -x678 -x677 -x676 -x675 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x662 -x661 -x660 -x659 -x658 -x657 x656 
1800.03/1800.51	v -x655 -x654 -x653 -x651 -x650 -x649 x648 -x647 -x646 -x645 -x644 -x643 -x642 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 
1800.03/1800.51	v -x632 -x631 -x629 -x628 -x627 -x626 -x625 x624 x623 -x622 -x621 -x620 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 
1800.03/1800.51	v -x609 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 
1800.03/1800.51	v -x585 -x584 -x583 -x582 -x581 -x580 -x579 x578 -x577 -x576 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x562 
1800.03/1800.51	v -x561 -x560 -x559 -x558 x557 x556 -x555 -x554 -x553 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x540 -x539 
1800.03/1800.51	v -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x529 -x528 -x527 -x526 -x525 -x524 x523 -x522 -x521 -x520 -x518 -x517 -x516 
1800.03/1800.51	v -x515 x514 -x513 -x512 -x511 -x510 -x509 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x496 -x495 x494 -x493 
1800.03/1800.51	v -x492 -x491 -x490 -x489 x488 x487 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x474 -x473 -x472 -x471 -x470 -x469 
1800.03/1800.51	v -x468 -x467 -x466 -x465 -x462 -x461 -x460 -x459 -x458 -x457 -x456 x455 -x454 -x453 -x451 -x450 -x449 -x448 -x447 -x446 -x445 
1800.03/1800.51	v -x444 -x443 -x442 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x429 -x428 -x427 x426 -x425 -x424 x423 -x422 
1800.03/1800.51	v -x421 -x420 -x418 -x417 -x416 x415 -x414 -x413 -x412 -x411 -x410 -x409 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 
1800.03/1800.51	v -x398 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x385 -x384 -x441 -x430 -x419 -x408 -x397 -x386 -x375 x364 
1800.03/1800.51	v -x353 x341 -x330 -x319 -x308 x297 -x286 -x275 -x264 -x253 -x242 -x230 -x219 -x208 -x197 -x186 -x175 -x164 -x153 -x142 -x131 
1800.03/1800.51	v -x119 -x108 -x97 -x86 -x75 -x64 -x53 -x42 -x31 -x20 -x777 -x766 -x685 -x574 -x463 -x352 -x241 -x130 -x19 -x18 -x17 -x16 x15 
1800.03/1800.51	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1681.09
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2665570-1276361933.opb
1800.03/1800.51	c   Variables        : 787 (787 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 65 initial, 65 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2665570-1276361933.opb
1800.03/1800.51	c   Variables        : 785 (785 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 64 initial, 3394 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   linear           :       0.01          2          0          0          2          0          1          2          2
1800.03/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          4          -          -          4          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0     862062          0          7        155          0          0    1723878
1800.03/1800.51	c   knapsack         :         16          7    2613969          0          0       1375          0        137          0          0
1800.03/1800.51	c   setppc           :         48          7    2607887          0          0       2389    9995209          0          0          0
1800.03/1800.51	c   logicor          :          0+         0     412679          0          0        532         71          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :      42.84       0.00       0.00      42.84       0.00
1800.03/1800.51	c   knapsack         :     121.40       0.07     121.33       0.00       0.00
1800.03/1800.51	c   setppc           :      43.08       0.00      43.08       0.00       0.00
1800.03/1800.51	c   logicor          :       9.27       0.00       9.27       0.00       0.00
1800.03/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       1.47          2          0          0
1800.03/1800.51	c   rootredcost      :       1.50          1          0          0
1800.03/1800.51	c   pseudoobj        :      15.42    2631820      18050          3
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :      12.35      22346      22346     490462       79.4         46       88.9          -
1800.03/1800.51	c   infeasible LP    :       2.62       4350       1891      39920       90.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -     142465       56.5          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -        212       87.8          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          6          -          -         74          -    (maximal pool size: 406)
1800.03/1800.51	c   redcost          :      47.60     862058          0          8          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          7          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.08          7          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.06          7          0          0          1          0
1800.03/1800.51	c   cmir             :       0.11          7          0          0        146          0
1800.03/1800.51	c   flowcover        :       0.36          7          0          0        288          0
1800.03/1800.51	c   clique           :       0.00          7          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.04          1          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :      40.90     862062          7        155          0          0    1723878
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.00          -          0
1800.03/1800.51	c   oneopt           :       0.64          2          0
1800.03/1800.51	c   crossover        :       3.66         11          5
1800.03/1800.51	c   guideddiving     :     113.03       1232          0
1800.03/1800.51	c   trivial          :       0.00          2          0
1800.03/1800.51	c   simplerounding   :       1.45       9063          0
1800.03/1800.51	c   zirounding       :       0.50       1000          0
1800.03/1800.51	c   rounding         :       3.15      44890          1
1800.03/1800.51	c   shifting         :       4.44       4095          0
1800.03/1800.51	c   intshifting      :       0.08          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.29         38          0
1800.03/1800.51	c   coefdiving       :      83.88       4067          1
1800.03/1800.51	c   pscostdiving     :     103.97       1414          0
1800.03/1800.51	c   fracdiving       :     119.39       1754          0
1800.03/1800.51	c   veclendiving     :      39.04       1637          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       3.47         54          0
1800.03/1800.51	c   rootsoldiving    :       9.91        252         35
1800.03/1800.51	c   linesearchdiving :      54.59       1870          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.04          1          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.62          0          0
1800.03/1800.51	c   trysol           :       1.20          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :     642.60     862166    5060308       5.87    7874.74
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:     356.05     788980    1726039       2.19    4847.74
1800.03/1800.51	c   strong branching :      21.36      18917     210840      11.15    9870.79
1800.03/1800.51	c     (at root node) :          -         47       2071      44.06          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :     862042
1800.03/1800.51	c   nodes (total)    :     862042
1800.03/1800.51	c   nodes left       :     861837
1800.03/1800.51	c   max depth        :         73
1800.03/1800.51	c   max depth (total):         73
1800.03/1800.51	c   backtracks       :      82817 (9.6%)
1800.03/1800.51	c   delayed cutoffs  :          0
1800.03/1800.51	c   repropagations   :        130 (115 domain reductions, 0 cutoffs)
1800.03/1800.51	c   avg switch length:       5.69
1800.03/1800.51	c   switching time   :      99.80
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :         42 (2 improvements)
1800.03/1800.51	c   First Solution   : -1.63830000000000e+04   (in run 1, after 1 nodes, 0.08 seconds, depth 0, found by <rounding>)
1800.03/1800.51	c   Primal Bound     : -1.63840000000000e+04   (in run 1, after 113 nodes, 3.36 seconds, depth 52, found by <coefdiving>)
1800.03/1800.51	c   Dual Bound       : -2.04790000000000e+04
1800.03/1800.51	c   Gap              :      20.00 %
1800.03/1800.51	c   Root Dual Bound  : -2.05019037433155e+04
1800.03/1800.51	c   Root Iterations  :       1087

Verifier Data

OK	-16384

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665570-1276361933/watcher-2665570-1276361933 -o /tmp/evaluation-result-2665570-1276361933/solver-2665570-1276361933 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665570-1276361933.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 12688
/proc/meminfo: memFree=1846940/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=9288 CPUtime=0
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 1075 0 0 0 0 0 0 0 20 0 1 0 9849068 9510912 995 1992294400 4194304 9819077 140734950627840 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12688/statm: 2322 1004 371 1374 0 943 0

[startup+0.0178901 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 12688
/proc/meminfo: memFree=1846940/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=10852 CPUtime=0.01
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 1861 0 0 0 1 0 0 0 20 0 1 0 9849068 11112448 1428 1992294400 4194304 9819077 140734950627840 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 2713 1441 423 1374 0 1334 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10852

[startup+0.100888 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 12688
/proc/meminfo: memFree=1846940/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=18264 CPUtime=0.09
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 4948 0 0 0 8 1 0 0 20 0 1 0 9849068 18702336 3151 1992294400 4194304 9819077 140734950627840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 4566 3151 638 1374 0 3187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18264

[startup+0.300906 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 12688
/proc/meminfo: memFree=1846940/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=22344 CPUtime=0.29
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 9201 0 0 0 25 4 0 0 20 0 1 0 9849068 22880256 4403 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 5586 4403 696 1374 0 4207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22344

[startup+0.700943 s]
/proc/loadavg: 0.92 0.99 0.99 3/107 12688
/proc/meminfo: memFree=1846940/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=24224 CPUtime=0.69
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 9570 0 0 0 65 4 0 0 20 0 1 0 9849068 24805376 4765 1992294400 4194304 9819077 140734950627840 18446744073709551615 6051122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 6056 4765 696 1374 0 4677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24224

[startup+1.50101 s]
/proc/loadavg: 0.92 0.99 0.99 2/108 12689
/proc/meminfo: memFree=1828580/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=25632 CPUtime=1.49
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 19303 0 0 0 140 9 0 0 23 0 1 0 9849068 26247168 5037 1992294400 4194304 9819077 140734950627840 18446744073709551615 6394675 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 6408 5037 716 1374 0 5029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25632

[startup+3.10116 s]
/proc/loadavg: 0.93 0.99 0.99 2/108 12689
/proc/meminfo: memFree=1828456/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=26288 CPUtime=3.09
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 32751 0 0 0 288 21 0 0 25 0 1 0 9849068 26918912 5060 1992294400 4194304 9819077 140734950627840 18446744073709551615 6393343 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 6490 5057 734 1374 0 5111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26288

[startup+6.30044 s]
/proc/loadavg: 0.93 0.99 0.99 2/108 12689
/proc/meminfo: memFree=1828580/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=27212 CPUtime=6.29
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 60004 0 0 0 581 48 0 0 25 0 1 0 9849068 27865088 5182 1992294400 4194304 9819077 140734950627840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 6803 5182 734 1374 0 5424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27212

[startup+12.701 s]
/proc/loadavg: 0.94 0.99 0.99 2/108 12689
/proc/meminfo: memFree=1825356/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=30504 CPUtime=12.69
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 99247 0 0 0 1172 97 0 0 25 0 1 0 9849068 31236096 5998 1992294400 4194304 9819077 140734950627840 18446744073709551615 6361784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 7626 5998 734 1374 0 6247 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30504

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.99 2/108 12689
/proc/meminfo: memFree=1817172/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=37584 CPUtime=25.48
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 182566 0 0 0 2342 206 0 0 25 0 1 0 9849068 38486016 8052 1992294400 4194304 9819077 140734950627840 18446744073709551615 7290866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 9396 8052 736 1374 0 8017 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37584

[startup+51.1015 s]
/proc/loadavg: 0.96 0.99 0.99 2/108 12691
/proc/meminfo: memFree=1804896/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=49672 CPUtime=51.07
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 319722 0 0 0 4723 384 0 0 25 0 1 0 9849068 50864128 11155 1992294400 4194304 9819077 140734950627840 18446744073709551615 6670007 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 12418 11155 737 1374 0 11039 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49672

[startup+102.308 s]
/proc/loadavg: 0.98 0.99 0.99 2/108 12691
/proc/meminfo: memFree=1775756/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=77760 CPUtime=102.26
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 586056 0 0 0 9471 755 0 0 25 0 1 0 9849068 79626240 18298 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 19440 18298 737 1374 0 18061 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 77760

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12702
/proc/meminfo: memFree=1744012/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=110936 CPUtime=162.22
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 873851 0 0 0 15063 1159 0 0 25 0 1 0 9849068 113598464 26180 1992294400 4194304 9819077 140734950627840 18446744073709551615 6367498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 27734 26180 737 1374 0 26355 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 110936

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12704
/proc/meminfo: memFree=1712020/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=142464 CPUtime=222.21
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 1157508 0 0 0 20658 1563 0 0 25 0 1 0 9849068 145883136 34179 1992294400 4194304 9819077 140734950627840 18446744073709551615 6180506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 35616 34179 737 1374 0 34237 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 142464

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12706
/proc/meminfo: memFree=1681764/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=172284 CPUtime=282.19
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 1449105 0 0 0 26244 1975 0 0 25 0 1 0 9849068 176418816 41746 1992294400 4194304 9819077 140734950627840 18446744073709551615 8678263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 43071 41746 737 1374 0 41692 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 172284

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12706
/proc/meminfo: memFree=1650392/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=203208 CPUtime=342.18
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 1735312 0 0 0 31832 2386 0 0 25 0 1 0 9849068 208084992 49582 1992294400 4194304 9819077 140734950627840 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 50761 49582 737 1374 0 49382 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 203208

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12708
/proc/meminfo: memFree=1618524/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=235432 CPUtime=402.16
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 2019972 0 0 0 37417 2799 0 0 25 0 1 0 9849068 241082368 57761 1992294400 4194304 9819077 140734950627840 18446744073709551615 4227522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 58858 57761 737 1374 0 57479 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 235432

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12710
/proc/meminfo: memFree=1584796/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=270984 CPUtime=462.15
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 2307243 0 0 0 43020 3195 0 0 25 0 1 0 9849068 277487616 65750 1992294400 4194304 9819077 140734950627840 18446744073709551615 6581298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 67746 65750 737 1374 0 66367 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 270984

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12712
/proc/meminfo: memFree=1554664/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=301256 CPUtime=522.14
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 2584468 0 0 0 48628 3586 0 0 25 0 1 0 9849068 308486144 73430 1992294400 4194304 9819077 140734950627840 18446744073709551615 6723444 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 75314 73430 737 1374 0 73935 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 301256

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12714
/proc/meminfo: memFree=1523292/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=331984 CPUtime=582.12
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 2856755 0 0 0 54241 3971 0 0 25 0 1 0 9849068 339951616 81176 1992294400 4194304 9819077 140734950627840 18446744073709551615 7816419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 82996 81176 737 1374 0 81617 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 331984

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/108 12714
/proc/meminfo: memFree=1491424/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=363428 CPUtime=642.12
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 3130716 0 0 0 59851 4361 0 0 25 0 1 0 9849068 372150272 89148 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 90857 89148 737 1374 0 89478 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 363428

[startup+702.301 s]

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

/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 4772210 0 0 0 93499 6703 0 0 25 0 1 0 9849068 574865408 137292 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 140348 137292 737 1374 0 138969 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 561392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12726
/proc/meminfo: memFree=1264876/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=594500 CPUtime=1062.01
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 5043219 0 0 0 99114 7087 0 0 25 0 1 0 9849068 608768000 145651 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 148625 145651 737 1374 0 147246 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 594500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12728
/proc/meminfo: memFree=1232636/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=627816 CPUtime=1121.99
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 5313069 0 0 0 104715 7484 0 0 25 0 1 0 9849068 642883584 154094 1992294400 4194304 9819077 140734950627840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 156954 154094 737 1374 0 155575 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 627816

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12730
/proc/meminfo: memFree=1199776/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=658396 CPUtime=1181.97
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 5580842 0 0 0 110323 7874 0 0 25 0 1 0 9849068 674197504 161847 1992294400 4194304 9819077 140734950627840 18446744073709551615 6513023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 164599 161847 737 1374 0 163220 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 658396

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12730
/proc/meminfo: memFree=1166792/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=690436 CPUtime=1241.96
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 5848602 0 0 0 115932 8264 0 0 25 0 1 0 9849068 707006464 169971 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 172609 169971 737 1374 0 171230 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 690436

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12732
/proc/meminfo: memFree=1133188/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=723072 CPUtime=1301.96
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 6115988 0 0 0 121540 8656 0 0 25 0 1 0 9849068 740425728 178243 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 180768 178243 737 1374 0 179389 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 723072

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12734
/proc/meminfo: memFree=1102436/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=754372 CPUtime=1361.93
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 6382279 0 0 0 127136 9057 0 0 25 0 1 0 9849068 772476928 186180 1992294400 4194304 9819077 140734950627840 18446744073709551615 6180526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 188593 186180 737 1374 0 187214 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 754372

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12736
/proc/meminfo: memFree=1068336/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=787024 CPUtime=1421.92
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 6650098 0 0 0 132747 9445 0 0 25 0 1 0 9849068 805912576 194458 1992294400 4194304 9819077 140734950627840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 196592 194454 737 1374 0 195213 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 787024

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12738
/proc/meminfo: memFree=1034856/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=819928 CPUtime=1481.9
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 6918763 0 0 0 138355 9835 0 0 25 0 1 0 9849068 839606272 202795 1992294400 4194304 9819077 140734950627840 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 204982 202795 737 1374 0 203603 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 819928

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12738
/proc/meminfo: memFree=1002740/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=851748 CPUtime=1541.89
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 7185740 0 0 0 143963 10226 0 0 25 0 1 0 9849068 872189952 210863 1992294400 4194304 9819077 140734950627840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 212937 210863 737 1374 0 211558 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 851748

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12740
/proc/meminfo: memFree=970004/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=884832 CPUtime=1601.87
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 7453859 0 0 0 149575 10612 0 0 25 0 1 0 9849068 906067968 219248 1992294400 4194304 9819077 140734950627840 18446744073709551615 6670352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 221208 219248 737 1374 0 219829 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 884832

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12742
/proc/meminfo: memFree=937268/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=916844 CPUtime=1661.86
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 7718493 0 0 0 155187 10999 0 0 25 0 1 0 9849068 938848256 227366 1992294400 4194304 9819077 140734950627840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 229211 227366 737 1374 0 227832 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 916844

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12744
/proc/meminfo: memFree=904160/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=948516 CPUtime=1721.84
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 7982127 0 0 0 160798 11386 0 0 25 0 1 0 9849068 971280384 235403 1992294400 4194304 9819077 140734950627840 18446744073709551615 4418818 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 237129 235403 737 1374 0 235750 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 948516

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12746
/proc/meminfo: memFree=870680/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=980948 CPUtime=1781.83
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 8255525 0 0 0 166407 11776 0 0 25 0 1 0 9849068 1004490752 243628 1992294400 4194304 9819077 140734950627840 18446744073709551615 8662722 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 245237 243628 737 1374 0 243858 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 980948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 12746
/proc/meminfo: memFree=860512/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=990872 CPUtime=1800.03
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 8335948 0 0 0 168110 11893 0 0 25 0 1 0 9849068 1014652928 246183 1992294400 4194304 9819077 140734950627840 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12688/statm: 247759 246184 737 1374 0 246380 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 990872

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12688

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 12747
/proc/meminfo: memFree=860504/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=991036 CPUtime=1800.92
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 8335950 0 0 0 168199 11893 0 0 25 0 1 0 9849068 1014820864 246185 1992294400 4194304 9819077 140734950627840 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12688/statm: 247759 246185 738 1374 0 246380 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 991036

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 12747
/proc/meminfo: memFree=860380/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=991036 CPUtime=1801.72
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4202496 8335950 0 0 0 168279 11893 0 0 25 0 1 0 9849068 1014820864 246185 1992294400 4194304 9819077 140734950627840 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12688/statm: 247759 246185 738 1374 0 246380 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 991036

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 12747
/proc/meminfo: memFree=860380/2059040 swapFree=4140272/4192956
[pid=12688] ppid=12686 vsize=0 CPUtime=1802.12
/proc/12688/stat : 12688 (pbscip.linux.x8) R 12686 12688 11698 0 -1 4203524 8335950 0 0 0 168310 11902 0 0 25 0 1 0 9849068 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/12688/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.6
CPU time (s): 1802.13
CPU user time (s): 1683.1
CPU system time (s): 119.026
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 991036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1683.1
system time used= 119.026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8335950
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= 2
involuntary context switches= 1674

runsolver used 3.02154 second user time and 8.47771 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 18:58:53
IDJOB=2665570
IDBENCH=1877
IDSOLVER=1168
FILE ID=node025/2665570-1276361933
PBS_JOBID= 11173200
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-opt1217.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665570-1276361933/watcher-2665570-1276361933 -o /tmp/evaluation-result-2665570-1276361933/solver-2665570-1276361933 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665570-1276361933.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0d06ca66c5954e6533e2fcc6f3f13fb8
RANDOM SEED=559131316

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1847468 kB
Buffers:         18140 kB
Cached:         100840 kB
SwapCached:       8224 kB
Active:          94524 kB
Inactive:        39336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1847468 kB
SwapTotal:     4192956 kB
SwapFree:      4140272 kB
Dirty:            6184 kB
Writeback:           0 kB
AnonPages:       10840 kB
Mapped:          12800 kB
Slab:            56012 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node025 at 2010-06-12 19:28:56