Trace number 2665478

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)247 1800.12 1800.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-max1024.r.opb
MD5SUM87c08328e44aaf86c5913a3ba08592cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark245
Best CPU time to get the best result obtained on this benchmark2.83457
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 245
Optimality of the best value was proved YES
Number of variables1264
Total number of constraints1090
Number of constraints which are clauses1090
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 1264
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1264
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1264
Number of bits of the biggest sum of numbers11
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-2665478-1276595720.opb>
0.00/0.04	c original problem has 1264 variables (1264 bin, 0 int, 0 impl, 0 cont) and 1090 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	o 1264
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.264000e+03
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 6 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.06/0.06	c (round 2) 12 del vars, 14 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.09/0.10	c (round 3) 12 del vars, 14 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1076 upgd conss, 200 impls, 0 clqs
0.09/0.12	c (round 4) 12 del vars, 64 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1076 upgd conss, 200 impls, 0 clqs
0.09/0.13	c    (0.1s) probing: 101/1252 (8.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (5 rounds):
0.09/0.14	c  12 deleted vars, 64 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  200 implications, 0 cliques
0.09/0.14	c presolved problem has 1252 variables (1252 bin, 0 int, 0 impl, 0 cont) and 1026 constraints
0.09/0.14	c    1026 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.08
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.2
0.09/0.14	c 
0.09/0.14	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c conflict/interconss = 0
0.09/0.14	c 
0.09/0.14	c # should binary conflicts be preferred?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c conflict/preferbinary = TRUE
0.09/0.14	c 
0.09/0.14	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.14	c constraints/agelimit = 1
0.09/0.14	c 
0.09/0.14	c # should enforcement of pseudo solution be disabled?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/disableenfops = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1799.97
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 1620
0.09/0.14	c 
0.09/0.14	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.14	c lp/solvefreq = 0
0.09/0.14	c 
0.09/0.14	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.09/0.14	c # [type: char, range: {lafpsqd}, default: l]
0.09/0.14	c lp/pricing = a
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # priority of node selection rule <dfs> in standard mode
0.09/0.14	c # [type: int, range: [-536870912,536870911], default: 0]
0.09/0.14	c nodeselection/dfs/stdpriority = 1000000
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.14	o 1258
0.09/0.14	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.14	c t 0.1s|     1 |     0 |     0 |     - |3023k|   0 |   - |1252 |1026 |   0 |   0 |   0 |   0 |   0 |      --      | 1.258000e+03 |    Inf 
0.09/0.15	o 303
0.09/0.15	c b 0.1s|     1 |     0 |     0 |     - |3984k|   0 |   - |1252 |1026 |1252 |1026 |   0 |   0 |   0 |      --      | 3.030000e+02 |    Inf 
0.30/0.37	c   0.3s|     1 |     0 |  1360 |     - |3967k|   0 | 374 |1252 |1026 |1252 |1026 |   0 |   0 |   0 | 2.428333e+02 | 3.030000e+02 |  24.78%
1.09/1.10	c   1.0s|     1 |     0 |  1511 |     - |8321k|   0 | 320 |1252 |1026 |1252 |1029 |   3 |   0 |   0 | 2.431807e+02 | 3.030000e+02 |  24.60%
1.79/1.89	c   1.8s|     1 |     0 |  1530 |     - |  13M|   0 | 324 |1252 |1026 |1252 |1030 |   4 |   0 |   0 | 2.431807e+02 | 3.030000e+02 |  24.60%
2.69/2.73	c   2.6s|     1 |     0 |  1705 |     - |  14M|   0 | 431 |1252 |1026 |1252 |1031 |   5 |   0 |   0 | 2.432545e+02 | 3.030000e+02 |  24.56%
3.49/3.56	c   3.4s|     1 |     0 |  1863 |     - |  16M|   0 | 447 |1252 |1026 |1252 |1032 |   6 |   0 |   0 | 2.432996e+02 | 3.030000e+02 |  24.54%
4.29/4.37	c   4.2s|     1 |     0 |  1973 |     - |  18M|   0 | 404 |1252 |1026 |1252 |1034 |   8 |   0 |   0 | 2.433846e+02 | 3.030000e+02 |  24.49%
5.09/5.19	c   5.1s|     1 |     0 |  2097 |     - |  21M|   0 | 463 |1252 |1026 |1252 |1035 |   9 |   0 |   0 | 2.434009e+02 | 3.030000e+02 |  24.49%
5.99/6.08	c   6.0s|     1 |     0 |  2261 |     - |  22M|   0 | 456 |1252 |1026 |1252 |1036 |  10 |   0 |   0 | 2.434105e+02 | 3.030000e+02 |  24.48%
6.89/6.93	c   6.8s|     1 |     0 |  2492 |     - |  23M|   0 | 426 |1252 |1026 |1252 |1037 |  11 |   0 |   0 | 2.434235e+02 | 3.030000e+02 |  24.47%
7.60/7.65	c   7.5s|     1 |     0 |  2612 |     - |  23M|   0 | 478 |1252 |1026 |1252 |1038 |  12 |   0 |   0 | 2.434316e+02 | 3.030000e+02 |  24.47%
16.89/16.95	o 247
16.89/16.95	c E16.3s|     1 |     0 |  2612 |     - |  23M|   0 | 478 |1252 |1026 |1252 |1038 |  12 |   0 |   0 | 2.434316e+02 | 2.470000e+02 |   1.47%
16.89/16.97	c  16.3s|     1 |     0 |  2612 |     - |  23M|   0 | 478 |1252 |1026 |1252 |1038 |  12 |   0 |   0 | 2.434316e+02 | 2.470000e+02 |   1.47%
20.38/20.48	c  19.8s|     1 |     2 |  2612 |     - |  23M|   0 | 478 |1252 |1026 |1252 |1038 |  12 |   0 |  22 | 2.434316e+02 | 2.470000e+02 |   1.47%
28.68/28.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.68/28.74	c  27.8s| 10000 |   689 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |5813 |  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
37.08/37.12	c  35.9s| 20000 |   685 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  11k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
45.58/45.65	c  44.2s| 30000 |   682 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  18k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
54.17/54.24	c  52.6s| 40000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  24k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
62.78/62.82	c  60.9s| 50000 |   682 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  30k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
71.08/71.15	c  69.0s| 60000 |   682 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  36k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
79.57/79.69	c  77.3s| 70000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  42k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
88.07/88.14	c  85.5s| 80000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  48k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
96.56/96.60	c  93.7s| 90000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  54k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
104.96/105.03	c   102s|100000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  61k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
113.66/113.76	c   110s|110000 |   683 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  67k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
122.56/122.61	c   119s|120000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  73k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
131.46/131.51	c   128s|130000 |   680 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  79k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
140.45/140.56	c   136s|140000 |   681 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  85k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
149.15/149.25	c   145s|150000 |   678 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  91k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
158.05/158.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.05/158.10	c   154s|160000 |   679 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |  98k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
167.15/167.27	c   162s|170000 |   680 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 104k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
176.25/176.38	c   171s|180000 |   678 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 110k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
185.14/185.26	c   180s|190000 |   679 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 116k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
193.94/194.09	c   189s|200000 |   679 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 123k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
203.04/203.17	c   197s|210000 |   676 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 129k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
211.84/211.95	c   206s|220000 |   678 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 135k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
220.94/221.10	c   215s|230000 |   676 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 141k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
230.03/230.16	c   224s|240000 |   677 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 148k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
239.02/239.12	c   232s|250000 |   678 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 154k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
247.63/247.71	c   241s|260000 |   673 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 160k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
256.52/256.63	c   249s|270000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 166k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
265.71/265.89	c   258s|280000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 172k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
274.82/274.94	c   267s|290000 |   674 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 179k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
283.91/284.00	c   276s|300000 |   675 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 185k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
293.21/293.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.21/293.35	c   285s|310000 |   673 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 191k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
302.32/302.47	c   294s|320000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 197k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
311.31/311.41	c   303s|330000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 204k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
320.01/320.11	c   311s|340000 |   676 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 210k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
328.71/328.86	c   320s|350000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 216k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
337.61/337.78	c   328s|360000 |   675 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 222k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
346.69/346.81	c   337s|370000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 228k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
355.28/355.42	c   346s|380000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 235k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
364.28/364.46	c   354s|390000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 241k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
372.97/373.18	c   363s|400000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 247k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
381.87/382.04	c   372s|410000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 253k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
390.78/390.95	c   380s|420000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 260k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
399.87/400.08	c   389s|430000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 266k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
409.08/409.28	c   398s|440000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 272k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
418.16/418.32	c   407s|450000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 279k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
427.26/427.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.26/427.40	c   416s|460000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 285k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
436.06/436.26	c   424s|470000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 291k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
444.76/444.92	c   433s|480000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 297k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
453.65/453.83	c   441s|490000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 304k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
462.55/462.72	c   450s|500000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 310k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
471.55/471.76	c   459s|510000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 316k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
480.55/480.73	c   468s|520000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 322k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
489.64/489.82	c   477s|530000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 329k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
498.24/498.48	c   485s|540000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 335k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
506.95/507.13	c   493s|550000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 341k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
515.54/515.74	c   502s|560000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 347k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
524.44/524.64	c   510s|570000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 353k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
533.53/533.70	c   519s|580000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 359k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
542.33/542.58	c   528s|590000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 366k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
551.53/551.72	c   537s|600000 |   673 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 372k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
560.42/560.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.42/560.65	c   546s|610000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 378k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
569.22/569.42	c   554s|620000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 384k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
578.02/578.26	c   563s|630000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 390k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
587.01/587.28	c   571s|640000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 397k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
595.82/596.02	c   580s|650000 |   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 403k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
604.51/604.76	c   588s|660000 |   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 409k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
613.41/613.65	c   597s|670000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 415k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
622.10/622.34	c   606s|680000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 421k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
630.71/630.97	c   614s|690000 |   672 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 427k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
639.40/639.67	c   622s|700000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 433k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
648.20/648.49	c   631s|710000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 440k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
657.19/657.40	c   640s|720000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 446k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
666.20/666.48	c   649s|730000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 452k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
675.29/675.53	c   657s|740000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 458k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
683.90/684.20	c   666s|750000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 465k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
692.89/693.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.89/693.20	c   675s|760000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 471k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
701.79/702.05	c   683s|770000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 477k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
710.68/710.93	c   692s|780000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 483k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
719.38/719.63	c   700s|790000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 489k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
728.18/728.43	c   709s|800000 |   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 495k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
736.87/737.18	c   717s|810000 |   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 502k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
745.68/745.99	c   726s|820000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 508k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
754.38/754.65	c   734s|830000 |   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 514k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
762.87/763.13	c   743s|840000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 520k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
771.56/771.82	c   751s|850000 |   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 526k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
779.96/780.29	c   759s|860000 |   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 533k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
788.56/788.86	c   768s|870000 |   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 539k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
797.36/797.67	c   776s|880000 |   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 545k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
806.06/806.39	c   785s|890000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 551k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
814.76/815.05	c   793s|900000 |   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 557k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
823.65/823.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
823.65/823.96	c   802s|910000 |   673 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 563k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
832.45/832.77	c   810s|920000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 570k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
841.15/841.45	c   819s|930000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 576k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
849.64/849.92	c   827s|940000 |   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 582k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
858.44/858.73	c   836s|950000 |   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 588k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
867.04/867.38	c   844s|960000 |   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 594k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
875.64/875.94	c   852s|970000 |   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 600k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
884.33/884.63	c   861s|980000 |   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 606k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
893.03/893.38	c   869s|990000 |   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 612k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
901.82/902.18	c   878s|  1000k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 618k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
910.53/910.86	c   886s|  1010k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 625k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
919.12/919.42	c   895s|  1020k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 631k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
927.71/928.05	c   903s|  1030k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 637k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
936.61/936.99	c   912s|  1040k|   677 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 643k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
945.72/946.07	c   921s|  1050k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 649k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
954.91/955.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.91/955.21	c   929s|  1060k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 655k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
963.81/964.16	c   938s|  1070k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 662k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
972.91/973.27	c   947s|  1080k|   671 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 668k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
981.91/982.20	c   956s|  1090k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 674k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
990.80/991.15	c   964s|  1100k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 680k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
999.99/1000.33	c   973s|  1110k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 687k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1008.90/1009.23	c   982s|  1120k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 693k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1017.89/1018.27	c   991s|  1130k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 699k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1026.69/1027.06	c   999s|  1140k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 705k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1035.59/1035.95	c  1008s|  1150k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 712k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1044.69/1045.08	c  1017s|  1160k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 718k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1053.58/1053.94	c  1025s|  1170k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 724k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1062.78/1063.18	c  1034s|  1180k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 730k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1071.88/1072.21	c  1043s|  1190k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 736k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1080.68/1081.06	c  1052s|  1200k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 742k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1089.77/1090.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1089.77/1090.16	c  1061s|  1210k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 748k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1098.57/1098.96	c  1069s|  1220k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 754k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1107.86/1108.20	c  1078s|  1230k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 761k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1116.96/1117.31	c  1087s|  1240k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 767k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1125.66/1126.01	c  1096s|  1250k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 773k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1134.16/1134.58	c  1104s|  1260k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 779k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1143.16/1143.51	c  1112s|  1270k|   663 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 785k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1152.46/1152.88	c  1122s|  1280k|   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 791k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1161.65/1162.09	c  1131s|  1290k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 798k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1171.06/1171.46	c  1140s|  1300k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 804k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1180.05/1180.41	c  1148s|  1310k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 810k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1188.94/1189.33	c  1157s|  1320k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 816k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1197.74/1198.16	c  1166s|  1330k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 823k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1206.54/1206.93	c  1174s|  1340k|   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 829k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1215.14/1215.54	c  1183s|  1350k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 835k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1223.73/1224.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1223.73/1224.18	c  1191s|  1360k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 841k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1232.33/1232.75	c  1199s|  1370k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 847k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1240.92/1241.36	c  1208s|  1380k|   673 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 853k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1249.73/1250.16	c  1216s|  1390k|   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 859k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1258.52/1258.97	c  1225s|  1400k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 865k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1267.72/1268.15	c  1234s|  1410k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 872k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1276.51/1276.91	c  1242s|  1420k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 878k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1285.31/1285.70	c  1251s|  1430k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 884k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1294.22/1294.68	c  1260s|  1440k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 890k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1303.41/1303.85	c  1269s|  1450k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 896k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1312.30/1312.73	c  1277s|  1460k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 903k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1321.20/1321.63	c  1286s|  1470k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 909k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1330.09/1330.53	c  1295s|  1480k|   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 915k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1338.90/1339.31	c  1303s|  1490k|   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 921k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1347.69/1348.18	c  1312s|  1500k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 927k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1356.49/1356.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.49/1356.90	c  1320s|  1510k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 933k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1365.39/1365.87	c  1329s|  1520k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 939k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1374.19/1374.66	c  1337s|  1530k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 945k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1382.99/1383.44	c  1346s|  1540k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 951k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1391.78/1392.22	c  1355s|  1550k|   662 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 958k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1400.58/1401.03	c  1363s|  1560k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 964k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1409.88/1410.31	c  1372s|  1570k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 970k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1418.48/1418.98	c  1381s|  1580k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 976k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1427.28/1427.79	c  1389s|  1590k|   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 982k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1435.97/1436.48	c  1398s|  1600k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 989k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1444.77/1445.25	c  1406s|  1610k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 | 995k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1453.77/1454.26	c  1415s|  1620k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1001k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1462.57/1463.06	c  1423s|  1630k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1007k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1471.56/1472.02	c  1432s|  1640k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1013k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1480.85/1481.33	c  1441s|  1650k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1020k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1489.96/1490.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1489.96/1490.47	c  1450s|  1660k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1026k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1499.25/1499.73	c  1459s|  1670k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1032k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1508.35/1508.89	c  1468s|  1680k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1039k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1517.85/1518.33	c  1477s|  1690k|   662 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1045k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1526.94/1527.44	c  1486s|  1700k|   669 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1051k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1535.64/1536.11	c  1495s|  1710k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1058k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1544.04/1544.59	c  1503s|  1720k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1064k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1552.64/1553.18	c  1511s|  1730k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1070k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1561.44/1561.99	c  1520s|  1740k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1076k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1570.43/1570.91	c  1528s|  1750k|   664 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1082k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1579.63/1580.18	c  1538s|  1760k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1088k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1588.73/1589.23	c  1546s|  1770k|   670 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1095k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1597.33/1597.84	c  1555s|  1780k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1101k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1605.93/1606.40	c  1563s|  1790k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1107k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1614.52/1615.07	c  1572s|  1800k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1113k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1623.62/1624.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1623.62/1624.12	c  1580s|  1810k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1119k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1632.42/1632.91	c  1589s|  1820k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1125k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1641.31/1641.88	c  1598s|  1830k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1131k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1650.01/1650.52	c  1606s|  1840k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1137k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1659.10/1659.61	c  1615s|  1850k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1143k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1667.71/1668.26	c  1623s|  1860k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1150k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1676.71/1677.22	c  1632s|  1870k|   663 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1156k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1685.60/1686.11	c  1641s|  1880k|   662 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1162k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1694.40/1694.94	c  1649s|  1890k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1168k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1703.10/1703.64	c  1658s|  1900k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1174k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1711.70/1712.27	c  1666s|  1910k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1180k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1720.29/1720.86	c  1675s|  1920k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1187k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1729.38/1729.94	c  1683s|  1930k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1193k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1738.18/1738.73	c  1692s|  1940k|   663 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1199k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1746.98/1747.58	c  1701s|  1950k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1205k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1755.78/1756.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1755.78/1756.38	c  1709s|  1960k|   667 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1211k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1764.88/1765.43	c  1718s|  1970k|   662 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1218k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1773.88/1774.42	c  1727s|  1980k|   666 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1224k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1782.77/1783.32	c  1735s|  1990k|   665 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1230k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1791.97/1792.50	c  1744s|  2000k|   668 |  2612 |   0.0 |  23M| 725 |   - |1252 |1026 |   0 |   0 |  12 |1237k|  22 | 2.435541e+02 | 2.470000e+02 |   1.41%
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.61	c 
1800.08/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.61	c Solving Time (sec) : 1752.09
1800.08/1800.61	c Solving Nodes      : 2008691
1800.08/1800.61	c Primal Bound       : +2.47000000000000e+02 (16 solutions)
1800.08/1800.61	c Dual Bound         : +2.43554129724841e+02
1800.08/1800.61	c Gap                : 1.41 %
1800.08/1800.61	s SATISFIABLE
1800.08/1800.61	v -x1264 x1263 -x1262 x1261 -x1260 -x1259 -x1258 -x1257 x1256 -x1255 -x1254 x1253 -x1252 -x1251 -x1250 -x1249 -x1248 -x1247 -x1246 
1800.08/1800.61	v -x1245 -x1244 -x1243 -x1242 -x1241 -x1240 -x1239 -x1238 -x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 
1800.08/1800.61	v -x1227 -x1226 -x1225 -x1224 -x1223 -x1222 -x1221 -x1220 -x1219 -x1218 -x1217 -x1216 -x1215 -x1214 -x1213 -x1212 -x1211 x1210 
1800.08/1800.61	v -x1209 -x1208 -x1207 -x1206 -x1205 x1204 -x1203 -x1202 x1201 -x1200 -x1199 -x1198 -x1197 -x1196 -x1195 -x1194 -x1193 -x1192 
1800.08/1800.61	v -x1191 -x1190 -x1189 -x1188 -x1187 -x1186 -x1185 -x1184 -x1183 x1182 x1181 x1180 x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 
1800.08/1800.61	v -x1172 -x1171 -x1170 -x1169 -x1168 -x1167 -x1166 -x1165 -x1164 -x1163 -x1162 -x1161 -x1160 x1159 -x1158 x1157 -x1156 -x1155 
1800.08/1800.61	v -x1154 x1153 -x1152 -x1151 -x1150 -x1149 x1148 -x1147 -x1146 -x1145 -x1144 x1143 -x1142 x1141 -x1140 x1139 -x1138 -x1137 
1800.08/1800.61	v -x1136 -x1135 -x1134 -x1133 -x1132 -x1131 -x1130 x1129 -x1128 -x1127 -x1126 -x1125 -x1124 -x1123 -x1122 x1121 -x1120 x1119 -x1118 
1800.08/1800.61	v -x1117 -x1116 x1115 -x1114 -x1113 -x1112 -x1111 -x1110 -x1109 -x1108 x1107 -x1106 -x1105 -x1104 -x1103 x1102 x1101 -x1100 
1800.08/1800.61	v -x1099 -x1098 -x1097 -x1096 x1095 x1094 -x1093 -x1092 -x1091 -x1090 -x1089 -x1088 -x1087 -x1086 -x1085 -x1084 -x1083 x1082 
1800.08/1800.61	v -x1081 -x1080 x1079 -x1078 -x1077 -x1076 -x1075 -x1074 -x1073 -x1072 -x1071 -x1070 -x1069 x1068 -x1067 -x1066 x1065 x1064 x1063 
1800.08/1800.61	v -x1062 x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 -x1054 x1053 -x1052 -x1051 x1050 -x1049 -x1048 -x1047 -x1046 -x1045 
1800.08/1800.61	v -x1044 x1043 -x1042 -x1041 x1040 -x1039 x1038 x1037 -x1036 -x1035 -x1034 -x1033 x1032 x1031 -x1030 -x1029 x1028 -x1027 -x1026 
1800.08/1800.61	v x1025 -x1024 -x1023 -x1022 -x1021 -x1020 -x1019 -x1018 -x1017 -x1016 -x1015 x1014 -x1013 -x1012 -x1011 -x1010 x1009 x1008 
1800.08/1800.61	v -x1007 x1006 -x1005 -x1004 -x1003 x1002 -x1001 -x1000 -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 
1800.08/1800.61	v -x987 x986 -x985 -x984 x983 -x982 -x981 x980 -x979 -x978 -x977 x976 x975 -x974 -x973 -x972 x971 -x970 x969 -x968 -x967 -x966 
1800.08/1800.61	v -x965 -x964 -x963 -x962 -x961 -x960 x959 x958 x957 -x956 -x955 x954 -x953 x952 -x951 -x950 -x949 x948 -x947 -x946 -x945 x944 
1800.08/1800.61	v -x943 -x942 -x941 -x940 -x939 x938 -x937 -x936 -x935 x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 
1800.08/1800.61	v -x922 -x921 -x920 -x919 x918 -x917 -x916 x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 
1800.08/1800.61	v x900 x899 -x898 -x897 -x896 -x895 -x894 -x893 -x892 x891 x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 x880 
1800.08/1800.61	v x879 -x878 x877 x876 -x875 -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 x863 -x862 -x861 -x860 -x859 -x858 
1800.08/1800.61	v -x857 -x856 -x855 x854 -x853 -x852 x851 x850 -x849 -x848 -x847 -x846 -x845 x844 -x843 x842 -x841 -x840 -x839 -x838 -x837 
1800.08/1800.61	v x836 -x835 -x834 x833 -x832 -x831 x830 -x829 -x828 x827 -x826 -x825 x824 -x823 -x822 -x821 -x820 -x819 -x818 x817 -x816 -x815 
1800.08/1800.61	v -x814 -x813 -x812 -x811 -x810 -x809 -x808 -x807 -x806 -x805 x804 -x803 -x802 -x801 x800 -x799 -x798 x797 -x796 x795 -x794 -x793 
1800.08/1800.61	v -x792 -x791 -x790 -x789 x788 -x787 -x786 -x785 -x784 -x783 x782 -x781 x780 -x779 -x778 x777 -x776 x775 -x774 -x773 -x772 
1800.08/1800.61	v x771 -x770 x769 -x768 x767 -x766 -x765 x764 x763 -x762 -x761 -x760 -x759 x758 x757 x756 x755 -x754 -x753 -x752 -x751 -x750 -x749 
1800.08/1800.61	v -x748 x747 -x746 -x745 -x744 -x743 x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 
1800.08/1800.61	v -x727 -x726 -x725 -x724 -x723 x722 -x721 -x720 x719 -x718 -x717 -x716 x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1800.08/1800.61	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 x694 -x693 -x692 x691 -x690 -x689 x688 -x687 -x686 x685 
1800.08/1800.61	v -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 x674 -x673 -x672 -x671 -x670 -x669 x668 -x667 -x666 -x665 -x664 
1800.08/1800.61	v -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 x655 x654 -x653 -x652 -x651 -x650 -x649 -x648 -x647 -x646 x645 -x644 x643 
1800.08/1800.61	v -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 x634 -x633 -x632 -x631 x630 -x629 -x628 -x627 -x626 x625 -x624 -x623 -x622 x621 
1800.08/1800.61	v -x620 -x619 x618 -x617 -x616 -x615 x614 -x613 -x612 -x611 -x610 -x609 x608 -x607 -x606 x605 -x604 -x603 -x602 -x601 -x600 
1800.08/1800.61	v x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 x587 -x586 -x585 -x584 x583 -x582 -x581 -x580 -x579 -x578 
1800.08/1800.61	v x577 -x576 x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 -x560 -x559 -x558 -x557 
1800.08/1800.61	v -x556 -x555 -x554 -x553 x552 x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 x542 -x541 -x540 -x539 -x538 x537 -x536 
1800.08/1800.61	v -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 x526 -x525 -x524 -x523 x522 -x521 -x520 -x519 -x518 -x517 -x516 -x515 -x514 
1800.08/1800.61	v -x513 x512 -x511 -x510 x509 -x508 -x507 x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 x498 -x497 -x496 -x495 -x494 -x493 
1800.08/1800.61	v -x492 -x491 -x490 x489 -x488 -x487 -x486 -x485 x484 x483 -x482 x481 -x480 x479 -x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 
1800.08/1800.61	v -x470 -x469 x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 -x458 x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 
1800.08/1800.61	v -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 x433 -x432 -x431 -x430 -x429 
1800.08/1800.61	v -x428 x427 x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 x416 -x415 x414 -x413 x412 x411 x410 -x409 x408 x407 -x406 
1800.08/1800.61	v x405 -x404 -x403 x402 x401 x400 -x399 -x398 -x397 x396 -x395 x394 x393 -x392 -x391 -x390 -x389 -x388 x387 -x386 -x385 -x384 
1800.08/1800.61	v x383 -x382 -x381 -x380 -x379 -x378 -x377 x376 -x375 -x374 x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 
1800.08/1800.61	v -x362 -x361 -x360 -x359 x358 x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 x346 -x345 x344 x343 x342 x341 
1800.08/1800.61	v -x340 x339 -x338 x337 x336 -x335 x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 -x323 -x322 -x321 -x320 -x319 
1800.08/1800.61	v -x318 -x317 -x316 x315 x314 -x313 -x312 -x311 x310 x309 -x308 x307 -x306 -x305 x304 -x303 -x302 -x301 -x300 -x299 x298 -x297 
1800.08/1800.61	v -x296 x295 x294 x293 -x292 -x291 -x290 x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 x281 -x280 -x279 -x278 -x277 -x276 -x275 
1800.08/1800.61	v -x274 x273 x272 x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 x263 x262 x261 -x260 -x259 -x258 x257 x256 -x255 -x254 -x253 
1800.08/1800.61	v -x252 x251 -x250 -x249 -x248 x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 x237 -x236 -x235 -x234 -x233 -x232 
1800.08/1800.61	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 
1800.08/1800.61	v -x210 -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 
1800.08/1800.61	v -x189 x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
1800.08/1800.61	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.61	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 x127 -x126 
1800.08/1800.61	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.08/1800.62	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.08/1800.62	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 x61 -x60 -x59 -x58 -x57 x56 -x55 x54 
1800.08/1800.62	v x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 
1800.08/1800.62	v -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 x17 x16 x15 -x14 -x13 -x12 -x11 -x10 x9 x8 -x7 -x6 -x5 x4 x3 x2 -x1 
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time       :    1752.09
1800.08/1800.62	c Original Problem   :
1800.08/1800.62	c   Problem name     : HOME/instance-2665478-1276595720.opb
1800.08/1800.62	c   Variables        : 1264 (1264 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 1090 initial, 1090 maximal
1800.08/1800.62	c Presolved Problem  :
1800.08/1800.62	c   Problem name     : t_HOME/instance-2665478-1276595720.opb
1800.08/1800.62	c   Variables        : 1252 (1252 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 1026 initial, 1026 maximal
1800.08/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   dualfix          :       0.00          6          0          0          0          0          0          0          0
1800.08/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.62	c   linear           :       0.02          0          6          0          0          0         14          0          0
1800.08/1800.62	c   logicor          :       0.04          0          0          0          0          0         50          0          0
1800.08/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.08/1800.62	c   logicor          :       1026+        10    3842771          0          0     555714    5369443          0          0          0
1800.08/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.62	c   integral         :       3.33       0.00       0.00       3.33       0.00
1800.08/1800.62	c   logicor          :     493.36       0.01     493.35       0.00       0.00
1800.08/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.62	c   vbounds          :       3.51          2          0          0
1800.08/1800.62	c   rootredcost      :       3.14          0          0          0
1800.08/1800.62	c   pseudoobj        :     949.55    7160528     687902   39963711
1800.08/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.62	c   propagation      :     967.31    1242723    1242723    1242723      307.7        114      298.8          -
1800.08/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   pseudo solution  :       0.00          4          4          4      316.2          0        0.0          -
1800.08/1800.62	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.08/1800.62	c   applied locally  :          -          -          -    1242727      307.7          -          -          -
1800.08/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.62	c   cut pool         :       0.03          9          -          -        269          -    (maximal pool size: 892)
1800.08/1800.62	c   redcost          :       0.00         11          0          0          0          0
1800.08/1800.62	c   impliedbounds    :       0.00         11          0          0          0          0
1800.08/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.62	c   gomory           :       3.34         11          0          0       1103          0
1800.08/1800.62	c   strongcg         :       3.21         11          0          0       2353          0
1800.08/1800.62	c   cmir             :       0.14         10          0          0          0          0
1800.08/1800.62	c   flowcover        :       0.11         10          0          0          0          0
1800.08/1800.62	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.62	c Pricers            :       Time      Calls       Vars
1800.08/1800.62	c   problem variables:       0.00          0          0
1800.08/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   relpscost        :       3.33          1          0          0          0          0          2
1800.08/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   inference        :     111.62    1385498          0          0          0          0    2770996
1800.08/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.62	c   LP solutions     :       0.00          -          0
1800.08/1800.62	c   pseudo solutions :       0.00          -          0
1800.08/1800.62	c   crossover        :       0.00          0          0
1800.08/1800.62	c   oneopt           :       1.15          3          1
1800.08/1800.62	c   trivial          :       0.01          2          3
1800.08/1800.62	c   simplerounding   :       0.00         10         10
1800.08/1800.62	c   zirounding       :       0.01          1          1
1800.08/1800.62	c   rounding         :       0.11         10          0
1800.08/1800.62	c   shifting         :       0.10         10          0
1800.08/1800.62	c   intshifting      :       0.00          0          0
1800.08/1800.62	c   twoopt           :       0.00          0          0
1800.08/1800.62	c   fixandinfer      :       0.00          0          0
1800.08/1800.62	c   feaspump         :       0.00          0          0
1800.08/1800.62	c   coefdiving       :       0.00          0          0
1800.08/1800.62	c   pscostdiving     :       0.00          0          0
1800.08/1800.62	c   fracdiving       :       0.00          0          0
1800.08/1800.62	c   veclendiving     :       0.00          0          0
1800.08/1800.62	c   intdiving        :       0.00          0          0
1800.08/1800.62	c   actconsdiving    :       0.00          0          0
1800.08/1800.62	c   objpscostdiving  :       0.00          0          0
1800.08/1800.62	c   rootsoldiving    :       0.00          0          0
1800.08/1800.62	c   linesearchdiving :       0.00          0          0
1800.08/1800.62	c   guideddiving     :       0.00          0          0
1800.08/1800.62	c   octane           :       0.00          0          0
1800.08/1800.62	c   rens             :       8.65          1          1
1800.08/1800.62	c   rins             :       0.00          0          0
1800.08/1800.62	c   localbranching   :       0.00          0          0
1800.08/1800.62	c   mutation         :       0.00          0          0
1800.08/1800.62	c   dins             :       0.00          0          0
1800.08/1800.62	c   undercover       :       0.00          0          0
1800.08/1800.62	c   nlp              :       1.50          0          0
1800.08/1800.62	c   trysol           :       0.67          0          0
1800.08/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.62	c   dual LP          :       0.60         10       2612     261.20    4353.33
1800.08/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.62	c   strong branching :       3.33         22      10473     476.05    3145.05
1800.08/1800.62	c     (at root node) :          -         22      10473     476.05          -
1800.08/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.62	c B&B Tree           :
1800.08/1800.62	c   number of runs   :          1
1800.08/1800.62	c   nodes            :    2008691
1800.08/1800.62	c   nodes (total)    :    2008691
1800.08/1800.62	c   nodes left       :        663
1800.08/1800.62	c   max depth        :        725
1800.08/1800.62	c   max depth (total):        725
1800.08/1800.62	c   backtracks       :     639957 (31.9%)
1800.08/1800.62	c   delayed cutoffs  :     761645
1800.08/1800.62	c   repropagations   :    1528674 (26760682 domain reductions, 620428 cutoffs)
1800.08/1800.62	c   avg switch length:       2.38
1800.08/1800.62	c   switching time   :      50.93
1800.08/1800.62	c Solution           :
1800.08/1800.62	c   Solutions found  :         16 (4 improvements)
1800.08/1800.62	c   First Solution   : +1.26400000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.08/1800.62	c   Primal Bound     : +2.47000000000000e+02   (in run 1, after 1 nodes, 16.31 seconds, depth 0, found by <rens>)
1800.08/1800.62	c   Dual Bound       : +2.43554129724841e+02
1800.08/1800.62	c   Gap              :       1.41 %
1800.08/1800.62	c   Root Dual Bound  : +2.43431603011090e+02
1800.08/1800.62	c   Root Iterations  :       2612
1800.08/1800.64	c Time complete: 1800.11.

Verifier Data

OK	247

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665478-1276595720/watcher-2665478-1276595720 -o /tmp/evaluation-result-2665478-1276595720/solver-2665478-1276595720 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665478-1276595720.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: 2.30 2.27 2.09 2/106 4179
/proc/meminfo: memFree=1815200/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=8256 CPUtime=0
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 1000 0 0 0 0 0 0 0 20 0 1 0 35173367 8454144 920 1992294400 4194304 9819077 140733674626864 18446744073709551615 8718752 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4179/statm: 2065 924 366 1374 0 686 0

[startup+0.0664549 s]
/proc/loadavg: 2.30 2.27 2.09 2/106 4179
/proc/meminfo: memFree=1815200/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=17408 CPUtime=0.06
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 3727 0 0 0 5 1 0 0 20 0 1 0 35173367 17825792 3036 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 4352 3036 495 1374 0 2973 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17408

[startup+0.101458 s]
/proc/loadavg: 2.30 2.27 2.09 2/106 4179
/proc/meminfo: memFree=1815200/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=17968 CPUtime=0.09
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 4653 0 0 0 8 1 0 0 20 0 1 0 35173367 18399232 3191 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 4492 3191 502 1374 0 3113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17968

[startup+0.301476 s]
/proc/loadavg: 2.30 2.27 2.09 2/106 4179
/proc/meminfo: memFree=1815200/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=23092 CPUtime=0.3
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 6288 0 0 0 27 3 0 0 20 0 1 0 35173367 23646208 4159 1992294400 4194304 9819077 140733674626864 18446744073709551615 6198649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 5773 4159 635 1374 0 4394 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 23092

[startup+0.701513 s]
/proc/loadavg: 2.30 2.27 2.09 2/106 4179
/proc/meminfo: memFree=1815200/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=25436 CPUtime=0.69
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 7062 0 0 0 66 3 0 0 21 0 1 0 35173367 26046464 4703 1992294400 4194304 9819077 140733674626864 18446744073709551615 4667267 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 6359 4703 650 1374 0 4980 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25436

[startup+1.50159 s]
/proc/loadavg: 2.30 2.27 2.09 2/107 4180
/proc/meminfo: memFree=1790640/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=36808 CPUtime=1.49
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 10122 0 0 0 144 5 0 0 23 0 1 0 35173367 37691392 7610 1992294400 4194304 9819077 140733674626864 18446744073709551615 6031893 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 9202 7610 670 1374 0 7823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36808

[startup+3.10074 s]
/proc/loadavg: 2.30 2.27 2.09 2/107 4180
/proc/meminfo: memFree=1776256/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=53280 CPUtime=3.09
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 14404 0 0 0 302 7 0 0 25 0 1 0 35173367 54558720 11620 1992294400 4194304 9819077 140733674626864 18446744073709551615 6047067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 13320 11620 670 1374 0 11941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53280

[startup+6.30103 s]
/proc/loadavg: 2.20 2.25 2.09 2/107 4180
/proc/meminfo: memFree=1759764/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=64700 CPUtime=6.29
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 18027 0 0 0 619 10 0 0 25 0 1 0 35173367 66252800 14412 1992294400 4194304 9819077 140733674626864 18446744073709551615 6047510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 16175 14412 670 1374 0 14796 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64700

[startup+12.7006 s]
/proc/loadavg: 2.10 2.22 2.08 2/107 4180
/proc/meminfo: memFree=1743520/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=83744 CPUtime=12.69
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 58294 0 0 0 1232 37 0 0 25 0 1 0 35173367 85753856 18461 1992294400 4194304 9819077 140733674626864 18446744073709551615 7301652 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 20936 18462 700 1374 0 19557 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83744

[startup+25.5018 s]
/proc/loadavg: 1.86 2.16 2.06 2/107 4180
/proc/meminfo: memFree=1757284/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=67388 CPUtime=25.49
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109464 0 0 0 2468 81 0 0 25 0 1 0 35173367 69005312 15095 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 16847 15095 719 1374 0 15468 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67388

[startup+51.1012 s]
/proc/loadavg: 1.56 2.07 2.03 2/107 4180
/proc/meminfo: memFree=1756788/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=67800 CPUtime=51.08
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109572 0 0 0 4956 152 0 0 25 0 1 0 35173367 69427200 15203 1992294400 4194304 9819077 140733674626864 18446744073709551615 5924066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 16950 15203 719 1374 0 15571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67800

[startup+102.309 s]
/proc/loadavg: 1.24 1.90 1.98 2/107 4182
/proc/meminfo: memFree=1756292/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68072 CPUtime=102.27
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109623 0 0 0 9927 300 0 0 25 0 1 0 35173367 69705728 15254 1992294400 4194304 9819077 140733674626864 18446744073709551615 4240369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17018 15254 719 1374 0 15639 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 68072

[startup+162.302 s]
/proc/loadavg: 1.09 1.74 1.91 2/107 4184
/proc/meminfo: memFree=1756044/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68208 CPUtime=162.25
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109677 0 0 0 15768 457 0 0 25 0 1 0 35173367 69844992 15308 1992294400 4194304 9819077 140733674626864 18446744073709551615 5909144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17052 15308 719 1374 0 15673 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68208

[startup+222.301 s]
/proc/loadavg: 1.03 1.60 1.85 2/107 4186
/proc/meminfo: memFree=1755920/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68488 CPUtime=222.23
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109730 0 0 0 21612 611 0 0 25 0 1 0 35173367 70131712 15361 1992294400 4194304 9819077 140733674626864 18446744073709551615 5905982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17122 15361 719 1374 0 15743 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 68488

[startup+282.302 s]
/proc/loadavg: 1.01 1.49 1.80 2/107 4186
/proc/meminfo: memFree=1755796/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68488 CPUtime=282.21
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109737 0 0 0 27451 770 0 0 25 0 1 0 35173367 70131712 15368 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17122 15368 719 1374 0 15743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68488

[startup+342.301 s]
/proc/loadavg: 1.00 1.40 1.75 2/107 4198
/proc/meminfo: memFree=1754184/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68624 CPUtime=342.18
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109771 0 0 0 33293 925 0 0 25 0 1 0 35173367 70270976 15402 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17156 15402 719 1374 0 15777 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 68624

[startup+402.302 s]
/proc/loadavg: 1.00 1.32 1.70 2/107 4200
/proc/meminfo: memFree=1754308/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68624 CPUtime=402.17
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109780 0 0 0 39131 1086 0 0 25 0 1 0 35173367 70270976 15411 1992294400 4194304 9819077 140733674626864 18446744073709551615 4240560 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17156 15411 719 1374 0 15777 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 68624

[startup+462.301 s]
/proc/loadavg: 1.00 1.26 1.65 2/107 4202
/proc/meminfo: memFree=1754308/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68624 CPUtime=462.15
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109790 0 0 0 44976 1239 0 0 25 0 1 0 35173367 70270976 15421 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17156 15421 719 1374 0 15777 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 68624

[startup+522.301 s]
/proc/loadavg: 1.00 1.21 1.61 2/107 4204
/proc/meminfo: memFree=1754308/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68624 CPUtime=522.13
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109790 0 0 0 50823 1390 0 0 25 0 1 0 35173367 70270976 15421 1992294400 4194304 9819077 140733674626864 18446744073709551615 5918859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17156 15421 719 1374 0 15777 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 68624

[startup+582.302 s]
/proc/loadavg: 1.00 1.17 1.56 2/107 4204
/proc/meminfo: memFree=1754308/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68756 CPUtime=582.12
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109795 0 0 0 56660 1552 0 0 25 0 1 0 35173367 70406144 15426 1992294400 4194304 9819077 140733674626864 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17189 15426 719 1374 0 15810 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 68756

[startup+642.301 s]
/proc/loadavg: 1.00 1.14 1.53 2/107 4206
/proc/meminfo: memFree=1754308/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68756 CPUtime=642.11
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109810 0 0 0 62500 1711 0 0 25 0 1 0 35173367 70406144 15441 1992294400 4194304 9819077 140733674626864 18446744073709551615 4240567 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17189 15441 719 1374 0 15810 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 68756

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.00 1.07 1.43 2/107 4212
/proc/meminfo: memFree=1753936/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68896 CPUtime=822.05
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109827 0 0 0 80016 2189 0 0 25 0 1 0 35173367 70549504 15458 1992294400 4194304 9819077 140733674626864 18446744073709551615 5918720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17224 15458 719 1374 0 15845 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 68896

[startup+882.302 s]
/proc/loadavg: 1.00 1.05 1.40 2/107 4212
/proc/meminfo: memFree=1753812/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68896 CPUtime=882.03
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109832 0 0 0 85850 2353 0 0 25 0 1 0 35173367 70549504 15463 1992294400 4194304 9819077 140733674626864 18446744073709551615 5923970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17224 15463 719 1374 0 15845 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 68896

[startup+942.301 s]
/proc/loadavg: 1.04 1.06 1.37 2/107 4214
/proc/meminfo: memFree=1753812/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68896 CPUtime=942.01
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109851 0 0 0 91691 2510 0 0 25 0 1 0 35173367 70549504 15482 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17224 15482 720 1374 0 15845 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 68896

[startup+1002.3 s]
/proc/loadavg: 1.01 1.04 1.35 2/107 4216
/proc/meminfo: memFree=1753688/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68896 CPUtime=1002
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109859 0 0 0 97529 2671 0 0 25 0 1 0 35173367 70549504 15490 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17224 15490 720 1374 0 15845 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 68896

[startup+1062.3 s]
/proc/loadavg: 1.05 1.05 1.33 2/107 4218
/proc/meminfo: memFree=1753688/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=68896 CPUtime=1061.98
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109860 0 0 0 103362 2836 0 0 25 0 1 0 35173367 70549504 15491 1992294400 4194304 9819077 140733674626864 18446744073709551615 4703924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17224 15491 720 1374 0 15845 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 68896

[startup+1122.3 s]
/proc/loadavg: 1.02 1.04 1.31 3/108 4223
/proc/meminfo: memFree=1731360/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1121.96
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109876 0 0 0 109193 3003 0 0 25 0 1 0 35173367 70705152 15507 1992294400 4194304 9819077 140733674626864 18446744073709551615 5918720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15507 720 1374 0 15883 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 69048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.28 2/107 4223
/proc/meminfo: memFree=1752820/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1181.94
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109878 0 0 0 115024 3170 0 0 25 0 1 0 35173367 70705152 15509 1992294400 4194304 9819077 140733674626864 18446744073709551615 5506194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15509 720 1374 0 15883 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 69048

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/107 4225
/proc/meminfo: memFree=1752944/2059040 swapFree=4135900/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1241.92
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109878 0 0 0 120867 3325 0 0 25 0 1 0 35173367 70705152 15509 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15509 720 1374 0 15883 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 69048

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/107 4234
/proc/meminfo: memFree=1750272/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1301.91
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109878 0 0 0 126705 3486 0 0 25 0 1 0 35173367 70705152 15509 1992294400 4194304 9819077 140733674626864 18446744073709551615 4240286 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15509 720 1374 0 15883 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 69048

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/107 4236
/proc/meminfo: memFree=1750396/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1361.89
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109878 0 0 0 132543 3646 0 0 25 0 1 0 35173367 70705152 15509 1992294400 4194304 9819077 140733674626864 18446744073709551615 4704762 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15509 720 1374 0 15883 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 69048

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.21 2/107 4238
/proc/meminfo: memFree=1750396/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1421.88
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109883 0 0 0 138379 3809 0 0 25 0 1 0 35173367 70705152 15514 1992294400 4194304 9819077 140733674626864 18446744073709551615 5908943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15514 720 1374 0 15883 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 69048

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/107 4238
/proc/meminfo: memFree=1750396/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1481.85
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109890 0 0 0 144213 3972 0 0 25 0 1 0 35173367 70705152 15521 1992294400 4194304 9819077 140733674626864 18446744073709551615 4240461 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15521 720 1374 0 15883 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 69048

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/107 4240
/proc/meminfo: memFree=1750396/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1541.83
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109890 0 0 0 150062 4121 0 0 25 0 1 0 35173367 70705152 15521 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15521 720 1374 0 15883 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 69048

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 4242
/proc/meminfo: memFree=1750396/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69048 CPUtime=1601.82
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109892 0 0 0 155912 4270 0 0 25 0 1 0 35173367 70705152 15523 1992294400 4194304 9819077 140733674626864 18446744073709551615 4998689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17262 15523 720 1374 0 15883 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 69048

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 4244
/proc/meminfo: memFree=1750272/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69196 CPUtime=1661.81
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109904 0 0 0 161754 4427 0 0 25 0 1 0 35173367 70856704 15535 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17299 15535 720 1374 0 15920 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 69196

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 4246
/proc/meminfo: memFree=1750148/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69196 CPUtime=1721.79
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109906 0 0 0 167596 4583 0 0 25 0 1 0 35173367 70856704 15537 1992294400 4194304 9819077 140733674626864 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17299 15537 720 1374 0 15920 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 69196

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 4246
/proc/meminfo: memFree=1749900/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69196 CPUtime=1781.77
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109910 0 0 0 173430 4747 0 0 25 0 1 0 35173367 70856704 15541 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17299 15541 720 1374 0 15920 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 69196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 4248
/proc/meminfo: memFree=1749900/2059040 swapFree=4135932/4192956
[pid=4179] ppid=4177 vsize=69196 CPUtime=1800.08
/proc/4179/stat : 4179 (pbscip.linux.x8) R 4177 4179 3606 0 -1 4202496 109913 0 0 0 175212 4796 0 0 25 0 1 0 35173367 70856704 15544 1992294400 4194304 9819077 140733674626864 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4179/statm: 17299 15544 720 1374 0 15920 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 69196

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

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

Child status: 0
Real time (s): 1800.64
CPU time (s): 1800.12
CPU user time (s): 1752.15
CPU system time (s): 47.9767
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 84160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.15
system time used= 47.9767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109922
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= 3
involuntary context switches= 4623

runsolver used 2.69059 second user time and 8.80266 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 11:55:20
IDJOB=2665478
IDBENCH=2881
IDSOLVER=1168
FILE ID=node015/2665478-1276595720
PBS_JOBID= 11172222
Free space on /tmp= 62584 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/submitted-PB06/manquiho/logic_synthesis/normalized-max1024.r.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-2665478-1276595720/watcher-2665478-1276595720 -o /tmp/evaluation-result-2665478-1276595720/solver-2665478-1276595720 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665478-1276595720.opb -t 1800 -m 1800

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

MD5SUM BENCH= 87c08328e44aaf86c5913a3ba08592cd
RANDOM SEED=815351002

node015.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.244
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.244
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:       1815728 kB
Buffers:         46396 kB
Cached:         117484 kB
SwapCached:      10700 kB
Active:          96344 kB
Inactive:        81608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1815728 kB
SwapTotal:     4192956 kB
SwapFree:      4135900 kB
Dirty:            6368 kB
Writeback:           0 kB
AnonPages:       12524 kB
Mapped:           9336 kB
Slab:            43368 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181460 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= 62576 MiB
End job on node015 at 2010-06-15 12:25:23