Trace number 3452571

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)-34 1800.07 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-34
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 -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27931
Number of constraints which are clauses27931
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3452571-1307090835.opb>
0.09/0.16	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27931 constraints
0.09/0.16	c problem read
0.09/0.16	c presolving settings loaded
0.19/0.22	o 0
0.19/0.22	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.22	c presolving:
0.29/0.34	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 27931 upgd conss, 55862 impls, 0 clqs
0.60/0.61	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.60/0.61	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.60/0.61	c presolving (2 rounds):
0.60/0.61	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.60/0.61	c  55862 implications, 0 cliques
0.60/0.61	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27931 constraints
0.60/0.61	c   27931 constraints of type <setppc>
0.60/0.61	c transformed objective value is always integral (scale: 1)
0.60/0.61	c Presolving Time: 0.44
0.60/0.61	c - non default parameters ----------------------------------------------------------------------
0.60/0.61	c # SCIP version 2.0.1.4
0.60/0.61	c 
0.60/0.61	c # frequency for displaying node information lines
0.60/0.61	c # [type: int, range: [-1,2147483647], default: 100]
0.60/0.61	c display/freq = 10000
0.60/0.61	c 
0.60/0.61	c # maximal time in seconds to run
0.60/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.60/0.61	c limits/time = 1800
0.60/0.61	c 
0.60/0.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.60/0.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.60/0.61	c limits/memory = 13950
0.60/0.61	c 
0.60/0.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.60/0.61	c # [type: int, range: [1,2], default: 1]
0.60/0.61	c timing/clocktype = 2
0.60/0.61	c 
0.60/0.61	c # belongs reading time to solving time?
0.60/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.60/0.61	c timing/reading = TRUE
0.60/0.61	c 
0.60/0.61	c # should presolving try to simplify inequalities
0.60/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.60/0.61	c constraints/linear/simplifyinequalities = TRUE
0.60/0.61	c 
0.60/0.61	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.60/0.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.60/0.61	c constraints/indicator/addCouplingCons = TRUE
0.60/0.61	c 
0.60/0.61	c # should presolving try to simplify knapsacks
0.60/0.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.60/0.62	c constraints/knapsack/simplifyinequalities = TRUE
0.60/0.62	c 
0.60/0.62	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.60/0.62	c # [type: int, range: [-1,2147483647], default: -1]
0.60/0.62	c separating/rapidlearning/freq = 0
0.60/0.62	c 
0.60/0.62	c -----------------------------------------------------------------------------------------------
0.60/0.62	c start solving
0.60/0.62	c 
0.79/0.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.89	c t 0.9s|     1 |     0 |   598 |     - |  32M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 | 0.000000e+00 | 100.00%
0.89/0.90	o -1
0.89/0.90	c R 0.9s|     1 |     0 |   598 |     - |  32M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-1.000000e+00 |  99.66%
1.29/1.33	c   1.3s|     1 |     0 |   714 |     - |  32M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-1.000000e+00 |  99.64%
1.29/1.34	o -24
1.29/1.34	c b 1.3s|     1 |     0 |   714 |     - |  33M|   0 | 548 | 595 |  27k| 595 |  27k|   7 |   0 |   0 |-2.740000e+02 |-2.400000e+01 |  91.24%
1.79/1.84	c   1.8s|     1 |     0 |   877 |     - |  33M|   0 | 517 | 595 |  27k| 595 |  27k|  12 |   0 |   0 |-2.585000e+02 |-2.400000e+01 |  90.72%
2.29/2.38	c   2.4s|     1 |     0 |   946 |     - |  33M|   0 | 484 | 595 |  27k| 595 |  27k|  21 |   0 |   0 |-2.420000e+02 |-2.400000e+01 |  90.08%
2.99/3.04	c   3.0s|     1 |     0 |  1282 |     - |  33M|   0 | 452 | 595 |  27k| 595 |  27k|  35 |   0 |   0 |-2.260000e+02 |-2.400000e+01 |  89.38%
3.59/3.69	c   3.7s|     1 |     0 |  1410 |     - |  33M|   0 | 421 | 595 |  27k| 595 |  27k|  47 |   0 |   0 |-2.097500e+02 |-2.400000e+01 |  88.56%
4.41/4.41	c   4.4s|     1 |     0 |  1656 |     - |  33M|   0 | 384 | 595 |  27k| 595 |  27k|  59 |   0 |   0 |-1.912500e+02 |-2.400000e+01 |  87.45%
5.19/5.20	c   5.2s|     1 |     0 |  2034 |     - |  33M|   0 | 351 | 595 |  27k| 595 |  28k|  72 |   0 |   0 |-1.755000e+02 |-2.400000e+01 |  86.32%
5.89/5.91	c   5.9s|     1 |     0 |  2225 |     - |  33M|   0 | 315 | 595 |  27k| 595 |  28k|  87 |   0 |   0 |-1.575000e+02 |-2.400000e+01 |  84.76%
6.69/6.70	c   6.7s|     1 |     0 |  2558 |     - |  33M|   0 | 275 | 595 |  27k| 595 |  28k| 100 |   0 |   0 |-1.375000e+02 |-2.400000e+01 |  82.55%
7.39/7.46	c   7.5s|     1 |     0 |  3014 |     - |  33M|   0 | 231 | 595 |  27k| 595 |  28k| 110 |   0 |   0 |-1.155000e+02 |-2.400000e+01 |  79.22%
8.09/8.13	c   8.1s|     1 |     0 |  4136 |     - |  33M|   0 | 210 | 595 |  27k| 595 |  28k| 122 |   0 |   0 |-1.050000e+02 |-2.400000e+01 |  77.14%
8.59/8.68	c   8.7s|     1 |     0 |  5085 |     - |  33M|   0 | 196 | 595 |  27k| 595 |  28k| 130 |   0 |   0 |-9.800000e+01 |-2.400000e+01 |  75.51%
8.99/9.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.99/9.04	c   9.0s|     1 |     0 |  5501 |     - |  33M|   0 | 171 | 595 |  27k| 595 |  28k| 137 |   0 |   0 |-8.550000e+01 |-2.400000e+01 |  71.93%
9.19/9.27	c   9.3s|     1 |     0 |  5582 |     - |  33M|   0 | 156 | 595 |  27k| 595 |  28k| 148 |   0 |   0 |-7.800000e+01 |-2.400000e+01 |  69.23%
9.50/9.54	c   9.5s|     1 |     0 |  5757 |     - |  33M|   0 | 142 | 595 |  27k| 595 |  28k| 154 |   0 |   0 |-7.100000e+01 |-2.400000e+01 |  66.20%
9.81/9.85	c   9.9s|     1 |     0 |  6120 |     - |  33M|   0 | 130 | 595 |  27k| 595 |  28k| 163 |   0 |   0 |-6.400000e+01 |-2.400000e+01 |  62.50%
10.09/10.12	c  10.1s|     1 |     0 |  6284 |     - |  33M|   0 | 127 | 595 |  27k| 595 |  28k| 178 |   0 |   0 |-5.450000e+01 |-2.400000e+01 |  55.96%
10.39/10.49	c  10.5s|     1 |     0 |  6767 |     - |  33M|   0 |  98 | 595 |  27k| 595 |  28k| 188 |   0 |   0 |-4.900000e+01 |-2.400000e+01 |  51.02%
10.70/10.74	c  10.7s|     1 |     0 |  6930 |     - |  33M|   0 |  99 | 595 |  27k| 595 |  28k| 198 |   0 |   0 |-4.350000e+01 |-2.400000e+01 |  44.83%
11.09/11.12	c  11.1s|     1 |     0 |  7463 |     - |  33M|   0 |  86 | 595 |  27k| 595 |  28k| 207 |   0 |   0 |-4.000000e+01 |-2.400000e+01 |  40.00%
11.19/11.27	c  11.3s|     1 |     0 |  7593 |     - |  33M|   0 | 121 | 595 |  27k| 595 |  28k| 213 |   0 |   0 |-3.675000e+01 |-2.400000e+01 |  34.69%
11.39/11.41	c  11.4s|     1 |     0 |  7653 |     - |  33M|   0 | 121 | 595 |  27k| 595 |  28k| 222 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
11.49/11.59	c  11.6s|     1 |     0 |  7726 |     - |  33M|   0 | 114 | 595 |  27k| 595 |  28k| 231 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
11.79/11.81	c  11.8s|     1 |     0 |  7928 |     - |  33M|   0 | 118 | 595 |  27k| 595 |  28k| 241 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
12.11/12.12	c  12.1s|     1 |     0 |  8412 |     - |  33M|   0 | 101 | 595 |  27k| 595 |  28k| 249 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
12.29/12.31	c  12.3s|     1 |     0 |  8566 |     - |  33M|   0 |  99 | 595 |  27k| 595 |  28k| 263 |   0 |   0 |-3.600000e+01 |-2.400000e+01 |  33.33%
12.69/12.75	c  12.7s|     1 |     0 |  9575 |     - |  33M|   0 | 108 | 595 |  27k| 595 |  28k| 269 |   0 |   0 |-3.580000e+01 |-2.400000e+01 |  32.96%
12.99/13.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.08	c  13.1s|     1 |     0 | 10315 |     - |  33M|   0 | 110 | 595 |  27k| 595 |  28k| 279 |   0 |   0 |-3.575000e+01 |-2.400000e+01 |  32.87%
13.21/13.25	c  13.3s|     1 |     0 | 10409 |     - |  33M|   0 | 109 | 595 |  27k| 595 |  28k| 291 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
13.59/13.69	c  13.7s|     1 |     0 | 10495 |     - |  33M|   0 | 128 | 595 |  27k| 595 |  28k| 305 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
15.99/16.03	c  16.0s|     1 |     0 | 10586 |     - |  33M|   0 | 127 | 595 |  27k| 595 |  28k| 316 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
16.69/16.79	c  16.8s|     1 |     0 | 10709 |     - |  33M|   0 | 136 | 595 |  27k| 595 |  28k| 324 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
19.70/19.81	c  19.8s|     1 |     0 | 10829 |     - |  33M|   0 | 140 | 595 |  27k| 595 |  28k| 332 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
22.69/22.71	c  22.7s|     1 |     0 | 10945 |     - |  33M|   0 | 139 | 595 |  27k| 595 |  28k| 346 |   0 |   0 |-3.500000e+01 |-2.400000e+01 |  31.43%
31.20/31.26	c  31.3s|     1 |     2 | 10945 |     - |  33M|   0 | 139 | 595 |  27k| 595 |  28k| 346 |   0 |  33 |-3.500000e+01 |-2.400000e+01 |  31.43%
54.79/54.85	o -25
54.79/54.85	c *54.8s|    16 |    15 | 12422 |  98.5 |  34M|  15 |   - | 595 |  27k| 595 |  28k| 346 |   0 | 304 |-3.500000e+01 |-2.500000e+01 |  28.57%
61.29/61.31	o -26
61.29/61.31	c *61.3s|    26 |    22 | 12899 |  78.2 |  34M|  15 |   - | 595 |  27k| 595 |  28k| 346 |   0 | 499 |-3.500000e+01 |-2.600000e+01 |  25.71%
82.80/82.88	o -27
82.80/82.88	c f82.9s|    53 |    41 | 15050 |  78.9 |  35M|  15 |   - | 595 |  27k| 595 |  28k| 346 |   0 | 900 |-3.500000e+01 |-2.700000e+01 |  22.86%
89.20/89.21	o -29
89.20/89.21	c v89.2s|    65 |    46 | 16527 |  87.2 |  36M|  15 |   - | 595 |  27k| 595 |  28k| 346 |   0 | 962 |-3.500000e+01 |-2.900000e+01 |  17.14%
96.09/96.18	o -31
96.09/96.18	c z96.2s|   360 |   116 | 24734 |  38.4 |  37M|  32 |   - | 595 |  27k| 595 |  28k| 346 |   0 |1003 |-3.500000e+01 |-3.100000e+01 |  11.43%
105.61/105.64	o -32
105.61/105.64	c * 106s|   846 |   170 | 34228 |  27.6 |  38M|  45 |   - | 595 |  27k| 595 |  28k| 346 |   0 |1092 |-3.500000e+01 |-3.200000e+01 |   8.57%
286.80/286.81	c   287s| 10000 |  2360 |269051 |  25.8 |  72M|  78 |  76 | 595 |  27k| 595 |  28k| 346 |   0 |2358 |-3.500000e+01 |-3.200000e+01 |   8.57%
428.91/429.01	o -33
428.91/429.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
428.91/429.01	c * 429s| 17121 |  1972 |473114 |  27.0 |  73M|  78 |   - | 595 |  27k| 595 |  28k| 346 |   0 |3052 |-3.500000e+01 |-3.300000e+01 |   5.71%
484.70/484.76	c   485s| 20000 |  2277 |544962 |  26.7 |  79M|  78 |   - | 595 |  27k| 595 |  28k| 346 |   0 |3440 |-3.500000e+01 |-3.300000e+01 |   5.71%
655.52/655.53	c   656s| 30000 |  3351 |798977 |  26.3 | 101M|  78 |  48 | 595 |  27k| 595 |  28k| 346 |   0 |4271 |-3.500000e+01 |-3.300000e+01 |   5.71%
816.91/816.91	c   817s| 40000 |  4273 |  1045k|  25.9 | 119M|  78 |   - | 595 |  27k| 595 |  28k| 346 |   0 |4831 |-3.500000e+01 |-3.300000e+01 |   5.71%
860.91/860.93	o -34
860.91/860.93	c * 861s| 43073 |   436 |  1118k|  25.7 |  50M|  78 |   - | 595 |  27k| 595 |  28k| 346 |   0 |4835 |-3.500000e+01 |-3.400000e+01 |   2.86%
976.21/976.20	c   976s| 50000 |   461 |  1311k|  26.0 |  52M|  78 |  76 | 595 |  27k| 595 |  28k| 346 |   0 |5256 |-3.500000e+01 |-3.400000e+01 |   2.86%
1137.33/1137.35	c  1137s| 60000 |   447 |  1562k|  25.9 |  51M|  87 |   - | 595 |  27k| 595 |  28k| 346 |   0 |5986 |-3.500000e+01 |-3.400000e+01 |   2.86%
1294.22/1294.26	c  1294s| 70000 |   421 |  1809k|  25.7 |  50M|  87 |   - | 595 |  27k| 595 |  28k| 346 |   0 |6668 |-3.500000e+01 |-3.400000e+01 |   2.86%
1475.82/1475.87	c  1476s| 80000 |   413 |  2115k|  26.3 |  50M|  87 |  75 | 595 |  27k| 595 |  28k| 346 |   0 |7433 |-3.500000e+01 |-3.400000e+01 |   2.86%
1645.72/1645.78	c  1646s| 90000 |   411 |  2400k|  26.5 |  50M|  87 |   - | 595 |  27k| 595 |  28k| 346 |   0 |8109 |-3.500000e+01 |-3.400000e+01 |   2.86%
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 99954
1800.03/1800.00	c Primal Bound       : -3.40000000000000e+01 (481 solutions)
1800.03/1800.00	c Dual Bound         : -3.50000000000000e+01
1800.03/1800.00	c Gap                : 2.86 %
1800.03/1800.01	s SATISFIABLE
1800.03/1800.01	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.03/1800.01	v x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.03/1800.01	v -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 
1800.03/1800.01	v -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
1800.03/1800.01	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1800.03/1800.01	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 
1800.03/1800.01	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 
1800.03/1800.01	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1800.03/1800.01	v -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1800.03/1800.01	v x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 
1800.03/1800.01	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1800.03/1800.01	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1800.03/1800.01	v -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1800.03/1800.01	v -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1800.03/1800.01	v -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 
1800.03/1800.01	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 
1800.03/1800.01	v -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1800.03/1800.01	v -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1800.03/1800.01	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 
1800.03/1800.01	v x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 
1800.03/1800.01	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 
1800.03/1800.01	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 
1800.03/1800.01	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 
1800.03/1800.01	v -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 
1800.03/1800.01	v -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
1800.03/1800.01	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 
1800.03/1800.01	v -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 
1800.03/1800.01	v -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.00
1800.03/1800.01	c   solving          :    1800.00
1800.03/1800.01	c   presolving       :       0.44 (included in solving)
1800.03/1800.01	c   reading          :       0.16 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3452571-1307090835.opb
1800.03/1800.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 27931 initial, 27931 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3452571-1307090835.opb
1800.03/1800.01	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 27931 initial, 27931 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.26          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.10          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0      55120          0        481          0        194       2775          0          0     106742
1800.03/1800.01	c   setppc           :      27931         34     160341          5          0        476          0          1    1672633          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          5          0        479          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :     257.67       0.00       0.00     257.66       0.00       0.01       0.00
1800.03/1800.01	c   setppc           :      27.79       0.06      27.43       0.00       0.00       0.30       0.00
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          8          0          0          0
1800.03/1800.01	c   pseudoobj        :     160267          0          0          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       0.07       0.07       0.00
1800.03/1800.01	c   rootredcost      :       0.07       0.07       0.00
1800.03/1800.01	c   pseudoobj        :       2.53       2.53       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.00          1          0          0        0.0          0        0.0          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00         33          -          -        113          -    (maximal pool size: 794)
1800.03/1800.01	c   redcost          :       0.63      55343          0        218          0          0
1800.03/1800.01	c   impliedbounds    :       0.01         34          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :      11.85         34          0          0      15500          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       1.77         20          0          0      10000          0
1800.03/1800.01	c   cmir             :       1.40         10          0          0          0          0
1800.03/1800.01	c   flowcover        :       1.67         10          0          0          0          0
1800.03/1800.01	c   clique           :       0.33         34          0          0        294          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.01          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :     257.59      55115        194       2775          0          0     106742
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.04          -          5
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   oneopt           :       0.08         10          1
1800.03/1800.01	c   fracdiving       :       9.82         52          7
1800.03/1800.01	c   veclendiving     :       3.68         52          8
1800.03/1800.01	c   linesearchdiving :       3.35         52          0
1800.03/1800.01	c   guideddiving     :       8.53         52          0
1800.03/1800.01	c   coefdiving       :      10.80         53          1
1800.03/1800.01	c   pscostdiving     :       3.73         53          3
1800.03/1800.01	c   objpscostdiving  :       5.94         27         61
1800.03/1800.01	c   rootsoldiving    :       3.85         27         45
1800.03/1800.01	c   crossover        :       2.90         24         10
1800.03/1800.01	c   trivial          :       0.00          2          1
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       0.70      55149         98
1800.03/1800.01	c   zirounding       :      17.25      11951        239
1800.03/1800.01	c   rounding         :      10.86      10920          1
1800.03/1800.01	c   shifting         :       1.25       1008          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.50          1          1
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.03          0          0
1800.03/1800.01	c   trysol           :       0.03          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.02          0          0       0.00       0.00
1800.03/1800.01	c   dual LP          :    1221.70     101537    2578667      25.40    2110.72
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:      42.47       4143      77402      18.68    1822.48
1800.03/1800.01	c   strong branching :     253.85       8674     451278      52.03    1777.71
1800.03/1800.01	c     (at root node) :          -         33      13934     422.24          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :      99954
1800.03/1800.01	c   nodes (total)    :      99954
1800.03/1800.01	c   nodes left       :        417
1800.03/1800.01	c   max depth        :         87
1800.03/1800.01	c   max depth (total):         87
1800.03/1800.01	c   backtracks       :      11175 (11.2%)
1800.03/1800.01	c   delayed cutoffs  :          0
1800.03/1800.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.01	c   avg switch length:       3.49
1800.03/1800.01	c   switching time   :      36.02
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :        481 (11 improvements)
1800.03/1800.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.22 seconds, depth 0, found by <trivial>)
1800.03/1800.01	c   Primal Bound     : -3.40000000000000e+01   (in run 1, after 43073 nodes, 860.89 seconds, depth 24, found by <relaxation>)
1800.03/1800.01	c   Dual Bound       : -3.50000000000000e+01
1800.03/1800.01	c   Gap              :       2.86 %
1800.03/1800.01	c   Root Dual Bound  : -3.50000000000000e+01
1800.03/1800.01	c   Root Iterations  :      10945

Verifier Data

OK	-34

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452571-1307090835/watcher-3452571-1307090835 -o /tmp/evaluation-result-3452571-1307090835/solver-3452571-1307090835 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452571-1307090835.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: 1.85 2.00 1.99 3/472 24525
/proc/meminfo: memFree=20398852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=11256 CPUtime=0.01 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 1811 0 0 0 1 0 0 0 19 0 1 0 820683176 11526144 1765 33554432000 4194304 9128323 140734502855776 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24525/statm: 2814 1765 400 1205 0 1605 0

[startup+0.0930381 s]
/proc/loadavg: 1.85 2.00 1.99 3/472 24525
/proc/meminfo: memFree=20398852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=15604 CPUtime=0.08 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 2912 0 0 0 8 0 0 0 19 0 1 0 820683176 15978496 2864 33554432000 4194304 9128323 140734502855776 18446744073709551615 7952288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24525/statm: 3901 2864 400 1205 0 2692 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15604

[startup+0.101035 s]
/proc/loadavg: 1.85 2.00 1.99 3/472 24525
/proc/meminfo: memFree=20398852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=15604 CPUtime=0.09 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 2917 0 0 0 9 0 0 0 19 0 1 0 820683176 15978496 2869 33554432000 4194304 9128323 140734502855776 18446744073709551615 7998246 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24525/statm: 3901 2869 400 1205 0 2692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15604

[startup+0.301004 s]
/proc/loadavg: 1.85 2.00 1.99 3/472 24525
/proc/meminfo: memFree=20398852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=55328 CPUtime=0.29 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 13266 0 0 0 28 1 0 0 20 0 1 0 820683176 56655872 12446 33554432000 4194304 9128323 140734502855776 18446744073709551615 4592811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 13832 12447 514 1205 0 12623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55328

[startup+0.700932 s]
/proc/loadavg: 1.85 2.00 1.99 3/472 24525
/proc/meminfo: memFree=20398852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=92700 CPUtime=0.69 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 23544 0 0 0 67 2 0 0 21 0 1 0 820683176 94924800 21434 33554432000 4194304 9128323 140734502855776 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 23175 21434 642 1205 0 21966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92700

[startup+1.50079 s]
/proc/loadavg: 1.85 2.00 1.99 3/474 24527
/proc/meminfo: memFree=20219256/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=102848 CPUtime=1.49 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 26628 0 0 0 146 3 0 0 23 0 1 0 820683176 105316352 23742 33554432000 4194304 9128323 140734502855776 18446744073709551615 7021472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 25712 23742 902 1205 0 24503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102848

[startup+3.10051 s]
/proc/loadavg: 1.85 2.00 1.99 3/474 24527
/proc/meminfo: memFree=20210448/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=103176 CPUtime=3.09 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 27569 0 0 0 306 3 0 0 25 0 1 0 820683176 105652224 24510 33554432000 4194304 9128323 140734502855776 18446744073709551615 8012558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 25794 24510 732 1205 0 24585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103176

[startup+6.30094 s]
/proc/loadavg: 1.86 2.00 1.99 4/474 24527
/proc/meminfo: memFree=20203556/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=104388 CPUtime=6.29 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 27857 0 0 0 625 4 0 0 25 0 1 0 820683176 106893312 24797 33554432000 4194304 9128323 140734502855776 18446744073709551615 6309892 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 26097 24797 733 1205 0 24888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104388

[startup+12.7008 s]
/proc/loadavg: 1.87 2.00 1.99 4/474 24527
/proc/meminfo: memFree=20197468/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=106816 CPUtime=12.69 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 28446 0 0 0 1261 8 0 0 25 0 1 0 820683176 109379584 25386 33554432000 4194304 9128323 140734502855776 18446744073709551615 7312751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 26704 25386 734 1205 0 25495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106816

[startup+25.5006 s]
/proc/loadavg: 1.90 2.00 1.99 4/474 24528
/proc/meminfo: memFree=20159232/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=109544 CPUtime=25.49 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 37575 0 0 0 2524 25 0 0 25 0 1 0 820683176 112173056 26029 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 27386 26029 747 1205 0 26177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109544

[startup+51.1011 s]
/proc/loadavg: 1.93 2.00 1.99 4/474 24528
/proc/meminfo: memFree=20159128/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=109544 CPUtime=51.1 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 37711 0 0 0 5067 43 0 0 25 0 1 0 820683176 112173056 26165 33554432000 4194304 9128323 140734502855776 18446744073709551615 7346381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 27386 26165 747 1205 0 26177 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109544

[startup+102.319 s]
/proc/loadavg: 1.97 2.00 1.99 4/474 24530
/proc/meminfo: memFree=20125600/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=136884 CPUtime=102.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 47802 0 0 0 10149 82 0 0 25 0 1 0 820683176 140169216 33251 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 34221 33251 756 1205 0 33012 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 136884

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 4/474 24531
/proc/meminfo: memFree=20116256/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=145584 CPUtime=162.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 51759 0 0 0 16101 129 0 0 25 0 1 0 820683176 149078016 35428 33554432000 4194304 9128323 140734502855776 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 36396 35428 757 1205 0 35187 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 145584

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 4/474 24533
/proc/meminfo: memFree=20116100/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=145584 CPUtime=222.29 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 55797 0 0 0 22059 170 0 0 25 0 1 0 820683176 149078016 35432 33554432000 4194304 9128323 140734502855776 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 36396 35432 757 1205 0 35187 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 145584

[startup+282.3 s]
/proc/loadavg: 2.15 2.03 2.00 4/474 24535
/proc/meminfo: memFree=20108252/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=150100 CPUtime=282.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 63370 0 0 0 28018 212 0 0 25 0 1 0 820683176 153702400 36063 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 37525 36063 757 1205 0 36316 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150100

[startup+342.301 s]
/proc/loadavg: 2.20 2.06 2.01 3/474 24536
/proc/meminfo: memFree=20079328/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=165088 CPUtime=342.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 75732 0 0 0 33975 255 0 0 25 0 1 0 820683176 169050112 39877 33554432000 4194304 9128323 140734502855776 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 41272 39877 758 1205 0 40063 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165088

[startup+402.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/474 24538
/proc/meminfo: memFree=20067648/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=174892 CPUtime=402.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 78268 0 0 0 39936 294 0 0 25 0 1 0 820683176 179089408 42413 33554432000 4194304 9128323 140734502855776 18446744073709551615 7361815 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 43723 42413 758 1205 0 42514 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 174892

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 24539
/proc/meminfo: memFree=20050024/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=183832 CPUtime=462.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 105258 0 0 0 45889 341 0 0 25 0 1 0 820683176 188243968 44985 33554432000 4194304 9128323 140734502855776 18446744073709551615 7176963 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 45958 44985 758 1205 0 44749 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 183832

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 24541
/proc/meminfo: memFree=20038820/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=187020 CPUtime=522.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 114613 0 0 0 51849 381 0 0 25 0 1 0 820683176 191508480 45322 33554432000 4194304 9128323 140734502855776 18446744073709551615 7176977 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 46755 45322 757 1205 0 45546 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 187020

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/474 24543
/proc/meminfo: memFree=20028260/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=188420 CPUtime=582.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 122917 0 0 0 57804 427 0 0 25 0 1 0 820683176 192942080 45655 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 47105 45655 757 1205 0 45896 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 188420

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 24549
/proc/meminfo: memFree=19966992/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=204312 CPUtime=822.3 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 135096 0 0 0 81652 578 0 0 25 0 1 0 820683176 209215488 49841 33554432000 4194304 9128323 140734502855776 18446744073709551615 8012667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 51078 49841 757 1205 0 49869 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 204312

[startup+882.301 s]
/proc/loadavg: 2.08 2.03 2.01 4/474 24560
/proc/meminfo: memFree=19953460/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=207268 CPUtime=882.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 169638 0 0 0 87598 633 0 0 25 0 1 0 820683176 212242432 50433 33554432000 4194304 9128323 140734502855776 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 51817 50433 757 1205 0 50608 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 207268

[startup+942.3 s]
/proc/loadavg: 2.10 2.05 2.01 4/474 24561
/proc/meminfo: memFree=19939296/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=208964 CPUtime=942.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 186880 0 0 0 93548 683 0 0 25 0 1 0 820683176 213979136 50889 33554432000 4194304 9128323 140734502855776 18446744073709551615 8012667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52241 50889 757 1205 0 51032 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 208964

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/474 24565
/proc/meminfo: memFree=19929692/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209316 CPUtime=1002.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 195510 0 0 0 99502 729 0 0 25 0 1 0 820683176 214339584 50956 33554432000 4194304 9128323 140734502855776 18446744073709551615 5494326 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52329 50956 757 1205 0 51120 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 209316

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/474 24567
/proc/meminfo: memFree=19919868/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209316 CPUtime=1062.32 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 195554 0 0 0 105466 766 0 0 25 0 1 0 820683176 214339584 51000 33554432000 4194304 9128323 140734502855776 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52329 51000 757 1205 0 51120 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 209316

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/474 24569
/proc/meminfo: memFree=19907560/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=208548 CPUtime=1122.32 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 203959 0 0 0 111422 810 0 0 25 0 1 0 820683176 213553152 50862 33554432000 4194304 9128323 140734502855776 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52137 50862 760 1205 0 50928 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 208548

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 24571
/proc/meminfo: memFree=19896852/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=208548 CPUtime=1182.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 203990 0 0 0 117387 844 0 0 25 0 1 0 820683176 213553152 50893 33554432000 4194304 9128323 140734502855776 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52137 50893 760 1205 0 50928 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 208548

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 24572
/proc/meminfo: memFree=19887136/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=208548 CPUtime=1242.31 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 204048 0 0 0 123348 883 0 0 25 0 1 0 820683176 213553152 50951 33554432000 4194304 9128323 140734502855776 18446744073709551615 7315610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52137 50951 760 1205 0 50928 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 208548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 24574
/proc/meminfo: memFree=19874440/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1302.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212629 0 0 0 129307 926 0 0 25 0 1 0 820683176 214360064 50934 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 50934 760 1205 0 51125 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 209336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/474 24575
/proc/meminfo: memFree=19865864/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1362.32 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212779 0 0 0 135262 970 0 0 25 0 1 0 820683176 214360064 51084 33554432000 4194304 9128323 140734502855776 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 51084 760 1205 0 51125 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 209336

[startup+1422.32 s]
/proc/loadavg: 2.11 2.03 2.01 3/474 24577
/proc/meminfo: memFree=19857896/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1422.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212807 0 0 0 141221 1012 0 0 25 0 1 0 820683176 214360064 51112 33554432000 4194304 9128323 140734502855776 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 51112 760 1205 0 51125 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 209336

[startup+1482.3 s]
/proc/loadavg: 2.14 2.05 2.01 4/474 24579
/proc/meminfo: memFree=19849316/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1482.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212831 0 0 0 147180 1053 0 0 25 0 1 0 820683176 214360064 51136 33554432000 4194304 9128323 140734502855776 18446744073709551615 7380896 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 51136 760 1205 0 51125 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 209336

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/474 24580
/proc/meminfo: memFree=19840216/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1542.32 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212834 0 0 0 153144 1088 0 0 25 0 1 0 820683176 214360064 51139 33554432000 4194304 9128323 140734502855776 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 51139 760 1205 0 51125 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 209336

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 24582
/proc/meminfo: memFree=19833116/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209336 CPUtime=1602.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212839 0 0 0 159102 1131 0 0 25 0 1 0 820683176 214360064 51144 33554432000 4194304 9128323 140734502855776 18446744073709551615 7346252 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52334 51144 760 1205 0 51125 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 209336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 24583
/proc/meminfo: memFree=19824508/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=209816 CPUtime=1662.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 212886 0 0 0 165063 1170 0 0 25 0 1 0 820683176 214851584 51191 33554432000 4194304 9128323 140734502855776 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 52454 51191 760 1205 0 51245 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 209816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 24585
/proc/meminfo: memFree=19813672/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=207812 CPUtime=1722.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 220339 0 0 0 171022 1211 0 0 25 0 1 0 820683176 212799488 50874 33554432000 4194304 9128323 140734502855776 18446744073709551615 7018441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 51953 50874 760 1205 0 50744 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 207812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/474 24587
/proc/meminfo: memFree=19802220/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=207956 CPUtime=1782.33 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 220356 0 0 0 176982 1251 0 0 25 0 1 0 820683176 212946944 50891 33554432000 4194304 9128323 140734502855776 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24525/statm: 51989 50891 760 1205 0 50780 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 207956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 4/474 24587
/proc/meminfo: memFree=19801460/32950928 swapFree=61858088/67111528
[pid=24525] ppid=24521 vsize=208468 CPUtime=1800.04 cores=1,3,5,7
/proc/24525/stat : 24525 (scip-2.0.1.4.li) R 24521 24525 21173 0 -1 4202496 220367 0 0 0 178739 1265 0 0 25 0 1 0 820683176 213471232 50902 33554432000 4194304 9128323 140734502855776 18446744073709551615 6639648 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24525/statm: 52117 50902 762 1205 0 50908 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 208468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1787.4
CPU system time (s): 12.6661
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 240440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.4
system time used= 12.6661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220367
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= 2323

runsolver used 8.44372 second user time and 20.9268 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-03 10:47:15
IDJOB=3452571
IDBENCH=2272
IDSOLVER=1949
FILE ID=node125/3452571-1307090835
RUNJOBID= node125-1307090835-24507
PBS_JOBID= 13497861
Free space on /tmp= 73760 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452571-1307090835/watcher-3452571-1307090835 -o /tmp/evaluation-result-3452571-1307090835/solver-3452571-1307090835 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452571-1307090835.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=881946450

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.828
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.74
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.828
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.828
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.828
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.828
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:     32950928 kB
MemFree:      20399412 kB
Buffers:        340652 kB
Cached:        3496260 kB
SwapCached:       3616 kB
Active:        8835412 kB
Inactive:      3370324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20399412 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:           25640 kB
Writeback:          76 kB
AnonPages:     8366552 kB
Mapped:          33544 kB
Slab:           215644 kB
PageTables:      61388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130004860 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= 73736 MiB
End job on node125 at 2011-06-03 11:17:17