Trace number 3485534

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)SAT-34 1797.14 1797.1

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.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485534-1307769345.opb>
0.09/0.13	c original problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.19	o 0
0.09/0.19	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.19	c presolving:
0.29/0.31	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.49/0.57	c    (0.6s) probing: 101/595 (17.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (2 rounds):
0.49/0.57	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  55712 implications, 0 cliques
0.49/0.57	c presolved problem has 595 variables (595 bin, 0 int, 0 impl, 0 cont) and 27856 constraints
0.49/0.57	c   27856 constraints of type <setppc>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.42
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 2.0.1.4
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1797
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 13950
0.49/0.57	c 
0.49/0.57	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.57	c # [type: int, range: [1,2], default: 1]
0.49/0.57	c timing/clocktype = 2
0.49/0.57	c 
0.49/0.57	c # belongs reading time to solving time?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c timing/reading = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/indicator/addCouplingCons = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c separating/rapidlearning/freq = 0
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.57	c 
0.79/0.85	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.85	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.79/0.87	o -1
0.79/0.87	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.79/0.89	o -2
0.79/0.89	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.30	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.31	o -25
1.29/1.31	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.81	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.42	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.09	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.79/3.81	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.49/4.52	c   4.5s|     1 |     0 |  1685 |     - |  33M|   0 | 340 | 595 |  27k| 595 |  27k| 107 |   0 |   0 |-1.675000e+02 |-2.500000e+01 |  85.07%
5.29/5.34	c   5.3s|     1 |     0 |  2275 |     - |  33M|   0 | 285 | 595 |  27k| 595 |  27k| 120 |   0 |   0 |-1.425000e+02 |-2.500000e+01 |  82.46%
6.39/6.42	c   6.4s|     1 |     0 |  3428 |     - |  33M|   0 | 250 | 595 |  27k| 595 |  27k| 138 |   0 |   0 |-1.250000e+02 |-2.500000e+01 |  80.00%
6.99/7.06	c   7.1s|     1 |     0 |  3601 |     - |  33M|   0 | 232 | 595 |  27k| 595 |  28k| 151 |   0 |   0 |-1.160000e+02 |-2.500000e+01 |  78.45%
7.79/7.80	c   7.8s|     1 |     0 |  4198 |     - |  33M|   0 | 204 | 595 |  27k| 595 |  28k| 163 |   0 |   0 |-1.020000e+02 |-2.500000e+01 |  75.49%
8.09/8.18	c   8.2s|     1 |     0 |  4758 |     - |  33M|   0 | 180 | 595 |  27k| 595 |  28k| 173 |   0 |   0 |-8.925000e+01 |-2.500000e+01 |  71.99%
8.39/8.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.39/8.49	c   8.5s|     1 |     0 |  5102 |     - |  33M|   0 | 164 | 595 |  27k| 595 |  28k| 185 |   0 |   0 |-7.725000e+01 |-2.500000e+01 |  67.64%
8.70/8.75	c   8.7s|     1 |     0 |  5292 |     - |  33M|   0 | 169 | 595 |  27k| 595 |  28k| 194 |   0 |   0 |-7.225000e+01 |-2.500000e+01 |  65.40%
8.99/9.08	c   9.1s|     1 |     0 |  5686 |     - |  33M|   0 | 135 | 595 |  27k| 595 |  28k| 205 |   0 |   0 |-6.675000e+01 |-2.500000e+01 |  62.55%
9.29/9.32	c   9.3s|     1 |     0 |  5857 |     - |  33M|   0 | 110 | 595 |  27k| 595 |  28k| 216 |   0 |   0 |-5.500000e+01 |-2.500000e+01 |  54.55%
9.69/9.73	c   9.7s|     1 |     0 |  6671 |     - |  33M|   0 |  90 | 595 |  27k| 595 |  28k| 228 |   0 |   0 |-4.500000e+01 |-2.500000e+01 |  44.44%
9.89/9.97	c  10.0s|     1 |     0 |  6799 |     - |  33M|   0 |  98 | 595 |  27k| 595 |  28k| 237 |   0 |   0 |-4.150000e+01 |-2.500000e+01 |  39.76%
10.29/10.39	c  10.4s|     1 |     0 |  7423 |     - |  33M|   0 | 114 | 595 |  27k| 595 |  28k| 249 |   0 |   0 |-3.600000e+01 |-2.500000e+01 |  30.56%
10.59/10.62	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.90/10.93	c  10.9s|     1 |     0 |  7724 |     - |  33M|   0 |  90 | 595 |  27k| 595 |  28k| 274 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
10.99/11.08	c  11.1s|     1 |     0 |  7803 |     - |  33M|   0 | 136 | 595 |  27k| 595 |  28k| 286 |   0 |   0 |-3.550000e+01 |-2.500000e+01 |  29.58%
11.99/12.06	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.79/12.90	c  12.9s|     1 |     0 |  8526 |     - |  33M|   0 | 109 | 595 |  27k| 595 |  28k| 310 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
12.99/13.04	c  13.0s|     1 |     0 |  8589 |     - |  33M|   0 | 145 | 595 |  27k| 595 |  28k| 321 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
15.79/15.89	c  15.9s|     1 |     0 |  8648 |     - |  33M|   0 | 147 | 595 |  27k| 595 |  28k| 332 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
18.60/18.66	c  18.7s|     1 |     0 |  9123 |     - |  33M|   0 |  60 | 595 |  27k| 595 |  28k| 339 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
18.79/18.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.79/18.85	c  18.8s|     1 |     0 |  9217 |     - |  33M|   0 | 160 | 595 |  27k| 595 |  28k| 349 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
20.29/20.34	c  20.3s|     1 |     0 |  9262 |     - |  34M|   0 | 166 | 595 |  27k| 595 |  28k| 357 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
23.49/23.51	c  23.5s|     1 |     0 |  9445 |     - |  34M|   0 | 185 | 595 |  27k| 595 |  28k| 367 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
26.30/26.34	c  26.3s|     1 |     0 |  9733 |     - |  34M|   0 | 156 | 595 |  27k| 595 |  28k| 376 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
28.69/28.80	c  28.8s|     1 |     0 |  9879 |     - |  34M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |   0 |-3.500000e+01 |-2.500000e+01 |  28.57%
41.20/41.25	c  41.3s|     1 |     2 |  9879 |     - |  34M|   0 | 153 | 595 |  27k| 595 |  28k| 386 |   0 |  36 |-3.500000e+01 |-2.500000e+01 |  28.57%
54.69/54.75	o -26
54.69/54.75	c *54.7s|    12 |    10 | 10906 |  93.4 |  34M|  11 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 270 |-3.500000e+01 |-2.600000e+01 |  25.71%
72.90/72.97	o -27
72.90/72.97	c p73.0s|    36 |    30 | 12974 |  88.4 |  35M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 667 |-3.500000e+01 |-2.700000e+01 |  22.86%
80.79/80.88	o -28
80.79/80.88	c f80.9s|    49 |    35 | 13687 |  79.3 |  36M|  15 |   - | 595 |  27k| 595 |  27k| 386 |   0 | 896 |-3.500000e+01 |-2.800000e+01 |  20.00%
110.30/110.35	o -30
110.30/110.35	c * 110s|   244 |   109 | 22792 |  53.1 |  37M|  20 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1376 |-3.500000e+01 |-3.000000e+01 |  14.29%
141.90/141.99	o -31
141.90/141.99	c * 142s|  1664 |   404 | 56820 |  28.2 |  42M|  55 |   - | 595 |  27k| 595 |  27k| 386 |   0 |1631 |-3.500000e+01 |-3.100000e+01 |  11.43%
354.80/354.83	c   355s| 10000 |  3490 |369364 |  36.0 |  96M|  84 |  67 | 595 |  27k| 595 |  27k| 386 |   0 |2647 |-3.500000e+01 |-3.100000e+01 |  11.43%
396.90/396.92	o -32
396.90/396.92	c g 397s| 11756 |  2688 |426478 |  35.4 |  88M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |2931 |-3.500000e+01 |-3.200000e+01 |   8.57%
441.90/441.97	o -33
441.90/441.97	c * 442s| 14348 |  1756 |495345 |  33.8 |  75M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |3029 |-3.500000e+01 |-3.300000e+01 |   5.71%
544.70/544.79	c   545s| 20000 |  2226 |634391 |  31.2 |  85M|  84 |  81 | 595 |  27k| 595 |  27k| 386 |   0 |3577 |-3.500000e+01 |-3.300000e+01 |   5.71%
723.51/723.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
723.51/723.55	c   724s| 30000 |  3080 |896334 |  29.5 | 104M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |4563 |-3.500000e+01 |-3.300000e+01 |   5.71%
884.71/884.73	c   885s| 40000 |  3854 |  1166k|  28.9 | 122M|  84 |  38 | 595 |  27k| 595 |  27k| 386 |   0 |4789 |-3.500000e+01 |-3.300000e+01 |   5.71%
1057.51/1057.58	c  1058s| 50000 |  4450 |  1434k|  28.5 | 137M|  84 |  62 | 595 |  27k| 595 |  27k| 386 |   0 |5455 |-3.500000e+01 |-3.300000e+01 |   5.71%
1239.42/1239.47	c  1239s| 60000 |  5374 |  1727k|  28.6 | 157M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |6178 |-3.500000e+01 |-3.300000e+01 |   5.71%
1408.52/1408.54	c  1409s| 70000 |  6054 |  1986k|  28.2 | 174M|  84 |  81 | 595 |  27k| 595 |  27k| 386 |   0 |6871 |-3.500000e+01 |-3.300000e+01 |   5.71%
1592.53/1592.54	c  1593s| 80000 |  7200 |  2282k|  28.4 | 199M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |7643 |-3.500000e+01 |-3.300000e+01 |   5.71%
1758.33/1758.33	o -34
1758.33/1758.33	c *1758s| 89311 |   574 |  2558k|  28.5 |  56M|  84 |   - | 595 |  27k| 595 |  27k| 386 |   0 |8195 |-3.500000e+01 |-3.400000e+01 |   2.86%
1772.23/1772.20	c  1772s| 90000 |   533 |  2581k|  28.6 |  54M|  84 |  80 | 595 |  27k| 595 |  27k| 386 |   0 |8237 |-3.500000e+01 |-3.400000e+01 |   2.86%
1797.03/1797.00	c 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Solving Time (sec) : 1797.00
1797.03/1797.00	c Solving Nodes      : 91431
1797.03/1797.00	c Primal Bound       : -3.40000000000000e+01 (515 solutions)
1797.03/1797.00	c Dual Bound         : -3.50000000000000e+01
1797.03/1797.00	c Gap                : 2.86 %
1797.03/1797.00	s SATISFIABLE
1797.03/1797.00	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 
1797.03/1797.00	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 
1797.03/1797.00	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 
1797.03/1797.00	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 
1797.03/1797.00	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 
1797.03/1797.00	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1797.03/1797.00	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 
1797.03/1797.00	v -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 
1797.03/1797.00	v -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
1797.03/1797.00	v -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 
1797.03/1797.00	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 
1797.03/1797.00	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 
1797.03/1797.00	v -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 
1797.03/1797.00	v -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 
1797.03/1797.00	v -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 
1797.03/1797.00	v -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 
1797.03/1797.00	v x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 
1797.03/1797.00	v -x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 
1797.03/1797.00	v -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 
1797.03/1797.00	v -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 
1797.03/1797.00	v -x441 -x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 
1797.03/1797.00	v -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 
1797.03/1797.00	v -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 
1797.03/1797.00	v -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 
1797.03/1797.00	v -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 
1797.03/1797.00	v -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 -x566 
1797.03/1797.00	v -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 
1797.03/1797.00	v -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 
1797.03/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.00	c Total Time         :    1797.00
1797.03/1797.00	c   solving          :    1797.00
1797.03/1797.00	c   presolving       :       0.42 (included in solving)
1797.03/1797.00	c   reading          :       0.13 (included in solving)
1797.03/1797.00	c Original Problem   :
1797.03/1797.00	c   Problem name     : HOME/instance-3485534-1307769345.opb
1797.03/1797.00	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 27856 initial, 27856 maximal
1797.03/1797.00	c Presolved Problem  :
1797.03/1797.00	c   Problem name     : t_HOME/instance-3485534-1307769345.opb
1797.03/1797.00	c   Variables        : 595 (595 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.00	c   Constraints      : 27856 initial, 27856 maximal
1797.03/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   probing          :       0.24          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   setppc           :       0.02          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   linear           :       0.11          0          0          0          0          0          0          0          0          0
1797.03/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.00	c   integral         :          0          0          0      52519          0        515          0        116       2310          0          0     102530
1797.03/1797.00	c   setppc           :      27856         31     149841          5          1        510          0          0    1490549          0          0          0
1797.03/1797.00	c   countsols        :          0          0          0          5          1        513          0          0          0          0          0          0
1797.03/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.00	c   integral         :     261.68       0.00       0.00     261.67       0.00       0.01       0.00
1797.03/1797.00	c   setppc           :      22.99       0.06      22.64       0.00       0.00       0.30       0.00
1797.03/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.00	c   vbounds          :          0          0          0          0
1797.03/1797.00	c   rootredcost      :          8          0          0          0
1797.03/1797.00	c   pseudoobj        :     149762          0          0          0
1797.03/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.00	c   vbounds          :       0.05       0.05       0.00
1797.03/1797.00	c   rootredcost      :       0.05       0.05       0.00
1797.03/1797.00	c   pseudoobj        :       2.22       2.22       0.00
1797.03/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.00	c   cut pool         :       0.00         30          -          -        122          -    (maximal pool size: 925)
1797.03/1797.00	c   redcost          :       0.67      52953          0        470          0          0
1797.03/1797.00	c   impliedbounds    :       0.01         31          0          0          0          0
1797.03/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.00	c   gomory           :      18.41         31          0          0      13858          0
1797.03/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.00	c   strongcg         :       1.68         20          0          0      10000          0
1797.03/1797.01	c   cmir             :       1.51         10          0          0          0          0
1797.03/1797.01	c   flowcover        :       1.84         10          0          0          0          0
1797.03/1797.01	c   clique           :       0.21         31          0          0        280          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.01          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     261.59      52514        116       2310          0          0     102530
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.12          -          5
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   feaspump         :       0.00          0          0
1797.03/1797.01	c   oneopt           :       0.08         10          1
1797.03/1797.01	c   veclendiving     :       4.45         44          2
1797.03/1797.01	c   linesearchdiving :       3.30         44          0
1797.03/1797.01	c   guideddiving     :      11.16         44          1
1797.03/1797.01	c   coefdiving       :       7.90         45          1
1797.03/1797.01	c   pscostdiving     :       3.01         45          2
1797.03/1797.01	c   fracdiving       :      10.75         45          2
1797.03/1797.01	c   objpscostdiving  :       5.13         23         69
1797.03/1797.01	c   rootsoldiving    :       3.07         23         37
1797.03/1797.01	c   crossover        :       2.51         21          6
1797.03/1797.01	c   trivial          :       0.00          2          1
1797.03/1797.01	c   shiftandpropagate:       0.00          0          0
1797.03/1797.01	c   simplerounding   :       0.70      52545        113
1797.03/1797.01	c   zirounding       :      19.87      13601        272
1797.03/1797.01	c   rounding         :      10.78      10688          1
1797.03/1797.01	c   shifting         :       3.61       2989          1
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.63          1          1
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.03          0          0
1797.03/1797.01	c   trysol           :       0.03          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.03          0          0       0.00       0.00
1797.03/1797.01	c   dual LP          :    1213.69      92595    2553975      27.58    2104.31
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:      41.21       4352      72059      16.56    1748.62
1797.03/1797.01	c   strong branching :     258.25       8261     458098      55.45    1773.86
1797.03/1797.01	c     (at root node) :          -         36      21315     592.08          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :      91431
1797.03/1797.01	c   nodes (total)    :      91431
1797.03/1797.01	c   nodes left       :        490
1797.03/1797.01	c   max depth        :         84
1797.03/1797.01	c   max depth (total):         84
1797.03/1797.01	c   backtracks       :      10075 (11.0%)
1797.03/1797.01	c   delayed cutoffs  :          0
1797.03/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.03/1797.01	c   avg switch length:       4.32
1797.03/1797.01	c   switching time   :      39.27
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :        515 (12 improvements)
1797.03/1797.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.19 seconds, depth 0, found by <trivial>)
1797.03/1797.01	c   Primal Bound     : -3.40000000000000e+01   (in run 1, after 89311 nodes, 1758.22 seconds, depth 28, found by <relaxation>)
1797.03/1797.01	c   Dual Bound       : -3.50000000000000e+01
1797.03/1797.01	c   Gap              :       2.86 %
1797.03/1797.01	c   Root Dual Bound  : -3.50000000000000e+01
1797.03/1797.01	c   Root Iterations  :       9879
1797.03/1797.09	c Time complete: 1797.13.

Verifier Data

OK	-34

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485534-1307769345/watcher-3485534-1307769345 -o /tmp/evaluation-result-3485534-1307769345/solver-3485534-1307769345 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485534-1307769345.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.90 1/174 19576
/proc/meminfo: memFree=32025544/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=10444 CPUtime=0 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 1614 0 0 0 0 0 0 0 24 0 1 0 621125782 10694656 1568 33554432000 4194304 8979876 140735693180544 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19576/statm: 2611 1568 366 1169 0 1438 0

[startup+0.00917409 s]
/proc/loadavg: 2.00 1.97 1.90 1/174 19576
/proc/meminfo: memFree=32025544/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=10760 CPUtime=0 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 1688 0 0 0 0 0 0 0 24 0 1 0 621125782 11018240 1642 33554432000 4194304 8979876 140735693180544 18446744073709551615 7836078 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19576/statm: 2690 1642 366 1169 0 1517 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10760

[startup+0.100208 s]
/proc/loadavg: 2.00 1.97 1.90 1/174 19576
/proc/meminfo: memFree=32025544/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=17416 CPUtime=0.09 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 3371 0 0 0 9 0 0 0 24 0 1 0 621125782 17833984 3325 33554432000 4194304 8979876 140735693180544 18446744073709551615 7893696 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19576/statm: 4354 3325 366 1169 0 3181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17416

[startup+0.301163 s]
/proc/loadavg: 2.00 1.97 1.90 1/174 19576
/proc/meminfo: memFree=32025544/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=63040 CPUtime=0.29 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 15172 0 0 0 28 1 0 0 25 0 1 0 621125782 64552960 14372 33554432000 4194304 8979876 140735693180544 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 15760 14372 497 1169 0 14587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63040

[startup+0.701096 s]
/proc/loadavg: 2.00 1.97 1.90 1/174 19576
/proc/meminfo: memFree=32025544/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=96416 CPUtime=0.69 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 24025 0 0 0 67 2 0 0 25 0 1 0 621125782 98729984 21909 33554432000 4194304 8979876 140735693180544 18446744073709551615 7047812 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 24104 21909 645 1169 0 22931 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96416

[startup+1.50096 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19587
/proc/meminfo: memFree=31826828/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=103768 CPUtime=1.49 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 26847 0 0 0 146 3 0 0 25 0 1 0 621125782 106258432 24061 33554432000 4194304 8979876 140735693180544 18446744073709551615 7836073 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 25942 24061 837 1169 0 24769 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103768

[startup+3.10067 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19587
/proc/meminfo: memFree=31817928/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=104616 CPUtime=3.09 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 27742 0 0 0 306 3 0 0 25 0 1 0 621125782 107126784 24811 33554432000 4194304 8979876 140735693180544 18446744073709551615 4786400 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 26154 24811 694 1169 0 24981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104616

[startup+6.30112 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19587
/proc/meminfo: memFree=31812720/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=108896 CPUtime=6.29 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 28698 0 0 0 624 5 0 0 25 0 1 0 621125782 111509504 25761 33554432000 4194304 8979876 140735693180544 18446744073709551615 7146353 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 27224 25761 689 1169 0 26051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108896

[startup+12.701 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19588
/proc/meminfo: memFree=31806252/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=108896 CPUtime=12.69 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 28877 0 0 0 1257 12 0 0 25 0 1 0 621125782 111509504 25924 33554432000 4194304 8979876 140735693180544 18446744073709551615 6543892 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 27224 25924 674 1169 0 26051 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108896

[startup+25.5007 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19588
/proc/meminfo: memFree=31804280/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=113768 CPUtime=25.49 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 30592 0 0 0 2528 21 0 0 25 0 1 0 621125782 116498432 26359 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 28442 26359 673 1169 0 27269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113768

[startup+51.1002 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 19589
/proc/meminfo: memFree=31762944/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=149964 CPUtime=51.09 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 40392 0 0 0 5052 57 0 0 25 0 1 0 621125782 153563136 36025 33554432000 4194304 8979876 140735693180544 18446744073709551615 7046344 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 37491 36025 705 1169 0 36318 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149964

[startup+102.306 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 19590
/proc/meminfo: memFree=31760824/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=149964 CPUtime=102.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 40392 0 0 0 10127 103 0 0 25 0 1 0 621125782 153563136 36025 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19576/statm: 37491 36025 705 1169 0 36318 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 149964

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 19592
/proc/meminfo: memFree=31746840/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=149504 CPUtime=162.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 42674 0 0 0 16067 163 0 0 25 0 1 0 621125782 153092096 36290 33554432000 4194304 8979876 140735693180544 18446744073709551615 7046392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 37376 36290 708 1169 0 36203 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 149504

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 19593
/proc/meminfo: memFree=31729044/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=149504 CPUtime=222.29 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 47070 0 0 0 22015 214 0 0 25 0 1 0 621125782 153092096 36300 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 37376 36300 714 1169 0 36203 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 149504

[startup+282.3 s]
/proc/loadavg: 2.07 1.99 1.91 3/178 19595
/proc/meminfo: memFree=31702824/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=163504 CPUtime=282.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 65931 0 0 0 27956 274 0 0 25 0 1 0 621125782 167428096 39250 33554432000 4194304 8979876 140735693180544 18446744073709551615 7020819 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 40876 39250 714 1169 0 39703 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 163504

[startup+342.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 19596
/proc/meminfo: memFree=31671508/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=180852 CPUtime=342.29 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 79306 0 0 0 33897 332 0 0 25 0 1 0 621125782 185192448 43577 33554432000 4194304 8979876 140735693180544 18446744073709551615 7046355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 45213 43577 714 1169 0 44040 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 180852

[startup+402.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 19598
/proc/meminfo: memFree=31649140/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=190788 CPUtime=402.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 90553 0 0 0 39839 391 0 0 25 0 1 0 621125782 195366912 46011 33554432000 4194304 8979876 140735693180544 18446744073709551615 6892655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 47697 46011 714 1169 0 46524 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 190788

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 19600
/proc/meminfo: memFree=31630612/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=191848 CPUtime=462.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 127248 0 0 0 45769 461 0 0 25 0 1 0 621125782 196452352 46616 33554432000 4194304 8979876 140735693180544 18446744073709551615 7109048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 47962 46616 714 1169 0 46789 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 191848

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 19601
/proc/meminfo: memFree=31625964/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=194764 CPUtime=522.31 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 145875 0 0 0 51715 516 0 0 25 0 1 0 621125782 199438336 47195 33554432000 4194304 8979876 140735693180544 18446744073709551615 7020788 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 48691 47195 714 1169 0 47518 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 194764

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 19603
/proc/meminfo: memFree=31622916/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=194040 CPUtime=582.3 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 154692 0 0 0 57660 570 0 0 25 0 1 0 621125782 198696960 47136 33554432000 4194304 8979876 140735693180544 18446744073709551615 7031099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 48510 47136 714 1169 0 47337 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 194040

[startup+642.301 s]

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

/proc/meminfo: memFree=31555372/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=229792 CPUtime=1062.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 181422 0 0 0 105244 988 0 0 25 0 1 0 621125782 235307008 55871 33554432000 4194304 8979876 140735693180544 18446744073709551615 7179605 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 57448 55871 714 1169 0 56275 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 229792

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19617
/proc/meminfo: memFree=31547892/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=233872 CPUtime=1122.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 182585 0 0 0 111190 1042 0 0 25 0 1 0 621125782 239484928 57034 33554432000 4194304 8979876 140735693180544 18446744073709551615 7109048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 58468 57034 714 1169 0 57295 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 233872

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19619
/proc/meminfo: memFree=31538656/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=241080 CPUtime=1182.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 184447 0 0 0 117139 1093 0 0 25 0 1 0 621125782 246865920 58896 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 60270 58896 714 1169 0 59097 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 241080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19620
/proc/meminfo: memFree=31528804/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=249988 CPUtime=1242.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 186588 0 0 0 123087 1145 0 0 25 0 1 0 621125782 255987712 61037 33554432000 4194304 8979876 140735693180544 18446744073709551615 5546436 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 62497 61037 714 1169 0 61324 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 249988

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19622
/proc/meminfo: memFree=31521584/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=256308 CPUtime=1302.33 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 188210 0 0 0 129036 1197 0 0 25 0 1 0 621125782 262459392 62659 33554432000 4194304 8979876 140735693180544 18446744073709551615 7059296 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 64077 62659 714 1169 0 62904 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 256308

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19624
/proc/meminfo: memFree=31516188/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=258948 CPUtime=1362.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 197726 0 0 0 134982 1250 0 0 25 0 1 0 621125782 265162752 63243 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 64737 63243 714 1169 0 63564 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 258948

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 19625
/proc/meminfo: memFree=31505580/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=265236 CPUtime=1422.33 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 199333 0 0 0 140931 1302 0 0 25 0 1 0 621125782 271601664 64850 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 66309 64850 714 1169 0 65136 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 265236

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 19627
/proc/meminfo: memFree=31494608/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=273356 CPUtime=1482.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 201395 0 0 0 146878 1354 0 0 25 0 1 0 621125782 279916544 66912 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 68339 66912 714 1169 0 67166 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 273356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19628
/proc/meminfo: memFree=31479532/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=283680 CPUtime=1542.33 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 203820 0 0 0 152826 1407 0 0 25 0 1 0 621125782 290488320 69335 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 70920 69335 714 1169 0 69747 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 283680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 19630
/proc/meminfo: memFree=31467692/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=289328 CPUtime=1602.32 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 205446 0 0 0 158773 1459 0 0 25 0 1 0 621125782 296271872 70961 33554432000 4194304 8979876 140735693180544 18446744073709551615 7059303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 72332 70961 714 1169 0 71159 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 289328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19632
/proc/meminfo: memFree=31452280/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=300140 CPUtime=1662.33 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 208077 0 0 0 164718 1515 0 0 25 0 1 0 621125782 307343360 73592 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 75035 73592 714 1169 0 73862 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 300140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19633
/proc/meminfo: memFree=31438440/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=310544 CPUtime=1722.34 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 210479 0 0 0 170661 1573 0 0 25 0 1 0 621125782 317997056 75994 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 77636 75994 715 1169 0 76463 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 310544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31426604/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=316704 CPUtime=1782.34 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 227812 0 0 0 176600 1634 0 0 25 0 1 0 621125782 324304896 77493 33554432000 4194304 8979876 140735693180544 18446744073709551615 6915745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 79176 77493 714 1169 0 78003 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 316704

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31425612/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=343840 CPUtime=1785.53 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 234794 0 0 0 176915 1638 0 0 25 0 1 0 621125782 352092160 84475 33554432000 4194304 8979876 140735693180544 18446744073709551615 5284420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 85960 84475 714 1169 0 84787 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 343840

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31424984/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=316736 CPUtime=1791.93 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 235630 0 0 0 177546 1647 0 0 25 0 1 0 621125782 324337664 77468 33554432000 4194304 8979876 140735693180544 18446744073709551615 7057384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 79184 77468 717 1169 0 78011 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 316736

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31424984/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=316736 CPUtime=1795.13 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 235631 0 0 0 177863 1650 0 0 25 0 1 0 621125782 324337664 77469 33554432000 4194304 8979876 140735693180544 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 79184 77469 717 1169 0 78011 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 316736

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31424984/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=316736 CPUtime=1795.93 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 235633 0 0 0 177942 1651 0 0 25 0 1 0 621125782 324337664 77471 33554432000 4194304 8979876 140735693180544 18446744073709551615 7143757 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 79184 77471 717 1169 0 78011 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 316736

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31424732/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=316736 CPUtime=1796.74 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) R 19574 19576 17032 0 -1 4202496 235648 0 0 0 178022 1652 0 0 25 0 1 0 621125782 324337664 77486 33554432000 4194304 8979876 140735693180544 18446744073709551615 7841422 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19576/statm: 79184 77486 717 1169 0 78011 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 316736

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19635
/proc/meminfo: memFree=31424732/32951124 swapFree=67055708/67111528
[pid=19576] ppid=19574 vsize=0 CPUtime=1797.13 cores=1,3,5,7
/proc/19576/stat : 19576 (scip-2.0.1.4_2.) S 19574 19576 17032 0 -1 4202500 235656 0 0 0 178060 1653 0 0 25 0 1 0 621125782 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/19576/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1797.1
CPU time (s): 1797.14
CPU user time (s): 1780.6
CPU system time (s): 16.5355
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 344140

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

runsolver used 2.82157 second user time and 6.69898 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-11 07:15:45
IDJOB=3485534
IDBENCH=2273
IDSOLVER=1977
FILE ID=node107/3485534-1307769345
RUNJOBID= node107-1307767547-19423
PBS_JOBID= 13550853
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= 366c883f3118f840e595e8bbe10351c8
RANDOM SEED=1044216277

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32026096 kB
Buffers:        135336 kB
Cached:         574660 kB
SwapCached:      19468 kB
Active:         260808 kB
Inactive:       477232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32026096 kB
SwapTotal:    67111528 kB
SwapFree:     67055708 kB
Dirty:           17372 kB
Writeback:           0 kB
AnonPages:       26384 kB
Mapped:          12328 kB
Slab:           121736 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184280 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= 74096 MiB
End job on node107 at 2011-06-11 07:45:42