Trace number 3488613

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)SAT-57 1798.11 1798.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_4.opb
MD5SUM95ae68c901d0b7917be5b837e9e56612
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.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -78
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)15754
Sum of products size (including duplicates)31508
Number of different products7877
Sum of products size15754

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-3488613-1307784821.opb>
0.01/0.04	c original problem has 8377 variables (8377 bin, 0 int, 0 impl, 0 cont) and 8877 constraints
0.01/0.04	c problem read
0.01/0.04	c presolving settings loaded
0.01/0.09	o 0
0.01/0.09	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.01/0.09	c presolving:
0.09/0.16	c (round 1) 7877 del vars, 1000 del conss, 0 add conss, 7877 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 31508 impls, 0 clqs
0.09/0.17	c (round 2) 7877 del vars, 1000 del conss, 0 add conss, 7877 chg bounds, 0 chg sides, 0 chg coeffs, 7877 upgd conss, 31508 impls, 0 clqs
0.19/0.22	c    (0.2s) probing: 101/500 (20.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (3 rounds):
0.19/0.22	c  7877 deleted vars, 1000 deleted constraints, 0 added constraints, 7877 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  47260 implications, 0 cliques
0.19/0.22	c presolved problem has 500 variables (500 bin, 0 int, 0 impl, 0 cont) and 7877 constraints
0.19/0.22	c    7877 constraints of type <setppc>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.15
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 2.0.1.5
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1797
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 13950
0.19/0.22	c 
0.19/0.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.22	c # [type: int, range: [1,2], default: 1]
0.19/0.22	c timing/clocktype = 2
0.19/0.22	c 
0.19/0.22	c # belongs reading time to solving time?
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c timing/reading = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/indicator/addCouplingCons = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.23	c 
0.29/0.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.30	c t 0.3s|     1 |     0 |   525 |     - |  26M|   0 | 500 | 500 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 | 0.000000e+00 | 100.00%
0.29/0.31	o -1
0.29/0.31	c R 0.3s|     1 |     0 |   525 |     - |  26M|   0 | 500 | 500 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 |-1.000000e+00 |  99.60%
0.29/0.32	o -2
0.29/0.32	c s 0.3s|     1 |     0 |   525 |     - |  26M|   0 | 500 | 500 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 |-2.000000e+00 |  99.20%
0.49/0.52	o -48
0.49/0.52	c y 0.5s|     1 |     0 |   525 |     - |  26M|   0 | 500 | 500 |7877 | 500 |7877 |   0 |   0 |   0 |-2.500000e+02 |-4.800000e+01 |  80.80%
0.49/0.57	c   0.6s|     1 |     0 |   687 |     - |  26M|   0 | 493 | 500 |7877 | 500 |7886 |   9 |   0 |   0 |-2.465000e+02 |-4.800000e+01 |  80.53%
0.69/0.72	c   0.7s|     1 |     0 |   744 |     - |  26M|   0 | 485 | 500 |7877 | 500 |7898 |  21 |   0 |   0 |-2.425000e+02 |-4.800000e+01 |  80.21%
0.79/0.87	c   0.9s|     1 |     0 |   812 |     - |  26M|   0 | 480 | 500 |7877 | 500 |7907 |  30 |   0 |   0 |-2.400000e+02 |-4.800000e+01 |  80.00%
1.00/1.01	c   1.0s|     1 |     0 |   881 |     - |  26M|   0 | 475 | 500 |7877 | 500 |7915 |  38 |   0 |   0 |-2.375000e+02 |-4.800000e+01 |  79.79%
1.10/1.19	c   1.2s|     1 |     0 |  1053 |     - |  26M|   0 | 475 | 500 |7877 | 500 |7923 |  46 |   0 |   0 |-2.365000e+02 |-4.800000e+01 |  79.70%
1.39/1.40	c   1.4s|     1 |     0 |  1301 |     - |  26M|   0 | 469 | 500 |7877 | 500 |7933 |  56 |   0 |   0 |-2.345000e+02 |-4.800000e+01 |  79.53%
1.59/1.60	c   1.6s|     1 |     0 |  1637 |     - |  26M|   0 | 462 | 500 |7877 | 500 |7949 |  72 |   0 |   0 |-2.305000e+02 |-4.800000e+01 |  79.18%
1.79/1.85	c   1.8s|     1 |     0 |  2095 |     - |  26M|   0 | 453 | 500 |7877 | 500 |7961 |  84 |   0 |   0 |-2.265000e+02 |-4.800000e+01 |  78.81%
1.99/2.04	c   2.0s|     1 |     0 |  2426 |     - |  26M|   0 | 448 | 500 |7877 | 500 |7974 |  97 |   0 |   0 |-2.240000e+02 |-4.800000e+01 |  78.57%
2.19/2.26	c   2.3s|     1 |     0 |  2788 |     - |  26M|   0 | 445 | 500 |7877 | 500 |7982 | 105 |   0 |   0 |-2.225000e+02 |-4.800000e+01 |  78.43%
2.39/2.47	c   2.5s|     1 |     0 |  3209 |     - |  26M|   0 | 445 | 500 |7877 | 500 | 916 | 113 |   0 |   0 |-2.208333e+02 |-4.800000e+01 |  78.26%
2.49/2.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.49/2.55	c   2.5s|     1 |     0 |  3324 |     - |  26M|   0 | 440 | 500 |7877 | 500 | 923 | 120 |   0 |   0 |-2.200000e+02 |-4.800000e+01 |  78.18%
2.69/2.76	c   2.8s|     1 |     0 |  4110 |     - |  27M|   0 | 437 | 500 |7877 | 500 | 953 | 150 |   0 |   0 |-2.195000e+02 |-4.800000e+01 |  78.13%
2.79/2.89	c   2.9s|     1 |     0 |  4574 |     - |  27M|   0 | 434 | 500 |7877 | 500 |1051 | 248 |   0 |   0 |-2.180000e+02 |-4.800000e+01 |  77.98%
2.99/3.02	c   3.0s|     1 |     0 |  5153 |     - |  27M|   0 | 436 | 500 |7877 | 500 |1106 | 303 |   0 |   0 |-2.165000e+02 |-4.800000e+01 |  77.83%
3.19/3.21	c   3.2s|     1 |     0 |  6080 |     - |  27M|   0 | 442 | 500 |7877 | 500 |1405 | 602 |   0 |   0 |-2.152500e+02 |-4.800000e+01 |  77.70%
3.39/3.41	c   3.4s|     1 |     0 |  7006 |     - |  28M|   0 | 458 | 500 |7877 | 500 |1246 | 729 |   0 |   0 |-2.130000e+02 |-4.800000e+01 |  77.46%
3.69/3.70	c   3.7s|     1 |     0 |  8231 |     - |  30M|   0 | 433 | 500 |7877 | 500 |1635 |1118 |   0 |   0 |-2.105000e+02 |-4.800000e+01 |  77.20%
3.79/3.89	c   3.9s|     1 |     0 |  9051 |     - |  30M|   0 | 418 | 500 |7877 | 500 |1995 |1478 |   0 |   0 |-2.075357e+02 |-4.800000e+01 |  76.87%
3.99/4.01	c   4.0s|     1 |     0 |  9512 |     - |  31M|   0 | 414 | 500 |7877 | 500 |2117 |1600 |   0 |   0 |-2.066667e+02 |-4.800000e+01 |  76.77%
4.09/4.17	c   4.2s|     1 |     0 | 10250 |     - |  31M|   0 | 456 | 500 |7877 | 500 |2127 |1610 |   0 |   0 |-2.059022e+02 |-4.800000e+01 |  76.69%
4.40/4.46	c   4.5s|     1 |     0 | 11128 |     - |  31M|   0 | 410 | 500 |7877 | 500 |2645 |2128 |   0 |   0 |-2.027500e+02 |-4.800000e+01 |  76.33%
4.49/4.58	c   4.6s|     1 |     0 | 11572 |     - |  31M|   0 | 409 | 500 |7877 | 500 |2459 |2141 |   0 |   0 |-2.014167e+02 |-4.800000e+01 |  76.17%
4.69/4.71	c   4.7s|     1 |     0 | 12099 |     - |  32M|   0 | 425 | 500 |7877 | 500 |2497 |2179 |   0 |   0 |-2.005000e+02 |-4.800000e+01 |  76.06%
4.89/4.95	c   4.9s|     1 |     0 | 13121 |     - |  32M|   0 | 389 | 500 |7877 | 500 |2602 |2284 |   0 |   0 |-1.985000e+02 |-4.800000e+01 |  75.82%
4.99/5.07	c   5.1s|     1 |     0 | 13590 |     - |  32M|   0 | 399 | 500 |7877 | 500 |2692 |2374 |   0 |   0 |-1.978889e+02 |-4.800000e+01 |  75.74%
5.19/5.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.19/5.25	c   5.3s|     1 |     0 | 14351 |     - |  33M|   0 | 402 | 500 |7877 | 500 |2740 |2422 |   0 |   0 |-1.962500e+02 |-4.800000e+01 |  75.54%
5.39/5.40	c   5.4s|     1 |     0 | 14864 |     - |  33M|   0 | 431 | 500 |7877 | 500 |2752 |2434 |   0 |   0 |-1.955000e+02 |-4.800000e+01 |  75.45%
5.79/5.86	c   5.9s|     1 |     0 | 17315 |     - |  34M|   0 | 387 | 500 |7877 | 500 |1721 |2562 |   0 |   0 |-1.930000e+02 |-4.800000e+01 |  75.13%
5.99/6.05	c   6.1s|     1 |     0 | 18550 |     - |  34M|   0 | 402 | 500 |7877 | 500 |1732 |2573 |   0 |   0 |-1.917083e+02 |-4.800000e+01 |  74.96%
6.09/6.17	c   6.2s|     1 |     0 | 18925 |     - |  35M|   0 | 405 | 500 |7877 | 500 |1929 |2770 |   0 |   0 |-1.911667e+02 |-4.800000e+01 |  74.89%
6.39/6.41	c   6.4s|     1 |     0 | 20186 |     - |  36M|   0 | 428 | 500 |7877 | 500 |1983 |2824 |   0 |   0 |-1.893881e+02 |-4.800000e+01 |  74.66%
6.59/6.63	c   6.6s|     1 |     0 | 21033 |     - |  36M|   0 | 402 | 500 |7877 | 500 |2163 |3004 |   0 |   0 |-1.875000e+02 |-4.800000e+01 |  74.40%
6.79/6.86	c   6.9s|     1 |     0 | 22259 |     - |  37M|   0 | 399 | 500 |7877 | 500 |2175 |3016 |   0 |   0 |-1.863750e+02 |-4.800000e+01 |  74.25%
6.99/7.05	c   7.0s|     1 |     0 | 23088 |     - |  37M|   0 | 409 | 500 |7877 | 500 |1411 |3076 |   0 |   0 |-1.857500e+02 |-4.800000e+01 |  74.16%
7.19/7.28	c   7.3s|     1 |     0 | 24508 |     - |  37M|   0 | 422 | 500 |7877 | 500 |1467 |3132 |   0 |   0 |-1.839667e+02 |-4.800000e+01 |  73.91%
7.49/7.55	c   7.6s|     1 |     0 | 25109 |     - |  39M|   0 | 403 | 500 |7877 | 500 |2282 |3947 |   0 |   0 |-1.830417e+02 |-4.800000e+01 |  73.78%
7.69/7.73	c   7.7s|     1 |     0 | 25833 |     - |  39M|   0 | 416 | 500 |7877 | 500 |2393 |4058 |   0 |   0 |-1.823095e+02 |-4.800000e+01 |  73.67%
7.79/7.86	c   7.9s|     1 |     0 | 26143 |     - |  40M|   0 | 418 | 500 |7877 | 500 |2473 |4138 |   0 |   0 |-1.817571e+02 |-4.800000e+01 |  73.59%
8.19/8.21	c   8.2s|     1 |     0 | 28088 |     - |  40M|   0 | 383 | 500 |7877 | 500 |2621 |4286 |   0 |   0 |-1.797500e+02 |-4.800000e+01 |  73.30%
8.39/8.42	c   8.4s|     1 |     0 | 29267 |     - |  41M|   0 | 412 | 500 |7877 | 500 |2111 |4296 |   0 |   0 |-1.781860e+02 |-4.800000e+01 |  73.06%
8.49/8.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.58	c   8.6s|     1 |     0 | 29986 |     - |  42M|   0 | 386 | 500 |7877 | 500 |2212 |4397 |   0 |   0 |-1.774128e+02 |-4.800000e+01 |  72.94%
8.70/8.72	c   8.7s|     1 |     0 | 30508 |     - |  42M|   0 | 354 | 500 |7877 | 500 |2261 |4446 |   0 |   0 |-1.770000e+02 |-4.800000e+01 |  72.88%
8.89/8.91	c   8.9s|     1 |     0 | 31144 |     - |  42M|   0 | 410 | 500 |7877 | 500 |2270 |4455 |   0 |   0 |-1.764420e+02 |-4.800000e+01 |  72.80%
9.09/9.13	c   9.1s|     1 |     0 | 31815 |     - |  43M|   0 | 417 | 500 |7877 | 500 |2355 |4540 |   0 |   0 |-1.760134e+02 |-4.800000e+01 |  72.73%
9.39/9.45	c   9.5s|     1 |     0 | 32662 |     - |  43M|   0 | 399 | 500 |7877 | 500 |2406 |4591 |   0 |   0 |-1.747667e+02 |-4.800000e+01 |  72.53%
9.69/9.73	c   9.7s|     1 |     0 | 33682 |     - |  44M|   0 | 400 | 500 |7877 | 500 |1693 |4646 |   0 |   0 |-1.740781e+02 |-4.800000e+01 |  72.43%
9.90/9.98	c  10.0s|     1 |     0 | 34740 |     - |  45M|   0 | 411 | 500 |7877 | 500 |1755 |4708 |   0 |   0 |-1.725991e+02 |-4.800000e+01 |  72.19%
10.09/10.19	c  10.2s|     1 |     0 | 35553 |     - |  46M|   0 | 424 | 500 |7877 | 500 |1873 |4826 |   0 |   0 |-1.720217e+02 |-4.800000e+01 |  72.10%
10.49/10.50	c  10.5s|     1 |     0 | 37055 |     - |  49M|   0 | 441 | 500 |7877 | 500 |1982 |4935 |   0 |   0 |-1.706118e+02 |-4.800000e+01 |  71.87%
10.90/10.97	c  11.0s|     1 |     0 | 38674 |     - |  49M|   0 | 430 | 500 |7877 | 500 |2250 |5203 |   0 |   0 |-1.691797e+02 |-4.800000e+01 |  71.63%
11.19/11.27	c  11.3s|     1 |     0 | 39726 |     - |  50M|   0 | 439 | 500 |7877 | 500 |2273 |5226 |   0 |   0 |-1.683460e+02 |-4.800000e+01 |  71.49%
11.79/11.85	c  11.9s|     1 |     0 | 41679 |     - |  51M|   0 | 449 | 500 |7877 | 500 |1904 |5310 |   0 |   0 |-1.674353e+02 |-4.800000e+01 |  71.33%
12.19/12.29	c  12.3s|     1 |     0 | 43040 |     - |  52M|   0 | 439 | 500 |7877 | 500 |1975 |5381 |   0 |   0 |-1.665639e+02 |-4.800000e+01 |  71.18%
12.59/12.68	c  12.7s|     1 |     0 | 44232 |     - |  52M|   0 | 451 | 500 |7877 | 500 |2037 |5443 |   0 |   0 |-1.652947e+02 |-4.800000e+01 |  70.96%
12.99/13.09	c  13.1s|     1 |     0 | 45086 |     - |  52M|   0 | 443 | 500 |7877 | 500 |2253 |5659 |   0 |   0 |-1.645541e+02 |-4.800000e+01 |  70.83%
13.39/13.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.39/13.45	c  13.5s|     1 |     0 | 45846 |     - |  52M|   0 | 432 | 500 |7877 | 500 |2271 |5677 |   0 |   0 |-1.637421e+02 |-4.800000e+01 |  70.69%
13.89/13.96	c  14.0s|     1 |     0 | 47473 |     - |  52M|   0 | 448 | 500 |7877 | 500 |2309 |5715 |   0 |   0 |-1.629761e+02 |-4.800000e+01 |  70.55%
14.20/14.29	c  14.3s|     1 |     0 | 48059 |     - |  52M|   0 | 455 | 500 |7877 | 500 |2004 |5728 |   0 |   0 |-1.627096e+02 |-4.800000e+01 |  70.50%
14.59/14.63	c  14.6s|     1 |     0 | 48976 |     - |  52M|   0 | 448 | 500 |7877 | 500 |2048 |5772 |   0 |   0 |-1.617132e+02 |-4.800000e+01 |  70.32%
14.89/14.95	c  14.9s|     1 |     0 | 49721 |     - |  53M|   0 | 462 | 500 |7877 | 500 |2136 |5860 |   0 |   0 |-1.610759e+02 |-4.800000e+01 |  70.20%
15.29/15.37	c  15.4s|     1 |     0 | 50922 |     - |  53M|   0 | 435 | 500 |7877 | 500 |2233 |5957 |   0 |   0 |-1.600319e+02 |-4.800000e+01 |  70.01%
15.80/15.87	c  15.9s|     1 |     0 | 52585 |     - |  53M|   0 | 462 | 500 |7877 | 500 |2248 |5972 |   0 |   0 |-1.591092e+02 |-4.800000e+01 |  69.83%
16.29/16.37	c  16.4s|     1 |     0 | 53836 |     - |  53M|   0 | 455 | 500 |7877 | 500 |2330 |6054 |   0 |   0 |-1.584336e+02 |-4.800000e+01 |  69.70%
16.79/16.86	c  16.9s|     1 |     0 | 55041 |     - |  53M|   0 | 468 | 500 |7877 | 500 |1986 |6097 |   0 |   0 |-1.578381e+02 |-4.800000e+01 |  69.59%
17.19/17.22	c  17.2s|     1 |     0 | 55485 |     - |  53M|   0 | 471 | 500 |7877 | 500 |2023 |6134 |   0 |   0 |-1.576001e+02 |-4.800000e+01 |  69.54%
17.59/17.68	c  17.7s|     1 |     0 | 56469 |     - |  53M|   0 | 473 | 500 |7877 | 500 |2056 |6167 |   0 |   0 |-1.569641e+02 |-4.800000e+01 |  69.42%
18.09/18.18	c  18.2s|     1 |     0 | 57645 |     - |  53M|   0 | 475 | 500 |7877 | 500 |2112 |6223 |   0 |   0 |-1.564212e+02 |-4.800000e+01 |  69.31%
18.59/18.61	c  18.6s|     1 |     0 | 58218 |     - |  53M|   0 | 477 | 500 |7877 | 500 |2151 |6262 |   0 |   0 |-1.561948e+02 |-4.800000e+01 |  69.27%
18.99/19.04	c  19.0s|     1 |     0 | 58734 |     - |  53M|   0 | 474 | 500 |7877 | 500 |2188 |6299 |   0 |   0 |-1.559068e+02 |-4.800000e+01 |  69.21%
19.50/19.53	c  19.5s|     1 |     0 | 59716 |     - |  53M|   0 | 481 | 500 |7877 | 500 |1945 |6327 |   0 |   0 |-1.555147e+02 |-4.800000e+01 |  69.13%
19.89/19.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.89/19.95	c  19.9s|     1 |     0 | 60311 |     - |  53M|   0 | 477 | 500 |7877 | 500 |1979 |6361 |   0 |   0 |-1.551296e+02 |-4.800000e+01 |  69.06%
20.39/20.40	c  20.4s|     1 |     0 | 61152 |     - |  53M|   0 | 483 | 500 |7877 | 500 |2013 |6395 |   0 |   0 |-1.547793e+02 |-4.800000e+01 |  68.99%
20.79/20.81	c  20.8s|     1 |     0 | 61925 |     - |  53M|   0 | 481 | 500 |7877 | 500 |2039 |6421 |   0 |   0 |-1.543958e+02 |-4.800000e+01 |  68.91%
21.19/21.22	c  21.2s|     1 |     0 | 62682 |     - |  53M|   0 | 483 | 500 |7877 | 500 |2073 |6455 |   0 |   0 |-1.541682e+02 |-4.800000e+01 |  68.87%
21.59/21.61	c  21.6s|     1 |     0 | 63192 |     - |  53M|   0 | 482 | 500 |7877 | 500 |2090 |6472 |   0 |   0 |-1.539177e+02 |-4.800000e+01 |  68.81%
21.99/22.03	c  22.0s|     1 |     0 | 63833 |     - |  53M|   0 | 481 | 500 |7877 | 500 |1968 |6495 |   0 |   0 |-1.536427e+02 |-4.800000e+01 |  68.76%
22.39/22.47	c  22.5s|     1 |     0 | 64558 |     - |  53M|   0 | 483 | 500 |7877 | 500 |1983 |6510 |   0 |   0 |-1.533404e+02 |-4.800000e+01 |  68.70%
22.90/22.92	c  22.9s|     1 |     0 | 65303 |     - |  53M|   0 | 485 | 500 |7877 | 500 |2000 |6527 |   0 |   0 |-1.528846e+02 |-4.800000e+01 |  68.60%
23.29/23.36	c  23.4s|     1 |     0 | 65949 |     - |  53M|   0 | 483 | 500 |7877 | 500 |2035 |6562 |   0 |   0 |-1.526913e+02 |-4.800000e+01 |  68.56%
23.69/23.77	c  23.8s|     1 |     0 | 66383 |     - |  53M|   0 | 482 | 500 |7877 | 500 |2057 |6584 |   0 |   0 |-1.525422e+02 |-4.800000e+01 |  68.53%
24.10/24.19	c  24.2s|     1 |     0 | 66737 |     - |  53M|   0 | 481 | 500 |7877 | 500 |2072 |6599 |   0 |   0 |-1.523957e+02 |-4.800000e+01 |  68.50%
24.59/24.66	c  24.7s|     1 |     0 | 67411 |     - |  53M|   0 | 484 | 500 |7877 | 500 |1976 |6613 |   0 |   0 |-1.522177e+02 |-4.800000e+01 |  68.47%
25.09/25.13	c  25.1s|     1 |     0 | 68324 |     - |  53M|   0 | 479 | 500 |7877 | 500 |1994 |6631 |   0 |   0 |-1.518596e+02 |-4.800000e+01 |  68.39%
25.49/25.57	c  25.6s|     1 |     0 | 68898 |     - |  53M|   0 | 486 | 500 |7877 | 500 |2016 |6653 |   0 |   0 |-1.515404e+02 |-4.800000e+01 |  68.33%
25.99/26.00	c  26.0s|     1 |     0 | 69445 |     - |  53M|   0 | 488 | 500 |7877 | 500 |2043 |6680 |   0 |   0 |-1.512220e+02 |-4.800000e+01 |  68.26%
26.40/26.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.40/26.41	c  26.4s|     1 |     0 | 69751 |     - |  53M|   0 | 486 | 500 |7877 | 500 |2061 |6698 |   0 |   0 |-1.510258e+02 |-4.800000e+01 |  68.22%
26.79/26.81	c  26.8s|     1 |     0 | 70057 |     - |  53M|   0 | 486 | 500 |7877 | 500 |2073 |6710 |   0 |   0 |-1.508770e+02 |-4.800000e+01 |  68.19%
27.19/27.25	c  27.3s|     1 |     0 | 70643 |     - |  53M|   0 | 488 | 500 |7877 | 500 |2019 |6727 |   0 |   0 |-1.506012e+02 |-4.800000e+01 |  68.13%
27.59/27.67	c  27.7s|     1 |     0 | 71430 |     - |  53M|   0 | 489 | 500 |7877 | 500 |2033 |6741 |   0 |   0 |-1.501505e+02 |-4.800000e+01 |  68.03%
27.99/28.03	c  28.0s|     1 |     0 | 71786 |     - |  53M|   0 | 487 | 500 |7877 | 500 |2052 |6760 |   0 |   0 |-1.499937e+02 |-4.800000e+01 |  68.00%
28.39/28.41	c  28.4s|     1 |     0 | 72259 |     - |  53M|   0 | 489 | 500 |7877 | 500 |2067 |6775 |   0 |   0 |-1.498220e+02 |-4.800000e+01 |  67.96%
28.79/28.86	c  28.9s|     1 |     0 | 72875 |     - |  53M|   0 | 491 | 500 |7877 | 500 |2081 |6789 |   0 |   0 |-1.496256e+02 |-4.800000e+01 |  67.92%
29.19/29.29	c  29.3s|     1 |     0 | 73349 |     - |  53M|   0 | 493 | 500 |7877 | 500 |2093 |6801 |   0 |   0 |-1.494870e+02 |-4.800000e+01 |  67.89%
29.70/29.73	c  29.7s|     1 |     0 | 73775 |     - |  53M|   0 | 494 | 500 |7877 | 500 |2055 |6815 |   0 |   0 |-1.493257e+02 |-4.800000e+01 |  67.86%
30.09/30.14	c  30.1s|     1 |     0 | 74126 |     - |  53M|   0 | 491 | 500 |7877 | 500 |2065 |6825 |   0 |   0 |-1.492485e+02 |-4.800000e+01 |  67.84%
30.49/30.54	c  30.5s|     1 |     0 | 74332 |     - |  53M|   0 | 493 | 500 |7877 | 500 |2071 |6831 |   0 |   0 |-1.491945e+02 |-4.800000e+01 |  67.83%
30.90/30.97	c  31.0s|     1 |     0 | 74744 |     - |  53M|   0 | 495 | 500 |7877 | 500 |2083 |6843 |   0 |   0 |-1.490928e+02 |-4.800000e+01 |  67.81%
31.29/31.37	c  31.4s|     1 |     0 | 74988 |     - |  53M|   0 | 494 | 500 |7877 | 500 |2094 |6854 |   0 |   0 |-1.489857e+02 |-4.800000e+01 |  67.78%
31.80/31.83	c  31.8s|     1 |     0 | 75539 |     - |  53M|   0 | 494 | 500 |7877 | 500 |2108 |6868 |   0 |   0 |-1.488605e+02 |-4.800000e+01 |  67.76%
32.19/32.28	c  32.3s|     1 |     0 | 76213 |     - |  53M|   0 | 492 | 500 |7877 | 500 |2050 |6876 |   0 |   0 |-1.487714e+02 |-4.800000e+01 |  67.74%
32.59/32.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.59/32.68	c  32.7s|     1 |     0 | 76614 |     - |  53M|   0 | 494 | 500 |7877 | 500 |2058 |6884 |   0 |   0 |-1.487242e+02 |-4.800000e+01 |  67.73%
33.00/33.04	c  33.0s|     1 |     0 | 76782 |     - |  53M|   0 | 494 | 500 |7877 | 500 |2071 |6897 |   0 |   0 |-1.486940e+02 |-4.800000e+01 |  67.72%
33.39/33.40	c  33.4s|     1 |     0 | 76935 |     - |  53M|   0 | 496 | 500 |7877 | 500 |2080 |6906 |   0 |   0 |-1.486664e+02 |-4.800000e+01 |  67.71%
33.69/33.77	c  33.8s|     1 |     0 | 77233 |     - |  53M|   0 | 491 | 500 |7877 | 500 |2091 |6917 |   0 |   0 |-1.486413e+02 |-4.800000e+01 |  67.71%
34.09/34.13	c  34.1s|     1 |     0 | 77715 |     - |  53M|   0 | 493 | 500 |7877 | 500 |2105 |6931 |   0 |   0 |-1.485320e+02 |-4.800000e+01 |  67.68%
34.39/34.45	c  34.5s|     1 |     0 | 77917 |     - |  53M|   0 | 493 | 500 |7877 | 500 |2071 |6945 |   0 |   0 |-1.485132e+02 |-4.800000e+01 |  67.68%
34.69/34.77	c  34.8s|     1 |     0 | 78095 |     - |  53M|   0 | 493 | 500 |7877 | 500 |2081 |6955 |   0 |   0 |-1.484853e+02 |-4.800000e+01 |  67.67%
34.99/35.09	c  35.1s|     1 |     0 | 78299 |     - |  53M|   0 | 495 | 500 |7877 | 500 |2090 |6964 |   0 |   0 |-1.484617e+02 |-4.800000e+01 |  67.67%
35.39/35.46	c  35.5s|     1 |     0 | 78620 |     - |  53M|   0 | 497 | 500 |7877 | 500 |2102 |6976 |   0 |   0 |-1.484080e+02 |-4.800000e+01 |  67.66%
35.79/35.81	c  35.8s|     1 |     0 | 78808 |     - |  53M|   0 | 496 | 500 |7877 | 500 |2116 |6990 |   0 |   0 |-1.483814e+02 |-4.800000e+01 |  67.65%
36.09/36.19	c  36.2s|     1 |     0 | 79155 |     - |  53M|   0 | 495 | 500 |7877 | 500 |2124 |6998 |   0 |   0 |-1.483502e+02 |-4.800000e+01 |  67.64%
36.49/36.55	c  36.6s|     1 |     0 | 79439 |     - |  53M|   0 | 495 | 500 |7877 | 500 |2072 |7009 |   0 |   0 |-1.483371e+02 |-4.800000e+01 |  67.64%
36.79/36.87	c  36.9s|     1 |     0 | 79458 |     - |  53M|   0 | 445 | 500 |7877 | 500 |2079 |7016 |   0 |   0 |-1.483333e+02 |-4.800000e+01 |  67.64%
40.70/40.77	c  40.8s|     1 |     2 | 79458 |     - |  52M|   0 | 445 | 500 |7877 | 500 |2079 |7016 |   0 |  28 |-1.483333e+02 |-4.800000e+01 |  67.64%
188.60/188.67	c   189s| 10000 | 10001 |  1833k| 175.5 |  90M|  44 |  33 | 500 |7877 | 500 | 494 | 578k|   0 |2698 |-1.439071e+02 |-4.800000e+01 |  66.65%
293.00/293.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.00/293.09	c   293s| 20000 | 20001 |  3286k| 160.4 | 127M|  46 |  18 | 500 |7877 | 500 | 494 |1121k|   0 |4472 |-1.429370e+02 |-4.800000e+01 |  66.42%
369.61/369.63	c   370s| 30000 | 30001 |  4419k| 144.7 | 160M|  55 |  11 | 500 |7877 | 500 | 494 |1675k|   0 |5616 |-1.426033e+02 |-4.800000e+01 |  66.34%
444.10/444.17	c   444s| 40000 | 40001 |  5533k| 136.4 | 193M|  64 | 194 | 500 |7877 | 500 | 736 |2210k|   0 |6499 |-1.423552e+02 |-4.800000e+01 |  66.28%
512.41/512.40	c   512s| 50000 | 50001 |  6551k| 129.4 | 224M|  72 |  83 | 500 |7877 | 500 | 556 |2713k|   0 |7274 |-1.421678e+02 |-4.800000e+01 |  66.24%
573.12/573.13	c   573s| 60000 | 60001 |  7478k| 123.3 | 254M|  72 |  95 | 500 |7877 | 500 | 662 |3196k|   0 |8019 |-1.419995e+02 |-4.800000e+01 |  66.20%
635.30/635.39	c   635s| 70000 | 70001 |  8439k| 119.4 | 286M|  72 |  84 | 500 |7877 | 500 | 553 |3690k|   0 |8648 |-1.418196e+02 |-4.800000e+01 |  66.15%
698.21/698.21	c   698s| 80000 | 80001 |  9411k| 116.6 | 318M|  72 |  59 | 500 |7877 | 500 | 564 |4201k|   0 |9362 |-1.416791e+02 |-4.800000e+01 |  66.12%
762.61/762.69	c   763s| 90000 | 90001 | 10407k| 114.8 | 349M|  72 | 148 | 500 |7877 | 500 | 556 |4722k|   0 |  10k|-1.415576e+02 |-4.800000e+01 |  66.09%
821.41/821.48	c   821s|100000 |100001 | 11334k| 112.6 | 380M|  72 | 179 | 500 |7877 | 500 | 750 |5221k|   0 |  10k|-1.414314e+02 |-4.800000e+01 |  66.06%
878.31/878.35	c   878s|110000 |110001 | 12237k| 110.5 | 410M|  72 |  93 | 500 |7877 | 500 | 614 |5717k|   0 |  11k|-1.413344e+02 |-4.800000e+01 |  66.04%
937.42/937.41	c   937s|120000 |120001 | 13168k| 109.1 | 441M|  72 |  41 | 500 |7877 | 500 | 597 |6210k|   0 |  11k|-1.412525e+02 |-4.800000e+01 |  66.02%
993.72/993.73	c   994s|130000 |130001 | 14072k| 107.6 | 471M|  72 |  61 | 500 |7877 | 500 | 562 |6721k|   0 |  12k|-1.411872e+02 |-4.800000e+01 |  66.00%
1050.32/1050.37	c  1050s|140000 |140001 | 14968k| 106.4 | 501M|  74 | 111 | 500 |7877 | 500 | 558 |7211k|   0 |  12k|-1.411122e+02 |-4.800000e+01 |  65.98%
1107.22/1107.28	c  1107s|150000 |150001 | 15875k| 105.3 | 531M|  74 |  55 | 500 |7877 | 500 | 494 |7708k|   0 |  13k|-1.410391e+02 |-4.800000e+01 |  65.97%
1128.63/1128.69	o -57
1128.63/1128.69	c f1129s|153839 |153838 | 16216k| 104.9 | 543M|  74 |   - | 500 |7877 | 500 | 638 |7897k|   0 |  13k|-1.410177e+02 |-5.700000e+01 |  59.58%
1166.82/1166.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1166.82/1166.84	c  1167s|160000 |159999 | 16812k| 104.6 | 562M|  74 | 134 | 500 |7877 | 500 | 553 |8199k|   0 |  13k|-1.409666e+02 |-5.700000e+01 |  59.56%
1218.52/1218.55	c  1219s|170000 |169999 | 17643k| 103.3 | 591M|  83 |  18 | 500 |7877 | 500 | 591 |8667k|   0 |  14k|-1.409158e+02 |-5.700000e+01 |  59.55%
1267.82/1267.80	c  1268s|180000 |179999 | 18449k| 102.1 | 619M|  83 |  10 | 500 |7877 | 500 | 494 |9140k|   0 |  14k|-1.408631e+02 |-5.700000e+01 |  59.54%
1318.23/1318.26	c  1318s|190000 |189999 | 19266k| 101.0 | 648M|  83 |  84 | 500 |7877 | 500 | 606 |9612k|   0 |  15k|-1.408205e+02 |-5.700000e+01 |  59.52%
1369.73/1369.76	c  1370s|200000 |199999 | 20104k| 100.1 | 677M|  83 |  36 | 500 |7877 | 500 | 596 |  10M|   0 |  15k|-1.407711e+02 |-5.700000e+01 |  59.51%
1420.23/1420.26	c  1420s|210000 |209999 | 20923k|  99.3 | 705M|  83 |  10 | 500 |7877 | 500 | 640 |  10M|   0 |  15k|-1.407263e+02 |-5.700000e+01 |  59.50%
1470.93/1470.97	c  1471s|220000 |219997 | 21744k|  98.5 | 734M|  83 | 105 | 500 |7877 | 500 | 646 |  11M|   0 |  16k|-1.406855e+02 |-5.700000e+01 |  59.48%
1522.13/1522.13	c  1522s|230000 |229997 | 22582k|  97.8 | 763M|  83 |  76 | 500 |7877 | 500 | 583 |  11M|   0 |  16k|-1.406321e+02 |-5.700000e+01 |  59.47%
1574.03/1574.08	c  1574s|240000 |239997 | 23423k|  97.3 | 791M|  83 |  25 | 500 |7877 | 500 | 589 |  11M|   0 |  17k|-1.405953e+02 |-5.700000e+01 |  59.46%
1624.14/1624.12	c  1624s|250000 |249997 | 24237k|  96.6 | 819M|  83 |  93 | 500 |7877 | 500 | 673 |  12M|   0 |  17k|-1.405607e+02 |-5.700000e+01 |  59.45%
1671.54/1671.57	c  1672s|260000 |259997 | 25024k|  95.9 | 846M|  83 |  99 | 500 |7877 | 500 | 595 |  12M|   0 |  17k|-1.405220e+02 |-5.700000e+01 |  59.44%
1721.54/1721.56	c  1722s|270000 |269997 | 25837k|  95.4 | 875M|  83 | 194 | 500 |7877 | 500 | 559 |  13M|   0 |  18k|-1.404808e+02 |-5.700000e+01 |  59.43%
1770.84/1770.82	c  1771s|280000 |279997 | 26643k|  94.9 | 903M|  83 | 188 | 500 |7877 | 500 | 806 |  13M|   0 |  18k|-1.404434e+02 |-5.700000e+01 |  59.41%
1797.04/1797.01	c 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Solving Time (sec) : 1797.01
1797.04/1797.01	c Solving Nodes      : 285427
1797.04/1797.01	c Primal Bound       : -5.70000000000000e+01 (905 solutions)
1797.04/1797.01	c Dual Bound         : -1.40421344488763e+02
1797.04/1797.01	c Gap                : 59.41 %
1797.04/1797.01	s SATISFIABLE
1797.04/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 
1797.04/1797.01	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.01	v -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 x444 -x443 -x442 -x441 x440 -x439 -x438 x437 -x436 
1797.04/1797.01	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 
1797.04/1797.01	v -x414 -x413 -x412 -x411 -x410 x409 -x408 -x407 x406 x405 -x404 x403 -x402 -x401 -x400 -x399 x398 -x397 x396 -x395 -x394 
1797.04/1797.01	v -x393 -x392 -x391 -x390 -x389 -x388 -x387 x386 -x385 -x384 x383 x382 -x381 -x380 -x379 -x378 -x377 -x376 x375 -x374 -x373 -x372 
1797.04/1797.01	v -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 
1797.04/1797.01	v -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 x335 -x334 -x333 -x332 -x331 -x330 
1797.04/1797.01	v -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 x314 -x313 -x312 -x311 -x310 -x309 
1797.04/1797.01	v -x308 -x307 -x306 -x305 -x304 x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 -x288 
1797.04/1797.01	v -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 x267 
1797.04/1797.01	v -x266 -x265 -x264 x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 
1797.04/1797.01	v -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 x230 -x229 -x228 -x227 -x226 -x225 
1797.04/1797.01	v -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 
1797.04/1797.01	v -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 
1797.04/1797.01	v -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 x172 -x171 -x170 x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 x161 
1797.04/1797.01	v -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 
1797.04/1797.01	v -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 
1797.04/1797.01	v -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 
1797.04/1797.01	v -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 x83 x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 
1797.04/1797.01	v x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 
1797.04/1797.01	v -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 
1797.04/1797.01	v x19 -x18 -x17 x16 x15 x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 x6 x5 -x4 -x3 -x2 -x1 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.01
1797.04/1797.01	c   solving          :    1797.01
1797.04/1797.01	c   presolving       :       0.15 (included in solving)
1797.04/1797.01	c   reading          :       0.04 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3488613-1307784821.opb
1797.04/1797.01	c   Variables        : 8377 (8377 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 8877 initial, 8877 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3488613-1307784821.opb
1797.04/1797.01	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 7877 initial, 7877 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   and              :       0.06          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.02       7877          0          0       7877          0        500          0          0          0
1797.04/1797.01	c   pseudoboolean    :       0.01          0          0          0          0          0        500          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0     365980          0     347437          0          0          0          0          0     570852
1797.04/1797.01	c   setppc           :       7877        115     743124      80554          0     347433          0          0    3900441   14136234          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          0        907          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :      93.44       0.00       0.00      93.34       0.00       0.10       0.00
1797.04/1797.01	c   setppc           :      63.40       0.21      26.24      13.16       0.00      23.78       0.00
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          1          0          0          0
1797.04/1797.01	c   pseudoobj        :     745938          0          0          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.15       0.15       0.00
1797.04/1797.01	c   rootredcost      :       0.16       0.16       0.00
1797.04/1797.01	c   pseudoobj        :       7.03       7.03       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.42        114          -          -       1475          -    (maximal pool size: 8809)
1797.04/1797.01	c   redcost          :       4.49     366094          0          0          0          0
1797.04/1797.01	c   impliedbounds    :       0.05        115          0          0      10307          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :      20.17        115          0          0      29347          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       0.68         20          0          0      10000          0
1797.04/1797.01	c   cmir             :       0.17         10          0          0          0          0
1797.04/1797.01	c   flowcover        :       0.13         10          0          0          0          0
1797.04/1797.01	c   clique           :       0.99        115          0          0        995          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.01          1          0          0          0          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       0.09          1          0          0          0          0
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :      93.13     285426          0          0          0          0     570852
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   oneopt           :       0.12          2          0
1797.04/1797.01	c   crossover        :       1.37         27         18
1797.04/1797.01	c   pscostdiving     :      20.11       4887         89
1797.04/1797.01	c   guideddiving     :      19.07       4887         62
1797.04/1797.01	c   objpscostdiving  :      12.40       2444         31
1797.04/1797.01	c   linesearchdiving :      20.07       4888         70
1797.04/1797.01	c   rootsoldiving    :      14.40       2444          6
1797.04/1797.01	c   coefdiving       :      20.02       4888         96
1797.04/1797.01	c   fracdiving       :      18.71       4888         35
1797.04/1797.01	c   trivial          :       0.01          2          1
1797.04/1797.01	c   shiftandpropagate:       0.00          0          0
1797.04/1797.01	c   simplerounding   :      13.73     285540        387
1797.04/1797.01	c   zirounding       :       0.20       1000          0
1797.04/1797.01	c   rounding         :      14.58      25584          1
1797.04/1797.01	c   shifting         :       4.84       7745          1
1797.04/1797.01	c   intshifting      :       0.01          0          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   feaspump         :       0.01          0          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   veclendiving     :      31.87       4888        107
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :       0.02          0          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       0.01          1          0
1797.04/1797.01	c   subnlp           :       0.05          0          0
1797.04/1797.01	c   trysol           :       0.09          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :      21.56          0          0       0.00       0.00
1797.04/1797.01	c   dual LP          :    1328.93     366095   25288948      69.08   19029.51
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     106.88     150760    1781033      11.81   16663.17
1797.04/1797.01	c   strong branching :      85.73      18785    1196136      63.68   13952.02
1797.04/1797.01	c     (at root node) :          -         28      23182     827.93          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :     285427
1797.04/1797.01	c   nodes (total)    :     285427
1797.04/1797.01	c   nodes left       :     285424
1797.04/1797.01	c   max depth        :         83
1797.04/1797.01	c   max depth (total):         83
1797.04/1797.01	c   backtracks       :      34237 (12.0%)
1797.04/1797.01	c   delayed cutoffs  :          0
1797.04/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.04/1797.01	c   avg switch length:       3.98
1797.04/1797.01	c   switching time   :      51.69
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :        905 (5 improvements)
1797.04/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.08 seconds, depth 0, found by <trivial>)
1797.04/1797.01	c   Primal Bound     : -5.70000000000000e+01   (in run 1, after 153839 nodes, 1128.68 seconds, depth 42, found by <fracdiving>)
1797.04/1797.01	c   Dual Bound       : -1.40421344488763e+02
1797.04/1797.01	c   Gap              :      59.41 %
1797.04/1797.01	c   Root Dual Bound  : -1.48333333333334e+02
1797.04/1797.01	c   Root Iterations  :      79458
1798.04/1798.05	c Time complete: 1798.1.

Verifier Data

OK	-57

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-3488613-1307784821/watcher-3488613-1307784821 -o /tmp/evaluation-result-3488613-1307784821/solver-3488613-1307784821 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488613-1307784821.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.68 2/177 25682
/proc/meminfo: memFree=31526768/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=12692 CPUtime=0 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 2153 0 0 0 0 0 0 0 25 0 1 0 890081820 12996608 2107 33554432000 4194304 9016284 140733600907888 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25682/statm: 3173 2110 353 1178 0 1991 0

[startup+0.0158689 s]
/proc/loadavg: 2.00 2.00 1.68 2/177 25682
/proc/meminfo: memFree=31526768/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=17212 CPUtime=0.01 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 3296 0 0 0 1 0 0 0 25 0 1 0 890081820 17625088 3250 33554432000 4194304 9016284 140733600907888 18446744073709551615 4447109 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25682/statm: 4303 3250 380 1178 0 3121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17212

[startup+0.100936 s]
/proc/loadavg: 2.00 2.00 1.68 2/177 25682
/proc/meminfo: memFree=31526768/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=43216 CPUtime=0.09 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 9480 0 0 0 9 0 0 0 25 0 1 0 890081820 44253184 9434 33554432000 4194304 9016284 140733600907888 18446744073709551615 6469575 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 10804 9434 480 1178 0 9622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43216

[startup+0.300898 s]
/proc/loadavg: 2.00 2.00 1.68 2/177 25682
/proc/meminfo: memFree=31526768/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=61196 CPUtime=0.29 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 14330 0 0 0 28 1 0 0 18 0 1 0 890081820 62664704 13857 33554432000 4194304 9016284 140733600907888 18446744073709551615 7875944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 15299 13857 702 1178 0 14117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61196

[startup+0.700824 s]
/proc/loadavg: 2.00 2.00 1.68 2/177 25682
/proc/meminfo: memFree=31526768/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=62160 CPUtime=0.69 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 22948 0 0 0 66 3 0 0 18 0 1 0 890081820 63651840 14430 33554432000 4194304 9016284 140733600907888 18446744073709551615 6235189 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 15540 14430 689 1178 0 14358 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62160

[startup+1.50056 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31459460/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=65240 CPUtime=1.49 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 23594 0 0 0 146 3 0 0 19 0 1 0 890081820 66805760 15074 33554432000 4194304 9016284 140733600907888 18446744073709551615 6578040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 16310 15074 690 1178 0 15128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65240

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31451772/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=74700 CPUtime=3.09 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 26194 0 0 0 304 5 0 0 23 0 1 0 890081820 76492800 17615 33554432000 4194304 9016284 140733600907888 18446744073709551615 6389914 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 18675 17615 692 1178 0 17493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74700

[startup+6.30083 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31420528/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=92420 CPUtime=6.29 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 30662 0 0 0 622 7 0 0 25 0 1 0 890081820 94638080 22004 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 23105 22004 692 1178 0 21923 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92420

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 25683
/proc/meminfo: memFree=31380712/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=110496 CPUtime=12.7 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 35201 0 0 0 1258 12 0 0 25 0 1 0 890081820 113147904 26418 33554432000 4194304 9016284 140733600907888 18446744073709551615 4786429 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 27624 26418 692 1178 0 26442 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 110496

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.70 3/178 25684
/proc/meminfo: memFree=31379176/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=112784 CPUtime=25.49 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 35705 0 0 0 2531 18 0 0 25 0 1 0 890081820 115490816 26922 33554432000 4194304 9016284 140733600907888 18446744073709551615 7190433 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 28196 26922 692 1178 0 27014 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112784

[startup+51.1008 s]
/proc/loadavg: 2.05 2.01 1.70 3/178 25684
/proc/meminfo: memFree=31378840/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=112360 CPUtime=51.09 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 38010 0 0 0 5069 40 0 0 25 0 1 0 890081820 115056640 26889 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 28090 26889 697 1178 0 26908 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112360

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 1.73 3/178 25686
/proc/meminfo: memFree=31363924/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=118656 CPUtime=102.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 58232 0 0 0 10115 115 0 0 25 0 1 0 890081820 121503744 28387 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 29664 28387 702 1178 0 28482 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118656

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.74 3/178 25687
/proc/meminfo: memFree=31329220/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=137436 CPUtime=162.29 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 77064 0 0 0 16018 211 0 0 25 0 1 0 890081820 140734464 32949 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 34359 32949 702 1178 0 33177 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 137436

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.75 3/178 25689
/proc/meminfo: memFree=31283532/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=159252 CPUtime=222.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 92042 0 0 0 21917 313 0 0 25 0 1 0 890081820 163074048 38428 33554432000 4194304 9016284 140733600907888 18446744073709551615 6469392 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 39813 38428 704 1178 0 38631 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 159252

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.76 3/178 25690
/proc/meminfo: memFree=31231540/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=180708 CPUtime=282.29 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 102165 0 0 0 27827 402 0 0 25 0 1 0 890081820 185044992 43816 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 45177 43816 704 1178 0 43995 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 180708

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.77 3/178 25692
/proc/meminfo: memFree=31178168/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=203696 CPUtime=342.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 107918 0 0 0 33726 504 0 0 25 0 1 0 890081820 208584704 49569 33554432000 4194304 9016284 140733600907888 18446744073709551615 7176984 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 50924 49569 704 1178 0 49742 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 203696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/178 25694
/proc/meminfo: memFree=31118232/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=233416 CPUtime=402.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 115403 0 0 0 39629 601 0 0 25 0 1 0 890081820 239017984 57054 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 58354 57054 704 1178 0 57172 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233416

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/178 25695
/proc/meminfo: memFree=31062384/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=259048 CPUtime=462.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 155331 0 0 0 45522 708 0 0 25 0 1 0 890081820 265265152 63414 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 64762 63414 704 1178 0 63580 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259048

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/178 25697
/proc/meminfo: memFree=31000212/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=285956 CPUtime=522.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 162098 0 0 0 51422 808 0 0 25 0 1 0 890081820 292818944 70181 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 71489 70181 704 1178 0 70307 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 285956

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 1.82 3/178 25698
/proc/meminfo: memFree=30937560/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=318316 CPUtime=582.3 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 175022 0 0 0 57314 916 0 0 25 0 1 0 890081820 325955584 78282 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 79579 78282 704 1178 0 78397 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 318316

[startup+642.3 s]

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

/proc/meminfo: memFree=30384656/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=594108 CPUtime=1122.32 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 243906 0 0 0 110385 1847 0 0 25 0 1 0 890081820 608366592 147157 33554432000 4194304 9016284 140733600907888 18446744073709551615 6606489 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 148527 147157 704 1178 0 147345 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 594108

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 1.90 3/178 25714
/proc/meminfo: memFree=30312692/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=633008 CPUtime=1182.32 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 277494 0 0 0 116277 1955 0 0 25 0 1 0 890081820 648200192 156863 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 158252 156863 704 1178 0 157070 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 633008

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/178 25716
/proc/meminfo: memFree=30248296/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=662420 CPUtime=1242.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 289733 0 0 0 122169 2064 0 0 25 0 1 0 890081820 678318080 164331 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 165605 164331 704 1178 0 164423 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 662420

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/178 25718
/proc/meminfo: memFree=30184760/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=694716 CPUtime=1302.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 302470 0 0 0 128061 2172 0 0 25 0 1 0 890081820 711389184 172260 33554432000 4194304 9016284 140733600907888 18446744073709551615 7190245 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 173679 172260 704 1178 0 172497 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 694716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/178 25719
/proc/meminfo: memFree=30120628/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=732356 CPUtime=1362.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 311038 0 0 0 133953 2280 0 0 25 0 1 0 890081820 749932544 180824 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 183089 180824 704 1178 0 181907 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 732356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25721
/proc/meminfo: memFree=30050148/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=767828 CPUtime=1422.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 324733 0 0 0 139845 2388 0 0 25 0 1 0 890081820 786255872 189762 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 191957 189762 704 1178 0 190775 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 767828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25722
/proc/meminfo: memFree=29990848/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=799364 CPUtime=1482.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 332567 0 0 0 145742 2491 0 0 25 0 1 0 890081820 818548736 197596 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 199841 197596 704 1178 0 198659 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 799364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25724
/proc/meminfo: memFree=29928056/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=828556 CPUtime=1542.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 340036 0 0 0 151633 2600 0 0 25 0 1 0 890081820 848441344 205065 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 207139 205065 704 1178 0 205957 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 828556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25726
/proc/meminfo: memFree=29857332/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=868556 CPUtime=1602.33 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 350118 0 0 0 157523 2710 0 0 25 0 1 0 890081820 889401344 215147 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 217139 215147 704 1178 0 215957 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 868556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 25736
/proc/meminfo: memFree=29795968/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=895540 CPUtime=1662.34 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 361622 0 0 0 163415 2819 0 0 25 0 1 0 890081820 917032960 221871 33554432000 4194304 9016284 140733600907888 18446744073709551615 6524006 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 223885 221871 704 1178 0 222703 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 895540

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 25738
/proc/meminfo: memFree=29722640/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=934292 CPUtime=1722.34 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 371350 0 0 0 169306 2928 0 0 25 0 1 0 890081820 956715008 231599 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 233573 231599 704 1178 0 232391 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 934292

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 25739
/proc/meminfo: memFree=29650040/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=968148 CPUtime=1782.34 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 379832 0 0 0 175195 3039 0 0 25 0 1 0 890081820 991383552 240081 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 242037 240081 704 1178 0 240855 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 968148

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29648672/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=969620 CPUtime=1785.53 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 380177 0 0 0 175508 3045 0 0 25 0 1 0 890081820 992890880 240426 33554432000 4194304 9016284 140733600907888 18446744073709551615 4777264 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 242405 240426 704 1178 0 241223 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 969620

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29644328/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=972688 CPUtime=1791.94 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 380966 0 0 0 176140 3054 0 0 25 0 1 0 890081820 996032512 241215 33554432000 4194304 9016284 140733600907888 18446744073709551615 5511035 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 243172 241215 704 1178 0 241990 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 972688

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29639864/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=976012 CPUtime=1795.14 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 381719 0 0 0 176455 3059 0 0 25 0 1 0 890081820 999436288 241968 33554432000 4194304 9016284 140733600907888 18446744073709551615 7180612 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 244003 241968 704 1178 0 242821 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 976012

[startup+1796.7 s]
/proc/loadavg: 2.04 2.02 1.92 3/178 25740
/proc/meminfo: memFree=29637876/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=978060 CPUtime=1796.74 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 382234 0 0 0 176612 3062 0 0 25 0 1 0 890081820 1001533440 242483 33554432000 4194304 9016284 140733600907888 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25682/statm: 244515 242483 704 1178 0 243333 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 978060

[startup+1797.5 s]
/proc/loadavg: 2.04 2.02 1.92 2/175 25768
/proc/meminfo: memFree=30627636/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=978060 CPUtime=1797.54 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 382236 0 0 0 176692 3062 0 0 18 0 1 0 890081820 1001533440 242485 33554432000 4194304 9016284 140733600907888 18446744073709551615 6812620 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25682/statm: 244515 242485 706 1178 0 243333 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (KiB) 978060

[startup+1797.9 s]
/proc/loadavg: 2.04 2.02 1.92 2/175 25768
/proc/meminfo: memFree=30627636/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=978060 CPUtime=1797.94 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 382236 0 0 0 176732 3062 0 0 19 0 1 0 890081820 1001533440 242485 33554432000 4194304 9016284 140733600907888 18446744073709551615 4329922 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25682/statm: 244515 242485 706 1178 0 243333 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 978060

[startup+1798 s]
/proc/loadavg: 2.04 2.02 1.92 2/175 25768
/proc/meminfo: memFree=30627636/32950904 swapFree=67055440/67111528
[pid=25682] ppid=25680 vsize=977800 CPUtime=1798.04 cores=0,2,4,6
/proc/25682/stat : 25682 (scip-2.0.1.4b_2) R 25680 25682 25471 0 -1 4202496 382236 0 0 0 176742 3062 0 0 19 0 1 0 890081820 1001267200 242420 33554432000 4194304 9016284 140733600907888 18446744073709551615 6469232 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25682/statm: 244450 242420 706 1178 0 243268 0
Current children cumulated CPU time (s) 1798.04
Current children cumulated vsize (KiB) 977800

Child status: 0
Real time (s): 1798.06
CPU time (s): 1798.11
CPU user time (s): 1767.44
CPU system time (s): 30.6703
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 978060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.44
system time used= 30.6703
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 20699

runsolver used 2.72358 second user time and 5.71413 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 11:33:41
IDJOB=3488613
IDBENCH=48217
IDSOLVER=1979
FILE ID=node121/3488613-1307784821
RUNJOBID= node121-1307783022-25489
PBS_JOBID= 13550881
Free space on /tmp= 74064 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_4.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-3488613-1307784821/watcher-3488613-1307784821 -o /tmp/evaluation-result-3488613-1307784821/solver-3488613-1307784821 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488613-1307784821.opb -t 1800 -m 15500

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

MD5SUM BENCH= 95ae68c901d0b7917be5b837e9e56612
RANDOM SEED=2026242914

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      31527328 kB
Buffers:        277932 kB
Cached:         870432 kB
SwapCached:       9944 kB
Active:         618548 kB
Inactive:       605172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31527328 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           33784 kB
Writeback:           0 kB
AnonPages:       71924 kB
Mapped:          15872 kB
Slab:           134976 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   266492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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