Trace number 3485169

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 2 2011-06-10 (fixed)SAT-47 1797.55 1797.5

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.4 [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-3485169-1307785054.opb>
0.00/0.01	c original problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 500 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.03/0.06	o 0
0.03/0.06	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.03/0.06	c presolving:
0.09/0.12	c (round 1) 7861 del vars, 500 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, 500 del conss, 0 add conss, 7861 chg bounds, 0 chg sides, 0 chg coeffs, 7861 upgd conss, 47166 impls, 0 clqs
0.09/0.18	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  7861 deleted vars, 500 deleted constraints, 0 added constraints, 7861 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  47166 implications, 0 cliques
0.09/0.18	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7861 constraints
0.09/0.18	c    7861 constraints of type <logicor>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.16
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 2.0.1.4
0.09/0.18	c 
0.09/0.18	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c conflict/interconss = 0
0.09/0.18	c 
0.09/0.18	c # should binary conflicts be preferred?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c conflict/preferbinary = TRUE
0.09/0.18	c 
0.09/0.18	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.18	c constraints/agelimit = 1
0.09/0.18	c 
0.09/0.18	c # should enforcement of pseudo solution be disabled?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/disableenfops = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1797
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 13950
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # belongs reading time to solving time?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c timing/reading = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.26	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.26	c t 0.3s|     1 |     0 |   519 |     - |  17M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.19/0.26	o -1
0.19/0.26	c R 0.3s|     1 |     0 |   519 |     - |  17M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.19/0.27	o -2
0.19/0.27	c s 0.3s|     1 |     0 |   519 |     - |  17M|   0 | 500 | 500 |7861 | 500 |7861 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.39/0.41	c   0.4s|     1 |     0 |   651 |     - |  17M|   0 | 487 | 500 |7861 | 500 |7872 |  11 |   0 |   0 |-2.435000e+02 |-2.000000e+00 |  99.18%
0.39/0.41	o -47
0.39/0.41	c b 0.4s|     1 |     0 |   651 |     - |  17M|   0 | 487 | 500 |7861 | 500 |7872 |  11 |   0 |   0 |-2.435000e+02 |-4.700000e+01 |  80.70%
0.49/0.55	c   0.6s|     1 |     0 |   731 |     - |  17M|   0 | 482 | 500 |7861 | 500 |7881 |  20 |   0 |   0 |-2.410000e+02 |-4.700000e+01 |  80.50%
0.69/0.72	c   0.7s|     1 |     0 |   893 |     - |  17M|   0 | 473 | 500 |7861 | 500 |7895 |  34 |   0 |   0 |-2.365000e+02 |-4.700000e+01 |  80.13%
0.79/0.89	c   0.9s|     1 |     0 |  1039 |     - |  17M|   0 | 469 | 500 |7861 | 500 |7905 |  44 |   0 |   0 |-2.345000e+02 |-4.700000e+01 |  79.96%
1.00/1.09	c   1.1s|     1 |     0 |  1253 |     - |  17M|   0 | 466 | 500 |7861 | 500 |7911 |  50 |   0 |   0 |-2.330000e+02 |-4.700000e+01 |  79.83%
1.19/1.28	c   1.3s|     1 |     0 |  1418 |     - |  17M|   0 | 462 | 500 |7861 | 500 |7925 |  64 |   0 |   0 |-2.300000e+02 |-4.700000e+01 |  79.57%
1.49/1.55	c   1.5s|     1 |     0 |  1801 |     - |  17M|   0 | 457 | 500 |7861 | 500 |7938 |  77 |   0 |   0 |-2.270000e+02 |-4.700000e+01 |  79.30%
1.69/1.77	c   1.8s|     1 |     0 |  2086 |     - |  17M|   0 | 450 | 500 |7861 | 500 |7953 |  92 |   0 |   0 |-2.240000e+02 |-4.700000e+01 |  79.02%
1.99/2.04	c   2.0s|     1 |     0 |  2408 |     - |  18M|   0 | 446 | 500 |7861 | 500 |7968 | 107 |   0 |   0 |-2.220000e+02 |-4.700000e+01 |  78.83%
2.39/2.48	c   2.5s|     1 |     0 |  3266 |     - |  18M|   0 | 447 | 500 |7861 | 500 |7981 | 120 |   0 |   0 |-2.195000e+02 |-4.700000e+01 |  78.59%
2.69/2.75	c   2.7s|     1 |     0 |  3611 |     - |  19M|   0 | 445 | 500 |7861 | 500 | 936 | 132 |   0 |   0 |-2.180000e+02 |-4.700000e+01 |  78.44%
2.79/2.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.85	c   2.9s|     1 |     0 |  4138 |     - |  19M|   0 | 419 | 500 |7861 | 500 | 950 | 146 |   0 |   0 |-2.155000e+02 |-4.700000e+01 |  78.19%
2.89/2.97	c   3.0s|     1 |     0 |  4555 |     - |  19M|   0 | 415 | 500 |7861 | 500 |1119 | 315 |   0 |   0 |-2.145000e+02 |-4.700000e+01 |  78.09%
3.09/3.15	c   3.2s|     1 |     0 |  5586 |     - |  19M|   0 | 443 | 500 |7861 | 500 |1292 | 488 |   0 |   0 |-2.133000e+02 |-4.700000e+01 |  77.97%
3.30/3.36	c   3.4s|     1 |     0 |  6555 |     - |  20M|   0 | 419 | 500 |7861 | 500 |1614 | 810 |   0 |   0 |-2.115000e+02 |-4.700000e+01 |  77.78%
3.49/3.54	c   3.5s|     1 |     0 |  7680 |     - |  20M|   0 | 418 | 500 |7861 | 500 |1663 | 859 |   0 |   0 |-2.090000e+02 |-4.700000e+01 |  77.51%
3.59/3.68	c   3.7s|     1 |     0 |  8163 |     - |  20M|   0 | 413 | 500 |7861 | 500 |1385 | 870 |   0 |   0 |-2.075000e+02 |-4.700000e+01 |  77.35%
3.69/3.76	c   3.8s|     1 |     0 |  8405 |     - |  20M|   0 | 408 | 500 |7861 | 500 |1438 | 923 |   0 |   0 |-2.070000e+02 |-4.700000e+01 |  77.29%
3.89/3.93	c   3.9s|     1 |     0 |  9171 |     - |  20M|   0 | 415 | 500 |7861 | 500 |1504 | 989 |   0 |   0 |-2.060000e+02 |-4.700000e+01 |  77.18%
4.10/4.14	c   4.1s|     1 |     0 | 10233 |     - |  20M|   0 | 410 | 500 |7861 | 500 |1680 |1165 |   0 |   0 |-2.050000e+02 |-4.700000e+01 |  77.07%
4.20/4.27	c   4.3s|     1 |     0 | 10789 |     - |  20M|   0 | 439 | 500 |7861 | 500 |1686 |1171 |   0 |   0 |-2.035294e+02 |-4.700000e+01 |  76.91%
4.49/4.57	c   4.6s|     1 |     0 | 11614 |     - |  21M|   0 | 407 | 500 |7861 | 500 |2801 |2286 |   0 |   0 |-2.024444e+02 |-4.700000e+01 |  76.78%
4.69/4.70	c   4.7s|     1 |     0 | 12016 |     - |  21M|   0 | 412 | 500 |7861 | 500 |2508 |2351 |   0 |   0 |-2.015000e+02 |-4.700000e+01 |  76.67%
4.89/4.91	c   4.9s|     1 |     0 | 13113 |     - |  22M|   0 | 399 | 500 |7861 | 500 |2554 |2397 |   0 |   0 |-1.995000e+02 |-4.700000e+01 |  76.44%
4.99/5.02	c   5.0s|     1 |     0 | 13533 |     - |  22M|   0 | 397 | 500 |7861 | 500 |2579 |2422 |   0 |   0 |-1.981667e+02 |-4.700000e+01 |  76.28%
5.09/5.18	c   5.2s|     1 |     0 | 14261 |     - |  22M|   0 | 427 | 500 |7861 | 500 |2652 |2495 |   0 |   0 |-1.960833e+02 |-4.700000e+01 |  76.03%
5.29/5.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.29/5.33	c   5.3s|     1 |     0 | 14855 |     - |  22M|   0 | 403 | 500 |7861 | 500 |2819 |2662 |   0 |   0 |-1.940000e+02 |-4.700000e+01 |  75.77%
5.40/5.49	c   5.5s|     1 |     0 | 15476 |     - |  22M|   0 | 378 | 500 |7861 | 500 |2863 |2706 |   0 |   0 |-1.920000e+02 |-4.700000e+01 |  75.52%
5.59/5.60	c   5.6s|     1 |     0 | 15874 |     - |  23M|   0 | 379 | 500 |7861 | 500 |2263 |2773 |   0 |   0 |-1.910000e+02 |-4.700000e+01 |  75.39%
5.69/5.75	c   5.8s|     1 |     0 | 16671 |     - |  23M|   0 | 376 | 500 |7861 | 500 |2311 |2821 |   0 |   0 |-1.897500e+02 |-4.700000e+01 |  75.23%
5.79/5.88	c   5.9s|     1 |     0 | 17309 |     - |  23M|   0 | 403 | 500 |7861 | 500 |2355 |2865 |   0 |   0 |-1.887500e+02 |-4.700000e+01 |  75.10%
6.09/6.11	c   6.1s|     1 |     0 | 18855 |     - |  23M|   0 | 390 | 500 |7861 | 500 |2468 |2978 |   0 |   0 |-1.870000e+02 |-4.700000e+01 |  74.87%
6.50/6.50	c   6.5s|     1 |     0 | 21233 |     - |  23M|   0 | 399 | 500 |7861 | 500 |2703 |3213 |   0 |   0 |-1.845000e+02 |-4.700000e+01 |  74.53%
6.60/6.67	c   6.7s|     1 |     0 | 21913 |     - |  23M|   0 | 361 | 500 |7861 | 500 |2770 |3280 |   0 |   0 |-1.835000e+02 |-4.700000e+01 |  74.39%
6.79/6.88	c   6.9s|     1 |     0 | 23031 |     - |  24M|   0 | 420 | 500 |7861 | 500 |1518 |3343 |   0 |   0 |-1.822500e+02 |-4.700000e+01 |  74.21%
6.99/7.01	c   7.0s|     1 |     0 | 23526 |     - |  24M|   0 | 401 | 500 |7861 | 500 |1804 |3629 |   0 |   0 |-1.820000e+02 |-4.700000e+01 |  74.18%
7.09/7.15	c   7.2s|     1 |     0 | 24129 |     - |  24M|   0 | 394 | 500 |7861 | 500 |1881 |3706 |   0 |   0 |-1.816667e+02 |-4.700000e+01 |  74.13%
7.29/7.34	c   7.3s|     1 |     0 | 25241 |     - |  24M|   0 | 423 | 500 |7861 | 500 |1895 |3720 |   0 |   0 |-1.806000e+02 |-4.700000e+01 |  73.98%
7.49/7.59	c   7.6s|     1 |     0 | 26698 |     - |  25M|   0 | 407 | 500 |7861 | 500 |2118 |3943 |   0 |   0 |-1.798000e+02 |-4.700000e+01 |  73.86%
7.89/7.90	c   7.9s|     1 |     0 | 28554 |     - |  25M|   0 | 420 | 500 |7861 | 500 |2216 |4041 |   0 |   0 |-1.787353e+02 |-4.700000e+01 |  73.70%
8.09/8.10	c   8.1s|     1 |     0 | 29187 |     - |  26M|   0 | 392 | 500 |7861 | 500 |1821 |4150 |   0 |   0 |-1.780000e+02 |-4.700000e+01 |  73.60%
8.29/8.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.33	c   8.3s|     1 |     0 | 30273 |     - |  27M|   0 | 429 | 500 |7861 | 500 |1869 |4198 |   0 |   0 |-1.780000e+02 |-4.700000e+01 |  73.60%
8.70/8.70	c   8.7s|     1 |     0 | 32049 |     - |  27M|   0 | 384 | 500 |7861 | 500 |1954 |4283 |   0 |   0 |-1.780000e+02 |-4.700000e+01 |  73.60%
8.90/8.99	c   9.0s|     1 |     0 | 33686 |     - |  28M|   0 | 415 | 500 |7861 | 500 |2021 |4350 |   0 |   0 |-1.774218e+02 |-4.700000e+01 |  73.51%
9.19/9.22	c   9.2s|     1 |     0 | 34492 |     - |  29M|   0 | 423 | 500 |7861 | 500 |2154 |4483 |   0 |   0 |-1.765206e+02 |-4.700000e+01 |  73.37%
9.49/9.55	c   9.6s|     1 |     0 | 35470 |     - |  29M|   0 | 426 | 500 |7861 | 500 |2319 |4648 |   0 |   0 |-1.754783e+02 |-4.700000e+01 |  73.22%
9.99/10.03	c  10.0s|     1 |     0 | 36948 |     - |  30M|   0 | 436 | 500 |7861 | 500 |1913 |4878 |   0 |   0 |-1.736713e+02 |-4.700000e+01 |  72.94%
10.29/10.32	c  10.3s|     1 |     0 | 37809 |     - |  30M|   0 | 427 | 500 |7861 | 500 |1971 |4936 |   0 |   0 |-1.730714e+02 |-4.700000e+01 |  72.84%
10.69/10.76	c  10.8s|     1 |     0 | 39511 |     - |  31M|   0 | 399 | 500 |7861 | 500 |2039 |5004 |   0 |   0 |-1.719335e+02 |-4.700000e+01 |  72.66%
11.00/11.04	c  11.0s|     1 |     0 | 40673 |     - |  32M|   0 | 458 | 500 |7861 | 500 |2093 |5058 |   0 |   0 |-1.714436e+02 |-4.700000e+01 |  72.59%
11.49/11.52	c  11.5s|     1 |     0 | 42237 |     - |  32M|   0 | 452 | 500 |7861 | 500 |2211 |5176 |   0 |   0 |-1.701847e+02 |-4.700000e+01 |  72.38%
12.00/12.10	c  12.1s|     1 |     0 | 44391 |     - |  32M|   0 | 424 | 500 |7861 | 500 |2261 |5226 |   0 |   0 |-1.689389e+02 |-4.700000e+01 |  72.18%
12.39/12.43	c  12.4s|     1 |     0 | 45661 |     - |  34M|   0 | 455 | 500 |7861 | 500 |1926 |5291 |   0 |   0 |-1.679232e+02 |-4.700000e+01 |  72.01%
12.89/12.92	c  12.9s|     1 |     0 | 47649 |     - |  34M|   0 | 460 | 500 |7861 | 500 |1990 |5355 |   0 |   0 |-1.669253e+02 |-4.700000e+01 |  71.84%
13.29/13.31	c  13.3s|     1 |     0 | 48536 |     - |  34M|   0 | 459 | 500 |7861 | 500 |2213 |5578 |   0 |   0 |-1.662532e+02 |-4.700000e+01 |  71.73%
13.69/13.72	c  13.7s|     1 |     0 | 49471 |     - |  34M|   0 | 450 | 500 |7861 | 500 |2259 |5624 |   0 |   0 |-1.654609e+02 |-4.700000e+01 |  71.59%
14.09/14.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.09/14.18	c  14.2s|     1 |     0 | 51017 |     - |  34M|   0 | 458 | 500 |7861 | 500 |2308 |5673 |   0 |   0 |-1.647734e+02 |-4.700000e+01 |  71.48%
14.69/14.72	c  14.7s|     1 |     0 | 52923 |     - |  34M|   0 | 462 | 500 |7861 | 500 |2377 |5742 |   0 |   0 |-1.636385e+02 |-4.700000e+01 |  71.28%
15.30/15.35	c  15.4s|     1 |     0 | 54945 |     - |  34M|   0 | 472 | 500 |7861 | 500 |1966 |5804 |   0 |   0 |-1.624363e+02 |-4.700000e+01 |  71.07%
15.69/15.79	c  15.8s|     1 |     0 | 55967 |     - |  34M|   0 | 475 | 500 |7861 | 500 |2023 |5861 |   0 |   0 |-1.615926e+02 |-4.700000e+01 |  70.91%
16.19/16.26	c  16.3s|     1 |     0 | 57131 |     - |  34M|   0 | 472 | 500 |7861 | 500 |2059 |5897 |   0 |   0 |-1.609530e+02 |-4.700000e+01 |  70.80%
16.69/16.72	c  16.7s|     1 |     0 | 58289 |     - |  34M|   0 | 472 | 500 |7861 | 500 |2143 |5981 |   0 |   0 |-1.603469e+02 |-4.700000e+01 |  70.69%
17.19/17.23	c  17.2s|     1 |     0 | 59513 |     - |  34M|   0 | 477 | 500 |7861 | 500 |2221 |6059 |   0 |   0 |-1.596141e+02 |-4.700000e+01 |  70.55%
17.69/17.71	c  17.7s|     1 |     0 | 60426 |     - |  34M|   0 | 477 | 500 |7861 | 500 |2288 |6126 |   0 |   0 |-1.593981e+02 |-4.700000e+01 |  70.51%
18.19/18.22	c  18.2s|     1 |     0 | 61338 |     - |  34M|   0 | 478 | 500 |7861 | 500 |1980 |6155 |   0 |   0 |-1.590907e+02 |-4.700000e+01 |  70.46%
18.59/18.62	c  18.6s|     1 |     0 | 61917 |     - |  34M|   0 | 478 | 500 |7861 | 500 |2000 |6175 |   0 |   0 |-1.587731e+02 |-4.700000e+01 |  70.40%
18.99/19.08	c  19.1s|     1 |     0 | 62728 |     - |  34M|   0 | 476 | 500 |7861 | 500 |2037 |6212 |   0 |   0 |-1.583870e+02 |-4.700000e+01 |  70.33%
19.49/19.52	c  19.5s|     1 |     0 | 63424 |     - |  34M|   0 | 477 | 500 |7861 | 500 |2074 |6249 |   0 |   0 |-1.580296e+02 |-4.700000e+01 |  70.26%
19.89/19.99	c  20.0s|     1 |     0 | 64424 |     - |  34M|   0 | 480 | 500 |7861 | 500 |2115 |6290 |   0 |   0 |-1.576697e+02 |-4.700000e+01 |  70.19%
20.40/20.40	c  20.4s|     1 |     0 | 64964 |     - |  34M|   0 | 485 | 500 |7861 | 500 |2162 |6337 |   0 |   0 |-1.574974e+02 |-4.700000e+01 |  70.16%
20.80/20.85	c  20.9s|     1 |     0 | 65645 |     - |  34M|   0 | 486 | 500 |7861 | 500 |1973 |6359 |   0 |   0 |-1.572658e+02 |-4.700000e+01 |  70.11%
21.29/21.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.29/21.31	c  21.3s|     1 |     0 | 66672 |     - |  34M|   0 | 483 | 500 |7861 | 500 |1998 |6384 |   0 |   0 |-1.568033e+02 |-4.700000e+01 |  70.03%
21.69/21.77	c  21.8s|     1 |     0 | 67688 |     - |  34M|   0 | 487 | 500 |7861 | 500 |2029 |6415 |   0 |   0 |-1.563880e+02 |-4.700000e+01 |  69.95%
22.09/22.19	c  22.2s|     1 |     0 | 68290 |     - |  34M|   0 | 485 | 500 |7861 | 500 |2051 |6437 |   0 |   0 |-1.560919e+02 |-4.700000e+01 |  69.89%
22.59/22.62	c  22.6s|     1 |     0 | 68857 |     - |  34M|   0 | 486 | 500 |7861 | 500 |2086 |6472 |   0 |   0 |-1.557117e+02 |-4.700000e+01 |  69.82%
23.10/23.11	c  23.1s|     1 |     0 | 69817 |     - |  34M|   0 | 479 | 500 |7861 | 500 |2126 |6512 |   0 |   0 |-1.550816e+02 |-4.700000e+01 |  69.69%
23.59/23.64	c  23.6s|     1 |     0 | 70908 |     - |  34M|   0 | 487 | 500 |7861 | 500 |2032 |6549 |   0 |   0 |-1.546183e+02 |-4.700000e+01 |  69.60%
23.99/24.10	c  24.1s|     1 |     0 | 71820 |     - |  34M|   0 | 491 | 500 |7861 | 500 |2064 |6581 |   0 |   0 |-1.542469e+02 |-4.700000e+01 |  69.53%
24.49/24.57	c  24.6s|     1 |     0 | 72632 |     - |  35M|   0 | 489 | 500 |7861 | 500 |2100 |6617 |   0 |   0 |-1.539384e+02 |-4.700000e+01 |  69.47%
24.89/24.99	c  25.0s|     1 |     0 | 73111 |     - |  35M|   0 | 488 | 500 |7861 | 500 |2117 |6634 |   0 |   0 |-1.537098e+02 |-4.700000e+01 |  69.42%
25.39/25.43	c  25.4s|     1 |     0 | 73669 |     - |  35M|   0 | 485 | 500 |7861 | 500 |2129 |6646 |   0 |   0 |-1.534533e+02 |-4.700000e+01 |  69.37%
25.79/25.86	c  25.9s|     1 |     0 | 74215 |     - |  35M|   0 | 490 | 500 |7861 | 500 |2153 |6670 |   0 |   0 |-1.532592e+02 |-4.700000e+01 |  69.33%
26.29/26.37	c  26.4s|     1 |     0 | 75070 |     - |  35M|   0 | 488 | 500 |7861 | 500 |2075 |6683 |   0 |   0 |-1.529956e+02 |-4.700000e+01 |  69.28%
26.79/26.81	c  26.8s|     1 |     0 | 75753 |     - |  35M|   0 | 491 | 500 |7861 | 500 |2095 |6703 |   0 |   0 |-1.526004e+02 |-4.700000e+01 |  69.20%
27.19/27.20	c  27.2s|     1 |     0 | 76018 |     - |  35M|   0 | 492 | 500 |7861 | 500 |2116 |6724 |   0 |   0 |-1.524739e+02 |-4.700000e+01 |  69.18%
27.59/27.63	c  27.6s|     1 |     0 | 76580 |     - |  35M|   0 | 489 | 500 |7861 | 500 |2132 |6740 |   0 |   0 |-1.522169e+02 |-4.700000e+01 |  69.12%
28.09/28.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.09/28.10	c  28.1s|     1 |     0 | 77294 |     - |  35M|   0 | 489 | 500 |7861 | 500 |2151 |6759 |   0 |   0 |-1.518851e+02 |-4.700000e+01 |  69.06%
28.50/28.55	c  28.5s|     1 |     0 | 77729 |     - |  35M|   0 | 492 | 500 |7861 | 500 |2170 |6778 |   0 |   0 |-1.516889e+02 |-4.700000e+01 |  69.02%
29.00/29.01	c  29.0s|     1 |     0 | 78323 |     - |  35M|   0 | 490 | 500 |7861 | 500 |2097 |6793 |   0 |   0 |-1.514359e+02 |-4.700000e+01 |  68.96%
29.39/29.43	c  29.4s|     1 |     0 | 78666 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2119 |6815 |   0 |   0 |-1.513002e+02 |-4.700000e+01 |  68.94%
29.80/29.89	c  29.9s|     1 |     0 | 79302 |     - |  35M|   0 | 493 | 500 |7861 | 500 |2129 |6825 |   0 |   0 |-1.510237e+02 |-4.700000e+01 |  68.88%
30.29/30.33	c  30.3s|     1 |     0 | 79803 |     - |  35M|   0 | 493 | 500 |7861 | 500 |2156 |6852 |   0 |   0 |-1.508315e+02 |-4.700000e+01 |  68.84%
30.70/30.73	c  30.7s|     1 |     0 | 80047 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2169 |6865 |   0 |   0 |-1.507612e+02 |-4.700000e+01 |  68.82%
31.09/31.17	c  31.2s|     1 |     0 | 80380 |     - |  35M|   0 | 497 | 500 |7861 | 500 |2176 |6872 |   0 |   0 |-1.506312e+02 |-4.700000e+01 |  68.80%
31.49/31.59	c  31.6s|     1 |     0 | 80660 |     - |  35M|   0 | 496 | 500 |7861 | 500 |2131 |6883 |   0 |   0 |-1.504643e+02 |-4.700000e+01 |  68.76%
31.99/32.00	c  32.0s|     1 |     0 | 80985 |     - |  35M|   0 | 496 | 500 |7861 | 500 |2138 |6890 |   0 |   0 |-1.503562e+02 |-4.700000e+01 |  68.74%
32.39/32.40	c  32.4s|     1 |     0 | 81214 |     - |  35M|   0 | 499 | 500 |7861 | 500 |2144 |6896 |   0 |   0 |-1.502826e+02 |-4.700000e+01 |  68.73%
32.79/32.86	c  32.9s|     1 |     0 | 81858 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2156 |6908 |   0 |   0 |-1.500812e+02 |-4.700000e+01 |  68.68%
33.19/33.26	c  33.3s|     1 |     0 | 82214 |     - |  35M|   0 | 493 | 500 |7861 | 500 |2167 |6919 |   0 |   0 |-1.499632e+02 |-4.700000e+01 |  68.66%
33.59/33.61	c  33.6s|     1 |     0 | 82314 |     - |  35M|   0 | 494 | 500 |7861 | 500 |2178 |6930 |   0 |   0 |-1.499248e+02 |-4.700000e+01 |  68.65%
33.99/34.01	c  34.0s|     1 |     0 | 82594 |     - |  35M|   0 | 496 | 500 |7861 | 500 |2116 |6935 |   0 |   0 |-1.498407e+02 |-4.700000e+01 |  68.63%
34.29/34.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.29/34.39	c  34.4s|     1 |     0 | 82835 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2127 |6946 |   0 |   0 |-1.497855e+02 |-4.700000e+01 |  68.62%
34.69/34.77	c  34.8s|     1 |     0 | 82986 |     - |  35M|   0 | 494 | 500 |7861 | 500 |2140 |6959 |   0 |   0 |-1.497413e+02 |-4.700000e+01 |  68.61%
35.09/35.16	c  35.2s|     1 |     0 | 83199 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2148 |6967 |   0 |   0 |-1.496852e+02 |-4.700000e+01 |  68.60%
35.59/35.60	c  35.6s|     1 |     0 | 83831 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2159 |6978 |   0 |   0 |-1.495606e+02 |-4.700000e+01 |  68.57%
35.99/36.04	c  36.0s|     1 |     0 | 84381 |     - |  35M|   0 | 492 | 500 |7861 | 500 |2173 |6992 |   0 |   0 |-1.494411e+02 |-4.700000e+01 |  68.55%
36.39/36.48	c  36.5s|     1 |     0 | 84995 |     - |  35M|   0 | 495 | 500 |7861 | 500 |2131 |7002 |   0 |   0 |-1.493362e+02 |-4.700000e+01 |  68.53%
36.79/36.87	c  36.9s|     1 |     0 | 85293 |     - |  34M|   0 | 494 | 500 |7861 | 500 |2142 |7013 |   0 |   0 |-1.492434e+02 |-4.700000e+01 |  68.51%
37.19/37.22	c  37.2s|     1 |     0 | 85387 |     - |  34M|   0 | 494 | 500 |7861 | 500 |2156 |7027 |   0 |   0 |-1.492301e+02 |-4.700000e+01 |  68.51%
37.59/37.60	c  37.6s|     1 |     0 | 85653 |     - |  34M|   0 | 498 | 500 |7861 | 500 |2166 |7037 |   0 |   0 |-1.491800e+02 |-4.700000e+01 |  68.49%
37.89/37.99	c  38.0s|     1 |     0 | 85981 |     - |  33M|   0 | 498 | 500 |7861 | 500 |2177 |7048 |   0 |   0 |-1.491102e+02 |-4.700000e+01 |  68.48%
38.29/38.40	c  38.4s|     1 |     0 | 86406 |     - |  33M|   0 | 498 | 500 |7861 | 500 |2189 |7060 |   0 |   0 |-1.489875e+02 |-4.700000e+01 |  68.45%
38.79/38.82	c  38.8s|     1 |     0 | 86997 |     - |  33M|   0 | 498 | 500 |7861 | 500 |2162 |7074 |   0 |   0 |-1.489001e+02 |-4.700000e+01 |  68.44%
39.09/39.17	c  39.2s|     1 |     0 | 87258 |     - |  33M|   0 | 497 | 500 |7861 | 500 |2170 |7082 |   0 |   0 |-1.488608e+02 |-4.700000e+01 |  68.43%
39.49/39.53	c  39.5s|     1 |     0 | 87605 |     - |  32M|   0 | 497 | 500 |7861 | 500 |2181 |7093 |   0 |   0 |-1.487788e+02 |-4.700000e+01 |  68.41%
39.79/39.87	c  39.9s|     1 |     0 | 87857 |     - |  32M|   0 | 498 | 500 |7861 | 500 |2192 |7104 |   0 |   0 |-1.487582e+02 |-4.700000e+01 |  68.41%
40.19/40.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.19/40.23	c  40.2s|     1 |     0 | 88165 |     - |  32M|   0 | 498 | 500 |7861 | 500 |2205 |7117 |   0 |   0 |-1.487206e+02 |-4.700000e+01 |  68.40%
40.48/40.60	c  40.6s|     1 |     0 | 88611 |     - |  32M|   0 | 495 | 500 |7861 | 500 |2218 |7130 |   0 |   0 |-1.486743e+02 |-4.700000e+01 |  68.39%
40.89/40.91	c  40.9s|     1 |     0 | 88630 |     - |  32M|   0 | 446 | 500 |7861 | 500 |2174 |7142 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
41.09/41.16	c  41.2s|     1 |     0 | 88631 |     - |  32M|   0 | 446 | 500 |7861 | 500 |2175 |7143 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
44.18/44.20	c  44.2s|     1 |     2 | 88631 |     - |  32M|   0 | 446 | 500 |7861 | 500 |2175 |7143 |   0 |  22 |-1.486667e+02 |-4.700000e+01 |  68.39%
170.89/170.96	c   171s| 10000 | 10001 |  1592k| 150.4 |  46M|  57 |  64 | 500 |7861 | 500 | 567 | 595k|   0 |2813 |-1.441679e+02 |-4.700000e+01 |  67.40%
253.29/253.31	c   253s| 20000 | 20001 |  2772k| 134.2 |  60M|  58 | 229 | 500 |7861 | 500 | 851 |1178k|   0 |4462 |-1.434165e+02 |-4.700000e+01 |  67.23%
325.89/325.95	c   326s| 30000 | 30001 |  3848k| 125.3 |  74M|  64 | 172 | 500 |7861 | 500 | 748 |1748k|   0 |5620 |-1.429713e+02 |-4.700000e+01 |  67.13%
393.40/393.41	c   393s| 40000 | 40001 |  4871k| 119.6 |  87M|  66 | 173 | 500 |7861 | 500 | 739 |2283k|   0 |6499 |-1.426472e+02 |-4.700000e+01 |  67.05%
462.80/462.83	c   463s| 50000 | 50001 |  5920k| 116.6 | 101M|  66 | 148 | 500 |7861 | 500 | 566 |2835k|   0 |7576 |-1.424028e+02 |-4.700000e+01 |  67.00%
528.00/528.01	c   528s| 60000 | 60001 |  6925k| 113.9 | 115M|  67 | 153 | 500 |7861 | 500 | 557 |3377k|   0 |8372 |-1.421633e+02 |-4.700000e+01 |  66.94%
595.00/595.02	c   595s| 70000 | 70001 |  7960k| 112.5 | 128M|  67 |   8 | 500 |7861 | 500 | 559 |3925k|   0 |8984 |-1.419702e+02 |-4.700000e+01 |  66.89%
661.51/661.56	c   662s| 80000 | 80001 |  8988k| 111.2 | 142M|  67 | 132 | 500 |7861 | 500 | 650 |4467k|   0 |9774 |-1.417902e+02 |-4.700000e+01 |  66.85%
728.31/728.32	c   728s| 90000 | 90001 | 10022k| 110.4 | 155M|  67 | 115 | 500 |7861 | 500 | 558 |5020k|   0 |  10k|-1.416287e+02 |-4.700000e+01 |  66.81%
793.31/793.39	c   793s|100000 |100001 | 11033k| 109.5 | 169M|  67 | 139 | 500 |7861 | 500 | 602 |5572k|   0 |  11k|-1.414959e+02 |-4.700000e+01 |  66.78%
859.21/859.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
859.21/859.25	c   859s|110000 |110001 | 12055k| 108.8 | 182M|  67 | 100 | 500 |7861 | 500 | 553 |6115k|   0 |  11k|-1.413522e+02 |-4.700000e+01 |  66.75%
920.51/920.60	c   921s|120000 |120001 | 13028k| 107.8 | 195M|  67 | 140 | 500 |7861 | 500 | 701 |6665k|   0 |  12k|-1.412451e+02 |-4.700000e+01 |  66.72%
983.82/983.82	c   984s|130000 |130001 | 14017k| 107.1 | 209M|  67 | 184 | 500 |7861 | 500 | 775 |7204k|   0 |  12k|-1.411255e+02 |-4.700000e+01 |  66.70%
1048.22/1048.22	c  1048s|140000 |140001 | 15027k| 106.7 | 222M|  67 |   8 | 500 |7861 | 500 | 494 |7746k|   0 |  13k|-1.410101e+02 |-4.700000e+01 |  66.67%
1109.82/1109.82	c  1110s|150000 |150001 | 16003k| 106.1 | 235M|  67 |  13 | 500 |7861 | 500 | 494 |8281k|   0 |  13k|-1.409047e+02 |-4.700000e+01 |  66.64%
1170.43/1170.46	c  1170s|160000 |160001 | 16965k| 105.5 | 249M|  67 | 161 | 500 |7861 | 500 | 635 |8820k|   0 |  14k|-1.408085e+02 |-4.700000e+01 |  66.62%
1234.33/1234.36	c  1234s|170000 |170001 | 17970k| 105.2 | 262M|  67 |  16 | 500 |7861 | 500 | 494 |9354k|   0 |  14k|-1.407057e+02 |-4.700000e+01 |  66.60%
1297.63/1297.62	c  1298s|180000 |180001 | 18966k| 104.9 | 275M|  67 |  32 | 500 |7861 | 500 | 598 |9896k|   0 |  15k|-1.406127e+02 |-4.700000e+01 |  66.57%
1355.13/1355.20	c  1355s|190000 |190001 | 19890k| 104.2 | 288M|  75 |  68 | 500 |7861 | 500 | 587 |  10M|   0 |  15k|-1.405476e+02 |-4.700000e+01 |  66.56%
1410.43/1410.44	c  1410s|200000 |200001 | 20772k| 103.4 | 302M|  75 | 189 | 500 |7861 | 500 | 777 |  10M|   0 |  16k|-1.404880e+02 |-4.700000e+01 |  66.55%
1465.24/1465.27	c  1465s|210000 |210001 | 21656k| 102.7 | 315M|  75 | 135 | 500 |7861 | 500 | 568 |  11M|   0 |  16k|-1.404210e+02 |-4.700000e+01 |  66.53%
1520.74/1520.70	c  1521s|220000 |220001 | 22554k| 102.1 | 328M|  75 |   9 | 500 |7861 | 500 | 558 |  11M|   0 |  17k|-1.403555e+02 |-4.700000e+01 |  66.51%
1575.64/1575.69	c  1576s|230000 |230001 | 23440k| 101.5 | 341M|  75 |  43 | 500 |7861 | 500 | 494 |  12M|   0 |  17k|-1.403001e+02 |-4.700000e+01 |  66.50%
1631.74/1631.77	c  1632s|240000 |240001 | 24341k| 101.1 | 355M|  75 |  51 | 500 |7861 | 500 | 559 |  13M|   0 |  17k|-1.402425e+02 |-4.700000e+01 |  66.49%
1687.74/1687.78	c  1688s|250000 |250001 | 25243k| 100.6 | 368M|  75 | 178 | 500 |7861 | 500 | 563 |  13M|   0 |  18k|-1.401833e+02 |-4.700000e+01 |  66.47%
1744.24/1744.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1744.24/1744.21	c  1744s|260000 |260001 | 26152k| 100.2 | 381M|  75 |  64 | 500 |7861 | 500 | 606 |  14M|   0 |  18k|-1.401375e+02 |-4.700000e+01 |  66.46%
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 269145
1797.04/1797.00	c Primal Bound       : -4.70000000000000e+01 (880 solutions)
1797.04/1797.00	c Dual Bound         : -1.40078226857888e+02
1797.04/1797.00	c Gap                : 66.45 %
1797.04/1797.00	s SATISFIABLE
1797.04/1797.00	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.00	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.00	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.00	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 
1797.04/1797.00	v -x416 -x415 -x414 -x413 -x412 x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 x401 -x400 -x399 -x398 -x397 -x396 -x395 
1797.04/1797.00	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.00	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.00	v -x352 -x351 x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 
1797.04/1797.00	v -x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 
1797.04/1797.00	v -x310 -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 
1797.04/1797.00	v -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1797.04/1797.00	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 
1797.04/1797.00	v -x247 -x246 x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 x230 x229 -x228 -x227 
1797.04/1797.00	v -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 
1797.04/1797.00	v -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 x186 -x185 
1797.04/1797.00	v -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 
1797.04/1797.00	v -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 
1797.04/1797.00	v -x142 -x141 -x140 -x139 x138 -x137 -x136 x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1797.04/1797.00	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.00	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 
1797.04/1797.00	v x74 -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.00	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.00	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.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.16 (included in solving)
1797.04/1797.00	c   reading          :       0.02 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3485169-1307785054.opb
1797.04/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 500 initial, 500 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3485169-1307785054.opb
1797.04/1797.00	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 7861 initial, 7861 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   and              :       0.06          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.02       7861          0          0       7861          0        500          0          0          0
1797.04/1797.00	c   logicor          :       0.02          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     342678          0     357404          0          0          0          0          0     538286
1797.04/1797.00	c   logicor          :       7861        121     351089      73535          0     357400          0          0    3813749   14543806          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          0        882          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :      91.65       0.00       0.00      91.55       0.00       0.10       0.00
1797.04/1797.00	c   logicor          :      69.64       0.18      19.02      25.76       0.00      24.68       0.00
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :     720261          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.12       0.12       0.00
1797.04/1797.00	c   rootredcost      :       0.13       0.13       0.00
1797.04/1797.00	c   pseudoobj        :       6.40       6.40       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.29        120          -          -       1496          -    (maximal pool size: 7787)
1797.04/1797.00	c   redcost          :       3.95     342798          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.05        121          0          0       9687          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :      22.80        121          0          0      27798          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.66         20          0          0      10000          0
1797.04/1797.00	c   cmir             :       0.19         10          0          0          0          0
1797.04/1797.00	c   flowcover        :       0.15         10          0          0          0          0
1797.04/1797.00	c   clique           :       1.10        121          0          0       1051          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.00          0          0          0          0          0
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :      91.32     269143          0          0          0          0     538286
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       0.19          2          1
1797.04/1797.00	c   crossover        :       0.33         17          1
1797.04/1797.00	c   guideddiving     :      19.17       4965         42
1797.04/1797.00	c   pscostdiving     :      20.60       4965         94
1797.04/1797.00	c   coefdiving       :      20.53       4965        128
1797.04/1797.00	c   fracdiving       :      19.25       4965         35
1797.04/1797.00	c   linesearchdiving :      19.76       4965         59
1797.04/1797.00	c   objpscostdiving  :      15.44       2483         25
1797.04/1797.00	c   rootsoldiving    :      14.93       2483         10
1797.04/1797.00	c   veclendiving     :      31.57       4966         99
1797.04/1797.00	c   trivial          :       0.00          2          1
1797.04/1797.00	c   shiftandpropagate:       0.00          0          0
1797.04/1797.00	c   simplerounding   :      13.83     269263        383
1797.04/1797.00	c   zirounding       :       0.19       1000          0
1797.04/1797.00	c   rounding         :      14.51      24828          1
1797.04/1797.00	c   shifting         :       4.98       7377          1
1797.04/1797.00	c   intshifting      :       0.01          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   feaspump         :       0.01          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.01          0          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.05          0          0
1797.04/1797.00	c   trysol           :       0.07          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :      19.94          0          0       0.00       0.00
1797.04/1797.00	c   dual LP          :    1320.27     342799   25039199      73.04   18965.25
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:     112.07     156510    1951105      12.47   17409.73
1797.04/1797.00	c   strong branching :      84.04      19081    1180255      61.85   14044.68
1797.04/1797.00	c     (at root node) :          -         22      18477     839.86          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     269145
1797.04/1797.00	c   nodes (total)    :     269145
1797.04/1797.00	c   nodes left       :     269146
1797.04/1797.00	c   max depth        :         79
1797.04/1797.00	c   max depth (total):         79
1797.04/1797.00	c   backtracks       :      34757 (12.9%)
1797.04/1797.00	c   delayed cutoffs  :          0
1797.04/1797.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.00	c   avg switch length:       4.21
1797.04/1797.00	c   switching time   :      46.45
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :        880 (4 improvements)
1797.04/1797.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1797.04/1797.00	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 1 nodes, 0.41 seconds, depth 0, found by <oneopt>)
1797.04/1797.00	c   Dual Bound       : -1.40078226857888e+02
1797.04/1797.00	c   Gap              :      66.45 %
1797.04/1797.00	c   Root Dual Bound  : -1.48666666666667e+02
1797.04/1797.00	c   Root Iterations  :      88631
1797.45/1797.49	c Time complete: 1797.54.

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-3485169-1307785054/watcher-3485169-1307785054 -o /tmp/evaluation-result-3485169-1307785054/solver-3485169-1307785054 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485169-1307785054.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.92 2/174 6567
/proc/meminfo: memFree=30824300/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=10252 CPUtime=0 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 1574 0 0 0 0 0 0 0 25 0 1 0 968735875 10498048 1529 33554432000 4194304 8979876 140736453562784 18446744073709551615 6783189 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6567/statm: 2563 1530 367 1169 0 1390 0

[startup+0.0376931 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 6567
/proc/meminfo: memFree=30824300/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=25400 CPUtime=0.03 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 5110 0 0 0 3 0 0 0 25 0 1 0 968735875 26009600 5065 33554432000 4194304 8979876 140736453562784 18446744073709551615 6779003 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 6383 5098 456 1169 0 5210 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25400

[startup+0.100689 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 6567
/proc/meminfo: memFree=30824300/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=36144 CPUtime=0.09 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 8000 0 0 0 8 1 0 0 25 0 1 0 968735875 37011456 7698 33554432000 4194304 8979876 140736453562784 18446744073709551615 18446744073699065955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 9036 7698 480 1169 0 7863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36144

[startup+0.300643 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 6567
/proc/meminfo: memFree=30824300/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=50808 CPUtime=0.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 11918 0 0 0 28 1 0 0 18 0 1 0 968735875 52027392 11424 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 12702 11424 688 1169 0 11529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50808

[startup+0.700587 s]
/proc/loadavg: 2.00 2.00 1.92 2/174 6567
/proc/meminfo: memFree=30824300/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=52712 CPUtime=0.69 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 12451 0 0 0 67 2 0 0 18 0 1 0 968735875 53977088 11897 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 13178 11897 683 1169 0 12005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52712

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 6568
/proc/meminfo: memFree=30690148/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=55964 CPUtime=1.49 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 13473 0 0 0 147 2 0 0 19 0 1 0 968735875 57307136 12873 33554432000 4194304 8979876 140736453562784 18446744073709551615 7156006 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 13991 12873 666 1169 0 12818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55964

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 6568
/proc/meminfo: memFree=30672108/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=64180 CPUtime=3.09 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 16034 0 0 0 306 3 0 0 25 0 1 0 968735875 65720320 14987 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 16045 14987 657 1169 0 14872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64180

[startup+6.30056 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 6568
/proc/meminfo: memFree=30646944/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=81388 CPUtime=6.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 20244 0 0 0 623 6 0 0 25 0 1 0 968735875 83341312 19119 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 20347 19119 657 1169 0 19174 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81388

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 6568
/proc/meminfo: memFree=30627596/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=94860 CPUtime=12.69 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 23522 0 0 0 1259 10 0 0 25 0 1 0 968735875 97136640 22397 33554432000 4194304 8979876 140736453562784 18446744073709551615 7166589 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 23715 22397 658 1169 0 22542 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94860

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6569
/proc/meminfo: memFree=30611480/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=96628 CPUtime=25.49 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 23899 0 0 0 2532 17 0 0 25 0 1 0 968735875 98947072 22748 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 24157 22748 658 1169 0 22984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96628

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 6569
/proc/meminfo: memFree=30592628/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=96076 CPUtime=51.09 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 24508 0 0 0 5075 34 0 0 25 0 1 0 968735875 98381824 22713 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 24019 22713 676 1169 0 22846 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96076

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 1.93 3/175 6574
/proc/meminfo: memFree=30553312/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=97856 CPUtime=102.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 34157 0 0 0 10118 111 0 0 25 0 1 0 968735875 100204544 23180 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 24464 23180 698 1169 0 23291 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 97856

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 6575
/proc/meminfo: memFree=30541940/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=109080 CPUtime=162.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 47016 0 0 0 16026 203 0 0 25 0 1 0 968735875 111697920 26024 33554432000 4194304 8979876 140736453562784 18446744073709551615 6547142 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 27270 26024 698 1169 0 26097 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 109080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6577
/proc/meminfo: memFree=30532456/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=118248 CPUtime=222.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 51707 0 0 0 21927 302 0 0 25 0 1 0 968735875 121085952 28275 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 29562 28275 698 1169 0 28389 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 118248

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/175 6579
/proc/meminfo: memFree=30518888/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=131660 CPUtime=282.29 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 57520 0 0 0 27828 401 0 0 25 0 1 0 968735875 134819840 31690 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 32915 31690 698 1169 0 31742 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 131660

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 6580
/proc/meminfo: memFree=30507420/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=142988 CPUtime=342.3 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 60358 0 0 0 33729 501 0 0 25 0 1 0 968735875 146419712 34520 33554432000 4194304 8979876 140736453562784 18446744073709551615 6427076 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 35747 34520 698 1169 0 34574 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142988

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6582
/proc/meminfo: memFree=30492500/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=158312 CPUtime=402.3 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 68950 0 0 0 39627 603 0 0 25 0 1 0 968735875 162111488 38396 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 39578 38396 698 1169 0 38405 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 158312

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6583
/proc/meminfo: memFree=30479068/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=171284 CPUtime=462.3 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 74517 0 0 0 45525 705 0 0 25 0 1 0 968735875 175394816 41684 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 42821 41684 698 1169 0 41648 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 171284

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6585
/proc/meminfo: memFree=30467612/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=182632 CPUtime=522.3 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 79751 0 0 0 51421 809 0 0 25 0 1 0 968735875 187015168 44548 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 45658 44548 698 1169 0 44485 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 182632

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6587
/proc/meminfo: memFree=30456532/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=195740 CPUtime=582.3 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 82535 0 0 0 57321 909 0 0 25 0 1 0 968735875 200437760 47329 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 48935 47329 698 1169 0 47762 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 195740

[startup+642.301 s]

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

/proc/meminfo: memFree=30339800/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=311388 CPUtime=1122.32 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 116748 0 0 0 110415 1817 0 0 25 0 1 0 968735875 318861312 76602 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 77847 76602 702 1169 0 76674 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 311388

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6603
/proc/meminfo: memFree=30327688/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=322936 CPUtime=1182.32 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 119643 0 0 0 116311 1921 0 0 25 0 1 0 968735875 330686464 79476 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 80734 79476 702 1169 0 79561 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 322936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6604
/proc/meminfo: memFree=30315076/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=334092 CPUtime=1242.32 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 122507 0 0 0 122209 2023 0 0 25 0 1 0 968735875 342110208 82340 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 83523 82340 702 1169 0 82350 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 334092

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 6606
/proc/meminfo: memFree=30298280/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=350812 CPUtime=1302.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 126686 0 0 0 128112 2121 0 0 25 0 1 0 968735875 359231488 86519 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 87703 86519 702 1169 0 86530 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 350812

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/175 6607
/proc/meminfo: memFree=30288680/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=360148 CPUtime=1362.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 129073 0 0 0 134007 2226 0 0 25 0 1 0 968735875 368791552 88906 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 90037 88906 702 1169 0 88864 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 360148

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6618
/proc/meminfo: memFree=30275604/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=376048 CPUtime=1422.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 132085 0 0 0 139907 2326 0 0 25 0 1 0 968735875 385073152 91915 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 94012 91915 702 1169 0 92839 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 376048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6620
/proc/meminfo: memFree=30259164/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=392356 CPUtime=1482.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 138578 0 0 0 145801 2432 0 0 25 0 1 0 968735875 401772544 96023 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 98089 96023 702 1169 0 96916 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 392356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6621
/proc/meminfo: memFree=30243484/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=405032 CPUtime=1542.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 141789 0 0 0 151696 2537 0 0 25 0 1 0 968735875 414752768 99234 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 101258 99234 702 1169 0 100085 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 405032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6623
/proc/meminfo: memFree=30229200/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=420372 CPUtime=1602.33 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 145652 0 0 0 157591 2642 0 0 25 0 1 0 968735875 430460928 103097 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 105093 103097 702 1169 0 103920 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 420372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6624
/proc/meminfo: memFree=30212184/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=436024 CPUtime=1662.34 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 149614 0 0 0 163484 2750 0 0 25 0 1 0 968735875 446488576 107059 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 109006 107059 702 1169 0 107833 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 436024

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/175 6626
/proc/meminfo: memFree=30196896/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=452212 CPUtime=1722.34 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 153696 0 0 0 169380 2854 0 0 25 0 1 0 968735875 463065088 111141 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 113053 111141 702 1169 0 111880 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 452212

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30179872/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=467556 CPUtime=1782.34 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 157573 0 0 0 175277 2957 0 0 25 0 1 0 968735875 478777344 115018 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 116889 115018 702 1169 0 115716 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 467556

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30179500/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=467876 CPUtime=1785.55 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 157665 0 0 0 175593 2962 0 0 25 0 1 0 968735875 479105024 115110 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 116969 115110 702 1169 0 115796 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 467876

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30177752/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=469536 CPUtime=1791.95 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158087 0 0 0 176221 2974 0 0 25 0 1 0 968735875 480804864 115532 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 117384 115532 702 1169 0 116211 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 469536

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30176760/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=470560 CPUtime=1795.15 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158336 0 0 0 176535 2980 0 0 25 0 1 0 968735875 481853440 115781 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 117640 115781 702 1169 0 116467 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 470560

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30176760/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=470732 CPUtime=1796.75 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158357 0 0 0 176692 2983 0 0 25 0 1 0 968735875 482029568 115802 33554432000 4194304 8979876 140736453562784 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6567/statm: 117683 115802 702 1169 0 116510 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (KiB) 470732

[startup+1797.1 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6628
/proc/meminfo: memFree=30176760/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=470732 CPUtime=1797.14 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158360 0 0 0 176731 2983 0 0 25 0 1 0 968735875 482029568 115805 33554432000 4194304 8979876 140736453562784 18446744073709551615 6745002 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6567/statm: 117683 115805 705 1169 0 116510 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 470732

[startup+1797.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/172 6647
/proc/meminfo: memFree=30417164/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=470732 CPUtime=1797.35 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158360 0 0 0 176752 2983 0 0 25 0 1 0 968735875 482029568 115805 33554432000 4194304 8979876 140736453562784 18446744073709551615 6778220 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6567/statm: 117683 115805 705 1169 0 116510 0
Current children cumulated CPU time (s) 1797.35
Current children cumulated vsize (KiB) 470732

[startup+1797.41 s]
/proc/loadavg: 2.01 2.01 1.94 3/172 6647
/proc/meminfo: memFree=30417164/32951124 swapFree=67062556/67111528
[pid=6567] ppid=6565 vsize=470732 CPUtime=1797.45 cores=0,2,4,6
/proc/6567/stat : 6567 (scip-2.0.1.4_2.) R 6565 6567 5721 0 -1 4202496 158360 0 0 0 176762 2983 0 0 25 0 1 0 968735875 482029568 115805 33554432000 4194304 8979876 140736453562784 18446744073709551615 4840918 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6567/statm: 117683 115805 705 1169 0 116510 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (KiB) 470732

Child status: 0
Real time (s): 1797.5
CPU time (s): 1797.55
CPU user time (s): 1767.69
CPU system time (s): 29.8565
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 470732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.69
system time used= 29.8565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158365
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= 6
involuntary context switches= 4756

runsolver used 2.6286 second user time and 5.57415 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 11:37:34
IDJOB=3485169
IDBENCH=48215
IDSOLVER=1977
FILE ID=node111/3485169-1307785054
RUNJOBID= node111-1307783252-6225
PBS_JOBID= 13550878
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485169-1307785054/watcher-3485169-1307785054 -o /tmp/evaluation-result-3485169-1307785054/solver-3485169-1307785054 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485169-1307785054.opb -t 1800 -m 15500

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=1862751918

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30830804 kB
Buffers:        300332 kB
Cached:        1529508 kB
SwapCached:      11232 kB
Active:         603656 kB
Inactive:      1296600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30830804 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           34516 kB
Writeback:          28 kB
AnonPages:       67544 kB
Mapped:          11980 kB
Slab:           156656 kB
PageTables:       3868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   233168 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= 73848 MiB
End job on node111 at 2011-06-11 12:07:32