Trace number 2667000

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-16384 1802.13 1802.71

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: SoPlex 1.4.2] [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-2667000-1276361949.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.00/0.02	c presolving:
0.00/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.00/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.00/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.00/0.05	c    (0.0s) probing: 101/785 (12.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (4 rounds):
0.00/0.05	c  2 deleted vars, 1 deleted constraints, 2 tightened bounds, 0 added holes, 2 changed sides, 2 changed coefficients
0.00/0.05	c  0 implications, 48 cliques
0.00/0.05	c presolved problem has 785 variables (785 bin, 0 int, 0 impl, 0 cont) and 64 constraints
0.00/0.05	c      16 constraints of type <knapsack>
0.00/0.05	c      48 constraints of type <setppc>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.02
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 1620
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.09	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.09	c   0.1s|     1 |     0 |  1113 |     - |2739k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |      --      |    Inf 
0.09/0.12	o -8191
0.09/0.12	c F 0.1s|     1 |     0 |  1529 |     - |2796k|   0 |   1 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-8.191000e+03 |  60.05%
0.09/0.12	o -14335
0.09/0.12	c F 0.1s|     1 |     0 |  1553 |     - |2805k|   0 |   1 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-1.433500e+04 |  30.08%
0.09/0.13	c   0.1s|     1 |     0 |  1629 |     - |2785k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-1.433500e+04 |  30.08%
0.09/0.13	o -16383
0.09/0.13	c s 0.1s|     1 |     0 |  1629 |     - |2795k|   0 |  29 | 785 |  64 | 785 |  64 |   0 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.69/0.78	c   0.7s|     1 |     0 |  1631 |     - |2916k|   0 |  29 | 785 |  68 | 785 |  64 |  17 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.79/0.83	c   0.7s|     1 |     0 |  1648 |     - |2977k|   0 |  40 | 785 |  68 | 785 |  76 |  29 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.79/0.88	c   0.8s|     1 |     0 |  1651 |     - |3073k|   0 |  44 | 785 |  68 | 785 |  85 |  38 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.89/0.96	c   0.8s|     1 |     0 |  1658 |     - |3241k|   0 |  48 | 785 |  68 | 785 |  97 |  50 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
0.99/1.05	c   0.9s|     1 |     0 |  1661 |     - |3399k|   0 |  50 | 785 |  68 | 785 | 109 |  62 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.10/1.16	c   1.1s|     1 |     0 |  1663 |     - |3558k|   0 |  52 | 785 |  68 | 785 | 120 |  73 |   0 |   0 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.20/1.23	c   1.1s|     1 |     2 |  1663 |     - |3559k|   0 |  52 | 785 |  68 | 785 | 120 |  73 |   0 |  14 |-2.050190e+04 |-1.638300e+04 |  20.09%
1.59/1.66	o -16384
1.59/1.66	c p 1.5s|    13 |    14 |  2192 |  44.1 |3697k|   7 |   - | 785 | 107 | 785 |  83 |  73 |  39 | 176 |-2.050190e+04 |-1.638400e+04 |  20.09%
32.38/32.41	c  31.1s| 10000 |  9989 | 91293 |   9.0 |  16M|  54 |  27 | 785 |1170 | 785 |  83 |  73 |2561 |2821 |-2.050190e+04 |-1.638400e+04 |  20.09%
53.89/53.91	c  51.9s| 20000 | 19989 |162328 |   8.0 |  27M|  57 |  31 | 785 |1021 | 785 |  83 |  73 |4252 |3188 |-2.048000e+04 |-1.638400e+04 |  20.00%
74.88/74.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.88/74.92	c  72.1s| 30000 | 29989 |231213 |   7.7 |  38M|  73 |  27 | 785 |1016 | 785 |  83 |  73 |6031 |3406 |-2.048000e+04 |-1.638400e+04 |  20.00%
95.17/95.25	c  91.8s| 40000 | 39989 |300149 |   7.5 |  49M|  73 |  42 | 785 | 743 | 785 |  83 |  73 |7403 |3756 |-2.048000e+04 |-1.638400e+04 |  20.00%
115.05/115.10	c   111s| 50000 | 49987 |367536 |   7.3 |  59M|  73 |  33 | 785 | 799 | 785 |  83 |  73 |8811 |4172 |-2.048000e+04 |-1.638400e+04 |  20.00%
135.35/135.48	c   131s| 60000 | 59987 |435760 |   7.2 |  70M|  73 |  31 | 785 | 673 | 785 |  83 |  73 |  10k|4584 |-2.048000e+04 |-1.638400e+04 |  20.00%
155.33/155.44	c   150s| 70000 | 69987 |503206 |   7.2 |  81M|  73 |  30 | 785 | 706 | 785 |  83 |  73 |  11k|4922 |-2.048000e+04 |-1.638400e+04 |  20.00%
175.22/175.31	c   169s| 80000 | 79987 |571290 |   7.1 |  92M|  73 |  33 | 785 | 473 | 785 |  83 |  73 |  13k|5319 |-2.048000e+04 |-1.638400e+04 |  20.00%
195.32/195.46	c   189s| 90000 | 89987 |641931 |   7.1 | 103M|  73 |  32 | 785 | 529 | 785 |  83 |  73 |  14k|5649 |-2.048000e+04 |-1.638400e+04 |  20.00%
215.71/215.84	c   208s|100000 | 99987 |713578 |   7.1 | 114M|  73 |  27 | 785 | 527 | 785 |  83 |  73 |  16k|5964 |-2.048000e+04 |-1.638400e+04 |  20.00%
236.30/236.47	c   228s|110000 |109987 |785655 |   7.1 | 125M|  73 |  35 | 785 | 465 | 785 |  83 |  73 |  17k|6291 |-2.048000e+04 |-1.638400e+04 |  20.00%
256.90/257.04	c   248s|120000 |119987 |858736 |   7.1 | 136M|  73 |  33 | 785 | 391 | 785 |  83 |  73 |  19k|6597 |-2.048000e+04 |-1.638400e+04 |  20.00%
277.10/277.20	c   267s|130000 |129987 |928887 |   7.1 | 147M|  73 |  38 | 785 | 458 | 785 |  83 |  73 |  20k|6919 |-2.048000e+04 |-1.638400e+04 |  20.00%
297.09/297.28	c   287s|140000 |139987 |999627 |   7.1 | 158M|  73 |  34 | 785 | 327 | 785 |  83 |  73 |  22k|7174 |-2.048000e+04 |-1.638400e+04 |  20.00%
317.68/317.84	c   307s|150000 |149987 |  1073k|   7.1 | 170M|  74 |  27 | 785 | 458 | 785 |  83 |  73 |  23k|7463 |-2.048000e+04 |-1.638400e+04 |  20.00%
338.18/338.32	c   326s|160000 |159987 |  1147k|   7.2 | 181M|  74 |  34 | 785 | 356 | 785 |  83 |  73 |  24k|7723 |-2.048000e+04 |-1.638400e+04 |  20.00%
358.67/358.87	c   346s|170000 |169987 |  1219k|   7.2 | 192M|  74 |  28 | 785 | 435 | 785 |  83 |  73 |  26k|7964 |-2.048000e+04 |-1.638400e+04 |  20.00%
379.07/379.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.07/379.29	c   366s|180000 |179987 |  1292k|   7.2 | 203M|  74 |  29 | 785 | 370 | 785 |  83 |  73 |  27k|8194 |-2.048000e+04 |-1.638400e+04 |  20.00%
399.26/399.45	c   386s|190000 |189987 |  1363k|   7.2 | 214M|  74 |  32 | 785 | 389 | 785 |  83 |  73 |  29k|8384 |-2.048000e+04 |-1.638400e+04 |  20.00%
419.66/419.82	c   405s|200000 |199987 |  1436k|   7.2 | 225M|  74 |  30 | 785 | 352 | 785 |  83 |  73 |  30k|8583 |-2.048000e+04 |-1.638400e+04 |  20.00%
439.74/439.99	c   425s|210000 |209987 |  1507k|   7.2 | 237M|  74 |  29 | 785 | 271 | 785 |  83 |  73 |  32k|8809 |-2.048000e+04 |-1.638400e+04 |  20.00%
459.84/460.06	c   444s|220000 |219987 |  1578k|   7.2 | 248M|  74 |  38 | 785 | 393 | 785 |  83 |  73 |  33k|8997 |-2.048000e+04 |-1.638400e+04 |  20.00%
479.73/479.96	c   463s|230000 |229987 |  1648k|   7.2 | 259M|  74 |  30 | 785 | 346 | 785 |  83 |  73 |  34k|9184 |-2.048000e+04 |-1.638400e+04 |  20.00%
499.83/500.06	c   483s|240000 |239987 |  1719k|   7.2 | 270M|  74 |  34 | 785 | 384 | 785 |  83 |  73 |  36k|9388 |-2.048000e+04 |-1.638400e+04 |  20.00%
519.62/519.86	c   502s|250000 |249987 |  1788k|   7.1 | 281M|  74 |  32 | 785 | 280 | 785 |  83 |  73 |  37k|9609 |-2.048000e+04 |-1.638400e+04 |  20.00%
539.61/539.80	c   521s|260000 |259987 |  1858k|   7.1 | 292M|  74 |  30 | 785 | 271 | 785 |  83 |  73 |  39k|9784 |-2.048000e+04 |-1.638400e+04 |  20.00%
559.41/559.68	c   540s|270000 |269987 |  1928k|   7.1 | 303M|  74 |  31 | 785 | 322 | 785 |  83 |  73 |  40k|9946 |-2.048000e+04 |-1.638400e+04 |  20.00%
579.80/580.08	c   560s|280000 |279987 |  2003k|   7.1 | 315M|  74 |  33 | 785 | 425 | 785 |  83 |  73 |  42k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
599.69/599.91	c   579s|290000 |289987 |  2073k|   7.1 | 326M|  74 |  27 | 785 | 276 | 785 |  83 |  73 |  44k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
619.39/619.60	c   598s|300000 |299987 |  2144k|   7.1 | 337M|  74 |  34 | 785 | 229 | 785 |  83 |  73 |  45k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
639.08/639.38	c   617s|310000 |309987 |  2214k|   7.1 | 348M|  74 |  34 | 785 | 363 | 785 |  83 |  73 |  46k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
659.08/659.33	c   636s|320000 |319987 |  2285k|   7.1 | 359M|  74 |  30 | 785 | 242 | 785 |  83 |  73 |  48k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
678.58/678.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
678.58/678.83	c   655s|330000 |329987 |  2354k|   7.1 | 370M|  74 |  32 | 785 | 220 | 785 |  83 |  73 |  49k|  10k|-2.048000e+04 |-1.638400e+04 |  20.00%
698.67/698.98	c   675s|340000 |339987 |  2426k|   7.1 | 382M|  74 |  31 | 785 | 243 | 785 |  83 |  73 |  50k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
718.46/718.78	c   694s|350000 |349987 |  2496k|   7.1 | 393M|  74 |  34 | 785 | 382 | 785 |  83 |  73 |  52k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
738.65/738.96	c   713s|360000 |359987 |  2569k|   7.1 | 404M|  74 |  25 | 785 | 287 | 785 |  83 |  73 |  53k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
758.64/758.94	c   733s|370000 |369987 |  2641k|   7.1 | 416M|  74 |  29 | 785 | 217 | 785 |  83 |  73 |  55k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
778.34/778.68	c   752s|380000 |379987 |  2710k|   7.1 | 427M|  74 |  33 | 785 | 353 | 785 |  83 |  73 |  56k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
798.03/798.36	c   771s|390000 |389987 |  2780k|   7.1 | 438M|  74 |  29 | 785 | 160 | 785 |  83 |  73 |  58k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
817.73/818.03	c   790s|400000 |399987 |  2849k|   7.1 | 449M|  74 |  36 | 785 | 232 | 785 |  83 |  73 |  59k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
837.72/838.00	c   809s|410000 |409987 |  2919k|   7.1 | 461M|  75 |  31 | 785 | 200 | 785 |  83 |  73 |  61k|  11k|-2.048000e+04 |-1.638400e+04 |  20.00%
857.42/857.72	c   828s|420000 |419987 |  2988k|   7.1 | 472M|  75 |  23 | 785 | 179 | 785 |  83 |  73 |  62k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
876.78/877.11	c   847s|430000 |429987 |  3057k|   7.1 | 483M|  75 |  30 | 785 | 235 | 785 |  83 |  73 |  63k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
896.29/896.65	c   866s|440000 |439987 |  3125k|   7.1 | 494M|  75 |  28 | 785 | 167 | 785 |  83 |  73 |  65k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
915.58/915.94	c   884s|450000 |449987 |  3194k|   7.1 | 506M|  75 |  35 | 785 | 330 | 785 |  83 |  73 |  66k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
935.57/935.90	c   903s|460000 |459987 |  3265k|   7.1 | 517M|  75 |  25 | 785 | 209 | 785 |  83 |  73 |  67k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
955.06/955.42	c   922s|470000 |469987 |  3334k|   7.1 | 528M|  75 |  28 | 785 | 179 | 785 |  83 |  73 |  69k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
974.65/975.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.65/975.01	c   941s|480000 |479987 |  3405k|   7.1 | 540M|  75 |  31 | 785 | 281 | 785 |  83 |  73 |  71k|  12k|-2.048000e+04 |-1.638400e+04 |  20.00%
994.25/994.68	c   960s|490000 |489987 |  3474k|   7.1 | 551M|  75 |  33 | 785 | 174 | 785 |  83 |  73 |  72k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1013.74/1014.11	c   979s|500000 |499987 |  3543k|   7.1 | 562M|  77 |  28 | 785 | 173 | 785 |  83 |  73 |  74k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1033.04/1033.43	c   998s|510000 |509987 |  3610k|   7.1 | 574M|  77 |  31 | 785 | 273 | 785 |  83 |  73 |  75k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1052.64/1053.07	c  1017s|520000 |519987 |  3679k|   7.1 | 585M|  77 |  34 | 785 | 153 | 785 |  83 |  73 |  76k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1072.92/1073.38	c  1036s|530000 |529987 |  3753k|   7.1 | 596M|  77 |  33 | 785 | 155 | 785 |  83 |  73 |  78k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1092.82/1093.22	c  1055s|540000 |539987 |  3822k|   7.1 | 608M|  82 |  20 | 785 | 209 | 785 |  83 |  73 |  80k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1112.31/1112.74	c  1074s|550000 |549987 |  3890k|   7.1 | 619M|  82 |  27 | 785 | 154 | 785 |  83 |  73 |  81k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1132.41/1132.84	c  1093s|560000 |559987 |  3963k|   7.1 | 631M|  82 |  28 | 785 | 167 | 785 |  83 |  73 |  83k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1151.90/1152.31	c  1112s|570000 |569987 |  4030k|   7.1 | 643M|  82 |  30 | 785 | 137 | 785 |  83 |  73 |  85k|  13k|-2.048000e+04 |-1.638400e+04 |  20.00%
1171.89/1172.32	c  1132s|580000 |579987 |  4100k|   7.1 | 655M|  82 |  23 | 785 | 211 | 785 |  83 |  73 |  86k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1191.69/1192.15	c  1151s|590000 |589987 |  4171k|   7.1 | 666M|  82 |  35 | 785 | 215 | 785 |  83 |  73 |  88k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1211.80/1212.21	c  1170s|600000 |599987 |  4243k|   7.1 | 678M|  82 |  25 | 785 | 251 | 785 |  83 |  73 |  89k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1231.69/1232.13	c  1189s|610000 |609987 |  4314k|   7.1 | 689M|  82 |  37 | 785 | 187 | 785 |  83 |  73 |  91k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1251.08/1251.56	c  1208s|620000 |619987 |  4381k|   7.1 | 701M|  82 |  28 | 785 | 201 | 785 |  83 |  73 |  92k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1270.46/1270.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.46/1270.97	c  1227s|630000 |629987 |  4449k|   7.1 | 713M|  82 |  33 | 785 | 168 | 785 |  83 |  73 |  94k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1290.26/1290.73	c  1246s|640000 |639987 |  4518k|   7.1 | 725M|  82 |  26 | 785 | 176 | 785 |  83 |  73 |  95k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1309.76/1310.24	c  1265s|650000 |649987 |  4587k|   7.1 | 736M|  82 |  29 | 785 | 216 | 785 |  83 |  73 |  96k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1329.55/1330.08	c  1284s|660000 |659987 |  4657k|   7.1 | 748M|  82 |  31 | 785 | 203 | 785 |  83 |  73 |  98k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1349.14/1349.66	c  1303s|670000 |669987 |  4725k|   7.1 | 760M|  82 |  25 | 785 | 216 | 785 |  83 |  73 |  99k|  14k|-2.048000e+04 |-1.638400e+04 |  20.00%
1368.54/1369.00	c  1322s|680000 |679987 |  4794k|   7.0 | 771M|  82 |  34 | 785 | 168 | 785 |  83 |  73 | 101k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1388.13/1388.64	c  1341s|690000 |689987 |  4864k|   7.0 | 783M|  82 |  29 | 785 | 190 | 785 |  83 |  73 | 102k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1407.72/1408.21	c  1359s|700000 |699987 |  4933k|   7.0 | 794M|  82 |  25 | 785 | 122 | 785 |  83 |  73 | 104k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1427.62/1428.11	c  1379s|710000 |709987 |  5004k|   7.0 | 806M|  82 |  28 | 785 | 248 | 785 |  83 |  73 | 106k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1447.41/1447.92	c  1398s|720000 |719987 |  5073k|   7.0 | 818M|  82 |  30 | 785 | 213 | 785 |  83 |  73 | 107k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1466.91/1467.40	c  1417s|730000 |729987 |  5142k|   7.0 | 829M|  82 |  35 | 785 | 227 | 785 |  83 |  73 | 109k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1486.30/1486.82	c  1435s|740000 |739987 |  5210k|   7.0 | 841M|  82 |  39 | 785 | 233 | 785 |  83 |  73 | 110k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1506.10/1506.66	c  1454s|750000 |749987 |  5280k|   7.0 | 853M|  82 |  30 | 785 | 185 | 785 |  83 |  73 | 112k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1525.99/1526.55	c  1474s|760000 |759987 |  5349k|   7.0 | 864M|  82 |  35 | 785 | 150 | 785 |  83 |  73 | 114k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1545.48/1546.03	c  1492s|770000 |769987 |  5416k|   7.0 | 876M|  82 |  31 | 785 | 279 | 785 |  83 |  73 | 115k|  15k|-2.048000e+04 |-1.638400e+04 |  20.00%
1564.78/1565.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1564.78/1565.30	c  1511s|780000 |779987 |  5482k|   7.0 | 888M|  82 |  31 | 785 | 197 | 785 |  83 |  73 | 117k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1584.17/1584.74	c  1530s|790000 |789987 |  5550k|   7.0 | 900M|  82 |  34 | 785 | 194 | 785 |  83 |  73 | 118k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1603.47/1604.06	c  1549s|800000 |799987 |  5617k|   7.0 | 911M|  82 |  33 | 785 | 244 | 785 |  83 |  73 | 119k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1623.17/1623.75	c  1568s|810000 |809987 |  5687k|   7.0 | 923M|  82 |  29 | 785 | 194 | 785 |  83 |  73 | 121k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1642.35/1642.90	c  1586s|820000 |819987 |  5754k|   7.0 | 935M|  82 |  33 | 785 | 361 | 785 |  83 |  73 | 123k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1664.96/1665.52	c  1608s|830000 |829977 |  5824k|   7.0 | 946M|  82 |  31 | 785 | 154 | 785 |  83 |  73 | 125k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1684.34/1684.90	c  1626s|840000 |839977 |  5892k|   7.0 | 958M|  82 |  27 | 785 | 262 | 785 |  83 |  73 | 127k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1703.64/1704.22	c  1645s|850000 |849977 |  5960k|   7.0 | 970M|  82 |  28 | 785 | 260 | 785 |  83 |  73 | 128k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1723.33/1723.95	c  1664s|860000 |859977 |  6031k|   7.0 | 981M|  82 |  33 | 785 | 321 | 785 |  83 |  73 | 130k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1743.04/1743.65	c  1683s|870000 |869977 |  6101k|   7.0 | 993M|  82 |  26 | 785 | 249 | 785 |  83 |  73 | 131k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1762.62/1763.21	c  1702s|880000 |879977 |  6170k|   7.0 |1005M|  82 |  23 | 785 | 271 | 785 |  83 |  73 | 133k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1782.53/1783.17	c  1721s|890000 |889977 |  6240k|   7.0 |1017M|  82 |  30 | 785 | 147 | 785 |  83 |  73 | 135k|  16k|-2.048000e+04 |-1.638400e+04 |  20.00%
1800.01/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.60	c 
1800.01/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.60	c Solving Time (sec) : 1737.91
1800.01/1800.60	c Solving Nodes      : 898899
1800.01/1800.60	c Primal Bound       : -1.63840000000000e+04 (35 solutions)
1800.01/1800.60	c Dual Bound         : -2.04800000000000e+04
1800.01/1800.60	c Gap                : 20.00 %
1800.01/1800.61	s SATISFIABLE
1800.01/1800.61	v -x383 -x329 -x277 -x382 -x328 -x276 -x381 -x327 -x274 -x380 -x326 -x273 x379 -x325 -x272 x223 x222 -x221 x220 -x218 -x378 -x324 
1800.01/1800.61	v -x271 -x217 -x377 -x323 -x270 -x216 -x762 -x376 -x322 -x269 -x215 -x374 -x321 -x268 -x214 -x373 -x320 -x267 -x213 -x372 -x318 
1800.01/1800.61	v -x266 -x212 -x371 -x317 -x265 -x211 -x370 -x316 -x263 -x210 -x369 -x315 -x262 -x209 -x368 -x314 -x261 -x207 -x174 -x173 -x172 
1800.01/1800.61	v -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x163 -x162 -x161 -x160 -x159 -x367 -x313 x260 -x206 -x158 -x366 -x312 -x259 -x205 
1800.01/1800.61	v -x157 -x365 -x311 -x258 -x204 -x156 -x363 -x310 -x257 -x203 -x155 -x362 -x309 -x256 -x202 -x154 -x761 -x361 -x307 -x255 -x201 
1800.01/1800.61	v -x152 -x360 -x306 -x254 -x200 -x151 -x359 -x305 -x252 -x199 -x150 x358 -x304 -x251 -x198 -x149 -x357 -x303 -x250 -x196 -x148 
1800.01/1800.61	v -x121 -x120 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 
1800.01/1800.61	v -x98 -x96 -x95 -x94 -x760 -x759 -x356 -x302 -x249 -x195 -x147 -x93 -x355 -x301 -x248 -x194 -x146 x92 -x354 -x300 x247 -x193 
1800.01/1800.61	v -x145 -x91 -x351 -x299 x246 -x192 -x144 -x90 -x350 -x298 -x245 -x191 -x143 -x89 -x349 -x296 -x244 -x190 -x141 -x88 -x758 -x348 
1800.01/1800.61	v -x295 -x243 -x189 -x140 x87 -x347 -x294 -x240 -x188 -x139 -x85 -x346 -x293 -x239 -x187 -x138 -x84 -x345 x292 -x238 -x185 
1800.01/1800.61	v -x137 -x83 -x68 -x67 -x66 -x65 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x52 -x51 -x50 -x49 x48 -x47 x46 -x45 -x44 -x43 
1800.01/1800.61	v -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x757 -x344 -x291 -x237 -x136 -x82 -x30 -x756 -x343 x290 -x236 -x135 -x81 
1800.01/1800.61	v -x29 -x755 -x342 -x289 -x235 x134 -x80 -x28 -x754 -x340 -x288 -x234 -x133 -x79 -x27 -x339 -x287 -x233 -x184 -x132 -x78 -x26 
1800.01/1800.61	v -x338 -x285 -x232 -x183 -x129 -x77 x25 -x337 -x284 -x231 -x182 -x128 -x76 -x24 -x336 -x283 -x229 -x181 -x127 -x74 -x23 x335 
1800.01/1800.61	v -x282 -x228 -x180 -x126 -x73 -x22 -x334 -x281 -x227 -x179 x125 -x72 -x21 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x776 -x775 
1800.01/1800.61	v -x774 -x773 -x772 x771 -x770 -x769 -x768 -x767 -x765 -x764 x763 -x752 -x741 -x730 -x719 -x708 -x697 -x686 -x674 -x663 -x652 
1800.01/1800.61	v -x641 -x630 x619 -x608 -x597 -x586 -x575 -x563 -x552 -x541 -x530 x519 -x508 -x497 -x486 -x333 -x280 -x226 -x178 -x124 -x71 
1800.01/1800.61	v -x787 -x475 -x332 -x279 -x225 -x177 x123 -x70 -x786 -x464 -x753 -x331 -x278 -x224 -x176 -x122 -x69 -x785 -x452 -x751 -x750 -x749 
1800.01/1800.61	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x740 -x739 -x738 x737 -x736 -x735 -x734 -x733 -x732 -x731 -x729 -x728 -x727 -x726 
1800.01/1800.61	v -x725 -x724 -x723 -x722 -x721 x720 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 x710 -x709 -x707 -x706 -x705 -x704 -x703 
1800.01/1800.61	v -x702 -x701 -x700 -x699 -x698 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x684 -x683 -x682 -x681 -x680 -x679 
1800.01/1800.61	v -x678 -x677 -x676 -x675 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 -x664 -x662 -x661 -x660 -x659 -x658 -x657 x656 
1800.01/1800.61	v -x655 -x654 x653 -x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 -x643 -x642 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 
1800.01/1800.61	v -x632 -x631 -x629 -x628 -x627 -x626 -x625 -x624 x623 x622 -x621 -x620 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 
1800.01/1800.61	v -x609 -x607 -x606 -x605 -x604 -x603 -x602 -x601 -x600 -x599 -x598 -x596 -x595 x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 
1800.01/1800.61	v -x585 -x584 -x583 -x582 -x581 -x580 x579 -x578 x577 -x576 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x562 
1800.01/1800.61	v -x561 -x560 -x559 -x558 -x557 -x556 x555 -x554 -x553 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x540 -x539 
1800.01/1800.61	v -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x529 -x528 -x527 -x526 -x525 -x524 -x523 x522 -x521 -x520 -x518 -x517 -x516 
1800.01/1800.61	v -x515 x514 -x513 -x512 -x511 -x510 -x509 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 -x496 -x495 -x494 -x493 
1800.01/1800.61	v -x492 x491 -x490 -x489 -x488 -x487 x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 -x476 -x474 -x473 -x472 -x471 -x470 
1800.01/1800.61	v -x469 -x468 -x467 -x466 -x465 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 x454 -x453 -x451 x450 -x449 -x448 -x447 -x446 
1800.01/1800.61	v -x445 -x444 -x443 -x442 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x429 x428 -x427 -x426 -x425 -x424 x423 -x422 
1800.01/1800.61	v -x421 -x420 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 
1800.01/1800.61	v -x399 -x398 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x385 -x384 -x441 -x430 -x419 -x408 -x397 x386 -x375 
1800.01/1800.61	v x364 x353 x341 -x330 -x319 -x308 -x297 -x286 -x275 -x264 -x253 -x242 -x230 -x219 -x208 -x197 -x186 -x175 x164 -x153 -x142 -x131 
1800.01/1800.61	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.01/1800.61	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.01/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.61	c Solving Time       :    1737.91
1800.01/1800.61	c Original Problem   :
1800.01/1800.61	c   Problem name     : HOME/instance-2667000-1276361949.opb
1800.01/1800.61	c   Variables        : 787 (787 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.61	c   Constraints      : 65 initial, 65 maximal
1800.01/1800.61	c Presolved Problem  :
1800.01/1800.61	c   Problem name     : t_HOME/instance-2667000-1276361949.opb
1800.01/1800.61	c   Variables        : 785 (785 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.61	c   Constraints      : 64 initial, 1592 maximal
1800.01/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.61	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   linear           :       0.00          2          0          0          2          0          1          2          2
1800.01/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.61	c   root node        :          -          4          -          -          4          -          -          -          -
1800.01/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.61	c   integral         :          0          0          0     898925          0          0         44          0          0    1797774
1800.01/1800.61	c   knapsack         :         16          7    2639510          0          0       1618          2        202          0          0
1800.01/1800.61	c   setppc           :         48          7    2633933          0          0       1787   10725064          0          0          0
1800.01/1800.61	c   linear           :          0+         6      10124          0          0          0          0          0          0          0
1800.01/1800.61	c   logicor          :          0+         0     422122          0          0        821         13          0          0          0
1800.01/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.61	c   integral         :      48.03       0.00       0.00      48.03       0.00
1800.01/1800.61	c   knapsack         :     111.74       0.07     111.67       0.00       0.00
1800.01/1800.61	c   setppc           :      44.63       0.00      44.63       0.00       0.00
1800.01/1800.61	c   linear           :       0.19       0.00       0.19       0.00       0.00
1800.01/1800.61	c   logicor          :       9.30       0.00       9.30       0.00       0.00
1800.01/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.61	c   vbounds          :       1.59          2          0          0
1800.01/1800.61	c   rootredcost      :       1.37          1          0          0
1800.01/1800.61	c   pseudoobj        :      15.99    2655398      16087          3
1800.01/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.61	c   propagation      :      12.78      20313      20313     509535       83.2        158       88.3          -
1800.01/1800.61	c   infeasible LP    :       2.95       5530       2051      35186       91.2          1       46.0          0
1800.01/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.61	c   applied globally :          -          -          -     136294       57.2          -          -          -
1800.01/1800.61	c   applied locally  :          -          -          -        392       88.3          -          -          -
1800.01/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.61	c   cut pool         :       0.00          5          -          -         81          -    (maximal pool size: 362)
1800.01/1800.61	c   redcost          :      51.46     898927          0         61          0          0
1800.01/1800.61	c   impliedbounds    :       0.00          6          0          0          0          0
1800.01/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.61	c   gomory           :       0.07          6          0          0          0          0
1800.01/1800.61	c   strongcg         :       0.04          6          0          0          1          0
1800.01/1800.61	c   cmir             :       0.08          6          0          0        147          0
1800.01/1800.61	c   flowcover        :       0.16          6          0          0        237          0
1800.01/1800.61	c   clique           :       0.00          6          0          0          0          0
1800.01/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.61	c   rapidlearning    :       0.54          1          0          1          0          4
1800.01/1800.61	c Pricers            :       Time      Calls       Vars
1800.01/1800.61	c   problem variables:       0.00          0          0
1800.01/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.61	c   relpscost        :      46.73     898925          0         44          0          0    1797774
1800.01/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.61	c   LP solutions     :       0.00          -          0
1800.01/1800.61	c   pseudo solutions :       0.00          -          0
1800.01/1800.61	c   oneopt           :       0.52          3          0
1800.01/1800.61	c   crossover        :       4.56         12          5
1800.01/1800.61	c   trivial          :       0.00          2          0
1800.01/1800.61	c   simplerounding   :       0.95       1010          0
1800.01/1800.61	c   zirounding       :       0.50       1000          0
1800.01/1800.61	c   rounding         :       1.89      13362          0
1800.01/1800.61	c   shifting         :      18.57      14083          1
1800.01/1800.61	c   intshifting      :       0.08          0          0
1800.01/1800.61	c   twoopt           :       0.00          0          0
1800.01/1800.61	c   fixandinfer      :       0.00          0          0
1800.01/1800.61	c   feaspump         :       0.07          1          2
1800.01/1800.61	c   coefdiving       :      80.09       3842          0
1800.01/1800.61	c   pscostdiving     :     101.08       1277          1
1800.01/1800.61	c   fracdiving       :     104.36       1449          0
1800.01/1800.61	c   veclendiving     :      42.62       1713          0
1800.01/1800.61	c   intdiving        :       0.00          0          0
1800.01/1800.61	c   actconsdiving    :       0.00          0          0
1800.01/1800.61	c   objpscostdiving  :       8.48        646          2
1800.01/1800.61	c   rootsoldiving    :       9.27        282         24
1800.01/1800.61	c   linesearchdiving :      54.39       2064          0
1800.01/1800.61	c   guideddiving     :      96.49       1017          0
1800.01/1800.61	c   octane           :       0.00          0          0
1800.01/1800.61	c   rens             :       0.02          1          0
1800.01/1800.61	c   rins             :       0.00          0          0
1800.01/1800.61	c   localbranching   :       0.00          0          0
1800.01/1800.61	c   mutation         :       0.00          0          0
1800.01/1800.61	c   dins             :       0.00          0          0
1800.01/1800.61	c   undercover       :       0.00          0          0
1800.01/1800.61	c   nlp              :       0.81          0          0
1800.01/1800.61	c   trysol           :       0.99          0          0
1800.01/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.61	c   dual LP          :     649.08     898943    4712934       5.24    7260.94
1800.01/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.61	c   diving/probing LP:     298.53     755838    1590950       2.10    5329.28
1800.01/1800.61	c   strong branching :      24.28      16988     172131      10.13    7089.42
1800.01/1800.61	c     (at root node) :          -         14        347      24.79          -
1800.01/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.61	c B&B Tree           :
1800.01/1800.61	c   number of runs   :          1
1800.01/1800.61	c   nodes            :     898899
1800.01/1800.61	c   nodes (total)    :     898899
1800.01/1800.61	c   nodes left       :     898876
1800.01/1800.61	c   max depth        :         82
1800.01/1800.61	c   max depth (total):         82
1800.01/1800.61	c   backtracks       :      86577 (9.6%)
1800.01/1800.61	c   delayed cutoffs  :          0
1800.01/1800.61	c   repropagations   :         51 (12 domain reductions, 0 cutoffs)
1800.01/1800.61	c   avg switch length:       5.68
1800.01/1800.61	c   switching time   :     119.30
1800.01/1800.61	c Solution           :
1800.01/1800.61	c   Solutions found  :         35 (4 improvements)
1800.01/1800.61	c   First Solution   : -8.19100000000000e+03   (in run 1, after 1 nodes, 0.08 seconds, depth 0, found by <feaspump>)
1800.01/1800.61	c   Primal Bound     : -1.63840000000000e+04   (in run 1, after 13 nodes, 1.53 seconds, depth 73, found by <pscostdiving>)
1800.01/1800.61	c   Dual Bound       : -2.04800000000000e+04
1800.01/1800.61	c   Gap              :      20.00 %
1800.01/1800.61	c   Root Dual Bound  : -2.05019037433155e+04
1800.01/1800.61	c   Root Iterations  :       1663

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-2667000-1276361949/watcher-2667000-1276361949 -o /tmp/evaluation-result-2667000-1276361949/solver-2667000-1276361949 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667000-1276361949.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.91 0.97 0.99 3/106 14685
/proc/meminfo: memFree=1830788/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=6696 CPUtime=0
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 990 0 0 0 0 0 0 0 18 0 1 0 11798877 6856704 910 1992294400 4194304 8223781 140736446489392 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14685/statm: 1674 920 346 984 0 687 0

[startup+0.101338 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14685
/proc/meminfo: memFree=1830788/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=15960 CPUtime=0.09
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 4800 0 0 0 7 2 0 0 20 0 1 0 11798877 16343040 3069 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 3990 3069 548 984 0 3003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15960

[startup+0.201348 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14685
/proc/meminfo: memFree=1830788/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=27012 CPUtime=0.2
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 7992 0 0 0 16 4 0 0 20 0 1 0 11798877 27660288 5480 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 6753 5480 580 984 0 5766 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 27012

[startup+0.300358 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14685
/proc/meminfo: memFree=1830788/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=28892 CPUtime=0.29
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 8976 0 0 0 24 5 0 0 20 0 1 0 11798877 29585408 5950 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 7223 5950 587 984 0 6236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28892

[startup+0.700399 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14685
/proc/meminfo: memFree=1830788/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=29424 CPUtime=0.69
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 9117 0 0 0 61 8 0 0 20 0 1 0 11798877 30130176 6091 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 7356 6091 587 984 0 6369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29424

[startup+1.50048 s]
/proc/loadavg: 0.91 0.97 0.99 2/107 14686
/proc/meminfo: memFree=1813668/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=23296 CPUtime=1.49
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 12046 0 0 0 138 11 0 0 23 0 1 0 11798877 23855104 4955 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 5824 4955 597 984 0 4837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23296

[startup+3.10065 s]
/proc/loadavg: 0.91 0.97 0.99 2/107 14686
/proc/meminfo: memFree=1812304/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=23296 CPUtime=3.09
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 12047 0 0 0 293 16 0 0 25 0 1 0 11798877 23855104 4956 1992294400 4194304 8223781 140736446489392 18446744073709551615 6445383 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 5824 4956 597 984 0 4837 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23296

[startup+6.30197 s]
/proc/loadavg: 1.00 0.98 0.99 2/107 14686
/proc/meminfo: memFree=1812304/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=23296 CPUtime=6.29
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 19256 0 0 0 599 30 0 0 25 0 1 0 11798877 23855104 4959 1992294400 4194304 8223781 140736446489392 18446744073709551615 6592563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 5824 4959 600 984 0 4837 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23296

[startup+12.7016 s]
/proc/loadavg: 1.00 0.98 0.99 2/107 14686
/proc/meminfo: memFree=1810816/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=25316 CPUtime=12.69
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 19751 0 0 0 1218 51 0 0 25 0 1 0 11798877 25923584 5452 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 6329 5452 600 984 0 5342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25316

[startup+25.5009 s]
/proc/loadavg: 1.00 0.98 0.99 2/107 14686
/proc/meminfo: memFree=1802260/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=33788 CPUtime=25.49
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 33505 0 0 0 2453 96 0 0 25 0 1 0 11798877 34598912 7605 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 8447 7605 600 984 0 7460 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33788

[startup+51.1006 s]
/proc/loadavg: 1.00 0.98 0.99 2/107 14686
/proc/meminfo: memFree=1788372/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=47440 CPUtime=51.08
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 52990 0 0 0 4917 191 0 0 25 0 1 0 11798877 48578560 11066 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 11860 11066 600 984 0 10873 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47440

[startup+102.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 14688
/proc/meminfo: memFree=1762456/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=72880 CPUtime=102.27
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 65929 0 0 0 9860 367 0 0 25 0 1 0 11798877 74629120 17506 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 18220 17506 600 984 0 17233 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 72880

[startup+162.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 14699
/proc/meminfo: memFree=1729224/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=107448 CPUtime=162.23
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 81494 0 0 0 15650 573 0 0 25 0 1 0 11798877 110026752 25767 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 26862 25767 600 984 0 25875 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 107448

[startup+222.308 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 14701
/proc/meminfo: memFree=1695868/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=140264 CPUtime=222.22
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 89810 0 0 0 21444 778 0 0 25 0 1 0 11798877 143630336 34083 1992294400 4194304 8223781 140736446489392 18446744073709551615 6448663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 35066 34083 600 984 0 34079 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 140264

[startup+282.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 14701
/proc/meminfo: memFree=1664620/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=170976 CPUtime=282.19
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 106200 0 0 0 27233 986 0 0 25 0 1 0 11798877 175079424 41866 1992294400 4194304 8223781 140736446489392 18446744073709551615 6003266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 42744 41866 600 984 0 41757 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 170976

[startup+342.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14703
/proc/meminfo: memFree=1630892/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=204304 CPUtime=342.18
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 114627 0 0 0 33031 1187 0 0 25 0 1 0 11798877 209207296 50293 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 51076 50293 600 984 0 50089 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 204304

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 14705
/proc/meminfo: memFree=1598652/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=235828 CPUtime=402.15
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 122625 0 0 0 38832 1383 0 0 25 0 1 0 11798877 241487872 58291 1992294400 4194304 8223781 140736446489392 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 58957 58291 600 984 0 57970 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 235828

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14707
/proc/meminfo: memFree=1564304/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=273716 CPUtime=462.14
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 139339 0 0 0 44622 1592 0 0 25 0 1 0 11798877 280285184 66854 1992294400 4194304 8223781 140736446489392 18446744073709551615 6162792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 68429 66854 600 984 0 67442 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 273716

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14709
/proc/meminfo: memFree=1531692/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=306740 CPUtime=522.12
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 147732 0 0 0 50422 1790 0 0 25 0 1 0 11798877 314101760 75247 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 76685 75247 600 984 0 75698 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 306740

[startup+582.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14709
/proc/meminfo: memFree=1498336/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=338884 CPUtime=582.1
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 155886 0 0 0 56215 1995 0 0 25 0 1 0 11798877 347017216 83401 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 84721 83401 600 984 0 83734 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 338884

[startup+642.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14711
/proc/meminfo: memFree=1464608/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=371592 CPUtime=642.08
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 164173 0 0 0 62000 2208 0 0 25 0 1 0 11798877 380510208 91688 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 92898 91688 600 984 0 91911 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 371592

[startup+702.301 s]

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

/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 221754 0 0 0 96746 3449 0 0 25 0 1 0 11798877 597127168 143243 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 145783 143243 600 984 0 144796 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 583132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14726
/proc/meminfo: memFree=1223676/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=616420 CPUtime=1061.94
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 230196 0 0 0 102543 3651 0 0 25 0 1 0 11798877 631214080 151685 1992294400 4194304 8223781 140736446489392 18446744073709551615 6023790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 154105 151685 600 984 0 153118 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 616420

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14728
/proc/meminfo: memFree=1189824/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=650720 CPUtime=1121.91
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 238887 0 0 0 108333 3858 0 0 25 0 1 0 11798877 666337280 160376 1992294400 4194304 8223781 140736446489392 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 162680 160376 600 984 0 161693 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 650720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14728
/proc/meminfo: memFree=1154236/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=684692 CPUtime=1181.9
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 247500 0 0 0 114127 4063 0 0 25 0 1 0 11798877 701124608 168988 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 171173 168988 600 984 0 170186 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 684692

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14730
/proc/meminfo: memFree=1119516/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=718804 CPUtime=1241.87
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 256149 0 0 0 119922 4265 0 0 25 0 1 0 11798877 736055296 177635 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 179701 177635 600 984 0 178714 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 718804

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14732
/proc/meminfo: memFree=1083928/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=756236 CPUtime=1301.85
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 265624 0 0 0 125713 4472 0 0 25 0 1 0 11798877 774385664 187110 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 189059 187110 600 984 0 188072 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 756236

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14734
/proc/meminfo: memFree=1047596/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=789456 CPUtime=1361.83
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 274053 0 0 0 131510 4673 0 0 25 0 1 0 11798877 808402944 195539 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 197364 195539 600 984 0 196377 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 789456

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14736
/proc/meminfo: memFree=1012132/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=824512 CPUtime=1421.82
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 282923 0 0 0 137308 4874 0 0 25 0 1 0 11798877 844300288 204399 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 206128 204399 600 984 0 205141 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 824512

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14736
/proc/meminfo: memFree=975800/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=860168 CPUtime=1481.8
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 291969 0 0 0 143096 5084 0 0 25 0 1 0 11798877 880812032 213437 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 215042 213437 600 984 0 214055 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 860168

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14738
/proc/meminfo: memFree=941080/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=894292 CPUtime=1541.8
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 300626 0 0 0 148890 5290 0 0 25 0 1 0 11798877 915755008 222093 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 223573 222093 600 984 0 222586 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 894292

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14740
/proc/meminfo: memFree=905120/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=929688 CPUtime=1601.77
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 309592 0 0 0 154688 5489 0 0 25 0 1 0 11798877 952000512 231059 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 232422 231059 600 984 0 231435 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 929688

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14742
/proc/meminfo: memFree=869656/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=964576 CPUtime=1661.75
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 324236 0 0 0 160454 5721 0 0 25 0 1 0 11798877 987725824 239908 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 241144 239908 600 984 0 240157 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 964576

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14744
/proc/meminfo: memFree=834316/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=999272 CPUtime=1721.74
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 333024 0 0 0 166240 5934 0 0 25 0 1 0 11798877 1023254528 248693 1992294400 4194304 8223781 140736446489392 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 249818 248693 600 984 0 248831 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 999272

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14744
/proc/meminfo: memFree=798604/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=1034148 CPUtime=1781.71
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 341866 0 0 0 172029 6142 0 0 25 0 1 0 11798877 1058967552 257530 1992294400 4194304 8223781 140736446489392 18446744073709551615 6372030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 258537 257530 600 984 0 257550 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1034148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14746
/proc/meminfo: memFree=786948/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=1045648 CPUtime=1800.01
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 344781 0 0 0 173791 6210 0 0 25 0 1 0 11798877 1070743552 260445 1992294400 4194304 8223781 140736446489392 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14685/statm: 261412 260445 600 984 0 260425 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1045648

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14685

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

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14747
/proc/meminfo: memFree=786940/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=1045648 CPUtime=1800.91
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 344783 0 0 0 173881 6210 0 0 25 0 1 0 11798877 1070743552 260447 1992294400 4194304 8223781 140736446489392 18446744073709551615 6206655 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14685/statm: 261412 260447 602 984 0 260425 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 1045648

[startup+1802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14747
/proc/meminfo: memFree=786940/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=1045648 CPUtime=1801.71
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4202496 344783 0 0 0 173961 6210 0 0 25 0 1 0 11798877 1070743552 260447 1992294400 4194304 8223781 140736446489392 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14685/statm: 261412 260447 602 984 0 260425 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 1045648

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 14747
/proc/meminfo: memFree=786940/2059040 swapFree=4135584/4192956
[pid=14685] ppid=14683 vsize=0 CPUtime=1802.11
/proc/14685/stat : 14685 (pbscip.linux.x8) R 14683 14685 14024 0 -1 4203524 344783 0 0 0 173992 6219 0 0 25 0 1 0 11798877 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.71
CPU time (s): 1802.13
CPU user time (s): 1739.92
CPU system time (s): 62.2045
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 1045648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1739.92
system time used= 62.2045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344783
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= 4184

runsolver used 2.80457 second user time and 8.68568 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 18:59:09
IDJOB=2667000
IDBENCH=1877
IDSOLVER=1169
FILE ID=node002/2667000-1276361949
PBS_JOBID= 11173204
Free space on /tmp= 62400 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) 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.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667000-1276361949/watcher-2667000-1276361949 -o /tmp/evaluation-result-2667000-1276361949/solver-2667000-1276361949 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667000-1276361949.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0d06ca66c5954e6533e2fcc6f3f13fb8
RANDOM SEED=1944010608

node002.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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1831316 kB
Buffers:         32436 kB
Cached:         121276 kB
SwapCached:      17672 kB
Active:         110724 kB
Inactive:        62704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1831316 kB
SwapTotal:     4192956 kB
SwapFree:      4135584 kB
Dirty:            4636 kB
Writeback:           0 kB
AnonPages:       10700 kB
Mapped:           9084 kB
Slab:            32600 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62392 MiB
End job on node002 at 2010-06-12 19:29:12