Trace number 3488611

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
SCIP spx E_2 2011-06-10 (fixed)SAT-47 1798 1797.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-65
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3488611-1307784820.opb>
0.02/0.04	c original problem has 8361 variables (8361 bin, 0 int, 0 impl, 0 cont) and 8861 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.08	o 0
0.02/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.02/0.08	c presolving:
0.09/0.14	c (round 1) 7861 del vars, 1000 del conss, 0 add conss, 7861 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31444 impls, 0 clqs
0.09/0.15	c (round 2) 7861 del vars, 1000 del conss, 0 add conss, 7861 chg bounds, 0 chg sides, 0 chg coeffs, 7861 upgd conss, 31444 impls, 0 clqs
0.19/0.20	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  7861 deleted vars, 1000 deleted constraints, 0 added constraints, 7861 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  47164 implications, 0 cliques
0.19/0.20	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7861 constraints
0.19/0.20	c    7861 constraints of type <setppc>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.13
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.0.1.5
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1797
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # belongs reading time to solving time?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c timing/reading = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/indicator/addCouplingCons = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.27	c t 0.3s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.19/0.28	o -1
0.19/0.28	c R 0.3s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.19/0.28	o -2
0.19/0.28	c s 0.3s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.39/0.46	o -47
0.39/0.46	c y 0.5s|     1 |     0 |   519 |     - |  26M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 |-4.700000e+01 |  81.20%
0.49/0.50	c   0.5s|     1 |     0 |   651 |     - |  26M|   0 | 487 | 500 |7861 | 500 |7872 |  11 |   0 |   0 |-2.435000e+02 |-4.700000e+01 |  80.70%
0.59/0.64	c   0.6s|     1 |     0 |   731 |     - |  26M|   0 | 482 | 500 |7861 | 500 |7881 |  20 |   0 |   0 |-2.410000e+02 |-4.700000e+01 |  80.50%
0.69/0.77	c   0.8s|     1 |     0 |   808 |     - |  26M|   0 | 475 | 500 |7861 | 500 |7893 |  32 |   0 |   0 |-2.375000e+02 |-4.700000e+01 |  80.21%
0.89/0.91	c   0.9s|     1 |     0 |   907 |     - |  26M|   0 | 473 | 500 |7861 | 500 |7901 |  40 |   0 |   0 |-2.365000e+02 |-4.700000e+01 |  80.13%
0.99/1.10	c   1.1s|     1 |     0 |  1103 |     - |  26M|   0 | 469 | 500 |7861 | 500 |7913 |  52 |   0 |   0 |-2.345000e+02 |-4.700000e+01 |  79.96%
1.39/1.40	c   1.4s|     1 |     0 |  1537 |     - |  26M|   0 | 466 | 500 |7861 | 500 |7922 |  61 |   0 |   0 |-2.328333e+02 |-4.700000e+01 |  79.81%
1.59/1.65	c   1.7s|     1 |     0 |  1840 |     - |  27M|   0 | 465 | 500 |7861 | 500 |7931 |  70 |   0 |   0 |-2.315909e+02 |-4.700000e+01 |  79.71%
1.89/1.93	c   1.9s|     1 |     0 |  2235 |     - |  27M|   0 | 461 | 500 |7861 | 500 |7942 |  81 |   0 |   0 |-2.292500e+02 |-4.700000e+01 |  79.50%
2.20/2.23	c   2.2s|     1 |     0 |  2886 |     - |  27M|   0 | 458 | 500 |7861 | 500 |7952 |  91 |   0 |   0 |-2.275000e+02 |-4.700000e+01 |  79.34%
2.49/2.59	c   2.6s|     1 |     0 |  3589 |     - |  27M|   0 | 459 | 500 |7861 | 500 |7960 |  99 |   0 |   0 |-2.265000e+02 |-4.700000e+01 |  79.25%
2.79/2.86	c   2.9s|     1 |     0 |  4116 |     - |  27M|   0 | 459 | 500 |7861 | 500 |1091 | 112 |   0 |   0 |-2.247500e+02 |-4.700000e+01 |  79.09%
2.89/2.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.89/2.96	c   3.0s|     1 |     0 |  4419 |     - |  28M|   0 | 440 | 500 |7861 | 500 |1105 | 126 |   0 |   0 |-2.230000e+02 |-4.700000e+01 |  78.92%
3.09/3.14	c   3.1s|     1 |     0 |  4990 |     - |  28M|   0 | 441 | 500 |7861 | 500 |1175 | 196 |   0 |   0 |-2.210000e+02 |-4.700000e+01 |  78.73%
3.19/3.29	c   3.3s|     1 |     0 |  5415 |     - |  28M|   0 | 433 | 500 |7861 | 500 |1312 | 333 |   0 |   0 |-2.195000e+02 |-4.700000e+01 |  78.59%
3.29/3.37	c   3.4s|     1 |     0 |  5726 |     - |  28M|   0 | 427 | 500 |7861 | 500 |1381 | 402 |   0 |   0 |-2.165000e+02 |-4.700000e+01 |  78.29%
3.49/3.52	c   3.5s|     1 |     0 |  6463 |     - |  29M|   0 | 452 | 500 |7861 | 500 |1455 | 476 |   0 |   0 |-2.150000e+02 |-4.700000e+01 |  78.14%
3.69/3.70	c   3.7s|     1 |     0 |  7303 |     - |  29M|   0 | 418 | 500 |7861 | 500 |1461 | 782 |   0 |   0 |-2.115000e+02 |-4.700000e+01 |  77.78%
3.79/3.86	c   3.9s|     1 |     0 |  7719 |     - |  30M|   0 | 411 | 500 |7861 | 500 |1583 | 904 |   0 |   0 |-2.095000e+02 |-4.700000e+01 |  77.57%
3.99/4.00	c   4.0s|     1 |     0 |  8050 |     - |  30M|   0 | 418 | 500 |7861 | 500 |1671 | 992 |   0 |   0 |-2.085000e+02 |-4.700000e+01 |  77.46%
4.19/4.20	c   4.2s|     1 |     0 |  8779 |     - |  31M|   0 | 414 | 500 |7861 | 500 |1727 |1048 |   0 |   0 |-2.065000e+02 |-4.700000e+01 |  77.24%
4.19/4.27	c   4.3s|     1 |     0 |  8935 |     - |  31M|   0 | 426 | 500 |7861 | 500 |1755 |1076 |   0 |   0 |-2.060000e+02 |-4.700000e+01 |  77.18%
4.40/4.41	c   4.4s|     1 |     0 |  9730 |     - |  32M|   0 | 405 | 500 |7861 | 500 |1829 |1150 |   0 |   0 |-2.045000e+02 |-4.700000e+01 |  77.02%
4.49/4.53	c   4.5s|     1 |     0 | 10320 |     - |  32M|   0 | 402 | 500 |7861 | 500 |1543 |1194 |   0 |   0 |-2.030000e+02 |-4.700000e+01 |  76.85%
4.59/4.65	c   4.6s|     1 |     0 | 10951 |     - |  32M|   0 | 396 | 500 |7861 | 500 |1596 |1247 |   0 |   0 |-2.010000e+02 |-4.700000e+01 |  76.62%
4.69/4.76	c   4.8s|     1 |     0 | 11483 |     - |  32M|   0 | 447 | 500 |7861 | 500 |1662 |1313 |   0 |   0 |-2.000000e+02 |-4.700000e+01 |  76.50%
5.00/5.04	c   5.0s|     1 |     0 | 12511 |     - |  33M|   0 | 400 | 500 |7861 | 500 |2641 |2292 |   0 |   0 |-1.970000e+02 |-4.700000e+01 |  76.14%
5.09/5.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.09/5.12	c   5.1s|     1 |     0 | 12764 |     - |  33M|   0 | 397 | 500 |7861 | 500 |2650 |2301 |   0 |   0 |-1.965000e+02 |-4.700000e+01 |  76.08%
5.29/5.31	c   5.3s|     1 |     0 | 13834 |     - |  33M|   0 | 401 | 500 |7861 | 500 |2659 |2310 |   0 |   0 |-1.945000e+02 |-4.700000e+01 |  75.84%
5.40/5.47	c   5.5s|     1 |     0 | 14644 |     - |  34M|   0 | 383 | 500 |7861 | 500 |1955 |2390 |   0 |   0 |-1.925000e+02 |-4.700000e+01 |  75.58%
5.50/5.54	c   5.5s|     1 |     0 | 14937 |     - |  34M|   0 | 380 | 500 |7861 | 500 |1985 |2420 |   0 |   0 |-1.910000e+02 |-4.700000e+01 |  75.39%
5.59/5.68	c   5.7s|     1 |     0 | 15759 |     - |  34M|   0 | 393 | 500 |7861 | 500 |2013 |2448 |   0 |   0 |-1.898333e+02 |-4.700000e+01 |  75.24%
5.79/5.82	c   5.8s|     1 |     0 | 16846 |     - |  34M|   0 | 382 | 500 |7861 | 500 |2064 |2499 |   0 |   0 |-1.885000e+02 |-4.700000e+01 |  75.07%
5.89/5.92	c   5.9s|     1 |     0 | 17344 |     - |  34M|   0 | 385 | 500 |7861 | 500 |2108 |2543 |   0 |   0 |-1.875000e+02 |-4.700000e+01 |  74.93%
5.99/6.06	c   6.1s|     1 |     0 | 18348 |     - |  34M|   0 | 367 | 500 |7861 | 500 |2134 |2569 |   0 |   0 |-1.860000e+02 |-4.700000e+01 |  74.73%
6.10/6.17	c   6.2s|     1 |     0 | 18832 |     - |  34M|   0 | 362 | 500 |7861 | 500 |1731 |2638 |   0 |   0 |-1.840000e+02 |-4.700000e+01 |  74.46%
6.29/6.33	c   6.3s|     1 |     0 | 20156 |     - |  35M|   0 | 399 | 500 |7861 | 500 |1796 |2703 |   0 |   0 |-1.827778e+02 |-4.700000e+01 |  74.29%
6.39/6.48	c   6.5s|     1 |     0 | 20598 |     - |  35M|   0 | 359 | 500 |7861 | 500 |2451 |3358 |   0 |   0 |-1.815000e+02 |-4.700000e+01 |  74.10%
6.49/6.56	c   6.6s|     1 |     0 | 20843 |     - |  35M|   0 | 386 | 500 |7861 | 500 |2508 |3415 |   0 |   0 |-1.806333e+02 |-4.700000e+01 |  73.98%
6.60/6.64	c   6.6s|     1 |     0 | 21051 |     - |  35M|   0 | 385 | 500 |7861 | 500 |2539 |3446 |   0 |   0 |-1.803846e+02 |-4.700000e+01 |  73.94%
6.69/6.72	c   6.7s|     1 |     0 | 21312 |     - |  35M|   0 | 371 | 500 |7861 | 500 |2568 |3475 |   0 |   0 |-1.798000e+02 |-4.700000e+01 |  73.86%
6.79/6.86	c   6.9s|     1 |     0 | 22181 |     - |  35M|   0 | 392 | 500 |7861 | 500 |1543 |3499 |   0 |   0 |-1.786714e+02 |-4.700000e+01 |  73.69%
6.89/6.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.89/6.99	c   7.0s|     1 |     0 | 22834 |     - |  36M|   0 | 373 | 500 |7861 | 500 |1648 |3604 |   0 |   0 |-1.780741e+02 |-4.700000e+01 |  73.61%
7.09/7.14	c   7.1s|     1 |     0 | 23782 |     - |  36M|   0 | 389 | 500 |7861 | 500 |1857 |3813 |   0 |   0 |-1.773438e+02 |-4.700000e+01 |  73.50%
7.29/7.30	c   7.3s|     1 |     0 | 24773 |     - |  37M|   0 | 410 | 500 |7861 | 500 |1947 |3903 |   0 |   0 |-1.769136e+02 |-4.700000e+01 |  73.43%
7.49/7.52	c   7.5s|     1 |     0 | 26075 |     - |  37M|   0 | 376 | 500 |7861 | 500 |2068 |4024 |   0 |   0 |-1.760000e+02 |-4.700000e+01 |  73.30%
7.59/7.68	c   7.7s|     1 |     0 | 26652 |     - |  38M|   0 | 421 | 500 |7861 | 500 |2135 |4091 |   0 |   0 |-1.754677e+02 |-4.700000e+01 |  73.21%
7.99/8.00	c   8.0s|     1 |     0 | 28220 |     - |  39M|   0 | 413 | 500 |7861 | 500 |1591 |4276 |   0 |   0 |-1.742500e+02 |-4.700000e+01 |  73.03%
8.19/8.20	c   8.2s|     1 |     0 | 29655 |     - |  40M|   0 | 408 | 500 |7861 | 500 |1678 |4363 |   0 |   0 |-1.730833e+02 |-4.700000e+01 |  72.85%
8.40/8.49	c   8.5s|     1 |     0 | 31606 |     - |  41M|   0 | 433 | 500 |7861 | 500 |1824 |4509 |   0 |   0 |-1.722077e+02 |-4.700000e+01 |  72.71%
8.59/8.68	c   8.7s|     1 |     0 | 32191 |     - |  42M|   0 | 417 | 500 |7861 | 500 |2331 |5016 |   0 |   0 |-1.718333e+02 |-4.700000e+01 |  72.65%
8.99/9.07	c   9.1s|     1 |     0 | 34500 |     - |  42M|   0 | 429 | 500 |7861 | 500 |2353 |5038 |   0 |   0 |-1.711250e+02 |-4.700000e+01 |  72.53%
9.49/9.51	c   9.5s|     1 |     0 | 36944 |     - |  44M|   0 | 440 | 500 |7861 | 500 |2381 |5066 |   0 |   0 |-1.703314e+02 |-4.700000e+01 |  72.41%
9.80/9.89	c   9.9s|     1 |     0 | 38264 |     - |  45M|   0 | 432 | 500 |7861 | 500 |2109 |5163 |   0 |   0 |-1.691543e+02 |-4.700000e+01 |  72.21%
10.19/10.21	c  10.2s|     1 |     0 | 39293 |     - |  45M|   0 | 458 | 500 |7861 | 500 |2190 |5244 |   0 |   0 |-1.688660e+02 |-4.700000e+01 |  72.17%
10.60/10.62	c  10.6s|     1 |     0 | 40618 |     - |  45M|   0 | 447 | 500 |7861 | 500 |2381 |5435 |   0 |   0 |-1.684376e+02 |-4.700000e+01 |  72.10%
11.00/11.04	c  11.0s|     1 |     0 | 41907 |     - |  45M|   0 | 441 | 500 |7861 | 500 |2418 |5472 |   0 |   0 |-1.678217e+02 |-4.700000e+01 |  71.99%
11.39/11.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.39/11.49	c  11.5s|     1 |     0 | 43250 |     - |  46M|   0 | 450 | 500 |7861 | 500 |2476 |5530 |   0 |   0 |-1.668344e+02 |-4.700000e+01 |  71.83%
11.89/11.92	c  11.9s|     1 |     0 | 44397 |     - |  46M|   0 | 455 | 500 |7861 | 500 |2565 |5619 |   0 |   0 |-1.664049e+02 |-4.700000e+01 |  71.76%
12.39/12.43	c  12.4s|     1 |     0 | 46262 |     - |  46M|   0 | 458 | 500 |7861 | 500 |2112 |5659 |   0 |   0 |-1.653578e+02 |-4.700000e+01 |  71.58%
12.79/12.83	c  12.8s|     1 |     0 | 47577 |     - |  46M|   0 | 454 | 500 |7861 | 500 |2189 |5736 |   0 |   0 |-1.645736e+02 |-4.700000e+01 |  71.44%
13.19/13.28	c  13.3s|     1 |     0 | 49098 |     - |  46M|   0 | 455 | 500 |7861 | 500 |2304 |5851 |   0 |   0 |-1.633621e+02 |-4.700000e+01 |  71.23%
13.59/13.70	c  13.7s|     1 |     0 | 50426 |     - |  46M|   0 | 462 | 500 |7861 | 500 |2338 |5885 |   0 |   0 |-1.619846e+02 |-4.700000e+01 |  70.98%
14.09/14.19	c  14.2s|     1 |     0 | 52121 |     - |  46M|   0 | 470 | 500 |7861 | 500 |2391 |5938 |   0 |   0 |-1.603944e+02 |-4.700000e+01 |  70.70%
14.59/14.63	c  14.6s|     1 |     0 | 53015 |     - |  46M|   0 | 459 | 500 |7861 | 500 |2507 |6054 |   0 |   0 |-1.598727e+02 |-4.700000e+01 |  70.60%
15.09/15.10	c  15.1s|     1 |     0 | 54353 |     - |  46M|   0 | 474 | 500 |7861 | 500 |2138 |6100 |   0 |   0 |-1.592861e+02 |-4.700000e+01 |  70.49%
15.49/15.59	c  15.6s|     1 |     0 | 55944 |     - |  46M|   0 | 464 | 500 |7861 | 500 |2202 |6164 |   0 |   0 |-1.583675e+02 |-4.700000e+01 |  70.32%
15.89/15.98	c  16.0s|     1 |     0 | 56987 |     - |  46M|   0 | 474 | 500 |7861 | 500 |2224 |6186 |   0 |   0 |-1.578254e+02 |-4.700000e+01 |  70.22%
16.29/16.34	c  16.3s|     1 |     0 | 57646 |     - |  46M|   0 | 477 | 500 |7861 | 500 |2267 |6229 |   0 |   0 |-1.574892e+02 |-4.700000e+01 |  70.16%
16.69/16.70	c  16.7s|     1 |     0 | 58194 |     - |  46M|   0 | 476 | 500 |7861 | 500 |2293 |6255 |   0 |   0 |-1.573211e+02 |-4.700000e+01 |  70.12%
17.10/17.14	c  17.1s|     1 |     0 | 59141 |     - |  47M|   0 | 475 | 500 |7861 | 500 |2310 |6272 |   0 |   0 |-1.569747e+02 |-4.700000e+01 |  70.06%
17.60/17.64	c  17.6s|     1 |     0 | 60399 |     - |  47M|   0 | 476 | 500 |7861 | 500 |2065 |6324 |   0 |   0 |-1.565260e+02 |-4.700000e+01 |  69.97%
17.89/17.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.89/17.99	c  18.0s|     1 |     0 | 60868 |     - |  47M|   0 | 476 | 500 |7861 | 500 |2098 |6357 |   0 |   0 |-1.563138e+02 |-4.700000e+01 |  69.93%
18.29/18.37	c  18.4s|     1 |     0 | 61477 |     - |  47M|   0 | 479 | 500 |7861 | 500 |2121 |6380 |   0 |   0 |-1.559888e+02 |-4.700000e+01 |  69.87%
18.70/18.77	c  18.8s|     1 |     0 | 62164 |     - |  47M|   0 | 476 | 500 |7861 | 500 |2147 |6406 |   0 |   0 |-1.558178e+02 |-4.700000e+01 |  69.84%
19.09/19.15	c  19.2s|     1 |     0 | 62686 |     - |  47M|   0 | 483 | 500 |7861 | 500 |2172 |6431 |   0 |   0 |-1.555790e+02 |-4.700000e+01 |  69.79%
19.49/19.53	c  19.5s|     1 |     0 | 63009 |     - |  47M|   0 | 482 | 500 |7861 | 500 |2221 |6480 |   0 |   0 |-1.554497e+02 |-4.700000e+01 |  69.77%
20.09/20.13	c  20.1s|     1 |     0 | 64709 |     - |  47M|   0 | 485 | 500 |7861 | 500 |2044 |6497 |   0 |   0 |-1.549510e+02 |-4.700000e+01 |  69.67%
20.49/20.52	c  20.5s|     1 |     0 | 65265 |     - |  47M|   0 | 485 | 500 |7861 | 500 |2082 |6535 |   0 |   0 |-1.545806e+02 |-4.700000e+01 |  69.60%
20.89/20.95	c  21.0s|     1 |     0 | 65987 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2118 |6571 |   0 |   0 |-1.542597e+02 |-4.700000e+01 |  69.53%
21.39/21.45	c  21.4s|     1 |     0 | 67099 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2143 |6596 |   0 |   0 |-1.538611e+02 |-4.700000e+01 |  69.45%
21.79/21.88	c  21.9s|     1 |     0 | 67736 |     - |  47M|   0 | 486 | 500 |7861 | 500 |2166 |6619 |   0 |   0 |-1.536219e+02 |-4.700000e+01 |  69.41%
22.29/22.31	c  22.3s|     1 |     0 | 68280 |     - |  47M|   0 | 488 | 500 |7861 | 500 |2190 |6643 |   0 |   0 |-1.533429e+02 |-4.700000e+01 |  69.35%
22.69/22.74	c  22.7s|     1 |     0 | 68885 |     - |  47M|   0 | 489 | 500 |7861 | 500 |2115 |6662 |   0 |   0 |-1.531114e+02 |-4.700000e+01 |  69.30%
23.10/23.13	c  23.1s|     1 |     0 | 69254 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2130 |6677 |   0 |   0 |-1.528848e+02 |-4.700000e+01 |  69.26%
23.49/23.50	c  23.5s|     1 |     0 | 69652 |     - |  47M|   0 | 490 | 500 |7861 | 500 |2147 |6694 |   0 |   0 |-1.527694e+02 |-4.700000e+01 |  69.23%
23.79/23.87	c  23.9s|     1 |     0 | 69866 |     - |  47M|   0 | 492 | 500 |7861 | 500 |2164 |6711 |   0 |   0 |-1.526973e+02 |-4.700000e+01 |  69.22%
24.29/24.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.29/24.32	c  24.3s|     1 |     0 | 70564 |     - |  47M|   0 | 489 | 500 |7861 | 500 |2173 |6720 |   0 |   0 |-1.524346e+02 |-4.700000e+01 |  69.17%
24.69/24.75	c  24.8s|     1 |     0 | 71156 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2190 |6737 |   0 |   0 |-1.521220e+02 |-4.700000e+01 |  69.10%
25.10/25.14	c  25.1s|     1 |     0 | 71527 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2138 |6761 |   0 |   0 |-1.519760e+02 |-4.700000e+01 |  69.07%
25.49/25.53	c  25.5s|     1 |     0 | 71971 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2156 |6779 |   0 |   0 |-1.518638e+02 |-4.700000e+01 |  69.05%
25.89/25.98	c  26.0s|     1 |     0 | 72815 |     - |  47M|   0 | 488 | 500 |7861 | 500 |2172 |6795 |   0 |   0 |-1.516525e+02 |-4.700000e+01 |  69.01%
26.29/26.39	c  26.4s|     1 |     0 | 73363 |     - |  47M|   0 | 492 | 500 |7861 | 500 |2191 |6814 |   0 |   0 |-1.514988e+02 |-4.700000e+01 |  68.98%
26.69/26.78	c  26.8s|     1 |     0 | 73804 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2202 |6825 |   0 |   0 |-1.513125e+02 |-4.700000e+01 |  68.94%
27.09/27.19	c  27.2s|     1 |     0 | 74242 |     - |  47M|   0 | 490 | 500 |7861 | 500 |2213 |6836 |   0 |   0 |-1.511291e+02 |-4.700000e+01 |  68.90%
27.59/27.61	c  27.6s|     1 |     0 | 74857 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2186 |6850 |   0 |   0 |-1.507989e+02 |-4.700000e+01 |  68.83%
27.89/27.99	c  28.0s|     1 |     0 | 75190 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2201 |6865 |   0 |   0 |-1.506369e+02 |-4.700000e+01 |  68.80%
28.40/28.42	c  28.4s|     1 |     0 | 75865 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2215 |6879 |   0 |   0 |-1.504617e+02 |-4.700000e+01 |  68.76%
28.79/28.84	c  28.8s|     1 |     0 | 76406 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2227 |6891 |   0 |   0 |-1.502660e+02 |-4.700000e+01 |  68.72%
29.19/29.22	c  29.2s|     1 |     0 | 76669 |     - |  47M|   0 | 492 | 500 |7861 | 500 |2236 |6900 |   0 |   0 |-1.501690e+02 |-4.700000e+01 |  68.70%
29.60/29.62	c  29.6s|     1 |     0 | 77129 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2249 |6913 |   0 |   0 |-1.500280e+02 |-4.700000e+01 |  68.67%
29.99/30.01	c  30.0s|     1 |     0 | 77513 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2218 |6930 |   0 |   0 |-1.499005e+02 |-4.700000e+01 |  68.65%
30.39/30.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.39/30.44	c  30.4s|     1 |     0 | 78200 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2230 |6942 |   0 |   0 |-1.497481e+02 |-4.700000e+01 |  68.61%
30.79/30.84	c  30.8s|     1 |     0 | 78614 |     - |  47M|   0 | 494 | 500 |7861 | 500 |2242 |6954 |   0 |   0 |-1.496777e+02 |-4.700000e+01 |  68.60%
31.20/31.23	c  31.2s|     1 |     0 | 78995 |     - |  47M|   0 | 495 | 500 |7861 | 500 |2253 |6965 |   0 |   0 |-1.495720e+02 |-4.700000e+01 |  68.58%
31.59/31.64	c  31.6s|     1 |     0 | 79560 |     - |  47M|   0 | 496 | 500 |7861 | 500 |2266 |6978 |   0 |   0 |-1.493815e+02 |-4.700000e+01 |  68.54%
31.99/32.03	c  32.0s|     1 |     0 | 79894 |     - |  47M|   0 | 497 | 500 |7861 | 500 |2276 |6988 |   0 |   0 |-1.493284e+02 |-4.700000e+01 |  68.53%
32.30/32.39	c  32.4s|     1 |     0 | 80181 |     - |  46M|   0 | 495 | 500 |7861 | 500 |2239 |6997 |   0 |   0 |-1.492424e+02 |-4.700000e+01 |  68.51%
32.69/32.74	c  32.7s|     1 |     0 | 80509 |     - |  46M|   0 | 495 | 500 |7861 | 500 |2251 |7009 |   0 |   0 |-1.491913e+02 |-4.700000e+01 |  68.50%
33.09/33.12	c  33.1s|     1 |     0 | 80923 |     - |  46M|   0 | 496 | 500 |7861 | 500 |2263 |7021 |   0 |   0 |-1.491094e+02 |-4.700000e+01 |  68.48%
33.39/33.48	c  33.5s|     1 |     0 | 81231 |     - |  46M|   0 | 493 | 500 |7861 | 500 |2276 |7034 |   0 |   0 |-1.490642e+02 |-4.700000e+01 |  68.47%
33.79/33.86	c  33.9s|     1 |     0 | 81823 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2290 |7048 |   0 |   0 |-1.490063e+02 |-4.700000e+01 |  68.46%
34.19/34.20	c  34.2s|     1 |     0 | 82050 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2302 |7060 |   0 |   0 |-1.489818e+02 |-4.700000e+01 |  68.45%
34.49/34.59	c  34.6s|     1 |     0 | 82546 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2250 |7072 |   0 |   0 |-1.489248e+02 |-4.700000e+01 |  68.44%
34.89/34.95	c  35.0s|     1 |     0 | 82999 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2262 |7084 |   0 |   0 |-1.488857e+02 |-4.700000e+01 |  68.43%
35.20/35.29	c  35.3s|     1 |     0 | 83229 |     - |  44M|   0 | 495 | 500 |7861 | 500 |2273 |7095 |   0 |   0 |-1.488631e+02 |-4.700000e+01 |  68.43%
35.59/35.64	c  35.6s|     1 |     0 | 83531 |     - |  44M|   0 | 494 | 500 |7861 | 500 |2286 |7108 |   0 |   0 |-1.488293e+02 |-4.700000e+01 |  68.42%
35.89/35.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.89/35.97	c  36.0s|     1 |     0 | 83746 |     - |  44M|   0 | 495 | 500 |7861 | 500 |2302 |7124 |   0 |   0 |-1.488097e+02 |-4.700000e+01 |  68.42%
36.19/36.29	c  36.3s|     1 |     0 | 83884 |     - |  44M|   0 | 493 | 500 |7861 | 500 |2309 |7131 |   0 |   0 |-1.488036e+02 |-4.700000e+01 |  68.41%
36.60/36.64	c  36.6s|     1 |     0 | 84214 |     - |  44M|   0 | 494 | 500 |7861 | 500 |2239 |7139 |   0 |   0 |-1.487860e+02 |-4.700000e+01 |  68.41%
36.89/36.97	c  37.0s|     1 |     0 | 84516 |     - |  43M|   0 | 493 | 500 |7861 | 500 |2247 |7147 |   0 |   0 |-1.487713e+02 |-4.700000e+01 |  68.41%
37.30/37.31	c  37.3s|     1 |     0 | 84907 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2260 |7160 |   0 |   0 |-1.487435e+02 |-4.700000e+01 |  68.40%
37.59/37.63	c  37.6s|     1 |     0 | 85137 |     - |  42M|   0 | 496 | 500 |7861 | 500 |2270 |7170 |   0 |   0 |-1.487136e+02 |-4.700000e+01 |  68.40%
37.89/37.96	c  38.0s|     1 |     0 | 85452 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2284 |7184 |   0 |   0 |-1.486801e+02 |-4.700000e+01 |  68.39%
38.19/38.29	c  38.3s|     1 |     0 | 85618 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2295 |7195 |   0 |   0 |-1.486724e+02 |-4.700000e+01 |  68.39%
38.60/38.60	c  38.6s|     1 |     0 | 85753 |     - |  42M|   0 | 495 | 500 |7861 | 500 |2225 |7201 |   0 |   0 |-1.486683e+02 |-4.700000e+01 |  68.39%
38.80/38.88	c  38.9s|     1 |     0 | 85763 |     - |  42M|   0 | 445 | 500 |7861 | 500 |2236 |7212 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
39.09/39.14	c  39.1s|     1 |     0 | 85764 |     - |  41M|   0 | 446 | 500 |7861 | 500 |2240 |7216 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
42.50/42.59	c  42.6s|     1 |     2 | 85764 |     - |  41M|   0 | 446 | 500 |7861 | 500 |2240 |7216 |   0 |  28 |-1.486667e+02 |-4.700000e+01 |  68.39%
176.10/176.17	c   176s| 10000 | 10001 |  1850k| 176.5 |  80M|  44 | 131 | 500 |7861 | 500 | 555 | 637k|   0 |3109 |-1.448792e+02 |-4.700000e+01 |  67.56%
256.00/256.07	c   256s| 20000 | 20001 |  3114k| 151.5 | 115M|  57 | 154 | 500 |7861 | 500 | 735 |1253k|   0 |4537 |-1.442608e+02 |-4.700000e+01 |  67.42%
326.90/326.99	c   327s| 30000 | 30001 |  4261k| 139.2 | 150M|  64 | 216 | 500 |7861 | 500 | 818 |1840k|   0 |5752 |-1.438022e+02 |-4.700000e+01 |  67.32%
395.20/395.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.20/395.27	c   395s| 40000 | 40001 |  5376k| 132.3 | 183M|  64 |  79 | 500 |7861 | 500 | 565 |2415k|   0 |6836 |-1.435405e+02 |-4.700000e+01 |  67.26%
459.20/459.21	c   459s| 50000 | 50001 |  6446k| 127.2 | 217M|  67 | 186 | 500 |7861 | 500 | 559 |2982k|   0 |7703 |-1.432884e+02 |-4.700000e+01 |  67.20%
522.30/522.37	c   522s| 60000 | 60001 |  7512k| 123.8 | 250M|  67 | 166 | 500 |7861 | 500 | 745 |3564k|   0 |8518 |-1.430596e+02 |-4.700000e+01 |  67.15%
585.81/585.82	c   586s| 70000 | 70001 |  8582k| 121.4 | 284M|  67 | 148 | 500 |7861 | 500 | 562 |4133k|   0 |9329 |-1.428680e+02 |-4.700000e+01 |  67.10%
650.51/650.59	c   651s| 80000 | 80001 |  9669k| 119.8 | 318M|  67 |  18 | 500 |7861 | 500 | 564 |4708k|   0 |  10k|-1.427248e+02 |-4.700000e+01 |  67.07%
711.41/711.49	c   711s| 90000 | 90001 | 10705k| 118.0 | 350M|  77 | 142 | 500 |7861 | 500 | 611 |5272k|   0 |  10k|-1.426050e+02 |-4.700000e+01 |  67.04%
794.61/794.65	c   795s|100000 |100001 | 12028k| 119.4 | 393M|  93 | 172 | 500 |7861 | 500 | 772 |5716k|   0 |  11k|-1.421700e+02 |-4.700000e+01 |  66.94%
892.62/892.69	c   893s|110000 |110001 | 13558k| 122.5 | 441M|  93 |  40 | 500 |7861 | 500 | 551 |6100k|   0 |  12k|-1.416476e+02 |-4.700000e+01 |  66.82%
980.52/980.57	c   981s|120000 |120001 | 14955k| 123.9 | 486M|  93 | 156 | 500 |7861 | 500 | 761 |6524k|   0 |  13k|-1.413309e+02 |-4.700000e+01 |  66.74%
1074.42/1074.41	c  1074s|130000 |130001 | 16443k| 125.8 | 536M|  93 | 176 | 500 |7861 | 500 | 605 |6907k|   0 |  13k|-1.409909e+02 |-4.700000e+01 |  66.66%
1168.32/1168.31	c  1168s|140000 |140001 | 17939k| 127.5 | 586M|  93 |  87 | 500 |7861 | 500 | 566 |7277k|   0 |  14k|-1.406937e+02 |-4.700000e+01 |  66.59%
1258.22/1258.26	c  1258s|150000 |150001 | 19374k| 128.6 | 636M|  93 |   6 | 500 |7861 | 500 | 564 |7644k|   0 |  15k|-1.404515e+02 |-4.700000e+01 |  66.54%
1348.33/1348.37	c  1348s|160000 |160001 | 20804k| 129.5 | 684M|  93 |  81 | 500 |7861 | 500 | 584 |8007k|   0 |  15k|-1.402476e+02 |-4.700000e+01 |  66.49%
1437.73/1437.72	c  1438s|170000 |170001 | 22226k| 130.2 | 732M|  93 |  28 | 500 |7861 | 500 | 557 |8412k|   0 |  16k|-1.400826e+02 |-4.700000e+01 |  66.45%
1527.53/1527.59	c  1528s|180000 |180001 | 23653k| 130.9 | 780M|  93 | 159 | 500 |7861 | 500 | 740 |8781k|   0 |  17k|-1.399200e+02 |-4.700000e+01 |  66.41%
1617.43/1617.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1617.43/1617.43	c  1617s|190000 |190001 | 25082k| 131.6 | 828M|  93 | 139 | 500 |7861 | 500 | 577 |9153k|   0 |  17k|-1.397691e+02 |-4.700000e+01 |  66.37%
1702.04/1702.01	c  1702s|200000 |200001 | 26438k| 131.8 | 874M|  93 |  26 | 500 |7861 | 500 | 562 |9587k|   0 |  18k|-1.396645e+02 |-4.700000e+01 |  66.35%
1787.94/1787.96	c  1788s|210000 |210001 | 27819k| 132.1 | 922M|  93 |  71 | 500 |7861 | 500 | 595 |9978k|   0 |  18k|-1.395490e+02 |-4.700000e+01 |  66.32%
1797.04/1797.01	c 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Solving Time (sec) : 1797.01
1797.04/1797.01	c Solving Nodes      : 211192
1797.04/1797.01	c Primal Bound       : -4.70000000000000e+01 (745 solutions)
1797.04/1797.01	c Dual Bound         : -1.39546381469578e+02
1797.04/1797.01	c Gap                : 66.32 %
1797.04/1797.02	s SATISFIABLE
1797.04/1797.02	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 x483 -x482 -x481 -x480 -x479 
1797.04/1797.02	v -x478 -x477 -x476 -x475 -x474 x473 -x472 -x471 -x470 x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1797.04/1797.02	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1797.04/1797.02	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1797.04/1797.02	v -x415 -x414 -x413 -x412 -x411 x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1797.04/1797.02	v -x394 -x393 -x392 x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1797.04/1797.02	v -x373 -x372 x371 -x370 -x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 x356 -x355 -x354 -x353 
1797.04/1797.02	v -x352 x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 
1797.04/1797.02	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1797.04/1797.02	v -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1797.04/1797.02	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 x270 -x269 -x268 
1797.04/1797.02	v -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 x247 
1797.04/1797.02	v x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1797.04/1797.02	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1797.04/1797.02	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1797.04/1797.02	v -x184 x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1797.04/1797.02	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1797.04/1797.02	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 
1797.04/1797.02	v -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 x112 -x111 -x110 x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
1797.04/1797.02	v -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 x77 -x76 -x75 -x74 
1797.04/1797.02	v -x73 x72 x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 
1797.04/1797.02	v -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 
1797.04/1797.02	v -x22 -x21 x20 x19 x18 -x17 -x16 x15 x14 -x13 x12 x11 -x10 -x9 -x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1797.04/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.02	c Total Time         :    1797.01
1797.04/1797.02	c   solving          :    1797.01
1797.04/1797.02	c   presolving       :       0.13 (included in solving)
1797.04/1797.02	c   reading          :       0.04 (included in solving)
1797.04/1797.02	c Original Problem   :
1797.04/1797.02	c   Problem name     : HOME/instance-3488611-1307784820.opb
1797.04/1797.02	c   Variables        : 8361 (8361 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.02	c   Constraints      : 8861 initial, 8861 maximal
1797.04/1797.02	c Presolved Problem  :
1797.04/1797.02	c   Problem name     : t_HOME/instance-3488611-1307784820.opb
1797.04/1797.02	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.02	c   Constraints      : 7861 initial, 7861 maximal
1797.04/1797.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1797.04/1797.02	c   linear           :       0.02       7861          0          0       7861          0        500          0          0          0
1797.04/1797.02	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1797.04/1797.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.02	c   integral         :          0          0          0     253025          0     297050          0          0          0          0          0     422380
1797.04/1797.02	c   setppc           :       7861        128     574788      41835          2     297046          0          0    3645572   10043106          0          0
1797.04/1797.02	c   countsols        :          0          0          0          0          2        747          0          0          0          0          0          0
1797.04/1797.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.02	c   integral         :      90.72       0.00       0.00      90.65       0.00       0.08       0.00
1797.04/1797.02	c   setppc           :      55.65       0.22      27.20      10.38       0.00      17.85       0.00
1797.04/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.02	c   vbounds          :          0          0          0          0
1797.04/1797.02	c   rootredcost      :          0          0          0          0
1797.04/1797.02	c   pseudoobj        :     584966          0          0          0
1797.04/1797.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.02	c   vbounds          :       0.11       0.11       0.00
1797.04/1797.02	c   rootredcost      :       0.11       0.11       0.00
1797.04/1797.02	c   pseudoobj        :       5.10       5.10       0.00
1797.04/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.02	c   cut pool         :       0.33        127          -          -       1633          -    (maximal pool size: 8198)
1797.04/1797.02	c   redcost          :       2.78     253152          0          0          0          0
1797.04/1797.02	c   impliedbounds    :       0.05        128          0          0       9713          0
1797.04/1797.02	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.02	c   gomory           :      22.37        128          0          0      30155          0
1797.04/1797.02	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.02	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.02	c   strongcg         :       0.71         20          0          0      10000          0
1797.04/1797.02	c   cmir             :       0.18         10          0          0          0          0
1797.04/1797.02	c   flowcover        :       0.13         10          0          0          0          0
1797.04/1797.02	c   clique           :       0.99        128          0          0       1122          0
1797.04/1797.02	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.02	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.02	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.02	c   rapidlearning    :       0.08          1          0          0          0          0
1797.04/1797.02	c Pricers            :       Time      Calls       Vars
1797.04/1797.02	c   problem variables:       0.00          0          0
1797.04/1797.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.02	c   relpscost        :      90.51     211190          0          0          0          0     422380
1797.04/1797.02	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.02	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.02	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.02	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.02	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.02	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.02	c   LP solutions     :       0.00          -          0
1797.04/1797.02	c   pseudo solutions :       0.00          -          0
1797.04/1797.02	c   oneopt           :       0.11          1          0
1797.04/1797.02	c   crossover        :       0.64         13          7
1797.04/1797.02	c   pscostdiving     :      17.54       3580         76
1797.04/1797.02	c   guideddiving     :      17.83       3580         35
1797.04/1797.02	c   fracdiving       :      16.78       3580         30
1797.04/1797.02	c   veclendiving     :      29.81       3580         77
1797.04/1797.02	c   linesearchdiving :      17.57       3581         53
1797.04/1797.02	c   objpscostdiving  :      12.72       1791         44
1797.04/1797.02	c   rootsoldiving    :      10.70       1791         12
1797.04/1797.02	c   trivial          :       0.01          2          1
1797.04/1797.02	c   shiftandpropagate:       0.00          0          0
1797.04/1797.02	c   simplerounding   :      10.17     211317        342
1797.04/1797.02	c   zirounding       :       0.17       1000          0
1797.04/1797.02	c   rounding         :      14.96      21927          1
1797.04/1797.02	c   shifting         :       4.76       6573          1
1797.04/1797.02	c   intshifting      :       0.01          0          0
1797.04/1797.02	c   twoopt           :       0.00          0          0
1797.04/1797.02	c   fixandinfer      :       0.00          0          0
1797.04/1797.02	c   feaspump         :       0.01          0          0
1797.04/1797.02	c   clique           :       0.00          0          0
1797.04/1797.02	c   coefdiving       :      18.40       3581         65
1797.04/1797.02	c   intdiving        :       0.00          0          0
1797.04/1797.02	c   actconsdiving    :       0.00          0          0
1797.04/1797.02	c   octane           :       0.00          0          0
1797.04/1797.02	c   rens             :       0.02          0          0
1797.04/1797.02	c   rins             :       0.00          0          0
1797.04/1797.02	c   localbranching   :       0.00          0          0
1797.04/1797.02	c   mutation         :       0.00          0          0
1797.04/1797.02	c   dins             :       0.00          0          0
1797.04/1797.02	c   vbounds          :       0.00          0          0
1797.04/1797.02	c   undercover       :       0.01          1          0
1797.04/1797.02	c   subnlp           :       0.03          0          0
1797.04/1797.02	c   trysol           :       0.06          0          0
1797.04/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.02	c   primal LP        :      10.77          0          0       0.00       0.00
1797.04/1797.02	c   dual LP          :    1389.88     253154   25935917     102.45   18660.59
1797.04/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.02	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.02	c   diving/probing LP:     101.17     132148    2026067      15.33   20025.90
1797.04/1797.02	c   strong branching :      84.20      18725    1297525      69.29   15409.57
1797.04/1797.02	c     (at root node) :          -         28      22948     819.57          -
1797.04/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.02	c B&B Tree           :
1797.04/1797.02	c   number of runs   :          1
1797.04/1797.02	c   nodes            :     211192
1797.04/1797.02	c   nodes (total)    :     211192
1797.04/1797.02	c   nodes left       :     211193
1797.04/1797.02	c   max depth        :         93
1797.04/1797.02	c   max depth (total):         93
1797.04/1797.02	c   backtracks       :      25065 (11.9%)
1797.04/1797.02	c   delayed cutoffs  :          0
1797.04/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.02	c   avg switch length:       5.18
1797.04/1797.02	c   switching time   :      35.67
1797.04/1797.02	c Solution           :
1797.04/1797.02	c   Solutions found  :        745 (4 improvements)
1797.04/1797.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1797.04/1797.02	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 1 nodes, 0.46 seconds, depth 0, found by <trysol>)
1797.04/1797.02	c   Dual Bound       : -1.39546381469578e+02
1797.04/1797.02	c   Gap              :      66.32 %
1797.04/1797.02	c   Root Dual Bound  : -1.48666666666667e+02
1797.04/1797.02	c   Root Iterations  :      85764
1797.94/1797.95	c Time complete: 1797.99.

Verifier Data

OK	-47

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3488611-1307784820/watcher-3488611-1307784820 -o /tmp/evaluation-result-3488611-1307784820/solver-3488611-1307784820 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488611-1307784820.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.68 2/175 25619
/proc/meminfo: memFree=31579740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 2168 0 0 0 0 0 0 0 18 0 1 0 890081731 13000704 2122 33554432000 4194304 9016284 140735647642400 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25619/statm: 3174 2122 353 1178 0 1992 0

[startup+0.022522 s]
/proc/loadavg: 2.00 2.00 1.68 2/175 25619
/proc/meminfo: memFree=31579740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=20136 CPUtime=0.02 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 4036 0 0 0 2 0 0 0 18 0 1 0 890081731 20619264 3990 33554432000 4194304 9016284 140735647642400 18446744073709551615 4327941 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25619/statm: 5034 3990 380 1178 0 3852 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20136

[startup+0.100507 s]
/proc/loadavg: 2.00 2.00 1.68 2/175 25619
/proc/meminfo: memFree=31579740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=45060 CPUtime=0.09 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 9928 0 0 0 9 0 0 0 18 0 1 0 890081731 46141440 9882 33554432000 4194304 9016284 140735647642400 18446744073709551615 7870473 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 11265 9882 480 1178 0 10083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45060

[startup+0.300475 s]
/proc/loadavg: 2.00 2.00 1.68 2/175 25619
/proc/meminfo: memFree=31579740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=70884 CPUtime=0.29 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 16734 0 0 0 27 2 0 0 18 0 1 0 890081731 72585216 16233 33554432000 4194304 9016284 140735647642400 18446744073709551615 4447397 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 17721 16233 691 1178 0 16539 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70884

[startup+0.7004 s]
/proc/loadavg: 2.00 2.00 1.68 2/175 25619
/proc/meminfo: memFree=31579740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=61844 CPUtime=0.69 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 22926 0 0 0 66 3 0 0 18 0 1 0 890081731 63328256 14227 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 15461 14227 714 1178 0 14279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61844

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.68 3/178 25683
/proc/meminfo: memFree=31489344/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=69476 CPUtime=1.49 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 24942 0 0 0 145 4 0 0 19 0 1 0 890081731 71143424 16195 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 17369 16195 753 1178 0 16187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69476

[startup+3.10097 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31458220/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=80484 CPUtime=3.09 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 27967 0 0 0 304 5 0 0 24 0 1 0 890081731 82415616 19057 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 20121 19057 694 1178 0 18939 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80484

[startup+6.30046 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31424868/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=87396 CPUtime=6.29 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 29703 0 0 0 618 11 0 0 25 0 1 0 890081731 89493504 20766 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 21849 20766 800 1178 0 20667 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87396

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.69 4/178 25683
/proc/meminfo: memFree=31384556/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=104588 CPUtime=12.69 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 33990 0 0 0 1246 23 0 0 25 0 1 0 890081731 107098112 24929 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 26147 24929 701 1178 0 24965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104588

[startup+25.501 s]
/proc/loadavg: 2.07 2.02 1.70 3/178 25684
/proc/meminfo: memFree=31379176/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=104956 CPUtime=25.49 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 34022 0 0 0 2510 39 0 0 25 0 1 0 890081731 107474944 24951 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 26239 24951 700 1178 0 25057 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104956

[startup+51.1005 s]
/proc/loadavg: 2.05 2.01 1.70 3/178 25684
/proc/meminfo: memFree=31378840/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=103880 CPUtime=51.09 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 36066 0 0 0 5013 96 0 0 25 0 1 0 890081731 106373120 24767 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 25970 24767 700 1178 0 24788 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103880

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 1.73 3/178 25686
/proc/meminfo: memFree=31364048/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=113360 CPUtime=102.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 56834 0 0 0 9895 335 0 0 25 0 1 0 890081731 116080640 27062 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 28340 27062 705 1178 0 27158 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113360

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.74 3/178 25687
/proc/meminfo: memFree=31329344/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=130640 CPUtime=162.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 70501 0 0 0 15590 640 0 0 25 0 1 0 890081731 133775360 31247 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 32660 31247 705 1178 0 31478 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130640

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.75 3/178 25689
/proc/meminfo: memFree=31284648/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=154324 CPUtime=222.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 86048 0 0 0 21279 951 0 0 25 0 1 0 890081731 158027776 37161 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 38581 37161 707 1178 0 37399 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 154324

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/178 25690
/proc/meminfo: memFree=31233400/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=185252 CPUtime=282.29 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 93826 0 0 0 26962 1267 0 0 25 0 1 0 890081731 189698048 44922 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 46313 44922 707 1178 0 45131 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185252

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 25692
/proc/meminfo: memFree=31178168/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=214528 CPUtime=342.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 110880 0 0 0 32634 1596 0 0 25 0 1 0 890081731 219676672 52324 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 53632 52324 707 1178 0 52450 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 214528

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 25694
/proc/meminfo: memFree=31120464/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=245440 CPUtime=402.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 118662 0 0 0 38310 1920 0 0 25 0 1 0 890081731 251330560 60078 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 61360 60078 707 1178 0 60178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 245440

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 25695
/proc/meminfo: memFree=31062632/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=274644 CPUtime=462.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 130772 0 0 0 43978 2252 0 0 25 0 1 0 890081731 281235456 67406 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 68661 67406 707 1178 0 67479 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 274644

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 25697
/proc/meminfo: memFree=31000336/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=309680 CPUtime=522.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 144288 0 0 0 49648 2582 0 0 25 0 1 0 890081731 317112320 76137 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 77420 76137 707 1178 0 76238 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 309680

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 1.82 3/178 25698
/proc/meminfo: memFree=30939296/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=341684 CPUtime=582.3 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 151810 0 0 0 55319 2911 0 0 25 0 1 0 890081731 349884416 83647 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 85421 83647 707 1178 0 84239 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 341684

[startup+642.301 s]

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

/proc/meminfo: memFree=30443852/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=586448 CPUtime=1062.32 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 218011 0 0 0 100843 5389 0 0 25 0 1 0 890081731 600522752 145015 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 146612 145015 707 1178 0 145430 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 586448

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 25713
/proc/meminfo: memFree=30385400/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=616176 CPUtime=1122.32 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 225522 0 0 0 106545 5687 0 0 25 0 1 0 890081731 630964224 152526 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 154044 152526 707 1178 0 152862 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 616176

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 1.90 3/178 25714
/proc/meminfo: memFree=30313684/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=650704 CPUtime=1182.32 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 234274 0 0 0 112257 5975 0 0 25 0 1 0 890081731 666320896 161278 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 162676 161278 707 1178 0 161494 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 650704

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/178 25716
/proc/meminfo: memFree=30249908/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=683124 CPUtime=1242.32 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 242352 0 0 0 117951 6281 0 0 25 0 1 0 890081731 699518976 169356 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 170781 169356 707 1178 0 169599 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 683124

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/178 25718
/proc/meminfo: memFree=30185880/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=714920 CPUtime=1302.33 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 250323 0 0 0 123638 6595 0 0 25 0 1 0 890081731 732078080 177327 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 178730 177327 707 1178 0 177548 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 714920

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/178 25719
/proc/meminfo: memFree=30123480/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=744748 CPUtime=1362.33 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 257845 0 0 0 129342 6891 0 0 25 0 1 0 890081731 762621952 184849 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 186187 184849 707 1178 0 185005 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 744748

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25721
/proc/meminfo: memFree=30051144/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=778304 CPUtime=1422.34 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 266204 0 0 0 135048 7186 0 0 25 0 1 0 890081731 796983296 193208 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 194576 193208 707 1178 0 193394 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 778304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25722
/proc/meminfo: memFree=29990848/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=806712 CPUtime=1482.33 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 273429 0 0 0 140745 7488 0 0 25 0 1 0 890081731 826073088 200433 33554432000 4194304 9016284 140735647642400 18446744073709551615 6523107 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 201678 200433 707 1178 0 200496 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 806712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25724
/proc/meminfo: memFree=29928428/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=839764 CPUtime=1542.34 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 281609 0 0 0 146449 7785 0 0 25 0 1 0 890081731 859918336 208613 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 209941 208613 707 1178 0 208759 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 839764

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25726
/proc/meminfo: memFree=29857952/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=869676 CPUtime=1602.34 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 289219 0 0 0 152148 8086 0 0 25 0 1 0 890081731 890548224 216223 33554432000 4194304 9016284 140735647642400 18446744073709551615 4777248 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 217419 216223 707 1178 0 216237 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 869676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25736
/proc/meminfo: memFree=29797832/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=902800 CPUtime=1662.33 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 297343 0 0 0 157843 8390 0 0 25 0 1 0 890081731 924467200 224347 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 225700 224347 707 1178 0 224518 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 902800

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 25738
/proc/meminfo: memFree=29723880/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=941568 CPUtime=1722.34 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 306102 0 0 0 163541 8693 0 0 25 0 1 0 890081731 964165632 233106 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 235392 233106 707 1178 0 234210 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 941568

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 25739
/proc/meminfo: memFree=29650660/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=978868 CPUtime=1782.33 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 315446 0 0 0 169221 9012 0 0 25 0 1 0 890081731 1002360832 242450 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 244717 242450 707 1178 0 243535 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 978868

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29648672/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=979524 CPUtime=1785.53 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 315603 0 0 0 169524 9029 0 0 25 0 1 0 890081731 1003032576 242607 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 244881 242607 707 1178 0 243699 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 979524

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29644328/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=980648 CPUtime=1791.95 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 315897 0 0 0 170131 9064 0 0 25 0 1 0 890081731 1004183552 242901 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 245162 242901 707 1178 0 243980 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 980648

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29641104/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=981552 CPUtime=1795.14 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 316156 0 0 0 170433 9081 0 0 25 0 1 0 890081731 1005109248 243160 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 245388 243160 707 1178 0 244206 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 981552

[startup+1796.7 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29639740/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=981808 CPUtime=1796.73 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 316243 0 0 0 170585 9088 0 0 25 0 1 0 890081731 1005371392 243247 33554432000 4194304 9016284 140735647642400 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25619/statm: 245452 243247 707 1178 0 244270 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 981808

[startup+1797.5 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29637876/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=981808 CPUtime=1797.54 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 316253 0 0 0 170663 9091 0 0 25 0 1 0 890081731 1005371392 243257 33554432000 4194304 9016284 140735647642400 18446744073709551615 4330210 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25619/statm: 245452 243257 709 1178 0 244270 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (KiB) 981808

[startup+1797.9 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29637876/32950904 swapFree=67055440/67111528
[pid=25619] ppid=25615 vsize=981156 CPUtime=1797.94 cores=1,3,5,7
/proc/25619/stat : 25619 (scip-2.0.1.4b_2) R 25615 25619 25471 0 -1 4202496 316253 0 0 0 170703 9091 0 0 25 0 1 0 890081731 1004703744 243094 33554432000 4194304 9016284 140735647642400 18446744073709551615 4687741 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25619/statm: 245289 243094 709 1178 0 244107 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 981156

Child status: 0
Real time (s): 1797.96
CPU time (s): 1798
CPU user time (s): 1707.05
CPU system time (s): 90.9482
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 981808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.05
system time used= 90.9482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316258
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= 9
involuntary context switches= 983

runsolver used 2.55261 second user time and 5.84811 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 11:33:40
IDJOB=3488611
IDBENCH=48215
IDSOLVER=1979
FILE ID=node121/3488611-1307784820
RUNJOBID= node121-1307783022-25490
PBS_JOBID= 13550881
Free space on /tmp= 74064 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488611-1307784820/watcher-3488611-1307784820 -o /tmp/evaluation-result-3488611-1307784820/solver-3488611-1307784820 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488611-1307784820.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=1790672902

node121.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      31580448 kB
Buffers:        277824 kB
Cached:         872480 kB
SwapCached:       9944 kB
Active:         563904 kB
Inactive:       606396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31580448 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           17876 kB
Writeback:           0 kB
AnonPages:       16828 kB
Mapped:          13156 kB
Slab:           134716 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   188220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node121 at 2011-06-11 12:03:38