Trace number 3452716

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)-33 1800.24 1800.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
MD5SUM366c883f3118f840e595e8bbe10351c8
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 benchmark1797.13
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 constraints27856
Number of constraints which are clauses27856
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-3452716-1307090872.opb>
0.09/0.16	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 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.33	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 27856 upgd conss, 55712 impls, 0 clqs
0.59/0.60	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.60	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.59/0.60	c presolving (2 rounds):
0.59/0.60	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.60	c  55712 implications, 0 cliques
0.59/0.60	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 constraints
0.59/0.60	c   27856 constraints of type <setppc>
0.59/0.60	c transformed objective value is always integral (scale: 1)
0.59/0.60	c Presolving Time: 0.43
0.59/0.60	c - non default parameters ----------------------------------------------------------------------
0.59/0.60	c # SCIP version 2.0.1.4
0.59/0.60	c 
0.59/0.60	c # frequency for displaying node information lines
0.59/0.60	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.60	c display/freq = 10000
0.59/0.60	c 
0.59/0.60	c # maximal time in seconds to run
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/time = 1800
0.59/0.60	c 
0.59/0.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/memory = 13950
0.59/0.60	c 
0.59/0.60	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.60	c # [type: int, range: [1,2], default: 1]
0.59/0.60	c timing/clocktype = 2
0.59/0.60	c 
0.59/0.60	c # belongs reading time to solving time?
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c timing/reading = TRUE
0.59/0.60	c 
0.59/0.60	c # should presolving try to simplify inequalities
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/linear/simplifyinequalities = TRUE
0.59/0.60	c 
0.59/0.60	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/indicator/addCouplingCons = TRUE
0.59/0.60	c 
0.59/0.60	c # should presolving try to simplify knapsacks
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.60	c 
0.59/0.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.59/0.60	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.60	c separating/rapidlearning/freq = 0
0.59/0.60	c 
0.59/0.60	c -----------------------------------------------------------------------------------------------
0.59/0.60	c start solving
0.59/0.60	c 
0.79/0.88	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.88	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%
0.89/0.91	o -2
0.89/0.91	c s 0.9s|     1 |     0 |   598 |     - |  32M|   0 | 595 | 595 |  27k| 595 |  27k|   0 |   0 |   0 |-2.975000e+02 |-2.000000e+00 |  99.33%
1.29/1.34	c   1.3s|     1 |     0 |   778 |     - |  32M|   0 | 549 | 595 |  27k| 595 |  27k|   6 |   0 |   0 |-2.745000e+02 |-2.000000e+00 |  99.27%
1.29/1.35	o -25
1.29/1.35	c b 1.3s|     1 |     0 |   778 |     - |  32M|   0 | 549 | 595 |  27k| 595 |  27k|   6 |   0 |   0 |-2.745000e+02 |-2.500000e+01 |  90.89%
1.79/1.84	c   1.8s|     1 |     0 |   889 |     - |  32M|   0 | 500 | 595 |  27k| 595 |  27k|  30 |   0 |   0 |-2.500000e+02 |-2.500000e+01 |  90.00%
2.39/2.43	c   2.4s|     1 |     0 |  1097 |     - |  32M|   0 | 445 | 595 |  27k| 595 |  27k|  72 |   0 |   0 |-2.225000e+02 |-2.500000e+01 |  88.76%
2.99/3.08	c   3.1s|     1 |     0 |  1198 |     - |  33M|   0 | 413 | 595 |  27k| 595 |  27k|  83 |   0 |   0 |-2.065000e+02 |-2.500000e+01 |  87.89%
3.69/3.76	c   3.8s|     1 |     0 |  1439 |     - |  33M|   0 | 377 | 595 |  27k| 595 |  27k|  96 |   0 |   0 |-1.875000e+02 |-2.500000e+01 |  86.67%
4.40/4.44	c   4.4s|     1 |     0 |  1685 |     - |  33M|   0 | 340 | 595 |  27k| 595 |  27k| 107 |   0 |   0 |-1.675000e+02 |-2.500000e+01 |  85.07%
5.19/5.24	c   5.2s|     1 |     0 |  2275 |     - |  33M|   0 | 285 | 595 |  27k| 595 |  27k| 120 |   0 |   0 |-1.425000e+02 |-2.500000e+01 |  82.46%
6.19/6.29	c   6.3s|     1 |     0 |  3428 |     - |  33M|   0 | 250 | 595 |  27k| 595 |  27k| 138 |   0 |   0 |-1.250000e+02 |-2.500000e+01 |  80.00%
6.89/6.91	c   6.9s|     1 |     0 |  3601 |     - |  33M|   0 | 232 | 595 |  27k| 595 |  28k| 151 |   0 |   0 |-1.160000e+02 |-2.500000e+01 |  78.45%
7.59/7.63	c   7.6s|     1 |     0 |  4198 |     - |  33M|   0 | 204 | 595 |  27k| 595 |  28k| 163 |   0 |   0 |-1.020000e+02 |-2.500000e+01 |  75.49%
7.99/8.03	c   8.0s|     1 |     0 |  4758 |     - |  33M|   0 | 180 | 595 |  27k| 595 |  28k| 173 |   0 |   0 |-8.925000e+01 |-2.500000e+01 |  71.99%
8.29/8.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.35	c   8.4s|     1 |     0 |  5102 |     - |  33M|   0 | 164 | 595 |  27k| 595 |  28k| 185 |   0 |   0 |-7.725000e+01 |-2.500000e+01 |  67.64%
8.59/8.62	c   8.6s|     1 |     0 |  5292 |     - |  33M|   0 | 169 | 595 |  27k| 595 |  28k| 194 |   0 |   0 |-7.225000e+01 |-2.500000e+01 |  65.40%
8.89/8.96	c   9.0s|     1 |     0 |  5686 |     - |  33M|   0 | 135 | 595 |  27k| 595 |  28k| 205 |   0 |   0 |-6.675000e+01 |-2.500000e+01 |  62.55%
9.19/9.21	c   9.2s|     1 |     0 |  5857 |     - |  33M|   0 | 110 | 595 |  27k| 595 |  28k| 216 |   0 |   0 |-5.500000e+01 |-2.500000e+01 |  54.55%
9.59/9.64	c   9.6s|     1 |     0 |  6671 |     - |  33M|   0 |  90 | 595 |  27k| 595 |  28k| 228 |   0 |   0 |-4.500000e+01 |-2.500000e+01 |  44.44%
9.80/9.90	c   9.9s|     1 |     0 |  6799 |     - |  33M|   0 |  98 | 595 |  27k| 595 |  28k| 237 |   0 |   0 |-4.150000e+01 |-2.500000e+01 |  39.76%
10.29/10.33	c  10.3s|     1 |     0 |  7423 |     - |  33M|   0 | 114 | 595 |  27k| 595 |  28k| 249 |   0 |   0 |-3.600000e+01 |-2.500000e+01 |  30.56%
10.49/10.57	c  10.6s|     1 |     0 |  7503 |     - |  33M|   0 | 117 | 595 |  27k| 595 |  28k| 261 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
10.79/10.90	c  10.9s|     1 |     0 |  7724 |     - |  33M|   0 |  90 | 595 |  27k| 595 |  28k| 274 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
11.01/11.05	c  11.0s|     1 |     0 |  7803 |     - |  33M|   0 | 136 | 595 |  27k| 595 |  28k| 286 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
12.00/12.09	c  12.1s|     1 |     0 |  8021 |     - |  33M|   0 | 116 | 595 |  27k| 595 |  28k| 300 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
12.89/12.95	c  13.0s|     1 |     0 |  8526 |     - |  33M|   0 | 109 | 595 |  27k| 595 |  28k| 310 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
12.99/13.10	c  13.1s|     1 |     0 |  8589 |     - |  33M|   0 | 145 | 595 |  27k| 595 |  28k| 321 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
16.09/16.10	c  16.1s|     1 |     0 |  8648 |     - |  33M|   0 | 147 | 595 |  27k| 595 |  28k| 332 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
18.99/19.02	c  19.0s|     1 |     0 |  9123 |     - |  33M|   0 |  60 | 595 |  27k| 595 |  28k| 339 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
19.19/19.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.19/19.21	c  19.2s|     1 |     0 |  9217 |     - |  33M|   0 | 160 | 595 |  27k| 595 |  28k| 349 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
20.69/20.78	c  20.8s|     1 |     0 |  9262 |     - |  34M|   0 | 166 | 595 |  27k| 595 |  28k| 357 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
23.99/24.08	c  24.1s|     1 |     0 |  9445 |     - |  34M|   0 | 185 | 595 |  27k| 595 |  28k| 367 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
26.99/27.04	c  27.0s|     1 |     0 |  9733 |     - |  34M|   0 | 156 | 595 |  27k| 595 |  28k| 376 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
29.59/29.62	c  29.6s|     1 |     0 |  9879 |     - |  34M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
42.19/42.27	c  42.3s|     1 |     2 |  9879 |     - |  34M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |  36 |-3.500000e+01 |-2.500000e+01 |  28.57%
55.89/55.95	o -26
55.89/55.95	c *56.0s|    12 |    10 | 10906 |  93.4 |  34M|  11 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 270 |-3.500000e+01 |-2.600000e+01 |  25.71%
74.29/74.36	o -27
74.29/74.36	c p74.4s|    36 |    30 | 12974 |  88.4 |  35M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 667 |-3.500000e+01 |-2.700000e+01 |  22.86%
82.30/82.33	o -28
82.30/82.33	c f82.3s|    49 |    35 | 13687 |  79.3 |  36M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 896 |-3.500000e+01 |-2.800000e+01 |  20.00%
111.99/112.11	o -30
111.99/112.11	c * 112s|   244 |   109 | 22792 |  53.1 |  37M|  20 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1376 |-3.500000e+01 |-3.000000e+01 |  14.29%
155.49/155.57	o -31
155.49/155.57	c * 156s|  2217 |   498 | 70162 |  27.2 |  44M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1703 |-3.500000e+01 |-3.100000e+01 |  11.43%
304.30/304.33	o -32
304.30/304.33	c c 304s|  7692 |  1780 |286136 |  35.9 |  69M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |2497 |-3.500000e+01 |-3.200000e+01 |   8.57%
351.40/351.48	c   351s| 10000 |  2316 |359618 |  35.0 |  79M|  66 |  64 | 595 |  27k| 595 |  27k| 386 |   0 |2620 |-3.500000e+01 |-3.200000e+01 |   8.57%
580.11/580.16	c   580s| 20000 |  4564 |695166 |  34.3 | 120M|  66 |  88 | 595 |  27k| 595 |  27k| 386 |   0 |3749 |-3.500000e+01 |-3.200000e+01 |   8.57%
791.12/791.11	c   791s| 30000 |  6848 |  1032k|  34.1 | 162M|  66 |  73 | 595 |  27k| 595 |  27k| 386 |   0 |4569 |-3.500000e+01 |-3.200000e+01 |   8.57%
984.72/984.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.72/984.77	c   985s| 40000 |  9318 |  1361k|  33.8 | 203M|  66 |  65 | 595 |  27k| 595 |  27k| 386 |   0 |4951 |-3.500000e+01 |-3.200000e+01 |   8.57%
1056.03/1056.05	o -33
1056.03/1056.05	c *1056s| 43691 |  4124 |  1481k|  33.7 | 128M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |5086 |-3.500000e+01 |-3.300000e+01 |   5.71%
1171.12/1171.19	c  1171s| 50000 |  4629 |  1661k|  33.0 | 139M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |5498 |-3.500000e+01 |-3.300000e+01 |   5.71%
1351.32/1351.37	c  1351s| 60000 |  5577 |  1943k|  32.2 | 160M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |6208 |-3.500000e+01 |-3.300000e+01 |   5.71%
1538.72/1538.80	c  1539s| 70000 |  6679 |  2241k|  31.9 | 184M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |6925 |-3.500000e+01 |-3.300000e+01 |   5.71%
1716.93/1716.96	c  1717s| 80000 |  7771 |  2526k|  31.5 | 207M|  66 |   - | 595 |  27k| 595 |  27k| 386 |   0 |7581 |-3.500000e+01 |-3.300000e+01 |   5.71%
1800.04/1800.02	c 
1800.04/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.02	c Solving Time (sec) : 1800.02
1800.04/1800.02	c Solving Nodes      : 85009
1800.04/1800.02	c Primal Bound       : -3.30000000000000e+01 (589 solutions)
1800.04/1800.02	c Dual Bound         : -3.50000000000000e+01
1800.04/1800.02	c Gap                : 5.71 %
1800.04/1800.03	s SATISFIABLE
1800.04/1800.03	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.04/1800.03	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.04/1800.03	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.04/1800.03	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.04/1800.03	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 
1800.04/1800.03	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1800.04/1800.03	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 
1800.04/1800.03	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 
1800.04/1800.03	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1800.04/1800.03	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1800.04/1800.03	v x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1800.04/1800.03	v -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1800.04/1800.03	v -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1800.04/1800.03	v -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 
1800.04/1800.03	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 
1800.04/1800.03	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1800.04/1800.03	v x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 
1800.04/1800.03	v -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1800.04/1800.03	v -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 
1800.04/1800.03	v -x419 -x420 -x421 -x422 x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 
1800.04/1800.03	v -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 
1800.04/1800.03	v -x461 -x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 
1800.04/1800.03	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 
1800.04/1800.03	v -x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 
1800.04/1800.03	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
1800.04/1800.03	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 
1800.04/1800.03	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 
1800.04/1800.03	v -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Total Time         :    1800.02
1800.04/1800.03	c   solving          :    1800.02
1800.04/1800.03	c   presolving       :       0.43 (included in solving)
1800.04/1800.03	c   reading          :       0.16 (included in solving)
1800.04/1800.03	c Original Problem   :
1800.04/1800.03	c   Problem name     : HOME/instance-3452716-1307090872.opb
1800.04/1800.03	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.03	c   Constraints      : 27856 initial, 27856 maximal
1800.04/1800.03	c Presolved Problem  :
1800.04/1800.03	c   Problem name     : t_HOME/instance-3452716-1307090872.opb
1800.04/1800.03	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.03	c   Constraints      : 27856 initial, 27856 maximal
1800.04/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   probing          :       0.25          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   linear           :       0.10          0          0          0          0          0          0          0          0          0
1800.04/1800.03	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   integral         :          0          0          0      51242          0        590          0        100       1896          0          0     100560
1800.04/1800.03	c   setppc           :      27856         31     148990          4          0        585          0          0    1383053          0          0          0
1800.04/1800.03	c   countsols        :          0          0          0          4          0        588          0          0          0          0          0          0
1800.04/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.03	c   integral         :     249.10       0.00       0.00     249.09       0.00       0.01       0.00
1800.04/1800.03	c   setppc           :      21.28       0.06      20.86       0.00       0.00       0.36       0.00
1800.04/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.03	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.03	c   vbounds          :          0          0          0          0
1800.04/1800.03	c   rootredcost      :          7          0          0          0
1800.04/1800.03	c   pseudoobj        :     148911          0          0          0
1800.04/1800.03	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.03	c   vbounds          :       0.07       0.07       0.00
1800.04/1800.03	c   rootredcost      :       0.06       0.06       0.00
1800.04/1800.03	c   pseudoobj        :       2.21       2.21       0.00
1800.04/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.03	c   cut pool         :       0.00         30          -          -        122          -    (maximal pool size: 925)
1800.04/1800.03	c   redcost          :       0.63      51664          0        475          0          0
1800.04/1800.03	c   impliedbounds    :       0.01         31          0          0          0          0
1800.04/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.03	c   gomory           :      19.34         31          0          0      13858          0
1800.04/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.03	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.03	c   strongcg         :       1.79         20          0          0      10000          0
1800.04/1800.03	c   cmir             :       1.33         10          0          0          0          0
1800.04/1800.03	c   flowcover        :       1.69         10          0          0          0          0
1800.04/1800.03	c   clique           :       0.22         31          0          0        280          0
1800.04/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.03	c   mcf              :       0.01          1          0          0          0          0
1800.04/1800.03	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.03	c Pricers            :       Time      Calls       Vars
1800.04/1800.03	c   problem variables:       0.00          0          0
1800.04/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.03	c   relpscost        :     249.02      51238        100       1896          0          0     100560
1800.04/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.03	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.03	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.03	c   LP solutions     :       0.04          -          4
1800.04/1800.03	c   pseudo solutions :       0.00          -          0
1800.04/1800.03	c   feaspump         :       0.00          0          0
1800.04/1800.03	c   oneopt           :       0.08          9          1
1800.04/1800.03	c   crossover        :       2.53         21          4
1800.04/1800.03	c   guideddiving     :      23.33        110          0
1800.04/1800.03	c   coefdiving       :      20.79        111          6
1800.04/1800.03	c   pscostdiving     :       6.54        111          2
1800.04/1800.03	c   fracdiving       :      21.40        111          2
1800.04/1800.03	c   veclendiving     :      10.15        111          2
1800.04/1800.03	c   linesearchdiving :       7.49        111          2
1800.04/1800.03	c   objpscostdiving  :      10.88         56        101
1800.04/1800.03	c   rootsoldiving    :       7.52         56         68
1800.04/1800.03	c   trivial          :       0.00          2          1
1800.04/1800.03	c   shiftandpropagate:       0.00          0          0
1800.04/1800.03	c   simplerounding   :       0.67      51269        111
1800.04/1800.03	c   zirounding       :      20.65      14101        282
1800.04/1800.03	c   rounding         :      10.82      10500          1
1800.04/1800.03	c   shifting         :       3.58       2899          1
1800.04/1800.03	c   intshifting      :       0.00          0          0
1800.04/1800.03	c   twoopt           :       0.00          0          0
1800.04/1800.03	c   fixandinfer      :       0.00          0          0
1800.04/1800.03	c   clique           :       0.00          0          0
1800.04/1800.03	c   intdiving        :       0.00          0          0
1800.04/1800.03	c   actconsdiving    :       0.00          0          0
1800.04/1800.03	c   octane           :       0.00          0          0
1800.04/1800.03	c   rens             :       0.63          1          1
1800.04/1800.03	c   rins             :       0.00          0          0
1800.04/1800.03	c   localbranching   :       0.00          0          0
1800.04/1800.03	c   mutation         :       0.00          0          0
1800.04/1800.03	c   dins             :       0.00          0          0
1800.04/1800.03	c   vbounds          :       0.00          0          0
1800.04/1800.03	c   undercover       :       0.00          0          0
1800.04/1800.03	c   subnlp           :       0.02          0          0
1800.04/1800.03	c   trysol           :       0.03          0          0
1800.04/1800.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.03	c   primal LP        :       0.03          0          0       0.00       0.00
1800.04/1800.03	c   dual LP          :    1179.32      85898    2517367      29.31    2134.60
1800.04/1800.03	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.03	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.03	c   diving/probing LP:      91.21       9979     157030      15.74    1721.61
1800.04/1800.03	c   strong branching :     246.14       7647     440577      57.61    1789.94
1800.04/1800.03	c     (at root node) :          -         36      21315     592.08          -
1800.04/1800.03	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.03	c B&B Tree           :
1800.04/1800.03	c   number of runs   :          1
1800.04/1800.03	c   nodes            :      85009
1800.04/1800.03	c   nodes (total)    :      85009
1800.04/1800.03	c   nodes left       :       8306
1800.04/1800.03	c   max depth        :         66
1800.04/1800.03	c   max depth (total):         66
1800.04/1800.03	c   backtracks       :      10540 (12.4%)
1800.04/1800.03	c   delayed cutoffs  :          0
1800.04/1800.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.03	c   avg switch length:       4.71
1800.04/1800.03	c   switching time   :      40.79
1800.04/1800.03	c Solution           :
1800.04/1800.03	c   Solutions found  :        589 (11 improvements)
1800.04/1800.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.22 seconds, depth 0, found by <trivial>)
1800.04/1800.03	c   Primal Bound     : -3.30000000000000e+01   (in run 1, after 43691 nodes, 1056.01 seconds, depth 32, found by <relaxation>)
1800.04/1800.03	c   Dual Bound       : -3.50000000000000e+01
1800.04/1800.03	c   Gap              :       5.71 %
1800.04/1800.03	c   Root Dual Bound  : -3.50000000000000e+01
1800.04/1800.03	c   Root Iterations  :       9879
1800.15/1800.20	c Time complete: 1800.24.

Verifier Data

OK	-33

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-3452716-1307090872/watcher-3452716-1307090872 -o /tmp/evaluation-result-3452716-1307090872/solver-3452716-1307090872 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452716-1307090872.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: 1.89 1.99 1.99 2/461 5660
/proc/meminfo: memFree=30120152/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=10592 CPUtime=0 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 1655 0 0 0 0 0 0 0 25 0 1 0 820687006 10846208 1608 33554432000 4194304 9128323 140736099383072 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 2648 1608 400 1205 0 1439 0

[startup+0.0409139 s]
/proc/loadavg: 1.89 1.99 1.99 2/461 5660
/proc/meminfo: memFree=30120152/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=13260 CPUtime=0.03 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 2314 0 0 0 3 0 0 0 25 0 1 0 820687006 13578240 2266 33554432000 4194304 9128323 140736099383072 18446744073709551615 8008880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 3315 2266 400 1205 0 2106 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13260

[startup+0.100909 s]
/proc/loadavg: 1.89 1.99 1.99 2/461 5660
/proc/meminfo: memFree=30120152/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=15604 CPUtime=0.09 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 2918 0 0 0 9 0 0 0 25 0 1 0 820687006 15978496 2869 33554432000 4194304 9128323 140736099383072 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5660/statm: 3901 2869 400 1205 0 2692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15604

[startup+0.300872 s]
/proc/loadavg: 1.89 1.99 1.99 2/461 5660
/proc/meminfo: memFree=30120152/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=57092 CPUtime=0.29 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 13691 0 0 0 28 1 0 0 25 0 1 0 820687006 58462208 12882 33554432000 4194304 9128323 140736099383072 18446744073709551615 6521220 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 14273 12891 514 1205 0 13064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57092

[startup+0.70074 s]
/proc/loadavg: 1.89 1.99 1.99 2/461 5660
/proc/meminfo: memFree=30120152/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=94532 CPUtime=0.69 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 23835 0 0 0 66 3 0 0 25 0 1 0 820687006 96800768 21770 33554432000 4194304 9128323 140736099383072 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 23633 21770 642 1205 0 22424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94532

[startup+1.50065 s]
/proc/loadavg: 1.89 1.99 1.99 3/465 5686
/proc/meminfo: memFree=29974140/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=103868 CPUtime=1.49 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 26786 0 0 0 145 4 0 0 25 0 1 0 820687006 106360832 24081 33554432000 4194304 9128323 140736099383072 18446744073709551615 7018454 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 25967 24081 867 1205 0 24758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103868

[startup+3.10026 s]
/proc/loadavg: 1.89 1.99 1.99 3/465 5686
/proc/meminfo: memFree=29931236/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=104864 CPUtime=3.09 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 27488 0 0 0 305 4 0 0 25 0 1 0 820687006 107380736 24709 33554432000 4194304 9128323 140736099383072 18446744073709551615 7018588 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 26216 24709 795 1205 0 25007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104864

[startup+6.30082 s]
/proc/loadavg: 1.90 1.99 1.99 3/465 5687
/proc/meminfo: memFree=29924724/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=108136 CPUtime=6.29 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 28413 0 0 0 624 5 0 0 25 0 1 0 820687006 110731264 25560 33554432000 4194304 9128323 140736099383072 18446744073709551615 4692948 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 27034 25560 722 1205 0 25825 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108136

[startup+12.7007 s]
/proc/loadavg: 1.91 1.99 1.99 3/465 5687
/proc/meminfo: memFree=29917800/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=109108 CPUtime=12.69 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 28616 0 0 0 1261 8 0 0 25 0 1 0 820687006 111726592 25763 33554432000 4194304 9128323 140736099383072 18446744073709551615 6694295 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 27277 25763 731 1205 0 26068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109108

[startup+25.5004 s]
/proc/loadavg: 1.93 1.99 1.99 3/465 5687
/proc/meminfo: memFree=29909636/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=117232 CPUtime=25.49 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 30219 0 0 0 2537 12 0 0 25 0 1 0 820687006 120045568 27366 33554432000 4194304 9128323 140736099383072 18446744073709551615 6694293 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 29308 27366 731 1205 0 28099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117232

[startup+51.1009 s]
/proc/loadavg: 1.95 1.99 1.99 3/465 5688
/proc/meminfo: memFree=29871848/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=149980 CPUtime=51.09 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 39044 0 0 0 5086 23 0 0 25 0 1 0 820687006 153579520 36070 33554432000 4194304 9128323 140736099383072 18446744073709551615 7366230 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 37495 36070 732 1205 0 36286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149980

[startup+102.318 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 5689
/proc/meminfo: memFree=29870436/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=149980 CPUtime=102.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 39045 0 0 0 10193 38 0 0 25 0 1 0 820687006 153579520 36071 33554432000 4194304 9128323 140736099383072 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 37495 36071 733 1205 0 36286 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 149980

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/465 5691
/proc/meminfo: memFree=29855772/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=149088 CPUtime=162.3 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 41360 0 0 0 16168 62 0 0 25 0 1 0 820687006 152666112 36198 33554432000 4194304 9128323 140736099383072 18446744073709551615 5952913 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 37272 36198 743 1205 0 36063 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 149088

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 5692
/proc/meminfo: memFree=29842096/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=151188 CPUtime=222.3 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 49050 0 0 0 22148 82 0 0 25 0 1 0 820687006 154816512 36726 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 37797 36726 743 1205 0 36588 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 151188

[startup+282.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 5694
/proc/meminfo: memFree=29821228/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=161200 CPUtime=282.3 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 66720 0 0 0 28126 104 0 0 25 0 1 0 820687006 165068800 38418 33554432000 4194304 9128323 140736099383072 18446744073709551615 5952824 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 40300 38418 743 1205 0 39091 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 161200

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 5695
/proc/meminfo: memFree=29802964/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=166888 CPUtime=342.3 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 93548 0 0 0 34103 127 0 0 25 0 1 0 820687006 170893312 40120 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 41722 40120 743 1205 0 40513 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166888

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5697
/proc/meminfo: memFree=29781988/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=172552 CPUtime=402.3 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 104055 0 0 0 40081 149 0 0 25 0 1 0 820687006 176693248 41765 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 43138 41765 743 1205 0 41929 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 172552

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5699
/proc/meminfo: memFree=29756176/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=185396 CPUtime=462.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 116111 0 0 0 46062 169 0 0 25 0 1 0 820687006 189845504 44834 33554432000 4194304 9128323 140736099383072 18446744073709551615 7315282 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 46349 44834 743 1205 0 45140 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 185396

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5700
/proc/meminfo: memFree=29736064/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=196240 CPUtime=522.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 118899 0 0 0 52044 187 0 0 25 0 1 0 820687006 200949760 47622 33554432000 4194304 9128323 140736099383072 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 49060 47622 743 1205 0 47851 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 196240

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 5702
/proc/meminfo: memFree=29725620/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=208064 CPUtime=582.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 130147 0 0 0 58025 206 0 0 25 0 1 0 820687006 213057536 50067 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 52016 50067 743 1205 0 50807 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 208064

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 5719
/proc/meminfo: memFree=29627044/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=270168 CPUtime=882.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 154854 0 0 0 87931 300 0 0 25 0 1 0 820687006 276652032 66074 33554432000 4194304 9128323 140736099383072 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 67542 66074 743 1205 0 66333 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 270168

[startup+942.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 5720
/proc/meminfo: memFree=29600480/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=284388 CPUtime=942.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 158469 0 0 0 93910 321 0 0 25 0 1 0 820687006 291213312 69678 33554432000 4194304 9128323 140736099383072 18446744073709551615 7363480 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 71097 69678 745 1205 0 69888 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 284388

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5726
/proc/meminfo: memFree=29578828/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=296412 CPUtime=1002.32 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 161447 0 0 0 99890 342 0 0 25 0 1 0 820687006 303525888 72654 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 74103 72654 743 1205 0 72894 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 296412

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5728
/proc/meminfo: memFree=29557288/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=307988 CPUtime=1062.32 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 172971 0 0 0 105867 365 0 0 25 0 1 0 820687006 315379712 75421 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 76997 75421 743 1205 0 75788 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 307988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5729
/proc/meminfo: memFree=29545212/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=309612 CPUtime=1122.31 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 199427 0 0 0 111839 392 0 0 25 0 1 0 820687006 317042688 75810 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 77403 75810 743 1205 0 76194 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 309612

[startup+1182.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/465 5731
/proc/meminfo: memFree=29530420/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=310204 CPUtime=1182.32 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 208157 0 0 0 117818 414 0 0 25 0 1 0 820687006 317648896 75953 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 77551 75953 743 1205 0 76342 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 310204

[startup+1242.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/465 5732
/proc/meminfo: memFree=29521708/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=310204 CPUtime=1242.32 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 208406 0 0 0 123800 432 0 0 25 0 1 0 820687006 317648896 76202 33554432000 4194304 9128323 140736099383072 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 77551 76202 743 1205 0 76342 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 310204

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 5735
/proc/meminfo: memFree=29510764/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=310092 CPUtime=1302.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 216956 0 0 0 129779 454 0 0 25 0 1 0 820687006 317534208 76061 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 77523 76061 743 1205 0 76314 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 310092

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 5737
/proc/meminfo: memFree=29501044/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=311848 CPUtime=1362.32 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 217445 0 0 0 135760 472 0 0 25 0 1 0 820687006 319332352 76550 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 77962 76550 743 1205 0 76753 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 311848

[startup+1422.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/465 5738
/proc/meminfo: memFree=29490352/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=312432 CPUtime=1422.35 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 217627 0 0 0 141746 489 0 0 25 0 1 0 820687006 319930368 76732 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 78108 76732 743 1205 0 76899 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 312432

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/465 5740
/proc/meminfo: memFree=29479652/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=315960 CPUtime=1482.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 218414 0 0 0 147727 506 0 0 25 0 1 0 820687006 323543040 77519 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 78990 77519 743 1205 0 77781 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 315960

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 5741
/proc/meminfo: memFree=29467712/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=319824 CPUtime=1542.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 227952 0 0 0 153704 529 0 0 25 0 1 0 820687006 327499776 78466 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 79956 78466 743 1205 0 78747 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 319824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 5743
/proc/meminfo: memFree=29458112/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=321976 CPUtime=1602.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 228276 0 0 0 159686 547 0 0 25 0 1 0 820687006 329703424 78790 33554432000 4194304 9128323 140736099383072 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 80494 78790 743 1205 0 79285 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 321976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5745
/proc/meminfo: memFree=29441088/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=325016 CPUtime=1662.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 229305 0 0 0 165668 565 0 0 25 0 1 0 820687006 332816384 79819 33554432000 4194304 9128323 140736099383072 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 81254 79819 743 1205 0 80045 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 325016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 5746
/proc/meminfo: memFree=29429012/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=327316 CPUtime=1722.33 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 229882 0 0 0 171651 582 0 0 25 0 1 0 820687006 335171584 80396 33554432000 4194304 9128323 140736099383072 18446744073709551615 7025275 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 81829 80396 743 1205 0 80620 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 327316

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/465 5748
/proc/meminfo: memFree=29412852/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=333236 CPUtime=1782.34 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 231355 0 0 0 177633 601 0 0 25 0 1 0 820687006 341233664 81869 33554432000 4194304 9128323 140736099383072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 83309 81869 743 1205 0 82100 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 333236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.10 2.03 2.00 3/465 5748
/proc/meminfo: memFree=29410364/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=334168 CPUtime=1800.04 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) R 5657 5660 32650 0 -1 4202496 231647 0 0 0 179398 606 0 0 25 0 1 0 820687006 342188032 82161 33554432000 4194304 9128323 140736099383072 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5660/statm: 83542 82161 743 1205 0 82333 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 334168

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

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

[startup+1800.2 s]
/proc/loadavg: 2.10 2.03 2.00 3/465 5748
/proc/meminfo: memFree=29410364/32950928 swapFree=45617076/67111528
[pid=5660] ppid=5657 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/5660/stat : 5660 (scip-2.0.1.4.li) S 5657 5660 32650 0 -1 4202500 231651 0 0 0 179416 608 0 0 25 0 1 0 820687006 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5660/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.24
CPU user time (s): 1794.16
CPU system time (s): 6.08308
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 341112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 6.08308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231651
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= 10
involuntary context switches= 1524

runsolver used 8.77467 second user time and 18.5912 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 10:47:52
IDJOB=3452716
IDBENCH=2273
IDSOLVER=1949
FILE ID=node123/3452716-1307090872
RUNJOBID= node123-1307089070-5555
PBS_JOBID= 13497863
Free space on /tmp= 73816 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-1.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-3452716-1307090872/watcher-3452716-1307090872 -o /tmp/evaluation-result-3452716-1307090872/solver-3452716-1307090872 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452716-1307090872.opb -t 1800 -m 15500

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

MD5SUM BENCH= 366c883f3118f840e595e8bbe10351c8
RANDOM SEED=1306455294

node123.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.838
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.67
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.838
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.15
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30120432 kB
Buffers:        252404 kB
Cached:         354832 kB
SwapCached:       9456 kB
Active:        2267604 kB
Inactive:       283952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30120432 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           12864 kB
Writeback:           0 kB
AnonPages:     1942208 kB
Mapped:          23292 kB
Slab:           133252 kB
PageTables:      78224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133350120 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= 73804 MiB
End job on node123 at 2011-06-03 11:17:54