Trace number 3737318

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
PB11: SCIP spx E_2 2011-06-10 (fixed)SAT-47 1797.71 1798.03

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-68
Best CPU time to get the best result obtained on this benchmark1800.42
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-3737318-1338726459.opb>
0.01/0.04	c original problem has 8361 variables (8361 bin, 0 int, 0 impl, 0 cont) and 8861 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.08	o 0
0.01/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.01/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.16	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.29	o -2
0.19/0.29	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.48/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.78	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.92	c   0.9s|     1 |     0 |   907 |     - |  26M|   0 | 473 | 500 |7861 | 500 |7901 |  40 |   0 |   0 |-2.365000e+02 |-4.700000e+01 |  80.13%
1.09/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.41	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.66	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.88/1.94	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.19/2.24	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.59/2.60	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.87	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.88/2.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.88/2.97	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.08/3.16	c   3.2s|     1 |     0 |  4990 |     - |  28M|   0 | 441 | 500 |7861 | 500 |1175 | 196 |   0 |   0 |-2.210000e+02 |-4.700000e+01 |  78.73%
3.19/3.30	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.38	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.54	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.72	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.88	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.98/4.01	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.21	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.29	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.39/4.43	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.55	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.66	c   4.7s|     1 |     0 | 10951 |     - |  32M|   0 | 396 | 500 |7861 | 500 |1596 |1247 |   0 |   0 |-2.010000e+02 |-4.700000e+01 |  76.62%
4.69/4.77	c   4.8s|     1 |     0 | 11483 |     - |  32M|   0 | 447 | 500 |7861 | 500 |1662 |1313 |   0 |   0 |-2.000000e+02 |-4.700000e+01 |  76.50%
4.98/5.05	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.14	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.14	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.33	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.48	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.49/5.55	c   5.6s|     1 |     0 | 14937 |     - |  34M|   0 | 380 | 500 |7861 | 500 |1985 |2420 |   0 |   0 |-1.910000e+02 |-4.700000e+01 |  75.39%
5.59/5.69	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.84	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.94	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.08	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.09/6.19	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.28/6.35	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.38/6.49	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.50/6.57	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.65	c   6.7s|     1 |     0 | 21051 |     - |  35M|   0 | 385 | 500 |7861 | 500 |2539 |3446 |   0 |   0 |-1.803846e+02 |-4.700000e+01 |  73.94%
6.69/6.73	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.88	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.99/7.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.00	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.15	c   7.2s|     1 |     0 | 23782 |     - |  36M|   0 | 389 | 500 |7861 | 500 |1857 |3813 |   0 |   0 |-1.773438e+02 |-4.700000e+01 |  73.50%
7.29/7.32	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.48/7.54	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.69	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.02	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.18/8.22	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.48/8.51	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.58/8.70	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.09	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.48/9.53	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.90/9.91	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.23	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.58/10.64	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.06	c  11.1s|     1 |     0 | 41907 |     - |  45M|   0 | 441 | 500 |7861 | 500 |2418 |5472 |   0 |   0 |-1.678217e+02 |-4.700000e+01 |  71.99%
11.49/11.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.49/11.51	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.94	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.45	c  12.5s|     1 |     0 | 46262 |     - |  46M|   0 | 458 | 500 |7861 | 500 |2112 |5659 |   0 |   0 |-1.653578e+02 |-4.700000e+01 |  71.58%
12.78/12.85	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.29/13.30	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.68/13.72	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.20/14.22	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.65	c  14.7s|     1 |     0 | 53015 |     - |  46M|   0 | 459 | 500 |7861 | 500 |2507 |6054 |   0 |   0 |-1.598727e+02 |-4.700000e+01 |  70.60%
15.08/15.13	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.59/15.62	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.98/16.01	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.37	c  16.4s|     1 |     0 | 57646 |     - |  46M|   0 | 477 | 500 |7861 | 500 |2267 |6229 |   0 |   0 |-1.574892e+02 |-4.700000e+01 |  70.16%
16.69/16.73	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.09/17.17	c  17.2s|     1 |     0 | 59141 |     - |  47M|   0 | 475 | 500 |7861 | 500 |2310 |6272 |   0 |   0 |-1.569747e+02 |-4.700000e+01 |  70.06%
17.59/17.67	c  17.7s|     1 |     0 | 60399 |     - |  47M|   0 | 476 | 500 |7861 | 500 |2065 |6324 |   0 |   0 |-1.565260e+02 |-4.700000e+01 |  69.97%
17.99/18.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.99/18.02	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.39/18.41	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.78/18.81	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.19/19.20	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.57	c  19.6s|     1 |     0 | 63009 |     - |  47M|   0 | 482 | 500 |7861 | 500 |2221 |6480 |   0 |   0 |-1.554497e+02 |-4.700000e+01 |  69.77%
20.08/20.18	c  20.2s|     1 |     0 | 64709 |     - |  47M|   0 | 485 | 500 |7861 | 500 |2044 |6497 |   0 |   0 |-1.549510e+02 |-4.700000e+01 |  69.67%
20.49/20.57	c  20.6s|     1 |     0 | 65265 |     - |  47M|   0 | 485 | 500 |7861 | 500 |2082 |6535 |   0 |   0 |-1.545806e+02 |-4.700000e+01 |  69.60%
20.99/21.00	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.50	c  21.5s|     1 |     0 | 67099 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2143 |6596 |   0 |   0 |-1.538611e+02 |-4.700000e+01 |  69.45%
21.89/21.94	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.28/22.36	c  22.4s|     1 |     0 | 68280 |     - |  47M|   0 | 488 | 500 |7861 | 500 |2190 |6643 |   0 |   0 |-1.533429e+02 |-4.700000e+01 |  69.35%
22.69/22.79	c  22.8s|     1 |     0 | 68885 |     - |  47M|   0 | 489 | 500 |7861 | 500 |2115 |6662 |   0 |   0 |-1.531114e+02 |-4.700000e+01 |  69.30%
23.09/23.18	c  23.2s|     1 |     0 | 69254 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2130 |6677 |   0 |   0 |-1.528848e+02 |-4.700000e+01 |  69.26%
23.49/23.56	c  23.6s|     1 |     0 | 69652 |     - |  47M|   0 | 490 | 500 |7861 | 500 |2147 |6694 |   0 |   0 |-1.527694e+02 |-4.700000e+01 |  69.23%
23.89/23.93	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.28/24.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.28/24.37	c  24.4s|     1 |     0 | 70564 |     - |  47M|   0 | 489 | 500 |7861 | 500 |2173 |6720 |   0 |   0 |-1.524346e+02 |-4.700000e+01 |  69.17%
24.79/24.80	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.09/25.20	c  25.2s|     1 |     0 | 71527 |     - |  47M|   0 | 487 | 500 |7861 | 500 |2138 |6761 |   0 |   0 |-1.519760e+02 |-4.700000e+01 |  69.07%
25.49/25.59	c  25.6s|     1 |     0 | 71971 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2156 |6779 |   0 |   0 |-1.518638e+02 |-4.700000e+01 |  69.05%
25.98/26.04	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.39/26.45	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.78/26.84	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.18/27.25	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.58/27.67	c  27.7s|     1 |     0 | 74857 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2186 |6850 |   0 |   0 |-1.507989e+02 |-4.700000e+01 |  68.83%
27.99/28.06	c  28.1s|     1 |     0 | 75190 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2201 |6865 |   0 |   0 |-1.506369e+02 |-4.700000e+01 |  68.80%
28.39/28.48	c  28.5s|     1 |     0 | 75865 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2215 |6879 |   0 |   0 |-1.504617e+02 |-4.700000e+01 |  68.76%
28.89/28.91	c  28.9s|     1 |     0 | 76406 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2227 |6891 |   0 |   0 |-1.502660e+02 |-4.700000e+01 |  68.72%
29.18/29.29	c  29.3s|     1 |     0 | 76669 |     - |  47M|   0 | 492 | 500 |7861 | 500 |2236 |6900 |   0 |   0 |-1.501690e+02 |-4.700000e+01 |  68.70%
29.59/29.69	c  29.7s|     1 |     0 | 77129 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2249 |6913 |   0 |   0 |-1.500280e+02 |-4.700000e+01 |  68.67%
29.99/30.09	c  30.1s|     1 |     0 | 77513 |     - |  47M|   0 | 493 | 500 |7861 | 500 |2218 |6930 |   0 |   0 |-1.499005e+02 |-4.700000e+01 |  68.65%
30.48/30.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.48/30.52	c  30.5s|     1 |     0 | 78200 |     - |  47M|   0 | 491 | 500 |7861 | 500 |2230 |6942 |   0 |   0 |-1.497481e+02 |-4.700000e+01 |  68.61%
30.88/30.92	c  30.9s|     1 |     0 | 78614 |     - |  47M|   0 | 494 | 500 |7861 | 500 |2242 |6954 |   0 |   0 |-1.496777e+02 |-4.700000e+01 |  68.60%
31.28/31.31	c  31.3s|     1 |     0 | 78995 |     - |  47M|   0 | 495 | 500 |7861 | 500 |2253 |6965 |   0 |   0 |-1.495720e+02 |-4.700000e+01 |  68.58%
31.69/31.73	c  31.7s|     1 |     0 | 79560 |     - |  47M|   0 | 496 | 500 |7861 | 500 |2266 |6978 |   0 |   0 |-1.493815e+02 |-4.700000e+01 |  68.54%
32.08/32.11	c  32.1s|     1 |     0 | 79894 |     - |  47M|   0 | 497 | 500 |7861 | 500 |2276 |6988 |   0 |   0 |-1.493284e+02 |-4.700000e+01 |  68.53%
32.38/32.48	c  32.5s|     1 |     0 | 80181 |     - |  46M|   0 | 495 | 500 |7861 | 500 |2239 |6997 |   0 |   0 |-1.492424e+02 |-4.700000e+01 |  68.51%
32.78/32.83	c  32.8s|     1 |     0 | 80509 |     - |  46M|   0 | 495 | 500 |7861 | 500 |2251 |7009 |   0 |   0 |-1.491913e+02 |-4.700000e+01 |  68.50%
33.18/33.21	c  33.2s|     1 |     0 | 80923 |     - |  46M|   0 | 496 | 500 |7861 | 500 |2263 |7021 |   0 |   0 |-1.491094e+02 |-4.700000e+01 |  68.48%
33.48/33.57	c  33.6s|     1 |     0 | 81231 |     - |  46M|   0 | 493 | 500 |7861 | 500 |2276 |7034 |   0 |   0 |-1.490642e+02 |-4.700000e+01 |  68.47%
33.89/33.95	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.29/34.30	c  34.3s|     1 |     0 | 82050 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2302 |7060 |   0 |   0 |-1.489818e+02 |-4.700000e+01 |  68.45%
34.59/34.68	c  34.7s|     1 |     0 | 82546 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2250 |7072 |   0 |   0 |-1.489248e+02 |-4.700000e+01 |  68.44%
34.98/35.05	c  35.1s|     1 |     0 | 82999 |     - |  45M|   0 | 494 | 500 |7861 | 500 |2262 |7084 |   0 |   0 |-1.488857e+02 |-4.700000e+01 |  68.43%
35.28/35.39	c  35.4s|     1 |     0 | 83229 |     - |  44M|   0 | 495 | 500 |7861 | 500 |2273 |7095 |   0 |   0 |-1.488631e+02 |-4.700000e+01 |  68.43%
35.69/35.74	c  35.7s|     1 |     0 | 83531 |     - |  44M|   0 | 494 | 500 |7861 | 500 |2286 |7108 |   0 |   0 |-1.488293e+02 |-4.700000e+01 |  68.42%
35.99/36.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.99/36.07	c  36.1s|     1 |     0 | 83746 |     - |  44M|   0 | 495 | 500 |7861 | 500 |2302 |7124 |   0 |   0 |-1.488097e+02 |-4.700000e+01 |  68.42%
36.29/36.40	c  36.4s|     1 |     0 | 83884 |     - |  44M|   0 | 493 | 500 |7861 | 500 |2309 |7131 |   0 |   0 |-1.488036e+02 |-4.700000e+01 |  68.41%
36.68/36.75	c  36.7s|     1 |     0 | 84214 |     - |  44M|   0 | 494 | 500 |7861 | 500 |2239 |7139 |   0 |   0 |-1.487860e+02 |-4.700000e+01 |  68.41%
36.98/37.07	c  37.1s|     1 |     0 | 84516 |     - |  43M|   0 | 493 | 500 |7861 | 500 |2247 |7147 |   0 |   0 |-1.487713e+02 |-4.700000e+01 |  68.41%
37.39/37.42	c  37.4s|     1 |     0 | 84907 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2260 |7160 |   0 |   0 |-1.487435e+02 |-4.700000e+01 |  68.40%
37.68/37.74	c  37.7s|     1 |     0 | 85137 |     - |  42M|   0 | 496 | 500 |7861 | 500 |2270 |7170 |   0 |   0 |-1.487136e+02 |-4.700000e+01 |  68.40%
37.99/38.08	c  38.1s|     1 |     0 | 85452 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2284 |7184 |   0 |   0 |-1.486801e+02 |-4.700000e+01 |  68.39%
38.39/38.40	c  38.4s|     1 |     0 | 85618 |     - |  42M|   0 | 494 | 500 |7861 | 500 |2295 |7195 |   0 |   0 |-1.486724e+02 |-4.700000e+01 |  68.39%
38.68/38.71	c  38.7s|     1 |     0 | 85753 |     - |  42M|   0 | 495 | 500 |7861 | 500 |2225 |7201 |   0 |   0 |-1.486683e+02 |-4.700000e+01 |  68.39%
38.98/39.00	c  39.0s|     1 |     0 | 85763 |     - |  42M|   0 | 445 | 500 |7861 | 500 |2236 |7212 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
39.18/39.25	c  39.3s|     1 |     0 | 85764 |     - |  41M|   0 | 446 | 500 |7861 | 500 |2240 |7216 |   0 |   0 |-1.486667e+02 |-4.700000e+01 |  68.39%
42.68/42.70	c  42.7s|     1 |     2 | 85764 |     - |  41M|   0 | 446 | 500 |7861 | 500 |2240 |7216 |   0 |  28 |-1.486667e+02 |-4.700000e+01 |  68.39%
175.27/175.38	c   175s| 10000 | 10001 |  1850k| 176.5 |  80M|  44 | 131 | 500 |7861 | 500 | 555 | 637k|   0 |3109 |-1.448792e+02 |-4.700000e+01 |  67.56%
254.65/254.73	c   255s| 20000 | 20001 |  3114k| 151.5 | 115M|  57 | 154 | 500 |7861 | 500 | 735 |1253k|   0 |4537 |-1.442608e+02 |-4.700000e+01 |  67.42%
325.14/325.21	c   325s| 30000 | 30001 |  4261k| 139.2 | 150M|  64 | 216 | 500 |7861 | 500 | 818 |1840k|   0 |5752 |-1.438022e+02 |-4.700000e+01 |  67.32%
392.62/392.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
392.62/392.71	c   393s| 40000 | 40001 |  5376k| 132.3 | 183M|  64 |  79 | 500 |7861 | 500 | 565 |2415k|   0 |6836 |-1.435405e+02 |-4.700000e+01 |  67.26%
455.50/455.63	c   456s| 50000 | 50001 |  6446k| 127.2 | 217M|  67 | 186 | 500 |7861 | 500 | 559 |2982k|   0 |7703 |-1.432884e+02 |-4.700000e+01 |  67.20%
517.68/517.86	c   518s| 60000 | 60001 |  7512k| 123.8 | 250M|  67 | 166 | 500 |7861 | 500 | 745 |3564k|   0 |8518 |-1.430596e+02 |-4.700000e+01 |  67.15%
580.17/580.37	c   580s| 70000 | 70001 |  8582k| 121.4 | 284M|  67 | 148 | 500 |7861 | 500 | 562 |4133k|   0 |9329 |-1.428680e+02 |-4.700000e+01 |  67.10%
643.96/644.13	c   644s| 80000 | 80001 |  9669k| 119.8 | 318M|  67 |  18 | 500 |7861 | 500 | 564 |4708k|   0 |  10k|-1.427248e+02 |-4.700000e+01 |  67.07%
703.94/704.13	c   704s| 90000 | 90001 | 10705k| 118.0 | 350M|  77 | 142 | 500 |7861 | 500 | 611 |5272k|   0 |  10k|-1.426050e+02 |-4.700000e+01 |  67.04%
786.03/786.24	c   786s|100000 |100001 | 12028k| 119.4 | 393M|  93 | 172 | 500 |7861 | 500 | 772 |5716k|   0 |  11k|-1.421700e+02 |-4.700000e+01 |  66.94%
882.92/883.12	c   883s|110000 |110001 | 13558k| 122.5 | 441M|  93 |  40 | 500 |7861 | 500 | 551 |6100k|   0 |  12k|-1.416476e+02 |-4.700000e+01 |  66.82%
969.81/970.01	c   970s|120000 |120001 | 14955k| 123.9 | 486M|  93 | 156 | 500 |7861 | 500 | 761 |6524k|   0 |  13k|-1.413309e+02 |-4.700000e+01 |  66.74%
1062.69/1062.99	c  1063s|130000 |130001 | 16443k| 125.8 | 536M|  93 | 176 | 500 |7861 | 500 | 605 |6907k|   0 |  13k|-1.409909e+02 |-4.700000e+01 |  66.66%
1155.68/1155.97	c  1156s|140000 |140001 | 17939k| 127.5 | 586M|  93 |  87 | 500 |7861 | 500 | 566 |7277k|   0 |  14k|-1.406937e+02 |-4.700000e+01 |  66.59%
1244.66/1244.99	c  1245s|150000 |150001 | 19374k| 128.6 | 636M|  93 |   6 | 500 |7861 | 500 | 564 |7644k|   0 |  15k|-1.404515e+02 |-4.700000e+01 |  66.54%
1334.04/1334.37	c  1334s|160000 |160001 | 20804k| 129.5 | 684M|  93 |  81 | 500 |7861 | 500 | 584 |8007k|   0 |  15k|-1.402476e+02 |-4.700000e+01 |  66.49%
1422.83/1423.10	c  1423s|170000 |170001 | 22226k| 130.2 | 732M|  93 |  28 | 500 |7861 | 500 | 557 |8412k|   0 |  16k|-1.400826e+02 |-4.700000e+01 |  66.45%
1512.01/1512.33	c  1512s|180000 |180001 | 23653k| 130.9 | 780M|  93 | 159 | 500 |7861 | 500 | 740 |8781k|   0 |  17k|-1.399200e+02 |-4.700000e+01 |  66.41%
1601.20/1601.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.20/1601.59	c  1602s|190000 |190001 | 25082k| 131.6 | 828M|  93 | 139 | 500 |7861 | 500 | 577 |9153k|   0 |  17k|-1.397691e+02 |-4.700000e+01 |  66.37%
1685.29/1685.69	c  1686s|200000 |200001 | 26438k| 131.8 | 874M|  93 |  26 | 500 |7861 | 500 | 562 |9587k|   0 |  18k|-1.396645e+02 |-4.700000e+01 |  66.35%
1770.68/1771.09	c  1771s|210000 |210001 | 27819k| 132.1 | 922M|  93 |  71 | 500 |7861 | 500 | 595 |9978k|   0 |  18k|-1.395490e+02 |-4.700000e+01 |  66.32%
1796.67/1797.00	c 
1796.67/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.00	c Solving Time (sec) : 1797.00
1796.67/1797.00	c Solving Nodes      : 213285
1796.67/1797.00	c Primal Bound       : -4.70000000000000e+01 (745 solutions)
1796.67/1797.00	c Dual Bound         : -1.39532030171040e+02
1796.67/1797.00	c Gap                : 66.32 %
1796.67/1797.01	s SATISFIABLE
1796.67/1797.01	v -x500 -x499 -x498 -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 x483 -x482 -x481 -x480 -x479 
1796.67/1797.01	v -x478 -x477 -x476 -x475 -x474 x473 -x472 -x471 -x470 x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 
1796.67/1797.01	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 
1796.67/1797.01	v -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 
1796.67/1797.01	v -x415 -x414 -x413 -x412 -x411 x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 
1796.67/1797.01	v -x394 -x393 -x392 x391 -x390 -x389 x388 -x387 -x386 -x385 -x384 -x383 x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 
1796.67/1797.01	v -x373 -x372 x371 -x370 -x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 x356 -x355 -x354 -x353 
1796.67/1797.01	v -x352 x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 -x343 x342 x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 
1796.67/1797.01	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1796.67/1797.01	v -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1796.67/1797.01	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 x270 -x269 -x268 
1796.67/1797.01	v -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 x247 
1796.67/1797.01	v x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1796.67/1797.01	v -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1796.67/1797.01	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 
1796.67/1797.01	v -x184 x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1796.67/1797.01	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1796.67/1797.01	v -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 -x122 -x121 
1796.67/1797.01	v -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 x112 -x111 -x110 x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 
1796.67/1797.01	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 
1796.67/1797.01	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 
1796.67/1797.01	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 
1796.67/1797.01	v -x22 -x21 x20 x19 x18 -x17 -x16 x15 x14 -x13 x12 x11 -x10 -x9 -x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1796.67/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.01	c Total Time         :    1797.00
1796.67/1797.01	c   solving          :    1797.00
1796.67/1797.01	c   presolving       :       0.13 (included in solving)
1796.67/1797.01	c   reading          :       0.04 (included in solving)
1796.67/1797.01	c Original Problem   :
1796.67/1797.01	c   Problem name     : HOME/instance-3737318-1338726459.opb
1796.67/1797.01	c   Variables        : 8361 (8361 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 8861 initial, 8861 maximal
1796.67/1797.01	c Presolved Problem  :
1796.67/1797.01	c   Problem name     : t_HOME/instance-3737318-1338726459.opb
1796.67/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 7861 initial, 7861 maximal
1796.67/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   and              :       0.05          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   linear           :       0.02       7861          0          0       7861          0        500          0          0          0
1796.67/1797.01	c   pseudoboolean    :       0.00          0          0          0          0          0        500          0          0          0
1796.67/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.67/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   integral         :          0          0          0     255511          0     299634          0          0          0          0          0     426570
1796.67/1797.01	c   setppc           :       7861        128     580268      42226          0     299630          0          0    3683141   10139709          0          0
1796.67/1797.01	c   countsols        :          0          0          0          0          0        747          0          0          0          0          0          0
1796.67/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.67/1797.01	c   integral         :      90.73       0.00       0.00      90.66       0.00       0.07       0.00
1796.67/1797.01	c   setppc           :      56.14       0.22      26.58      11.32       0.00      18.02       0.00
1796.67/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.67/1797.01	c   vbounds          :          0          0          0          0
1796.67/1797.01	c   rootredcost      :          0          0          0          0
1796.67/1797.01	c   pseudoobj        :     590550          0          0          0
1796.67/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.67/1797.01	c   vbounds          :       0.10       0.10       0.00
1796.67/1797.01	c   rootredcost      :       0.10       0.10       0.00
1796.67/1797.01	c   pseudoobj        :       5.01       5.01       0.00
1796.67/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.67/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.01	c   cut pool         :       0.33        127          -          -       1633          -    (maximal pool size: 8198)
1796.67/1797.01	c   redcost          :       2.78     255638          0          0          0          0
1796.67/1797.01	c   impliedbounds    :       0.05        128          0          0       9713          0
1796.67/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.67/1797.01	c   gomory           :      22.47        128          0          0      30155          0
1796.67/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.67/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.67/1797.01	c   strongcg         :       0.71         20          0          0      10000          0
1796.67/1797.01	c   cmir             :       0.18         10          0          0          0          0
1796.67/1797.01	c   flowcover        :       0.13         10          0          0          0          0
1796.67/1797.01	c   clique           :       0.99        128          0          0       1122          0
1796.67/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.67/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.67/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.67/1797.01	c   rapidlearning    :       0.08          1          0          0          0          0
1796.67/1797.01	c Pricers            :       Time      Calls       Vars
1796.67/1797.01	c   problem variables:       0.00          0          0
1796.67/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   relpscost        :      90.53     213285          0          0          0          0     426570
1796.67/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.67/1797.01	c   LP solutions     :       0.00          -          0
1796.67/1797.01	c   pseudo solutions :       0.00          -          0
1796.67/1797.01	c   oneopt           :       0.09          1          0
1796.67/1797.01	c   crossover        :       0.67         13          7
1796.67/1797.01	c   linesearchdiving :      17.36       3610         53
1796.67/1797.01	c   coefdiving       :      18.16       3610         65
1796.67/1797.01	c   pscostdiving     :      17.34       3610         76
1796.67/1797.01	c   guideddiving     :      17.64       3610         35
1796.67/1797.01	c   fracdiving       :      16.58       3610         30
1796.67/1797.01	c   veclendiving     :      29.36       3610         77
1796.67/1797.01	c   objpscostdiving  :      12.56       1806         44
1796.67/1797.01	c   trivial          :       0.01          2          1
1796.67/1797.01	c   shiftandpropagate:       0.00          0          0
1796.67/1797.01	c   simplerounding   :      10.39     213412        342
1796.67/1797.01	c   zirounding       :       0.17       1000          0
1796.67/1797.01	c   rounding         :      15.05      22037          1
1796.67/1797.01	c   shifting         :       4.77       6605          1
1796.67/1797.01	c   intshifting      :       0.01          0          0
1796.67/1797.01	c   twoopt           :       0.00          0          0
1796.67/1797.01	c   fixandinfer      :       0.00          0          0
1796.67/1797.01	c   feaspump         :       0.01          0          0
1796.67/1797.01	c   clique           :       0.00          0          0
1796.67/1797.01	c   intdiving        :       0.00          0          0
1796.67/1797.01	c   actconsdiving    :       0.00          0          0
1796.67/1797.01	c   rootsoldiving    :      10.52       1806         12
1796.67/1797.01	c   octane           :       0.00          0          0
1796.67/1797.01	c   rens             :       0.02          0          0
1796.67/1797.01	c   rins             :       0.00          0          0
1796.67/1797.01	c   localbranching   :       0.00          0          0
1796.67/1797.01	c   mutation         :       0.00          0          0
1796.67/1797.01	c   dins             :       0.00          0          0
1796.67/1797.01	c   vbounds          :       0.00          0          0
1796.67/1797.01	c   undercover       :       0.01          1          0
1796.67/1797.01	c   subnlp           :       0.03          0          0
1796.67/1797.01	c   trysol           :       0.05          0          0
1796.67/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.67/1797.01	c   primal LP        :      10.80          0          0       0.00       0.00
1796.67/1797.01	c   dual LP          :    1389.51     255638   26191595     102.46   18849.57
1796.67/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.67/1797.01	c   diving/probing LP:     100.17     133249    2041604      15.32   20382.12
1796.67/1797.01	c   strong branching :      84.01      18883    1307518      69.24   15562.95
1796.67/1797.01	c     (at root node) :          -         28      22948     819.57          -
1796.67/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.01	c B&B Tree           :
1796.67/1797.01	c   number of runs   :          1
1796.67/1797.01	c   nodes            :     213285
1796.67/1797.01	c   nodes (total)    :     213285
1796.67/1797.01	c   nodes left       :     213286
1796.67/1797.01	c   max depth        :         93
1796.67/1797.01	c   max depth (total):         93
1796.67/1797.01	c   backtracks       :      25273 (11.8%)
1796.67/1797.01	c   delayed cutoffs  :          0
1796.67/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.67/1797.01	c   avg switch length:       5.19
1796.67/1797.01	c   switching time   :      38.04
1796.67/1797.01	c Solution           :
1796.67/1797.01	c   Solutions found  :        745 (4 improvements)
1796.67/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1796.67/1797.01	c   Primal Bound     : -4.70000000000000e+01   (in run 1, after 1 nodes, 0.46 seconds, depth 0, found by <trysol>)
1796.67/1797.01	c   Dual Bound       : -1.39532030171040e+02
1796.67/1797.01	c   Gap              :      66.32 %
1796.67/1797.01	c   Root Dual Bound  : -1.48666666666667e+02
1796.67/1797.01	c   Root Iterations  :      85764
1797.67/1798.03	c Time complete: 1797.7.

Verifier Data

OK	-47

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3737318-1338726459/watcher-3737318-1338726459 -o /tmp/evaluation-result-3737318-1338726459/solver-3737318-1338726459 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737318-1338726459.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.06 2.02 2.00 3/177 15716
/proc/meminfo: memFree=26827580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 1531 0 0 0 0 0 0 0 20 0 1 0 338771921 9818112 1486 33554432000 4194304 9016284 140736875106224 140735435856744 4317072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 2397 1497 323 1178 0 1215 0

[startup+0.024273 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15716
/proc/meminfo: memFree=26827580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=20144 CPUtime=0.01 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 4036 0 0 0 1 0 0 0 20 0 1 0 338771921 20627456 3990 33554432000 4194304 9016284 140736875106224 140735435856744 6813403 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 5036 3990 380 1178 0 3854 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20144

[startup+0.100272 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15716
/proc/meminfo: memFree=26827580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=44528 CPUtime=0.09 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 9778 0 0 0 8 1 0 0 20 0 1 0 338771921 45596672 9732 33554432000 4194304 9016284 140736875106224 140735435856744 6813403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 11132 9732 480 1178 0 9950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44528

[startup+0.30023 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15716
/proc/meminfo: memFree=26827580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=69852 CPUtime=0.29 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 16469 0 0 0 27 2 0 0 20 0 1 0 338771921 71528448 15914 33554432000 4194304 9016284 140736875106224 140735435856744 4884048 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 17463 15914 629 1178 0 16281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69852

[startup+0.700237 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15716
/proc/meminfo: memFree=26827580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=61852 CPUtime=0.69 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 22926 0 0 0 65 4 0 0 20 0 1 0 338771921 63336448 14201 33554432000 4194304 9016284 140736875106224 140736875099496 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 15463 14201 688 1178 0 14281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61852

[startup+1.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15717
/proc/meminfo: memFree=26771848/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=69484 CPUtime=1.49 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 24939 0 0 0 144 5 0 0 20 0 1 0 338771921 71151616 16130 33554432000 4194304 9016284 140736875106224 140736875101336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 17371 16130 691 1178 0 16189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69484

[startup+3.10024 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 15717
/proc/meminfo: memFree=26759820/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=80492 CPUtime=3.08 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 27967 0 0 0 302 6 0 0 20 0 1 0 338771921 82423808 19054 33554432000 4194304 9016284 140736875106224 140736875100184 6561051 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 20123 19054 691 1178 0 18941 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80492

[startup+6.30024 s]
/proc/loadavg: 2.14 2.04 2.01 3/178 15717
/proc/meminfo: memFree=26747428/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=87404 CPUtime=6.28 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 29703 0 0 0 619 9 0 0 20 0 1 0 338771921 89501696 20660 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 21851 20660 694 1178 0 20669 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87404

[startup+12.7001 s]
/proc/loadavg: 2.12 2.04 2.01 3/178 15717
/proc/meminfo: memFree=26727600/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=104596 CPUtime=12.68 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 33990 0 0 0 1253 15 0 0 20 0 1 0 338771921 107106304 24922 33554432000 4194304 9016284 140736875106224 140736875100792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 26149 24922 694 1178 0 24967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104596

[startup+25.5002 s]
/proc/loadavg: 2.10 2.03 2.01 3/176 15717
/proc/meminfo: memFree=26722436/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=104964 CPUtime=25.49 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 34022 0 0 0 2524 25 0 0 20 0 1 0 338771921 107483136 24945 33554432000 4194304 9016284 140736875106224 140736875101336 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 26241 24945 694 1178 0 25059 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104964

[startup+51.1002 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 15718
/proc/meminfo: memFree=26715048/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=103888 CPUtime=51.08 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 36066 0 0 0 5058 50 0 0 20 0 1 0 338771921 106381312 24764 33554432000 4194304 9016284 140736875106224 140736875099976 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 25972 24764 697 1178 0 24790 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103888

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 15718
/proc/meminfo: memFree=26686032/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=113368 CPUtime=102.27 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 56834 0 0 0 10098 129 0 0 20 0 1 0 338771921 116088832 27059 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 28342 27059 702 1178 0 27160 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113368

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 15721
/proc/meminfo: memFree=26649696/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=130648 CPUtime=162.27 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 70508 0 0 0 15996 231 0 0 20 0 1 0 338771921 133783552 31251 33554432000 4194304 9016284 140736875106224 140736875100136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 32662 31251 702 1178 0 31480 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 130648

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 15721
/proc/meminfo: memFree=26602504/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=154332 CPUtime=222.26 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 86078 0 0 0 21892 334 0 0 20 0 1 0 338771921 158035968 37188 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 38583 37188 704 1178 0 37401 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 154332

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 15721
/proc/meminfo: memFree=26548096/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=185260 CPUtime=282.24 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 93852 0 0 0 27786 438 0 0 20 0 1 0 338771921 189706240 44945 33554432000 4194304 9016284 140736875106224 140736875100136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 46315 44945 704 1178 0 45133 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 185260

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15722
/proc/meminfo: memFree=26493824/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=215476 CPUtime=342.23 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 111080 0 0 0 33683 540 0 0 20 0 1 0 338771921 220647424 52614 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 53869 52614 704 1178 0 52687 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 215476

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15722
/proc/meminfo: memFree=26443760/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=247004 CPUtime=402.21 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 119088 0 0 0 39578 643 0 0 20 0 1 0 338771921 252932096 60675 33554432000 4194304 9016284 140736875106224 140736875100264 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 61751 60675 704 1178 0 60569 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 247004

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15722
/proc/meminfo: memFree=26394500/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=275812 CPUtime=462.19 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 131021 0 0 0 45463 756 0 0 20 0 1 0 338771921 282431488 67836 33554432000 4194304 9016284 140736875106224 140736875100360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 68953 67836 704 1178 0 67771 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 275812

[startup+522.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 15722
/proc/meminfo: memFree=26340004/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=310908 CPUtime=522.18 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 144585 0 0 0 51350 868 0 0 20 0 1 0 338771921 318369792 76811 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 77727 76811 704 1178 0 76545 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 310908

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15722
/proc/meminfo: memFree=26291580/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=345808 CPUtime=582.17 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 152712 0 0 0 57240 977 0 0 20 0 1 0 338771921 354107392 84918 33554432000 4194304 9016284 140736875106224 140736875100392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 86452 84918 704 1178 0 85270 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 345808

[startup+642.3 s]

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

/proc/meminfo: memFree=26606260/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=624620 CPUtime=1122.08 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 227444 0 0 0 110323 1885 0 0 20 0 1 0 338771921 639610880 154824 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 156155 154824 704 1178 0 154973 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 624620

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15765
/proc/meminfo: memFree=26569176/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=657868 CPUtime=1182.07 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 235766 0 0 0 116230 1977 0 0 20 0 1 0 338771921 673656832 163140 33554432000 4194304 9016284 140736875106224 140736875099896 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 164467 163140 704 1178 0 163285 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 657868

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15765
/proc/meminfo: memFree=26535240/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=691448 CPUtime=1242.06 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 244275 0 0 0 122125 2081 0 0 20 0 1 0 338771921 708042752 171676 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 172862 171676 704 1178 0 171680 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 691448

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15766
/proc/meminfo: memFree=26501416/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=721960 CPUtime=1302.05 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 251878 0 0 0 128020 2185 0 0 20 0 1 0 338771921 739287040 179323 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 180490 179323 704 1178 0 179308 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 721960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15769
/proc/meminfo: memFree=26467476/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=755920 CPUtime=1362.03 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 260446 0 0 0 133915 2288 0 0 20 0 1 0 338771921 774062080 187885 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 188980 187885 704 1178 0 187798 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 755920

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15769
/proc/meminfo: memFree=26434776/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=786144 CPUtime=1422.03 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 267962 0 0 0 139817 2386 0 0 20 0 1 0 338771921 805011456 195486 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 196536 195486 704 1178 0 195354 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 786144

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/177 15769
/proc/meminfo: memFree=26404752/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=814700 CPUtime=1482.01 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 275116 0 0 0 145717 2484 0 0 20 0 1 0 338771921 834252800 202641 33554432000 4194304 9016284 140736875106224 140736875100136 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 203675 202641 704 1178 0 202493 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 814700

[startup+1542.3 s]
/proc/loadavg: 2.36 2.11 2.03 3/177 15769
/proc/meminfo: memFree=26370944/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=847196 CPUtime=1542.01 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 283190 0 0 0 151612 2589 0 0 20 0 1 0 338771921 867528704 210715 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 211799 210715 704 1178 0 210617 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 847196

[startup+1602.3 s]
/proc/loadavg: 2.20 2.10 2.03 3/177 15770
/proc/meminfo: memFree=26338084/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=878508 CPUtime=1601.99 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 291115 0 0 0 157508 2691 0 0 20 0 1 0 338771921 899592192 218640 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 219627 218640 704 1178 0 218445 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 878508

[startup+1662.3 s]
/proc/loadavg: 2.07 2.08 2.02 3/177 15770
/proc/meminfo: memFree=26299892/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=918192 CPUtime=1661.99 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 299910 0 0 0 163408 2791 0 0 20 0 1 0 338771921 940228608 227435 33554432000 4194304 9016284 140736875106224 140736875100392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 229548 227435 704 1178 0 228366 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 918192

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/177 15770
/proc/meminfo: memFree=26262940/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=953316 CPUtime=1721.98 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 308651 0 0 0 169308 2890 0 0 20 0 1 0 338771921 976195584 236176 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 238329 236176 704 1178 0 237147 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 953316

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26227228/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=983068 CPUtime=1781.97 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 316249 0 0 0 175205 2992 0 0 20 0 1 0 338771921 1006661632 243774 33554432000 4194304 9016284 140736875106224 140736875100088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 245767 243774 704 1178 0 244585 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 983068

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26223632/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=987156 CPUtime=1785.17 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317182 0 0 0 175520 2997 0 0 20 0 1 0 338771921 1010847744 244707 33554432000 4194304 9016284 140736875106224 140736875100184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 246789 244707 704 1178 0 245607 0
Current children cumulated CPU time (s) 1785.17
Current children cumulated vsize (KiB) 987156

[startup+1791.91 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26223260/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=987156 CPUtime=1791.57 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317261 0 0 0 176151 3006 0 0 20 0 1 0 338771921 1010847744 244786 33554432000 4194304 9016284 140736875106224 140736875100392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 246789 244786 704 1178 0 245607 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 987156

[startup+1795.1 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26222640/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=987156 CPUtime=1794.78 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317268 0 0 0 176466 3012 0 0 20 0 1 0 338771921 1010847744 244793 33554432000 4194304 9016284 140736875106224 140736875100392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 246789 244793 704 1178 0 245607 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 987156

[startup+1796.7 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26221896/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=988312 CPUtime=1796.36 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317518 0 0 0 176622 3014 0 0 20 0 1 0 338771921 1012031488 245043 33554432000 4194304 9016284 140736875106224 140736875100392 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 247078 245043 704 1178 0 245896 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 988312

[startup+1797.5 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26220532/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=989200 CPUtime=1797.17 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317778 0 0 0 176702 3015 0 0 20 0 1 0 338771921 1012940800 245303 33554432000 4194304 9016284 140736875106224 140736875102024 6817683 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 247300 245303 706 1178 0 246118 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 989200

[startup+1797.9 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26220532/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=989200 CPUtime=1797.57 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317778 0 0 0 176742 3015 0 0 20 0 1 0 338771921 1012940800 245303 33554432000 4194304 9016284 140736875106224 140736875102024 4329922 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 247300 245303 706 1178 0 246118 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (KiB) 989200

[startup+1798 s]
/proc/loadavg: 2.00 2.05 2.01 3/177 15770
/proc/meminfo: memFree=26220532/32873648 swapFree=6860/6860
[pid=15716] ppid=15714 vsize=988088 CPUtime=1797.67 cores=1,3,5,7
/proc/15716/stat : 15716 (scip-2.0.1.4b_2) R 15714 15716 13307 0 -1 4202496 317778 0 0 0 176752 3015 0 0 20 0 1 0 338771921 1011802112 245025 33554432000 4194304 9016284 140736875106224 140736875102024 6817788 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15716/statm: 247022 245025 706 1178 0 245840 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (KiB) 988088

Child status: 0
Real time (s): 1798.03
CPU time (s): 1797.71
CPU user time (s): 1767.54
CPU system time (s): 30.1704
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 989200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.54
system time used= 30.1704
maximum resident set size= 981212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317783
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= 66
involuntary context switches= 1841

runsolver used 2.71659 second user time and 7.09292 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 14:27:39
IDJOB=3737318
IDBENCH=48215
IDSOLVER=2329
FILE ID=node116/3737318-1338726459
RUNJOBID= node116-1338713903-13324
PBS_JOBID= 14636747
Free space on /tmp= 71020 MiB

SOLVER NAME= PB11: 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-3737318-1338726459/watcher-3737318-1338726459 -o /tmp/evaluation-result-3737318-1338726459/solver-3737318-1338726459 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737318-1338726459.opb -t 1800 -m 15500

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

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=952162840

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26827580 kB
Buffers:          551740 kB
Cached:          4123408 kB
SwapCached:         3028 kB
Active:          2692500 kB
Inactive:        2438940 kB
Active(anon):     445992 kB
Inactive(anon):     8500 kB
Active(file):    2246508 kB
Inactive(file):  2430440 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:        409556 kB
Mapped:            14740 kB
Shmem:                68 kB
Slab:             774772 kB
SReclaimable:     219244 kB
SUnreclaim:       555528 kB
KernelStack:        1488 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     573284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71004 MiB
End job on node116 at 2012-06-03 14:57:37