Trace number 2667116

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)-40 1800.46 1801.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-41
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80072
Number of constraints which are clauses80072
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 constraint2
Number of terms in the objective function 1150
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 1150
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 1150
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.01	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.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2667116-1276505913.opb>
1.19/1.27	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
1.19/1.27	c problem read
1.19/1.27	c presolving settings loaded
1.39/1.47	o 0
1.39/1.47	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.39/1.47	c presolving:
2.49/2.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 80072 upgd conss, 160144 impls, 0 clqs
4.30/4.33	c    (2.8s) probing: 101/1150 (8.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.30/4.33	c    (2.8s) probing aborted: 100/100 successive totally useless probings
4.30/4.33	c presolving (2 rounds):
4.30/4.33	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.30/4.33	c  160144 implications, 0 cliques
4.30/4.33	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 80072 constraints
4.30/4.33	c   80072 constraints of type <logicor>
4.30/4.33	c transformed objective value is always integral (scale: 1)
4.30/4.33	c Presolving Time: 2.63
4.30/4.33	c - non default parameters ----------------------------------------------------------------------
4.30/4.33	c # SCIP version 1.2.1.2
4.30/4.33	c 
4.30/4.33	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
4.30/4.33	c # [type: int, range: [-1,2147483647], default: -1]
4.30/4.33	c conflict/interconss = 0
4.30/4.33	c 
4.30/4.33	c # should binary conflicts be preferred?
4.30/4.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.33	c conflict/preferbinary = TRUE
4.30/4.33	c 
4.30/4.33	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
4.30/4.33	c # [type: int, range: [-1,2147483647], default: 0]
4.30/4.33	c constraints/agelimit = 1
4.30/4.33	c 
4.30/4.33	c # should enforcement of pseudo solution be disabled?
4.30/4.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.33	c constraints/disableenfops = TRUE
4.30/4.33	c 
4.30/4.33	c # frequency for displaying node information lines
4.30/4.33	c # [type: int, range: [-1,2147483647], default: 100]
4.30/4.33	c display/freq = 10000
4.30/4.33	c 
4.30/4.33	c # maximal time in seconds to run
4.30/4.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.33	c limits/time = 1798.74
4.30/4.33	c 
4.30/4.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.30/4.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.30/4.33	c limits/memory = 1620
4.30/4.33	c 
4.30/4.33	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
4.30/4.33	c # [type: int, range: [-1,2147483647], default: 1]
4.30/4.33	c lp/solvefreq = 0
4.30/4.33	c 
4.30/4.33	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)
4.30/4.33	c # [type: char, range: {lafpsqd}, default: l]
4.30/4.33	c lp/pricing = a
4.30/4.33	c 
4.30/4.33	c # should presolving try to simplify inequalities
4.30/4.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.33	c constraints/linear/simplifyinequalities = TRUE
4.30/4.33	c 
4.30/4.33	c # should presolving try to simplify knapsacks
4.30/4.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.30/4.33	c constraints/knapsack/simplifyinequalities = TRUE
4.30/4.33	c 
4.30/4.33	c # priority of node selection rule <dfs> in standard mode
4.30/4.33	c # [type: int, range: [-536870912,536870911], default: 0]
4.30/4.33	c nodeselection/dfs/stdpriority = 1000000
4.30/4.33	c 
4.30/4.33	c -----------------------------------------------------------------------------------------------
4.30/4.33	c start solving
4.30/4.33	c 
13.39/13.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.39/13.41	c t11.7s|     1 |     0 |  1645 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 | 100.00%
13.49/13.57	o -1
13.49/13.57	c R11.9s|     1 |     0 |  1645 |     - |  89M|   0 |1150 |1150 |  80k|1150 |  80k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  99.83%
22.38/22.44	c  20.0s|     1 |     0 |  2154 |     - |  89M|   0 |1071 |1150 |  80k|1150 |  80k|  22 |   0 |   0 |-5.355000e+02 |-1.000000e+00 |  99.81%
22.48/22.52	o -33
22.48/22.52	c b20.1s|     1 |     0 |  2154 |     - |  89M|   0 |1071 |1150 |  80k|1150 |  80k|  22 |   0 |   0 |-5.355000e+02 |-3.300000e+01 |  93.84%
31.28/31.30	c  28.3s|     1 |     0 |  2371 |     - |  89M|   0 |1042 |1150 |  80k|1150 |  80k|  32 |   0 |   0 |-5.210000e+02 |-3.300000e+01 |  93.67%
41.68/41.73	c  38.1s|     1 |     0 |  2717 |     - |  89M|   0 |1000 |1150 |  80k|1150 |  80k|  43 |   0 |   0 |-4.988333e+02 |-3.300000e+01 |  93.38%
51.16/51.24	c  47.1s|     1 |     0 |  2911 |     - |  89M|   0 | 957 |1150 |  80k|1150 |  80k|  49 |   0 |   0 |-4.777500e+02 |-3.300000e+01 |  93.09%
61.76/61.87	c  57.1s|     1 |     0 |  3150 |     - |  89M|   0 | 912 |1150 |  80k|1150 |  80k|  56 |   0 |   0 |-4.552500e+02 |-3.300000e+01 |  92.75%
74.46/74.59	c  69.2s|     1 |     0 |  3527 |     - |  89M|   0 | 865 |1150 |  80k|1150 |  80k|  64 |   0 |   0 |-4.317500e+02 |-3.300000e+01 |  92.36%
86.95/87.00	c  81.1s|     1 |     0 |  3859 |     - |  89M|   0 | 822 |1150 |  80k|1150 |  80k|  70 |   0 |   0 |-4.102500e+02 |-3.300000e+01 |  91.96%
99.85/99.93	c  93.4s|     1 |     0 |  4246 |     - |  89M|   0 | 778 |1150 |  80k|1150 |  80k|  79 |   0 |   0 |-3.882500e+02 |-3.300000e+01 |  91.50%
113.25/113.38	c   106s|     1 |     0 |  4632 |     - |  89M|   0 | 737 |1150 |  80k|1150 |  80k|  84 |   0 |   0 |-3.677500e+02 |-3.300000e+01 |  91.03%
126.64/126.77	c   119s|     1 |     0 |  5012 |     - |  89M|   0 | 696 |1150 |  80k|1150 |  80k|  88 |   0 |   0 |-3.472500e+02 |-3.300000e+01 |  90.50%
133.24/133.35	c   125s|     1 |     0 |  5391 |     - |  89M|   0 | 654 |1150 |  80k|1150 |  80k|  93 |   0 |   0 |-3.262500e+02 |-3.300000e+01 |  89.89%
141.14/141.27	c   132s|     1 |     0 |  5890 |     - |  89M|   0 | 615 |1150 |  80k|1150 |  80k| 102 |   0 |   0 |-3.067500e+02 |-3.300000e+01 |  89.24%
148.53/148.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.53/148.60	c   139s|     1 |     0 |  6388 |     - |  89M|   0 | 573 |1150 |  80k|1150 |  80k| 110 |   0 |   0 |-2.857500e+02 |-3.300000e+01 |  88.45%
154.63/154.71	c   144s|     1 |     0 |  6758 |     - |  89M|   0 | 530 |1150 |  80k|1150 |  80k| 115 |   0 |   0 |-2.642500e+02 |-3.300000e+01 |  87.51%
161.02/161.12	c   150s|     1 |     0 |  7179 |     - |  89M|   0 | 490 |1150 |  80k|1150 |  80k| 121 |   0 |   0 |-2.438750e+02 |-3.300000e+01 |  86.47%
166.52/166.65	c   155s|     1 |     0 |  7489 |     - |  89M|   0 | 469 |1150 |  80k|1150 |  80k| 126 |   0 |   0 |-2.337500e+02 |-3.300000e+01 |  85.88%
173.92/174.00	c   162s|     1 |     0 |  8065 |     - |  89M|   0 | 412 |1150 |  80k|1150 |  80k| 135 |   0 |   0 |-2.052500e+02 |-3.300000e+01 |  83.92%
180.92/181.00	c   168s|     1 |     0 |  8638 |     - |  89M|   0 | 370 |1150 |  80k|1150 |  80k| 140 |   0 |   0 |-1.842500e+02 |-3.300000e+01 |  82.09%
186.52/186.62	c   173s|     1 |     0 |  9000 |     - |  89M|   0 | 329 |1150 |  80k|1150 |  80k| 147 |   0 |   0 |-1.645000e+02 |-3.300000e+01 |  79.94%
192.51/192.64	c   179s|     1 |     0 |  9387 |     - |  89M|   0 | 285 |1150 |  80k|1150 |  80k| 152 |   0 |   0 |-1.425000e+02 |-3.300000e+01 |  76.84%
199.11/199.21	c   185s|     1 |     0 | 10133 |     - |  89M|   0 | 244 |1150 |  80k|1150 |  80k| 157 |   0 |   0 |-1.220000e+02 |-3.300000e+01 |  72.95%
203.32/203.46	c   189s|     1 |     0 | 10501 |     - |  89M|   0 | 202 |1150 |  80k|1150 |  80k| 162 |   0 |   0 |-1.020000e+02 |-3.300000e+01 |  67.65%
207.61/207.73	c   193s|     1 |     0 | 10872 |     - |  89M|   0 | 163 |1150 |  80k|1150 |  80k| 168 |   0 |   0 |-8.250000e+01 |-3.300000e+01 |  60.00%
212.41/212.57	c   197s|     1 |     0 | 11365 |     - |  89M|   0 | 127 |1150 |  80k|1150 |  80k| 174 |   0 |   0 |-6.550000e+01 |-3.300000e+01 |  49.62%
216.11/216.23	c   201s|     1 |     0 | 11682 |     - |  89M|   0 | 123 |1150 |  80k|1150 |  80k| 181 |   0 |   0 |-5.700000e+01 |-3.300000e+01 |  42.11%
218.71/218.89	c   203s|     1 |     0 | 11855 |     - |  89M|   0 | 120 |1150 |  80k|1150 |  80k| 190 |   0 |   0 |-5.400000e+01 |-3.300000e+01 |  38.89%
222.01/222.12	c   206s|     1 |     0 | 12125 |     - |  89M|   0 | 135 |1150 |  80k|1150 |  80k| 206 |   0 |   0 |-5.366667e+01 |-3.300000e+01 |  38.51%
225.80/225.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
225.80/225.98	c   210s|     1 |     0 | 12414 |     - |  89M|   0 | 184 |1150 |  80k|1150 |  80k| 219 |   0 |   0 |-5.100000e+01 |-3.300000e+01 |  35.29%
229.21/229.32	c   213s|     1 |     0 | 12605 |     - |  89M|   0 | 212 |1150 |  80k|1150 |  80k| 232 |   0 |   0 |-5.100000e+01 |-3.300000e+01 |  35.29%
232.80/232.96	c   216s|     1 |     0 | 12833 |     - |  90M|   0 | 228 |1150 |  80k|1150 |  80k| 246 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
239.00/239.12	c   221s|     1 |     0 | 13060 |     - |  90M|   0 | 233 |1150 |  80k|1150 |  80k| 261 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
293.98/294.12	c   265s|     1 |     0 | 13318 |     - |  90M|   0 | 230 |1150 |  80k|1150 |  80k| 275 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
304.77/304.98	c   274s|     1 |     0 | 13560 |     - |  90M|   0 | 223 |1150 |  80k|1150 |  80k| 288 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
389.54/389.72	c   341s|     1 |     0 | 13714 |     - |  90M|   0 | 228 |1150 |  80k|1150 |  80k| 300 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
476.52/476.71	c   410s|     1 |     0 | 13891 |     - |  90M|   0 | 231 |1150 |  80k|1150 |  80k| 308 |   0 |   0 |-5.000000e+01 |-3.300000e+01 |  34.00%
673.85/674.17	c   607s|     1 |     2 | 13891 |     - |  90M|   0 | 231 |1150 |  80k|1150 |  80k| 308 |   0 |  33 |-5.000000e+01 |-3.300000e+01 |  34.00%
679.46/679.73	o -34
679.46/679.73	c * 612s|  8791 |    27 | 13891 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 308 |  95 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
680.14/680.47	c   613s| 10000 |    27 | 13891 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 308 | 108 |  33 |-5.000000e+01 |-3.400000e+01 |  32.00%
684.84/685.14	o -35
684.84/685.14	c * 617s| 17813 |    27 | 13891 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 308 | 158 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
686.16/686.46	c   619s| 20000 |    27 | 13891 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 308 | 174 |  33 |-5.000000e+01 |-3.500000e+01 |  30.00%
686.25/686.55	o -36
686.25/686.55	c * 619s| 20128 |    26 | 13891 |   0.0 |  91M|  45 |   - |1150 |  80k|   0 |   0 | 308 | 174 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
692.45/692.75	c   625s| 30000 |    25 | 13891 |   0.0 |  91M|  47 |   - |1150 |  80k|   0 |   0 | 308 | 242 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
698.34/698.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
698.34/698.65	c   631s| 40000 |    24 | 13891 |   0.0 |  91M|  47 |   - |1150 |  80k|   0 |   0 | 308 | 296 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
704.35/704.62	c   636s| 50000 |    25 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 342 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
710.25/710.56	c   642s| 60000 |    27 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 388 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
716.64/716.94	c   648s| 70000 |    26 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 457 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
722.73/723.03	c   654s| 80000 |    25 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 505 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
728.73/729.05	c   660s| 90000 |    26 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 541 |  33 |-5.000000e+01 |-3.600000e+01 |  28.00%
734.23/734.54	o -37
734.23/734.54	c * 666s| 99187 |    26 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 583 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
734.73/735.07	c   666s|100000 |    26 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 589 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
740.92/741.21	c   672s|110000 |    25 | 13891 |   0.0 |  91M|  50 |   - |1150 |  80k|   0 |   0 | 308 | 650 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
746.73/747.03	c   678s|120000 |    26 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 708 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
752.62/752.96	c   684s|130000 |    28 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 760 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
758.73/759.03	c   690s|140000 |    26 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 797 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
764.52/764.89	c   695s|150000 |    24 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 829 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
770.52/770.87	c   701s|160000 |    23 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 860 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
776.62/776.97	c   707s|170000 |    24 | 13891 |   0.0 |  91M|  51 |   - |1150 |  80k|   0 |   0 | 308 | 896 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
782.51/782.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
782.51/782.86	c   713s|180000 |    25 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 | 950 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
788.51/788.84	c   719s|190000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1000 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
794.61/794.91	c   725s|200000 |    27 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1049 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
800.71/801.01	c   731s|210000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1108 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
806.40/806.77	c   736s|220000 |    26 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1149 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
812.10/812.46	c   742s|230000 |    28 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1200 |  33 |-5.000000e+01 |-3.700000e+01 |  26.00%
816.30/816.69	o -38
816.30/816.69	c * 746s|237531 |    27 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1245 |  33 |-5.000000e+01 |-3.800000e+01 |  24.00%
817.70/818.08	c   747s|240000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1262 |  33 |-5.000000e+01 |-3.800000e+01 |  24.00%
821.00/821.35	o -39
821.00/821.35	c * 751s|245681 |    24 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1291 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
823.40/823.76	c   753s|250000 |    24 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1306 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
829.20/829.56	c   759s|260000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1339 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
834.90/835.27	c   764s|270000 |    24 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1385 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
840.69/841.00	c   770s|280000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1414 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
846.29/846.67	c   775s|290000 |    23 | 13891 |   0.0 |  91M|  54 |   - |1150 |  80k|   0 |   0 | 308 |1530 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
851.80/852.15	c   781s|300000 |    24 | 13891 |   0.0 |  91M|  55 |   - |1150 |  80k|   0 |   0 | 308 |1566 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
857.39/857.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.39/857.79	c   786s|310000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1604 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
863.29/863.64	c   792s|320000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1662 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
869.19/869.50	c   798s|330000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1696 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
875.08/875.41	c   803s|340000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1739 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
880.98/881.39	c   809s|350000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1771 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
886.88/887.23	c   815s|360000 |    23 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1802 |  33 |-5.000000e+01 |-3.900000e+01 |  22.00%
890.77/891.17	o -40
890.77/891.17	c * 819s|367014 |    28 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1823 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
892.57/892.94	c   820s|370000 |    27 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1847 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
898.38/898.77	c   826s|380000 |    25 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1897 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
904.28/904.62	c   832s|390000 |    25 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1943 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
909.98/910.36	c   837s|400000 |    23 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |1980 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
915.88/916.28	c   843s|410000 |    25 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2025 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
921.97/922.33	c   849s|420000 |    23 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2073 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
927.86/928.29	c   855s|430000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2120 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
933.97/934.33	c   861s|440000 |    26 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2157 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
939.76/940.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.76/940.12	c   867s|450000 |    23 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2188 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
945.67/946.05	c   872s|460000 |    27 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2234 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
951.65/952.04	c   878s|470000 |    26 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2270 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
957.56/957.90	c   884s|480000 |    25 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2307 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
963.55/963.94	c   890s|490000 |    25 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2359 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
969.15/969.59	c   895s|500000 |    27 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2422 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
974.85/975.23	c   901s|510000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2483 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
980.55/980.94	c   906s|520000 |    24 | 13891 |   0.0 |  91M|  58 |   - |1150 |  80k|   0 |   0 | 308 |2540 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
986.14/986.50	c   912s|530000 |    24 | 13891 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 308 |2598 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
992.04/992.43	c   918s|540000 |    23 | 13891 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 308 |2651 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
997.74/998.12	c   923s|550000 |    26 | 13891 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 308 |2696 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1003.64/1004.06	c   929s|560000 |    24 | 13891 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 308 |2732 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1009.34/1009.73	c   934s|570000 |    24 | 13891 |   0.0 |  91M|  59 |   - |1150 |  80k|   0 |   0 | 308 |2786 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1014.84/1015.28	c   940s|580000 |    25 | 13891 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 308 |2838 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1020.63/1021.05	c   946s|590000 |    23 | 13891 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 308 |2872 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1026.13/1026.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1026.13/1026.58	c   951s|600000 |    25 | 13891 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 308 |2922 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1031.83/1032.27	c   956s|610000 |    24 | 13891 |   0.0 |  91M|  60 |   - |1150 |  80k|   0 |   0 | 308 |2969 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1037.63/1038.08	c   962s|620000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3006 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1043.73/1044.19	c   968s|630000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3028 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1049.93/1050.38	c   974s|640000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3076 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1056.23/1056.61	c   980s|650000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3096 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1062.22/1062.68	c   986s|660000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3137 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1068.51/1068.99	c   992s|670000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3263 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1074.51/1074.93	c   998s|680000 |    26 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3303 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1080.52/1080.92	c  1004s|690000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3335 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1086.52/1086.95	c  1010s|700000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3357 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1092.81/1093.22	c  1016s|710000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3415 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1099.00/1099.43	c  1022s|720000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3434 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1104.90/1105.37	c  1028s|730000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3482 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1110.70/1111.18	c  1034s|740000 |    26 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3505 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1116.70/1117.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1116.70/1117.10	c  1039s|750000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3542 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1122.61/1123.00	c  1045s|760000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3564 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1128.39/1128.86	c  1051s|770000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3619 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1134.49/1134.98	c  1057s|780000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3658 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1140.70/1141.10	c  1063s|790000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3702 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1146.69/1147.13	c  1069s|800000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3747 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1152.68/1153.19	c  1075s|810000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3790 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1158.68/1159.17	c  1081s|820000 |    28 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3813 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1164.59/1165.05	c  1086s|830000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3854 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1170.38/1170.83	c  1092s|840000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3889 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1176.38/1176.89	c  1098s|850000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3924 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1182.28/1182.71	c  1104s|860000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |3990 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1187.98/1188.41	c  1109s|870000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4040 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1193.78/1194.24	c  1115s|880000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4075 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1199.58/1200.05	c  1121s|890000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4114 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1205.57/1206.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1205.57/1206.04	c  1126s|900000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4140 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1211.68/1212.10	c  1132s|910000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4157 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1217.77/1218.25	c  1138s|920000 |    21 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4182 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1223.77/1224.27	c  1144s|930000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4241 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1229.56/1230.05	c  1150s|940000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4286 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1235.46/1235.97	c  1156s|950000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4326 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1241.37/1241.81	c  1161s|960000 |    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4361 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1247.06/1247.57	c  1167s|970000 |    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4386 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1253.05/1253.53	c  1173s|980000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4415 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1258.75/1259.28	c  1178s|990000 |    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4483 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1264.95/1265.43	c  1184s|  1000k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4509 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1270.85/1271.33	c  1190s|  1010k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4542 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1276.85/1277.31	c  1196s|  1020k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4581 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1282.54/1283.10	c  1202s|  1030k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4612 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1288.54/1289.06	c  1208s|  1040k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4636 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1294.54/1295.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1294.54/1295.07	c  1213s|  1050k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4685 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1300.54/1301.09	c  1219s|  1060k|    26 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4716 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1306.64/1307.10	c  1225s|  1070k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4760 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1312.63/1313.19	c  1231s|  1080k|    26 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4805 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1318.74/1319.27	c  1237s|  1090k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4869 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1324.73/1325.26	c  1243s|  1100k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4927 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1330.73/1331.29	c  1249s|  1110k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |4970 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1336.83/1337.37	c  1255s|  1120k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5012 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1342.83/1343.38	c  1261s|  1130k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5036 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1348.73/1349.27	c  1266s|  1140k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5091 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1354.82/1355.38	c  1272s|  1150k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5138 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1360.82/1361.38	c  1278s|  1160k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5194 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1366.92/1367.46	c  1284s|  1170k|    26 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5233 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1373.12/1373.63	c  1290s|  1180k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5266 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1379.11/1379.65	c  1296s|  1190k|    21 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5338 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1385.21/1385.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.21/1385.75	c  1302s|  1200k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5370 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1391.11/1391.62	c  1308s|  1210k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5396 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1397.11/1397.63	c  1314s|  1220k|    27 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5419 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1403.40/1403.98	c  1320s|  1230k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5481 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1409.61/1410.12	c  1326s|  1240k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5504 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1415.70/1416.24	c  1332s|  1250k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5557 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1421.70/1422.27	c  1338s|  1260k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5608 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1427.89/1428.40	c  1344s|  1270k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5646 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1433.80/1434.34	c  1350s|  1280k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5692 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1439.89/1440.45	c  1356s|  1290k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5716 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1446.00/1446.53	c  1362s|  1300k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5738 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1451.88/1452.43	c  1367s|  1310k|    21 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5772 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1457.99/1458.56	c  1373s|  1320k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5822 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1463.88/1464.44	c  1379s|  1330k|    21 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5853 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1469.78/1470.38	c  1385s|  1340k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5923 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1475.78/1476.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1475.78/1476.34	c  1391s|  1350k|    22 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5959 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1481.68/1482.27	c  1396s|  1360k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |5982 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1487.58/1488.19	c  1402s|  1370k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6009 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1493.77/1494.31	c  1408s|  1380k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6034 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1499.57/1500.13	c  1414s|  1390k|    21 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6060 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1505.47/1506.09	c  1420s|  1400k|    27 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6099 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1511.57/1512.13	c  1426s|  1410k|    25 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6135 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1517.66/1518.25	c  1432s|  1420k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6175 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1523.66/1524.26	c  1438s|  1430k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6193 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1529.47/1530.04	c  1443s|  1440k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6229 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1535.36/1535.97	c  1449s|  1450k|    23 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6275 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1541.26/1541.85	c  1455s|  1460k|    24 | 13891 |   0.0 |  91M|  61 |   - |1150 |  80k|   0 |   0 | 308 |6312 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1547.16/1547.77	c  1461s|  1470k|    23 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6349 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1553.35/1553.93	c  1467s|  1480k|    24 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6376 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1559.55/1560.18	c  1473s|  1490k|    22 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6425 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1565.65/1566.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1565.65/1566.26	c  1479s|  1500k|    22 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6451 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1571.44/1572.07	c  1484s|  1510k|    23 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6522 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1577.15/1577.77	c  1490s|  1520k|    23 | 13891 |   0.0 |  91M|  62 |   - |1150 |  80k|   0 |   0 | 308 |6569 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1583.05/1583.63	c  1496s|  1530k|    23 | 13891 |   0.0 |  91M|  63 |   - |1150 |  80k|   0 |   0 | 308 |6621 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1589.04/1589.68	c  1501s|  1540k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6677 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1595.24/1595.82	c  1507s|  1550k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6716 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1601.23/1601.89	c  1513s|  1560k|    27 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6780 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1607.13/1607.76	c  1519s|  1570k|    27 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6829 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1613.14/1613.76	c  1525s|  1580k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6861 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1619.03/1619.67	c  1531s|  1590k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6893 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1624.93/1625.52	c  1536s|  1600k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6935 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1630.92/1631.53	c  1542s|  1610k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |6977 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1636.93/1637.54	c  1548s|  1620k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7009 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1642.83/1643.41	c  1554s|  1630k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7046 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1648.52/1649.16	c  1560s|  1640k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7080 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1654.42/1655.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1654.42/1655.00	c  1565s|  1650k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7116 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1660.62/1661.21	c  1571s|  1660k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7192 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1666.62/1667.21	c  1577s|  1670k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7235 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1672.52/1673.13	c  1583s|  1680k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7280 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1678.51/1679.14	c  1589s|  1690k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7313 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1684.71/1685.30	c  1595s|  1700k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7350 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1690.70/1691.31	c  1601s|  1710k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7372 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1696.71/1697.36	c  1607s|  1720k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7418 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1703.01/1703.66	c  1613s|  1730k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7456 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1709.30/1709.93	c  1619s|  1740k|    26 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7482 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1715.50/1716.10	c  1625s|  1750k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7522 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1721.49/1722.13	c  1631s|  1760k|    26 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7567 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1727.50/1728.13	c  1637s|  1770k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7603 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1733.50/1734.18	c  1643s|  1780k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7653 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1739.50/1740.15	c  1649s|  1790k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7679 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1745.49/1746.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1745.49/1746.14	c  1654s|  1800k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7698 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1751.49/1752.10	c  1660s|  1810k|    26 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7743 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1757.39/1758.00	c  1666s|  1820k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7777 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1763.39/1764.07	c  1672s|  1830k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7806 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1769.29/1769.92	c  1678s|  1840k|    26 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7837 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1775.18/1775.81	c  1683s|  1850k|    27 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7873 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1780.98/1781.64	c  1689s|  1860k|    23 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7918 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1786.98/1787.68	c  1695s|  1870k|    25 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7962 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1792.67/1793.31	c  1701s|  1880k|    26 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |7994 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1798.47/1799.11	c  1706s|  1890k|    24 | 13891 |   0.0 |  91M|  64 |   - |1150 |  80k|   0 |   0 | 308 |8035 |  33 |-5.000000e+01 |-4.000000e+01 |  20.00%
1800.09/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.09/1800.71	c 
1800.09/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.71	c Solving Time (sec) : 1707.77
1800.09/1800.71	c Solving Nodes      : 1892683
1800.09/1800.71	c Primal Bound       : -4.00000000000000e+01 (19 solutions)
1800.09/1800.71	c Dual Bound         : -5.00000000000000e+01
1800.09/1800.71	c Gap                : 20.00 %
1800.09/1800.76	s SATISFIABLE
1800.09/1800.76	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.09/1800.76	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.09/1800.76	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1800.09/1800.76	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.09/1800.76	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.09/1800.76	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
1800.09/1800.76	v -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 
1800.09/1800.76	v -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 
1800.09/1800.76	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.09/1800.76	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.09/1800.76	v -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.09/1800.76	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.09/1800.76	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 
1800.09/1800.76	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.09/1800.76	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1800.09/1800.76	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1800.09/1800.76	v -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1800.09/1800.76	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 
1800.09/1800.76	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1800.09/1800.76	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 
1800.09/1800.76	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 
1800.09/1800.76	v x459 -x460 -x461 -x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1800.09/1800.76	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 
1800.09/1800.76	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
1800.09/1800.76	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 
1800.09/1800.76	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.09/1800.76	v -x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1800.09/1800.76	v -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1800.09/1800.76	v x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 
1800.09/1800.76	v -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 
1800.09/1800.76	v -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 
1800.09/1800.76	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 
1800.09/1800.76	v -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 
1800.09/1800.76	v -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1800.09/1800.76	v -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1800.09/1800.76	v -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 
1800.09/1800.76	v -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1800.09/1800.76	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 
1800.09/1800.76	v -x816 -x817 -x818 x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 
1800.09/1800.76	v -x837 -x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 
1800.09/1800.76	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 
1800.09/1800.76	v -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1800.09/1800.76	v -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 
1800.09/1800.76	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 
1800.09/1800.76	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 
1800.09/1800.76	v -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1800.09/1800.76	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 
1800.09/1800.76	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1800.09/1800.76	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
1800.09/1800.76	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
1800.09/1800.76	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1800.09/1800.76	v x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 x1090 -x1091 -x1092 -x1093 
1800.09/1800.76	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 x1108 -x1109 -x1110 -x1111 
1800.09/1800.76	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1800.09/1800.76	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 
1800.09/1800.76	v x1148 -x1149 -x1150 
1800.09/1800.76	c SCIP Status        : solving was interrupted [user interrupt]
1800.09/1800.76	c Solving Time       :    1707.77
1800.09/1800.76	c Original Problem   :
1800.09/1800.76	c   Problem name     : HOME/instance-2667116-1276505913.opb
1800.09/1800.76	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.76	c   Constraints      : 80072 initial, 80072 maximal
1800.09/1800.76	c Presolved Problem  :
1800.09/1800.76	c   Problem name     : t_HOME/instance-2667116-1276505913.opb
1800.09/1800.76	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.09/1800.76	c   Constraints      : 80072 initial, 80088 maximal
1800.09/1800.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.09/1800.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.09/1800.76	c   probing          :       1.66          0          0          0          0          0          0          0          0
1800.09/1800.76	c   logicor          :       0.22          0          0          0          0          0          0          0          0
1800.09/1800.76	c   root node        :          -          0          -          -          0          -          -          -          -
1800.09/1800.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.76	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.09/1800.76	c   logicor          :      80072+        35    1926833          0          7     121584    3463227          0          0          0
1800.09/1800.76	c   countsols        :          0          0          0          0          7          0          0          0          0          0
1800.09/1800.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.09/1800.76	c   integral         :     194.18       0.00       0.00     194.18       0.00
1800.09/1800.76	c   logicor          :     351.77       0.39     351.27       0.00       0.11
1800.09/1800.76	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.09/1800.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.09/1800.76	c   vbounds          :       1.43          2          0          0
1800.09/1800.76	c   rootredcost      :       1.41          7          0          0
1800.09/1800.76	c   pseudoobj        :     329.88    3028221     721398     948188
1800.09/1800.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.09/1800.76	c   propagation      :     168.37     121584       8048       8048       42.4          0        0.0          -
1800.09/1800.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.09/1800.76	c   pseudo solution  :     194.58     104230          0          0        0.0          0        0.0          -
1800.09/1800.76	c   applied globally :          -          -          -       8048       42.4          -          -          -
1800.09/1800.76	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.09/1800.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.09/1800.76	c   cut pool         :       0.00         34          -          -         98          -    (maximal pool size: 620)
1800.09/1800.76	c   redcost          :       0.00         35          0          0          0          0
1800.09/1800.76	c   impliedbounds    :       0.13         35          0          0          0          0
1800.09/1800.76	c   intobj           :       0.00          0          0          0          0          0
1800.09/1800.76	c   cgmip            :       0.00          0          0          0          0          0
1800.09/1800.76	c   gomory           :     211.33         35          0          0      16513          0
1800.09/1800.76	c   strongcg         :      18.90         20          0          0      10000          0
1800.09/1800.76	c   cmir             :      24.37         10          0          0          0          0
1800.09/1800.76	c   flowcover        :      25.49         10          0          0          0          0
1800.09/1800.76	c   clique           :       2.16         35          0          0        323          0
1800.09/1800.76	c   zerohalf         :       0.00          0          0          0          0          0
1800.09/1800.76	c   mcf              :       0.14          1          0          0          0          0
1800.09/1800.76	c   rapidlearning    :       0.00          0          0          0          0          0
1800.09/1800.76	c Pricers            :       Time      Calls       Vars
1800.09/1800.76	c   problem variables:       0.00          0          0
1800.09/1800.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.09/1800.76	c   relpscost        :     194.18          1          0          0          0          0          2
1800.09/1800.76	c   pscost           :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   inference        :      11.50     950857          0          0          0          0    1901714
1800.09/1800.76	c   mostinf          :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   leastinf         :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.09/1800.76	c   random           :       0.00          0          0          0          0          0          0
1800.09/1800.76	c Primal Heuristics  :       Time      Calls      Found
1800.09/1800.76	c   LP solutions     :       0.00          -          0
1800.09/1800.76	c   pseudo solutions :       0.00          -          7
1800.09/1800.76	c   crossover        :       0.00          0          0
1800.09/1800.76	c   oneopt           :       1.90          2          1
1800.09/1800.76	c   trivial          :       0.04          2          3
1800.09/1800.76	c   simplerounding   :       0.03         36          4
1800.09/1800.76	c   zirounding       :       0.03          1          1
1800.09/1800.76	c   rounding         :       1.77         36          1
1800.09/1800.76	c   shifting         :       2.32         36          1
1800.09/1800.76	c   intshifting      :       0.00          0          0
1800.09/1800.76	c   twoopt           :       0.00          0          0
1800.09/1800.76	c   fixandinfer      :       0.00          0          0
1800.09/1800.76	c   feaspump         :       0.00          0          0
1800.09/1800.76	c   coefdiving       :       0.00          0          0
1800.09/1800.76	c   pscostdiving     :       0.00          0          0
1800.09/1800.76	c   fracdiving       :       0.00          0          0
1800.09/1800.76	c   veclendiving     :       0.00          0          0
1800.09/1800.76	c   intdiving        :       0.00          0          0
1800.09/1800.76	c   actconsdiving    :       0.00          0          0
1800.09/1800.76	c   objpscostdiving  :       0.00          0          0
1800.09/1800.76	c   rootsoldiving    :       0.00          0          0
1800.09/1800.76	c   linesearchdiving :       0.00          0          0
1800.09/1800.76	c   guideddiving     :       0.00          0          0
1800.09/1800.76	c   octane           :       0.00          0          0
1800.09/1800.76	c   rens             :       2.46          1          1
1800.09/1800.76	c   rins             :       0.00          0          0
1800.09/1800.76	c   localbranching   :       0.00          0          0
1800.09/1800.76	c   mutation         :       0.00          0          0
1800.09/1800.76	c   dins             :       0.00          0          0
1800.09/1800.76	c   undercover       :       0.00          0          0
1800.09/1800.76	c   nlp              :       0.76          0          0
1800.09/1800.76	c   trysol           :       1.05          0          0
1800.09/1800.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.09/1800.76	c   primal LP        :       0.30          0          0       0.00       0.00
1800.09/1800.76	c   dual LP          :     118.49         36      13891     385.86     117.23
1800.09/1800.76	c   lex dual LP      :       0.00          0          0       0.00          -
1800.09/1800.76	c   barrier LP       :       0.00          0          0       0.00          -
1800.09/1800.76	c   diving/probing LP:       0.00          0          0       0.00          -
1800.09/1800.76	c   strong branching :     194.18         33      19948     604.48     102.73
1800.09/1800.76	c     (at root node) :          -         33      19948     604.48          -
1800.09/1800.76	c   conflict analysis:       0.00          0          0       0.00          -
1800.09/1800.76	c B&B Tree           :
1800.09/1800.76	c   number of runs   :          1
1800.09/1800.76	c   nodes            :    1892683
1800.09/1800.76	c   nodes (total)    :    1892683
1800.09/1800.76	c   nodes left       :         25
1800.09/1800.76	c   max depth        :         64
1800.09/1800.76	c   max depth (total):         64
1800.09/1800.76	c   backtracks       :     335026 (17.7%)
1800.09/1800.76	c   delayed cutoffs  :       5942
1800.09/1800.76	c   repropagations   :       6572 (23115 domain reductions, 5394 cutoffs)
1800.09/1800.76	c   avg switch length:       2.00
1800.09/1800.76	c   switching time   :     113.77
1800.09/1800.76	c Solution           :
1800.09/1800.76	c   Solutions found  :         19 (10 improvements)
1800.09/1800.76	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.13 seconds, depth 0, found by <trivial>)
1800.09/1800.76	c   Primal Bound     : -4.00000000000000e+01   (in run 1, after 367014 nodes, 818.73 seconds, depth 41, found by <relaxation>)
1800.09/1800.76	c   Dual Bound       : -5.00000000000000e+01
1800.09/1800.76	c   Gap              :      20.00 %
1800.09/1800.76	c   Root Dual Bound  : -5.00000000000000e+01
1800.09/1800.76	c   Root Iterations  :      13891
1800.37/1801.08	c Time complete: 1800.45.

Verifier Data

OK	-40

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667116-1276505913/watcher-2667116-1276505913 -o /tmp/evaluation-result-2667116-1276505913/solver-2667116-1276505913 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667116-1276505913.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.14 2.02 1.64 4/106 30451
/proc/meminfo: memFree=1766332/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=6696 CPUtime=0
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 990 0 0 0 0 0 0 0 18 0 1 0 24247667 6856704 910 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 1674 920 346 984 0 687 0

[startup+0.011937 s]
/proc/loadavg: 2.14 2.02 1.64 4/106 30451
/proc/meminfo: memFree=1766332/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=9160 CPUtime=0
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 1578 0 0 0 0 0 0 0 18 0 1 0 24247667 9379840 1498 1992294400 4194304 8223781 140734914867248 18446744073709551615 5652217 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 2290 1499 361 984 0 1303 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9160

[startup+0.100934 s]
/proc/loadavg: 2.14 2.02 1.64 4/106 30451
/proc/meminfo: memFree=1766332/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=13596 CPUtime=0.09
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 2693 0 0 0 9 0 0 0 20 0 1 0 24247667 13922304 2613 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 3399 2613 365 984 0 2412 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13596

[startup+0.300971 s]
/proc/loadavg: 2.14 2.02 1.64 4/106 30451
/proc/meminfo: memFree=1766332/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=17952 CPUtime=0.29
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 3796 0 0 0 28 1 0 0 20 0 1 0 24247667 18382848 3716 1992294400 4194304 8223781 140734914867248 18446744073709551615 4525435 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 4488 3716 365 984 0 3501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17952

[startup+0.701045 s]
/proc/loadavg: 2.14 2.02 1.64 4/106 30451
/proc/meminfo: memFree=1766332/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=26732 CPUtime=0.69
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 6003 0 0 0 67 2 0 0 21 0 1 0 24247667 27373568 5923 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 6683 5923 365 984 0 5696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26732

[startup+1.50119 s]
/proc/loadavg: 2.05 2.00 1.64 2/107 30452
/proc/meminfo: memFree=1738176/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=85892 CPUtime=1.49
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 20691 0 0 0 141 8 0 0 23 0 1 0 24247667 87953408 20213 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 21473 20213 442 984 0 20486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85892

[startup+3.10149 s]
/proc/loadavg: 2.05 2.00 1.64 2/107 30452
/proc/meminfo: memFree=1670348/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=104576 CPUtime=3.09
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 33640 0 0 0 277 32 0 0 25 0 1 0 24247667 107085824 24695 1992294400 4194304 8223781 140734914867248 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 26144 24695 462 984 0 25157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104576

[startup+6.30109 s]
/proc/loadavg: 2.05 2.00 1.64 2/107 30452
/proc/meminfo: memFree=1595700/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=191228 CPUtime=6.29
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 56093 0 0 0 587 42 0 0 25 0 1 0 24247667 195817472 43175 1992294400 4194304 8223781 140734914867248 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 47807 43175 530 984 0 46820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 191228

[startup+12.7013 s]
/proc/loadavg: 1.88 1.97 1.63 2/107 30452
/proc/meminfo: memFree=1589128/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=206660 CPUtime=12.69
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 60322 0 0 0 1223 46 0 0 25 0 1 0 24247667 211619840 44620 1992294400 4194304 8223781 140734914867248 18446744073709551615 6448554 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 51665 44620 534 984 0 50678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206660

[startup+25.5007 s]
/proc/loadavg: 1.75 1.93 1.62 2/107 30452
/proc/meminfo: memFree=1587020/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=212716 CPUtime=25.49
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 381900 0 0 0 2376 173 0 0 25 0 1 0 24247667 217821184 44998 1992294400 4194304 8223781 140734914867248 18446744073709551615 5721526 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 53179 44998 560 984 0 52192 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 212716

[startup+51.1004 s]
/proc/loadavg: 1.49 1.86 1.61 3/107 30452
/proc/meminfo: memFree=1586276/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=212280 CPUtime=51.06
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 705281 0 0 0 4815 291 0 0 25 0 1 0 24247667 217374720 45298 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 53070 45298 562 984 0 52083 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 212280

[startup+102.309 s]
/proc/loadavg: 1.19 1.71 1.57 2/107 30454
/proc/meminfo: memFree=1584540/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=211384 CPUtime=102.26
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 1486634 0 0 0 9652 574 0 0 25 0 1 0 24247667 216457216 45698 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52846 45698 562 984 0 51859 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 211384

[startup+162.301 s]
/proc/loadavg: 1.13 1.59 1.54 2/107 30465
/proc/meminfo: memFree=1583672/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=208084 CPUtime=162.23
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 2538805 0 0 0 15243 980 0 0 25 0 1 0 24247667 213078016 45819 1992294400 4194304 8223781 140734914867248 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52021 45819 562 984 0 51034 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 208084

[startup+222.3 s]
/proc/loadavg: 1.05 1.48 1.50 2/107 30467
/proc/meminfo: memFree=1584168/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=202852 CPUtime=222.21
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 3842188 0 0 0 20744 1477 0 0 25 0 1 0 24247667 207720448 45610 1992294400 4194304 8223781 140734914867248 18446744073709551615 6043682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 50713 45610 578 984 0 49726 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 202852

[startup+282.302 s]
/proc/loadavg: 1.02 1.39 1.47 2/107 30469
/proc/meminfo: memFree=1581068/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=206492 CPUtime=282.18
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 6753582 0 0 0 25638 2580 0 0 25 0 1 0 24247667 211447808 46502 1992294400 4194304 8223781 140734914867248 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 51623 46345 581 984 0 50636 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 206492

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.43 2/107 30469
/proc/meminfo: memFree=1580696/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=206268 CPUtime=342.16
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 9815988 0 0 0 30456 3760 0 0 25 0 1 0 24247667 211218432 46538 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 51567 46549 575 984 0 50580 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 206268

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.40 2/107 30471
/proc/meminfo: memFree=1580572/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=205752 CPUtime=402.14
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 13027167 0 0 0 35212 5002 0 0 25 0 1 0 24247667 210690048 46424 1992294400 4194304 8223781 140734914867248 18446744073709551615 6051943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 51438 46424 573 984 0 50451 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 205752

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.38 2/107 30473
/proc/meminfo: memFree=1580572/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=205752 CPUtime=462.13
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 16308624 0 0 0 39943 6270 0 0 25 0 1 0 24247667 210690048 46424 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 51438 46424 573 984 0 50451 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 205752

[startup+522.3 s]
/proc/loadavg: 1.00 1.17 1.35 2/107 30475
/proc/meminfo: memFree=1571024/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210676 CPUtime=522.1
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17028113 0 0 0 45638 6572 0 0 25 0 1 0 24247667 215732224 48830 1992294400 4194304 8223781 140734914867248 18446744073709551615 6503897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52669 48830 586 984 0 51682 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 210676

[startup+582.302 s]
/proc/loadavg: 1.00 1.13 1.33 2/107 30477
/proc/meminfo: memFree=1571024/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210676 CPUtime=582.08
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17033602 0 0 0 51626 6582 0 0 25 0 1 0 24247667 215732224 48830 1992294400 4194304 8223781 140734914867248 18446744073709551615 6568510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52669 48830 586 984 0 51682 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 210676

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.30 2/107 30477
/proc/meminfo: memFree=1571024/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210676 CPUtime=642.07
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17039685 0 0 0 57611 6596 0 0 25 0 1 0 24247667 215732224 48831 1992294400 4194304 8223781 140734914867248 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52669 48831 586 984 0 51682 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 210676

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.01 1.05 1.23 2/107 30485
/proc/meminfo: memFree=1570776/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=881.98
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 81127 7071 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 210668

[startup+942.302 s]
/proc/loadavg: 1.00 1.04 1.21 2/107 30485
/proc/meminfo: memFree=1570776/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=941.96
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 86991 7205 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 210668

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.19 2/107 30487
/proc/meminfo: memFree=1570652/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1001.94
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 92848 7346 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4998670 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 210668

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/107 30489
/proc/meminfo: memFree=1570528/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1061.92
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 98706 7486 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 210668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.17 2/107 30491
/proc/meminfo: memFree=1570404/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1121.89
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 104576 7613 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 210668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 30493
/proc/meminfo: memFree=1570280/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1181.88
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 110438 7750 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 210668

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/107 30493
/proc/meminfo: memFree=1570156/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1241.86
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 116310 7876 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 210668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 30495
/proc/meminfo: memFree=1570032/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1301.85
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 122174 8011 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 210668

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 30497
/proc/meminfo: memFree=1570032/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1361.81
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 128045 8136 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4999919 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 210668

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 30499
/proc/meminfo: memFree=1569908/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1421.8
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 133910 8270 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 5928826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 210668

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 30501
/proc/meminfo: memFree=1569908/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1481.78
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 139776 8402 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 210668

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 30501
/proc/meminfo: memFree=1569784/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1541.76
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 145638 8538 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 4703757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 210668

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 30503
/proc/meminfo: memFree=1569784/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1601.74
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 151502 8672 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 210668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 30505
/proc/meminfo: memFree=1569660/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1661.72
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 157366 8806 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 210668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 30507
/proc/meminfo: memFree=1569536/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1721.7
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 163237 8933 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 210668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 30509
/proc/meminfo: memFree=1569164/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1781.68
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 169106 9062 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 210668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 30509
/proc/meminfo: memFree=1569164/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=210668 CPUtime=1800.09
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042899 0 0 0 170900 9109 0 0 25 0 1 0 24247667 215724032 48833 1992294400 4194304 8223781 140734914867248 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30451/statm: 52667 48833 590 984 0 51680 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 210668

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 30509
/proc/meminfo: memFree=1569164/2059040 swapFree=4142408/4192956
[pid=30451] ppid=30449 vsize=174224 CPUtime=1800.37
/proc/30451/stat : 30451 (pbscip.linux.x8) R 30449 30451 30341 0 -1 4202496 17042901 0 0 0 170928 9109 0 0 25 0 1 0 24247667 178405376 39731 1992294400 4194304 8223781 140734914867248 18446744073709551615 5950410 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30451/statm: 43556 39731 592 984 0 42569 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 174224

Child status: 0
Real time (s): 1801.08
CPU time (s): 1800.46
CPU user time (s): 1709.34
CPU system time (s): 91.1181
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 286916

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

runsolver used 2.93755 second user time and 8.5587 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 10:58:33
IDJOB=2667116
IDBENCH=2260
IDSOLVER=1169
FILE ID=node019/2667116-1276505913
PBS_JOBID= 11173420
Free space on /tmp= 62376 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/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.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-2667116-1276505913/watcher-2667116-1276505913 -o /tmp/evaluation-result-2667116-1276505913/solver-2667116-1276505913 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667116-1276505913.opb -t 1800 -m 1800

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=1962165578

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1766736 kB
Buffers:         89796 kB
Cached:         110328 kB
SwapCached:       4636 kB
Active:         104960 kB
Inactive:       108512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1766736 kB
SwapTotal:     4192956 kB
SwapFree:      4142408 kB
Dirty:            6380 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:          13592 kB
Slab:            56968 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 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= 62372 MiB
End job on node019 at 2010-06-14 11:28:36