Trace number 2664075

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
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)-42 1800.38 1801.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
MD5SUM09bf68c118cd38b954800f61edb04c4b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints110038
Number of constraints which are clauses110038
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 1400
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 1400
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 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664075-1276494891.opb>
1.69/1.74	c original problem has 1400 variables (1400 bin, 0 int, 0 impl, 0 cont) and 110038 constraints
1.69/1.74	c problem read
1.69/1.74	c presolving settings loaded
1.69/1.74	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
1.99/2.02	o 0
1.99/2.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.99/2.02	c presolving:
3.49/3.51	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 110038 upgd conss, 220076 impls, 0 clqs
5.99/6.02	c    (3.9s) probing: 101/1400 (7.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.99/6.02	c    (3.9s) probing aborted: 100/100 successive totally useless probings
5.99/6.02	c presolving (2 rounds):
5.99/6.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.99/6.02	c  220076 implications, 0 cliques
5.99/6.02	c presolved problem has 1400 variables (1400 bin, 0 int, 0 impl, 0 cont) and 110038 constraints
5.99/6.02	c  110038 constraints of type <logicor>
5.99/6.02	c transformed objective value is always integral (scale: 1)
5.99/6.02	c Presolving Time: 3.71
5.99/6.02	c - non default parameters ----------------------------------------------------------------------
5.99/6.02	c # SCIP version 1.2.1.2
5.99/6.02	c 
5.99/6.02	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
5.99/6.02	c # [type: int, range: [-1,2147483647], default: -1]
5.99/6.02	c conflict/interconss = 0
5.99/6.02	c 
5.99/6.02	c # should binary conflicts be preferred?
5.99/6.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.99/6.02	c conflict/preferbinary = TRUE
5.99/6.02	c 
5.99/6.02	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
5.99/6.02	c # [type: int, range: [-1,2147483647], default: 0]
5.99/6.02	c constraints/agelimit = 1
5.99/6.02	c 
5.99/6.02	c # should enforcement of pseudo solution be disabled?
5.99/6.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.99/6.02	c constraints/disableenfops = TRUE
5.99/6.02	c 
5.99/6.02	c # frequency for displaying node information lines
5.99/6.02	c # [type: int, range: [-1,2147483647], default: 100]
5.99/6.02	c display/freq = 10000
5.99/6.02	c 
5.99/6.02	c # maximal time in seconds to run
5.99/6.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.99/6.02	c limits/time = 1798.27
5.99/6.02	c 
5.99/6.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.99/6.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.99/6.02	c limits/memory = 1620
5.99/6.02	c 
5.99/6.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.99/6.02	c # [type: int, range: [-1,2147483647], default: 1]
5.99/6.02	c lp/solvefreq = -1
5.99/6.02	c 
5.99/6.02	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)
5.99/6.02	c # [type: char, range: {lafpsqd}, default: l]
5.99/6.02	c lp/pricing = a
5.99/6.02	c 
5.99/6.02	c # should presolving try to simplify inequalities
5.99/6.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.99/6.02	c constraints/linear/simplifyinequalities = TRUE
5.99/6.02	c 
5.99/6.02	c # should presolving try to simplify knapsacks
5.99/6.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.99/6.02	c constraints/knapsack/simplifyinequalities = TRUE
5.99/6.02	c 
5.99/6.02	c # priority of node selection rule <dfs> in standard mode
5.99/6.02	c # [type: int, range: [-536870912,536870911], default: 0]
5.99/6.02	c nodeselection/dfs/stdpriority = 1000000
5.99/6.02	c 
5.99/6.02	c -----------------------------------------------------------------------------------------------
5.99/6.02	c start solving
5.99/6.03	c 
5.99/6.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.06	c t 3.9s|     1 |     2 |     0 |     - |  77M|   0 |   - |1400 | 110k|   0 |   0 |   0 |   0 |   0 |-1.400000e+03 | 0.000000e+00 | 100.00%
5.99/6.09	o -39
5.99/6.09	c * 4.0s|    40 |    39 |     0 |   0.0 |  77M|  39 |   - |1400 | 110k|   0 |   0 |   0 |   0 |   0 |-1.399000e+03 |-3.900000e+01 |  97.21%
8.69/8.71	o -40
8.69/8.71	c * 6.5s|  2835 |    32 |     0 |   0.0 |  77M|  42 |   - |1400 | 110k|   0 |   0 |   0 |  26 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
14.59/14.64	c  12.4s| 10000 |    30 |     0 |   0.0 |  77M|  47 |   - |1400 | 110k|   0 |   0 |   0 |  47 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
23.09/23.11	c  20.7s| 20000 |    28 |     0 |   0.0 |  77M|  51 |   - |1400 | 110k|   0 |   0 |   0 |  73 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
31.68/31.72	c  29.2s| 30000 |    29 |     0 |   0.0 |  77M|  51 |   - |1400 | 110k|   0 |   0 |   0 | 118 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
40.37/40.46	c  37.8s| 40000 |    31 |     0 |   0.0 |  77M|  51 |   - |1400 | 110k|   0 |   0 |   0 | 167 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
49.67/49.73	c  46.9s| 50000 |    27 |     0 |   0.0 |  77M|  51 |   - |1400 | 110k|   0 |   0 |   0 | 230 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
58.17/58.20	c  55.2s| 60000 |    31 |     0 |   0.0 |  77M|  51 |   - |1400 | 110k|   0 |   0 |   0 | 273 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
66.16/66.22	c  63.1s| 70000 |    30 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 311 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
74.16/74.27	c  71.0s| 80000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 349 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
82.15/82.22	c  78.8s| 90000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 382 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
90.65/90.79	c  87.3s|100000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 413 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
99.25/99.39	c  95.7s|110000 |    26 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 435 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
107.65/107.80	c   104s|120000 |    27 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 475 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
116.05/116.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
116.05/116.16	c   112s|130000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 529 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
124.55/124.64	c   121s|140000 |    32 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 598 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
132.94/133.06	c   129s|150000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 646 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
141.43/141.51	c   137s|160000 |    29 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 727 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
150.13/150.24	c   146s|170000 |    26 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 776 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
158.93/159.03	c   154s|180000 |    26 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 863 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
167.62/167.70	c   163s|190000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 | 976 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
176.51/176.63	c   172s|200000 |    26 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 |1033 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
185.01/185.15	c   180s|210000 |    27 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 |1071 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
193.81/193.96	c   189s|220000 |    28 |     0 |   0.0 |  77M|  55 |   - |1400 | 110k|   0 |   0 |   0 |1112 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
202.41/202.56	c   197s|230000 |    28 |     0 |   0.0 |  77M|  57 |   - |1400 | 110k|   0 |   0 |   0 |1172 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
211.30/211.44	c   206s|240000 |    30 |     0 |   0.0 |  77M|  57 |   - |1400 | 110k|   0 |   0 |   0 |1236 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
220.19/220.39	c   215s|250000 |    28 |     0 |   0.0 |  77M|  57 |   - |1400 | 110k|   0 |   0 |   0 |1288 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
229.30/229.48	c   224s|260000 |    26 |     0 |   0.0 |  77M|  57 |   - |1400 | 110k|   0 |   0 |   0 |1355 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
238.19/238.35	c   232s|270000 |    28 |     0 |   0.0 |  77M|  57 |   - |1400 | 110k|   0 |   0 |   0 |1424 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
247.08/247.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
247.08/247.22	c   241s|280000 |    29 |     0 |   0.0 |  77M|  58 |   - |1400 | 110k|   0 |   0 |   0 |1499 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
255.79/255.90	c   250s|290000 |    28 |     0 |   0.0 |  77M|  58 |   - |1400 | 110k|   0 |   0 |   0 |1570 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
264.48/264.62	c   258s|300000 |    28 |     0 |   0.0 |  77M|  58 |   - |1400 | 110k|   0 |   0 |   0 |1634 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
273.08/273.29	c   267s|310000 |    27 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1700 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
282.07/282.24	c   276s|320000 |    29 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1764 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
290.86/291.02	c   284s|330000 |    26 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1834 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
299.47/299.63	c   293s|340000 |    27 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1878 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
307.87/308.09	c   301s|350000 |    26 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1932 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
316.56/316.80	c   310s|360000 |    27 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |1964 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
325.55/325.76	c   319s|370000 |    27 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |2027 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
334.25/334.44	c   327s|380000 |    26 |     0 |   0.0 |  77M|  59 |   - |1400 | 110k|   0 |   0 |   0 |2096 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
343.25/343.40	c   336s|390000 |    26 |     0 |   0.0 |  77M|  60 |   - |1400 | 110k|   0 |   0 |   0 |2147 |   0 |-1.399000e+03 |-4.000000e+01 |  97.14%
343.84/344.01	o -41
343.84/344.01	c * 337s|390654 |    30 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2155 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
351.44/351.66	c   344s|400000 |    29 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2198 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
360.04/360.21	c   352s|410000 |    30 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2256 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
368.74/368.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.74/368.90	c   361s|420000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2308 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
377.53/377.73	c   370s|430000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2347 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
386.02/386.22	c   378s|440000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2412 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
394.52/394.73	c   386s|450000 |    26 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2451 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
402.91/403.19	c   395s|460000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2500 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
411.71/411.97	c   403s|470000 |    29 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2563 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
420.01/420.28	c   412s|480000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2621 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
428.31/428.51	c   420s|490000 |    25 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2672 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
436.40/436.66	c   428s|500000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2701 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
444.59/444.84	c   436s|510000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2732 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
453.00/453.26	c   444s|520000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2769 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
461.59/461.85	c   452s|530000 |    29 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2813 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
469.79/470.02	c   460s|540000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2851 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
477.88/478.20	c   468s|550000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2895 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
486.08/486.30	c   476s|560000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2932 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
493.98/494.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.98/494.20	c   484s|570000 |    25 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |2959 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
502.18/502.47	c   492s|580000 |    29 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3013 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
510.48/510.70	c   500s|590000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3046 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
518.76/519.03	c   509s|600000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3088 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
527.06/527.35	c   517s|610000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3131 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
535.56/535.81	c   525s|620000 |    25 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3171 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
543.96/544.22	c   533s|630000 |    27 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3221 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
552.15/552.44	c   542s|640000 |    25 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3249 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
560.65/560.98	c   550s|650000 |    28 |     0 |   0.0 |  77M|  61 |   - |1400 | 110k|   0 |   0 |   0 |3303 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
569.05/569.35	c   558s|660000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3343 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
577.54/577.86	c   567s|670000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3396 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
585.84/586.16	c   575s|680000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3451 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
594.53/594.86	c   583s|690000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3491 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
603.24/603.54	c   592s|700000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3543 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
611.53/611.80	c   600s|710000 |    23 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3584 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
619.92/620.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.92/620.29	c   608s|720000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3647 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
628.52/628.82	c   617s|730000 |    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3695 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
636.72/637.05	c   625s|740000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3757 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
645.33/645.60	c   633s|750000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3855 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
653.42/653.74	c   641s|760000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3912 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
661.82/662.18	c   650s|770000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |3962 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
670.31/670.68	c   658s|780000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4005 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
678.71/679.04	c   666s|790000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4061 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
687.29/687.67	c   675s|800000 |    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4111 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
695.60/695.96	c   683s|810000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4167 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
703.89/704.27	c   691s|820000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4210 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
712.09/712.46	c   699s|830000 |    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4239 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
720.68/721.07	c   707s|840000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4272 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
728.79/729.19	c   715s|850000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4316 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
737.08/737.44	c   724s|860000 |    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4369 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
745.78/746.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.78/746.15	c   732s|870000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4405 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
754.18/754.50	c   740s|880000 |    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4439 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
762.57/762.94	c   749s|890000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4476 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
770.77/771.16	c   757s|900000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4515 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
778.96/779.38	c   765s|910000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4576 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
787.16/787.51	c   773s|920000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4634 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
795.36/795.75	c   781s|930000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4683 |   0 |-1.399000e+03 |-4.100000e+01 |  97.07%
797.16/797.55	o -42
797.16/797.55	c * 783s|932026 |    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4691 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
803.96/804.31	c   789s|940000 |    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4736 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
812.05/812.46	c   797s|950000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4780 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
820.34/820.79	c   805s|960000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4813 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
828.74/829.10	c   814s|970000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4848 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
837.44/837.82	c   822s|980000 |    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4875 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
846.04/846.48	c   831s|990000 |    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4916 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
854.34/854.72	c   839s|  1000k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4954 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
862.23/862.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.23/862.68	c   847s|  1010k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |4997 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
870.32/870.70	c   855s|  1020k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5030 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
878.53/878.93	c   863s|  1030k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5067 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
887.01/887.45	c   871s|  1040k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5114 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
895.21/895.64	c   879s|  1050k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5152 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
903.61/904.00	c   887s|  1060k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5201 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
912.31/912.79	c   896s|  1070k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5260 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
920.81/921.25	c   904s|  1080k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5345 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
929.30/929.75	c   913s|  1090k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5405 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
937.69/938.18	c   921s|  1100k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5458 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
946.00/946.41	c   929s|  1110k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5496 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
954.59/955.07	c   938s|  1120k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5531 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
963.20/963.63	c   946s|  1130k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5579 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
971.78/972.24	c   955s|  1140k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5612 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
980.98/981.40	c   964s|  1150k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5658 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
989.67/990.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.67/990.14	c   972s|  1160k|    24 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5703 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
998.38/998.87	c   981s|  1170k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5746 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1007.18/1007.65	c   989s|  1180k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5771 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1016.06/1016.53	c   998s|  1190k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5808 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1025.06/1025.53	c  1007s|  1200k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5928 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1033.86/1034.31	c  1016s|  1210k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |5995 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1042.66/1043.15	c  1024s|  1220k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6062 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1051.46/1051.94	c  1033s|  1230k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6109 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1060.35/1060.89	c  1042s|  1240k|    30 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6160 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1069.34/1069.89	c  1051s|  1250k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6201 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1077.84/1078.39	c  1059s|  1260k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6238 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1086.54/1087.07	c  1068s|  1270k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6270 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1094.94/1095.48	c  1076s|  1280k|    30 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6311 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1103.53/1104.04	c  1084s|  1290k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6359 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1111.93/1112.47	c  1093s|  1300k|    30 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6402 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1120.33/1120.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1120.33/1120.84	c  1101s|  1310k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6474 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1128.92/1129.44	c  1109s|  1320k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6506 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1137.41/1137.97	c  1118s|  1330k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6527 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1146.02/1146.50	c  1126s|  1340k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6560 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1154.11/1154.68	c  1134s|  1350k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6590 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1162.71/1163.20	c  1143s|  1360k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6625 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1171.10/1171.62	c  1151s|  1370k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6685 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1179.30/1179.85	c  1159s|  1380k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6739 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1187.80/1188.33	c  1167s|  1390k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6773 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1195.70/1196.29	c  1175s|  1400k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6821 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1203.90/1204.41	c  1183s|  1410k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6860 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1212.29/1212.82	c  1191s|  1420k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6941 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1220.50/1221.08	c  1200s|  1430k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |6979 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1229.09/1229.70	c  1208s|  1440k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7011 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1237.38/1237.96	c  1216s|  1450k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7045 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1245.68/1246.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1245.68/1246.23	c  1224s|  1460k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7094 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1253.97/1254.51	c  1232s|  1470k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7166 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1262.36/1262.97	c  1241s|  1480k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7222 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1270.47/1271.07	c  1249s|  1490k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7261 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1278.86/1279.45	c  1257s|  1500k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7307 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1287.66/1288.20	c  1266s|  1510k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7368 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1295.96/1296.55	c  1274s|  1520k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7431 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1304.25/1304.86	c  1282s|  1530k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7471 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1312.75/1313.39	c  1290s|  1540k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7534 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1321.44/1322.06	c  1299s|  1550k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7596 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1330.04/1330.66	c  1307s|  1560k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7658 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1338.44/1339.04	c  1316s|  1570k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7708 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1346.84/1347.40	c  1324s|  1580k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7773 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1355.13/1355.76	c  1332s|  1590k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7812 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1363.33/1363.99	c  1340s|  1600k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7842 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1371.92/1372.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1371.92/1372.51	c  1348s|  1610k|    24 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7880 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1380.52/1381.17	c  1357s|  1620k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7919 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1389.01/1389.64	c  1365s|  1630k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |7973 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1397.31/1397.93	c  1373s|  1640k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8004 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1405.91/1406.53	c  1382s|  1650k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8041 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1414.71/1415.33	c  1391s|  1660k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8088 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1423.40/1424.04	c  1399s|  1670k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8150 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1432.00/1432.64	c  1408s|  1680k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8266 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1440.89/1441.55	c  1416s|  1690k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8306 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1449.69/1450.31	c  1425s|  1700k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8373 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1458.29/1458.94	c  1434s|  1710k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8448 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1467.09/1467.73	c  1442s|  1720k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8527 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1476.19/1476.85	c  1451s|  1730k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8583 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1485.08/1485.73	c  1460s|  1740k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8637 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1493.87/1494.52	c  1469s|  1750k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8673 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1503.27/1503.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1503.27/1503.91	c  1478s|  1760k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8743 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1512.17/1512.84	c  1487s|  1770k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8791 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1521.36/1522.00	c  1496s|  1780k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8842 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1529.96/1530.65	c  1504s|  1790k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8893 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1538.36/1539.09	c  1513s|  1800k|    24 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |8955 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1547.56/1548.25	c  1522s|  1810k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9037 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1556.15/1556.86	c  1530s|  1820k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9101 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1564.75/1565.45	c  1538s|  1830k|    30 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9149 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1573.35/1574.07	c  1547s|  1840k|    29 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9199 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1582.04/1582.70	c  1555s|  1850k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9255 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1590.53/1591.27	c  1564s|  1860k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9305 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1599.23/1599.94	c  1572s|  1870k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9358 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1607.83/1608.58	c  1581s|  1880k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9412 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1616.43/1617.19	c  1589s|  1890k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9472 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1624.82/1625.58	c  1598s|  1900k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9510 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1633.32/1634.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1633.32/1634.05	c  1606s|  1910k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9552 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1642.31/1643.05	c  1615s|  1920k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9621 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1651.31/1652.06	c  1624s|  1930k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9680 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1659.91/1660.60	c  1632s|  1940k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9749 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1668.41/1669.19	c  1641s|  1950k|    31 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9810 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1677.01/1677.74	c  1649s|  1960k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9868 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1685.70/1686.40	c  1657s|  1970k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9937 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1693.90/1694.68	c  1666s|  1980k|    25 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |9991 |   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1702.79/1703.54	c  1674s|  1990k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1711.59/1712.32	c  1683s|  2000k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1720.79/1721.54	c  1692s|  2010k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1730.28/1731.05	c  1701s|  2020k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1739.18/1739.92	c  1710s|  2030k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1748.29/1749.07	c  1719s|  2040k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1757.27/1758.02	c  1728s|  2050k|    27 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1766.27/1767.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1766.27/1767.01	c  1737s|  2060k|    30 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1775.16/1775.91	c  1746s|  2070k|    26 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1783.76/1784.58	c  1754s|  2080k|    28 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1792.16/1792.98	c  1762s|  2090k|    31 |     0 |   0.0 |  77M|  63 |   - |1400 | 110k|   0 |   0 |   0 |  10k|   0 |-1.399000e+03 |-4.200000e+01 |  97.00%
1800.06/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.81	c 
1800.06/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.81	c Solving Time (sec) : 1770.07
1800.06/1800.81	c Solving Nodes      : 2098429
1800.06/1800.81	c Primal Bound       : -4.20000000000000e+01 (7 solutions)
1800.06/1800.81	c Dual Bound         : -1.39900000000000e+03
1800.06/1800.81	c Gap                : 97.00 %
1800.06/1800.87	s SATISFIABLE
1800.06/1800.87	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.06/1800.87	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.06/1800.87	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.06/1800.87	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.06/1800.87	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 
1800.06/1800.87	v -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
1800.06/1800.87	v -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
1800.06/1800.87	v -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1800.06/1800.87	v -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1800.06/1800.87	v x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.06/1800.87	v -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.06/1800.87	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
1800.06/1800.87	v -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1800.06/1800.87	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1800.06/1800.87	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
1800.06/1800.87	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
1800.06/1800.87	v -x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 
1800.06/1800.87	v -x376 -x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
1800.06/1800.87	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 
1800.06/1800.87	v -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 
1800.06/1800.87	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 
1800.06/1800.87	v -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.06/1800.87	v -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.06/1800.87	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 
1800.06/1800.87	v -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 
1800.06/1800.87	v -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 
1800.06/1800.87	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1800.06/1800.87	v -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 x602 -x603 -x604 -x605 
1800.06/1800.87	v -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 
1800.06/1800.87	v -x627 -x628 -x629 -x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 
1800.06/1800.87	v -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 
1800.06/1800.87	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 
1800.06/1800.87	v -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 
1800.06/1800.87	v -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1800.06/1800.87	v -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1800.06/1800.87	v -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 
1800.06/1800.87	v -x774 -x775 -x776 x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1800.06/1800.87	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 
1800.06/1800.87	v -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 
1800.06/1800.87	v x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 
1800.06/1800.87	v -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 
1800.06/1800.87	v -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 
1800.06/1800.87	v -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 
1800.06/1800.87	v -x920 -x921 -x922 x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 
1800.06/1800.87	v -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 
1800.06/1800.87	v -x962 -x963 -x964 -x965 -x966 x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 
1800.06/1800.87	v -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 
1800.06/1800.87	v -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 
1800.06/1800.87	v -x1021 -x1022 x1023 -x1024 -x1025 -x1026 x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.06/1800.87	v -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 
1800.06/1800.87	v -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 x1074 
1800.06/1800.87	v -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 
1800.06/1800.87	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 x1106 -x1107 -x1108 -x1109 -x1110 
1800.06/1800.87	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 
1800.06/1800.87	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.06/1800.87	v -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 
1800.06/1800.87	v -x1165 -x1166 -x1167 -x1168 -x1169 x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 x1182 
1800.06/1800.87	v -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 
1800.06/1800.87	v -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 x1214 -x1215 -x1216 -x1217 -x1218 
1800.06/1800.87	v -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 
1800.06/1800.87	v -x1237 x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 
1800.06/1800.87	v -x1255 -x1256 x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 
1800.06/1800.87	v -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 
1800.06/1800.87	v -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 
1800.06/1800.87	v -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 
1800.06/1800.87	v -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 
1800.06/1800.87	v -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 
1800.06/1800.87	v -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 
1800.06/1800.87	v -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 x1394 -x1395 -x1396 -x1397 
1800.06/1800.87	v -x1398 -x1399 -x1400 
1800.06/1800.87	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.87	c Solving Time       :    1770.07
1800.06/1800.87	c Original Problem   :
1800.06/1800.87	c   Problem name     : HOME/instance-2664075-1276494891.opb
1800.06/1800.87	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.87	c   Constraints      : 110038 initial, 110038 maximal
1800.06/1800.87	c Presolved Problem  :
1800.06/1800.87	c   Problem name     : t_HOME/instance-2664075-1276494891.opb
1800.06/1800.87	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.87	c   Constraints      : 110038 initial, 110050 maximal
1800.06/1800.87	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.87	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.87	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.87	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.87	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.87	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.87	c   probing          :       2.30          0          0          0          0          0          0          0          0
1800.06/1800.87	c   logicor          :       0.33          0          0          0          0          0          0          0          0
1800.06/1800.87	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.87	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.87	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.87	c   logicor          :     110038+         0    2003791          0          4     115045    2989689          0          0          0
1800.06/1800.87	c   countsols        :          0          0          0          0          4          0          0          0          0          0
1800.06/1800.87	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.87	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.87	c   logicor          :     427.79       0.00     427.71       0.00       0.08
1800.06/1800.87	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.87	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.87	c   vbounds          :       1.59          2          0          0
1800.06/1800.87	c   rootredcost      :       1.70          0          0          0
1800.06/1800.87	c   pseudoobj        :     485.43    3229210     723445     949340
1800.06/1800.87	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.87	c   propagation      :     235.64     115045      10602      10602       43.7          0        0.0          -
1800.06/1800.87	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.87	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.87	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.87	c   pseudo solution  :     620.33     205038          0          0        0.0          0        0.0          -
1800.06/1800.87	c   applied globally :          -          -          -      10602       43.7          -          -          -
1800.06/1800.87	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.87	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.87	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.87	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.87	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.87	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.87	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.87	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.87	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.87	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.87	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.87	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.87	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.87	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.87	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.87	c Pricers            :       Time      Calls       Vars
1800.06/1800.87	c   problem variables:       0.00          0          0
1800.06/1800.87	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.87	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   inference        :      11.39    1062323          0          0          0          0    2124646
1800.06/1800.87	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.87	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.87	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.87	c   LP solutions     :       0.00          -          0
1800.06/1800.87	c   pseudo solutions :       0.00          -          4
1800.06/1800.87	c   oneopt           :       1.97          0          0
1800.06/1800.87	c   trivial          :       0.06          2          3
1800.06/1800.87	c   simplerounding   :       0.00          0          0
1800.06/1800.87	c   zirounding       :       0.00          0          0
1800.06/1800.87	c   rounding         :       0.00          0          0
1800.06/1800.87	c   shifting         :       0.00          0          0
1800.06/1800.87	c   intshifting      :       0.00          0          0
1800.06/1800.87	c   twoopt           :       0.00          0          0
1800.06/1800.87	c   fixandinfer      :       0.00          0          0
1800.06/1800.87	c   feaspump         :       0.00          0          0
1800.06/1800.87	c   coefdiving       :       0.00          0          0
1800.06/1800.87	c   pscostdiving     :       0.00          0          0
1800.06/1800.87	c   fracdiving       :       0.00          0          0
1800.06/1800.87	c   veclendiving     :       0.00          0          0
1800.06/1800.87	c   intdiving        :       0.00          0          0
1800.06/1800.87	c   actconsdiving    :       0.00          0          0
1800.06/1800.87	c   objpscostdiving  :       0.00          0          0
1800.06/1800.87	c   rootsoldiving    :       0.00          0          0
1800.06/1800.87	c   linesearchdiving :       0.00          0          0
1800.06/1800.87	c   guideddiving     :       0.00          0          0
1800.06/1800.87	c   octane           :       0.00          0          0
1800.06/1800.87	c   rens             :       0.00          0          0
1800.06/1800.87	c   rins             :       0.00          0          0
1800.06/1800.87	c   localbranching   :       0.00          0          0
1800.06/1800.87	c   mutation         :       0.00          0          0
1800.06/1800.87	c   crossover        :       0.00          0          0
1800.06/1800.87	c   dins             :       0.00          0          0
1800.06/1800.87	c   undercover       :       0.00          0          0
1800.06/1800.87	c   nlp              :       0.86          0          0
1800.06/1800.87	c   trysol           :       1.08          0          0
1800.06/1800.87	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.87	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.87	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.87	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.87	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.87	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.87	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.87	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.87	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.87	c B&B Tree           :
1800.06/1800.87	c   number of runs   :          1
1800.06/1800.87	c   nodes            :    2098429
1800.06/1800.87	c   nodes (total)    :    2098429
1800.06/1800.87	c   nodes left       :         23
1800.06/1800.87	c   max depth        :         63
1800.06/1800.87	c   max depth (total):         63
1800.06/1800.87	c   backtracks       :     399576 (19.0%)
1800.06/1800.87	c   delayed cutoffs  :       8046
1800.06/1800.87	c   repropagations   :       9497 (27917 domain reductions, 7426 cutoffs)
1800.06/1800.87	c   avg switch length:       2.00
1800.06/1800.87	c   switching time   :     114.56
1800.06/1800.87	c Solution           :
1800.06/1800.87	c   Solutions found  :          7 (5 improvements)
1800.06/1800.87	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.16 seconds, depth 0, found by <trivial>)
1800.06/1800.87	c   Primal Bound     : -4.20000000000000e+01   (in run 1, after 932026 nodes, 782.63 seconds, depth 43, found by <relaxation>)
1800.06/1800.87	c   Dual Bound       : -1.39900000000000e+03
1800.06/1800.87	c   Gap              :      97.00 %
1800.06/1800.87	c   Root Dual Bound  : -1.40000000000000e+03
1800.06/1800.87	c   Root Iterations  :          0
1800.35/1801.11	c Time complete: 1800.37.

Verifier Data

OK	-42

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664075-1276494891/watcher-2664075-1276494891 -o /tmp/evaluation-result-2664075-1276494891/solver-2664075-1276494891 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664075-1276494891.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: 1.00 1.00 1.00 3/106 29424
/proc/meminfo: memFree=1820264/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=6584 CPUtime=0
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 910 0 0 0 0 0 0 0 20 0 1 0 25090741 6742016 833 1992294400 4194304 7136930 140735577444576 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 1646 842 254 719 0 925 0

[startup+0.0728589 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29424
/proc/meminfo: memFree=1820264/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=10900 CPUtime=0.06
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 2223 0 0 0 6 0 0 0 20 0 1 0 25090741 11161600 2146 1992294400 4194304 7136930 140735577444576 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 2725 2146 271 719 0 2004 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10900

[startup+0.101865 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29424
/proc/meminfo: memFree=1820264/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=12336 CPUtime=0.09
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 2584 0 0 0 9 0 0 0 20 0 1 0 25090741 12632064 2507 1992294400 4194304 7136930 140735577444576 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 3084 2507 271 719 0 2363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12336

[startup+0.300906 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29424
/proc/meminfo: memFree=1820264/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=16828 CPUtime=0.29
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 3714 0 0 0 28 1 0 0 20 0 1 0 25090741 17231872 3637 1992294400 4194304 7136930 140735577444576 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 4207 3637 271 719 0 3486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16828

[startup+0.700992 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29424
/proc/meminfo: memFree=1820264/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=25600 CPUtime=0.69
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 5903 0 0 0 67 2 0 0 21 0 1 0 25090741 26214400 5826 1992294400 4194304 7136930 140735577444576 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 6400 5826 271 719 0 5679 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25600

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1792232/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=42468 CPUtime=1.49
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 10089 0 0 0 146 3 0 0 23 0 1 0 25090741 43487232 10012 1992294400 4194304 7136930 140735577444576 18446744073709551615 4525437 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 10617 10012 271 719 0 9896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42468

[startup+3.1005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1710516/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=145448 CPUtime=3.09
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 39207 0 0 0 278 31 0 0 25 0 1 0 25090741 148938752 35291 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 36362 35291 349 719 0 35641 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145448

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1696008/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=6.29
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 584 45 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4703657 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128700

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1695016/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=12.68
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 1214 54 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 128700

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1695016/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=25.48
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 2473 75 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128700

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29425
/proc/meminfo: memFree=1695016/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=51.07
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 4995 112 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128700

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29427
/proc/meminfo: memFree=1694768/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=102.26
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 10029 197 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 128700

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29429
/proc/meminfo: memFree=1694644/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=162.23
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 15931 292 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4703343 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 128700

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29431
/proc/meminfo: memFree=1694520/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=222.2
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 21836 384 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 128700

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29431
/proc/meminfo: memFree=1694396/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=282.17
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 27749 468 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5918852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 128700

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29433
/proc/meminfo: memFree=1694272/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=342.14
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 33653 561 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 128700

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29444
/proc/meminfo: memFree=1693404/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=402.12
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 39555 657 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5919212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 128700

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29446
/proc/meminfo: memFree=1693528/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=462.09
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 45456 753 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907500 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 128700

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29448
/proc/meminfo: memFree=1693528/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=522.07
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 51359 848 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 128700

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29448
/proc/meminfo: memFree=1693528/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=582.04
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 57261 943 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 128700

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29450
/proc/meminfo: memFree=1693528/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=642.03
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 63166 1037 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 128700

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 29458
/proc/meminfo: memFree=1693156/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=941.9
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 92673 1517 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 128700

[startup+1002.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 29460
/proc/meminfo: memFree=1693032/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1001.87
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 98580 1607 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 128700

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 29462
/proc/meminfo: memFree=1693156/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1061.85
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 104492 1693 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 128700

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29464
/proc/meminfo: memFree=1693032/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1121.83
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 110404 1779 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5928822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 128700

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 29467
/proc/meminfo: memFree=1692288/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1181.8
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 116310 1870 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 128700

[startup+1242.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 29469
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1241.78
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 122206 1972 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 128700

[startup+1302.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 29471
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1301.75
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 128107 2068 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5905979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 128700

[startup+1362.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 29473
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1361.73
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 134008 2165 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 128700

[startup+1422.31 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 29475
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1421.71
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 139917 2254 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 128700

[startup+1482.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 29475
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1481.68
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 145826 2342 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 128700

[startup+1542.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 29477
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1541.66
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 151737 2429 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 128700

[startup+1602.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 29479
/proc/meminfo: memFree=1692412/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1601.64
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 157643 2521 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4648638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 128700

[startup+1662.3 s]
/proc/loadavg: 1.12 1.07 1.00 2/107 29481
/proc/meminfo: memFree=1692288/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1661.61
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 163542 2619 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 128700

[startup+1722.3 s]
/proc/loadavg: 1.05 1.05 1.00 2/107 29483
/proc/meminfo: memFree=1692164/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1721.58
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 169442 2716 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1721.58
Current children cumulated vsize (KiB) 128700

[startup+1782.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 29483
/proc/meminfo: memFree=1691792/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1781.56
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 175351 2805 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 128700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 29485
/proc/meminfo: memFree=1691916/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=128700 CPUtime=1800.06
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48541 0 0 0 177175 2831 0 0 25 0 1 0 25090741 131788800 31464 1992294400 4194304 7136930 140735577444576 18446744073709551615 5907474 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29424/statm: 32175 31464 385 719 0 31454 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 128700

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.01 1.04 1.00 2/107 29485
/proc/meminfo: memFree=1691916/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=116332 CPUtime=1800.25
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48547 0 0 0 177194 2831 0 0 18 0 1 0 25090741 119123968 28379 1992294400 4194304 7136930 140735577444576 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 28986 28282 391 719 0 28265 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 116332

[startup+1801.1 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 29485
/proc/meminfo: memFree=1691916/2059040 swapFree=4140220/4192956
[pid=29424] ppid=29422 vsize=45144 CPUtime=1800.35
/proc/29424/stat : 29424 (pbscip.linux.x8) R 29422 29424 28769 0 -1 4202496 48547 0 0 0 177203 2832 0 0 18 0 1 0 25090741 46227456 10744 1992294400 4194304 7136930 140735577444576 18446744073709551615 6166347 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29424/statm: 11286 10744 391 719 0 10565 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 45144

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.38
CPU user time (s): 1772.04
CPU system time (s): 28.3327
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 145448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.04
system time used= 28.3327
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48554
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= 5
involuntary context switches= 25888

runsolver used 3.08353 second user time and 8.40872 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-14 07:54:51
IDJOB=2664075
IDBENCH=2246
IDSOLVER=1167
FILE ID=node010/2664075-1276494891
PBS_JOBID= 11173389
Free space on /tmp= 62496 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664075-1276494891/watcher-2664075-1276494891 -o /tmp/evaluation-result-2664075-1276494891/solver-2664075-1276494891 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664075-1276494891.opb -t 1800 -m 1800

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

MD5SUM BENCH= 09bf68c118cd38b954800f61edb04c4b
RANDOM SEED=1141015925

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820668 kB
Buffers:         55804 kB
Cached:         103960 kB
SwapCached:       5836 kB
Active:          92900 kB
Inactive:        79304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820668 kB
SwapTotal:     4192956 kB
SwapFree:      4140220 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:       10812 kB
Mapped:          12816 kB
Slab:            44344 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182768 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= 62496 MiB
End job on node010 at 2010-06-14 08:24:54