Trace number 3452602

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)190 1800.03 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1797.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
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.01	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3452602-1307077399.opb>
0.00/0.01	c original problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 470 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 470
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.700000e+02
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 470 upgd conss, 0 impls, 0 clqs
0.00/0.03	c (round 3) 0 del vars, 77 del conss, 184 add conss, 0 chg bounds, 240 chg sides, 601 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 4) 0 del vars, 99 del conss, 197 add conss, 0 chg bounds, 303 chg sides, 710 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 5) 0 del vars, 102 del conss, 200 add conss, 0 chg bounds, 324 chg sides, 749 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c (round 6) 0 del vars, 103 del conss, 201 add conss, 0 chg bounds, 326 chg sides, 759 chg coeffs, 470 upgd conss, 252 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/470 (21.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (7 rounds):
0.00/0.03	c  0 deleted vars, 103 deleted constraints, 201 added constraints, 0 tightened bounds, 0 added holes, 326 changed sides, 759 changed coefficients
0.00/0.03	c  252 implications, 0 cliques
0.00/0.03	c presolved problem has 470 variables (470 bin, 0 int, 0 impl, 0 cont) and 568 constraints
0.00/0.03	c     438 constraints of type <knapsack>
0.00/0.03	c     126 constraints of type <setppc>
0.00/0.03	c       4 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.4
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
1.10/1.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.16	c t 1.2s|     1 |     0 | 10532 |     - |2594k|   0 | 338 | 470 | 568 | 470 | 568 |   0 |   0 |   0 | 1.502182e+02 | 4.700000e+02 | 212.88%
1.10/1.16	o 349
1.10/1.16	c r 1.2s|     1 |     0 | 10532 |     - |2607k|   0 | 338 | 470 | 568 | 470 | 568 |   0 |   0 |   0 | 1.502182e+02 | 3.490000e+02 | 132.33%
1.10/1.17	o 348
1.10/1.17	c R 1.2s|     1 |     0 | 10532 |     - |2621k|   0 | 338 | 470 | 568 | 470 | 568 |   0 |   0 |   0 | 1.502182e+02 | 3.480000e+02 | 131.66%
1.10/1.17	o 347
1.10/1.17	c s 1.2s|     1 |     0 | 10532 |     - |2634k|   0 | 338 | 470 | 568 | 470 | 568 |   0 |   0 |   0 | 1.502182e+02 | 3.470000e+02 | 131.00%
1.39/1.40	o 219
1.39/1.40	c y 1.4s|     1 |     0 | 10532 |     - |2994k|   0 | 338 | 470 | 568 | 470 | 568 |   0 |   0 |   0 | 1.502182e+02 | 2.190000e+02 |  45.79%
1.88/1.92	c   1.9s|     1 |     0 | 14281 |     - |2922k|   0 | 372 | 470 | 568 | 470 | 773 | 205 |   0 |   0 | 1.557266e+02 | 2.190000e+02 |  40.63%
2.59/2.66	c   2.7s|     1 |     0 | 17753 |     - |3161k|   0 | 422 | 470 | 568 | 470 | 951 | 383 |   0 |   0 | 1.589896e+02 | 2.190000e+02 |  37.74%
3.20/3.22	c   3.2s|     1 |     0 | 19420 |     - |3338k|   0 | 427 | 470 | 568 | 470 |1080 | 512 |   0 |   0 | 1.601437e+02 | 2.190000e+02 |  36.75%
3.79/3.84	c   3.8s|     1 |     0 | 21078 |     - |3444k|   0 | 420 | 470 | 568 | 470 |1171 | 603 |   0 |   0 | 1.611238e+02 | 2.190000e+02 |  35.92%
4.30/4.36	c   4.4s|     1 |     0 | 21847 |     - |3504k|   0 | 424 | 470 | 568 | 470 |1230 | 662 |   0 |   0 | 1.614869e+02 | 2.190000e+02 |  35.61%
4.78/4.81	c   4.8s|     1 |     0 | 22293 |     - |3530k|   0 | 433 | 470 | 568 | 470 |1258 | 690 |   0 |   0 | 1.616501e+02 | 2.190000e+02 |  35.48%
5.18/5.27	c   5.3s|     1 |     0 | 22558 |     - |3549k|   0 | 437 | 470 | 568 | 470 |1274 | 706 |   0 |   0 | 1.617241e+02 | 2.190000e+02 |  35.42%
5.58/5.62	c   5.6s|     1 |     0 | 22632 |     - |3557k|   0 | 432 | 470 | 568 | 470 |1279 | 711 |   0 |   0 | 1.617361e+02 | 2.190000e+02 |  35.41%
5.99/6.05	c   6.0s|     1 |     0 | 22811 |     - |3570k|   0 | 432 | 470 | 568 | 470 |1285 | 717 |   0 |   0 | 1.617581e+02 | 2.190000e+02 |  35.39%
6.39/6.40	c   6.4s|     1 |     0 | 22856 |     - |3577k|   0 | 431 | 470 | 568 | 470 |1288 | 720 |   0 |   0 | 1.617643e+02 | 2.190000e+02 |  35.38%
6.69/6.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.69/6.73	c   6.7s|     1 |     0 | 22873 |     - |3584k|   0 | 432 | 470 | 568 | 470 |1230 | 722 |   0 |   0 | 1.617649e+02 | 2.190000e+02 |  35.38%
6.99/7.05	c   7.1s|     1 |     0 | 22904 |     - |3591k|   0 | 436 | 470 | 568 | 470 |1231 | 723 |   0 |   0 | 1.617663e+02 | 2.190000e+02 |  35.38%
9.69/9.74	c   9.7s|     1 |     2 | 22904 |     - |3611k|   0 | 436 | 470 | 568 | 470 |1231 | 723 |   0 |  16 | 1.617663e+02 | 2.190000e+02 |  35.38%
32.90/32.92	o 218
32.90/32.92	c p32.9s|    27 |    28 | 53253 |1167.3 |4471k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.180000e+02 |  34.63%
32.90/32.92	o 216
32.90/32.92	c p32.9s|    27 |    28 | 53272 |1168.0 |4472k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.160000e+02 |  33.40%
32.90/32.92	o 216
32.90/32.92	c p32.9s|    27 |    28 | 53282 |1168.4 |4473k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.160000e+02 |  33.40%
32.90/32.92	o 216
32.90/32.92	c p32.9s|    27 |    28 | 53334 |1170.4 |4477k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.160000e+02 |  33.40%
32.90/32.92	o 215
32.90/32.92	c p32.9s|    27 |    28 | 53340 |1170.6 |4478k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.150000e+02 |  32.78%
32.90/32.92	o 212
32.90/32.92	c p32.9s|    27 |    28 | 53346 |1170.8 |4479k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.120000e+02 |  30.93%
32.90/32.92	o 211
32.90/32.92	c p32.9s|    27 |    28 | 53348 |1170.9 |4480k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.110000e+02 |  30.31%
32.90/32.92	o 210
32.90/32.92	c p32.9s|    27 |    28 | 53365 |1171.6 |4483k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.100000e+02 |  29.69%
32.90/32.92	o 209
32.90/32.92	c p32.9s|    27 |    28 | 53380 |1172.2 |4486k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.090000e+02 |  29.08%
32.90/32.93	o 208
32.90/32.93	c p32.9s|    27 |    28 | 53384 |1172.3 |4488k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.080000e+02 |  28.46%
32.90/32.93	o 207
32.90/32.93	c p32.9s|    27 |    28 | 53412 |1173.4 |4495k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.070000e+02 |  27.84%
32.90/32.93	o 206
32.90/32.93	c p32.9s|    27 |    28 | 53413 |1173.4 |4496k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.060000e+02 |  27.22%
32.90/32.93	o 206
32.90/32.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.90/32.93	c p32.9s|    27 |    28 | 53425 |1173.9 |4498k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.060000e+02 |  27.22%
32.90/32.93	o 205
32.90/32.93	c p32.9s|    27 |    28 | 53429 |1174.0 |4499k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.050000e+02 |  26.61%
32.90/32.93	o 204
32.90/32.93	c p32.9s|    27 |    28 | 53432 |1174.2 |4500k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.040000e+02 |  25.99%
32.90/32.93	o 202
32.90/32.93	c p32.9s|    27 |    28 | 53443 |1174.6 |4501k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.020000e+02 |  24.75%
32.90/32.94	o 201
32.90/32.94	c p32.9s|    27 |    28 | 53497 |1176.7 |4513k|  14 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 233 | 1.619208e+02 | 2.010000e+02 |  24.13%
69.09/69.14	o 201
69.09/69.14	c p69.1s|   202 |   203 |323841 |1497.2 |4702k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 2.010000e+02 |  24.03%
69.09/69.14	o 201
69.09/69.14	c p69.1s|   202 |   203 |323842 |1497.2 |4703k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 2.010000e+02 |  24.03%
69.09/69.14	o 199
69.09/69.14	c p69.1s|   202 |   203 |323849 |1497.2 |4705k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 1.990000e+02 |  22.79%
69.09/69.14	o 198
69.09/69.14	c p69.1s|   202 |   203 |323863 |1497.3 |4708k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 1.980000e+02 |  22.18%
69.09/69.15	o 198
69.09/69.15	c p69.1s|   202 |   203 |323875 |1497.4 |4711k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 1.980000e+02 |  22.18%
69.09/69.15	o 198
69.09/69.15	c p69.1s|   202 |   203 |323882 |1497.4 |4712k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 280 | 1.620596e+02 | 1.980000e+02 |  22.18%
74.81/74.89	o 197
74.81/74.89	c p74.9s|   224 |   225 |362204 |1521.5 |4735k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 291 | 1.620596e+02 | 1.970000e+02 |  21.56%
74.81/74.89	o 196
74.81/74.89	c p74.9s|   224 |   225 |362207 |1521.5 |4736k|  27 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 291 | 1.620596e+02 | 1.960000e+02 |  20.94%
74.89/74.92	o 194
74.89/74.92	c b74.9s|   225 |   226 |362345 |1515.4 |4590k|  27 | 394 | 470 | 568 | 470 | 955 | 723 |   0 | 291 | 1.620596e+02 | 1.940000e+02 |  19.71%
183.71/183.74	o 193
183.71/183.74	c p 184s|   764 |   765 |  1080k|1386.4 |5064k|  29 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 516 | 1.624926e+02 | 1.930000e+02 |  18.77%
183.71/183.74	o 193
183.71/183.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.71/183.74	c p 184s|   764 |   765 |  1080k|1386.4 |5066k|  29 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 516 | 1.624926e+02 | 1.930000e+02 |  18.77%
224.59/224.68	o 192
224.59/224.68	c p 225s|  1021 |  1022 |  1356k|1307.5 |5239k|  31 |   - | 470 | 568 | 470 | 955 | 723 |   0 | 611 | 1.625094e+02 | 1.920000e+02 |  18.15%
289.60/289.60	o 190
289.60/289.60	c C 290s|  1621 |  1622 |  1804k|1099.9 |5501k|  92 | 409 | 470 | 568 | 470 | 955 | 723 |   0 | 744 | 1.626628e+02 | 1.900000e+02 |  16.81%
1021.49/1021.57	c  1022s| 10000 | 10001 |  6828k| 680.6 |  11M|  92 | 370 | 470 | 568 | 470 | 955 | 723 |   0 |2072 | 1.633958e+02 | 1.900000e+02 |  16.28%
1767.20/1767.23	c  1767s| 20000 | 20001 | 11867k| 592.3 |  18M|  92 | 363 | 470 | 576 | 470 | 955 | 723 |   8 |2937 | 1.636022e+02 | 1.900000e+02 |  16.14%
1800.01/1800.02	c 
1800.01/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.02	c Solving Time (sec) : 1800.00
1800.01/1800.02	c Solving Nodes      : 20481
1800.01/1800.02	c Primal Bound       : +1.90000000000000e+02 (787 solutions)
1800.01/1800.02	c Dual Bound         : +1.63609077385519e+02
1800.01/1800.02	c Gap                : 16.13 %
1800.01/1800.02	s SATISFIABLE
1800.01/1800.02	v -x470 x469 x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 x460 -x459 x458 -x457 -x456 x455 x454 -x453 -x452 x451 -x450 -x449 x448 
1800.01/1800.02	v -x447 -x446 x445 x444 -x443 -x442 x441 x440 -x439 x438 x437 -x436 -x435 -x434 -x433 -x432 x431 x430 -x429 x428 -x427 x426 
1800.01/1800.02	v x425 -x424 x423 x422 x421 -x420 x419 x418 -x417 -x416 -x415 x414 -x413 -x412 -x411 -x410 -x409 x408 -x407 x406 x405 -x404 x403 
1800.01/1800.02	v x402 -x401 x400 -x399 x398 x397 x396 x395 x394 -x393 -x392 x391 x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 
1800.01/1800.02	v x380 x379 -x378 x377 -x376 x375 -x374 -x373 -x372 x371 -x370 -x369 -x368 -x367 x366 x365 x364 -x363 -x362 -x361 -x360 -x359 -x358 
1800.01/1800.02	v -x357 x356 x355 x354 -x353 x352 -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 x343 -x342 -x341 -x340 x339 -x338 -x337 
1800.01/1800.02	v x336 -x335 -x334 -x333 -x332 -x331 -x330 x329 -x328 x327 x326 -x325 -x324 -x323 x322 x321 -x320 -x319 x318 x317 x316 -x315 -x314 
1800.01/1800.02	v -x313 -x312 -x311 -x310 -x309 x308 -x307 x306 -x305 -x304 -x303 -x302 x301 -x300 -x299 x298 -x297 x296 -x295 x294 -x293 -x292 
1800.01/1800.02	v x291 -x290 x289 -x288 -x287 -x286 x285 -x284 -x283 -x282 x281 -x280 -x279 x278 x277 x276 x275 -x274 x273 -x272 -x271 -x270 
1800.01/1800.02	v -x269 -x268 x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 -x259 x258 -x257 -x256 x255 -x254 -x253 x252 -x251 x250 x249 x248 
1800.01/1800.02	v x247 x246 x245 x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 x234 x233 -x232 x231 -x230 -x229 x228 x227 -x226 
1800.01/1800.02	v -x225 x224 x223 -x222 -x221 -x220 -x219 x218 x217 -x216 x215 x214 x213 -x212 x211 -x210 x209 -x208 x207 x206 -x205 -x204 -x203 
1800.01/1800.02	v x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 x191 -x190 x189 -x188 -x187 -x186 x185 x184 -x183 -x182 -x181 
1800.01/1800.02	v x180 -x179 x178 -x177 -x176 x175 -x174 -x173 x172 -x171 x170 x169 x168 x167 x166 x165 -x164 -x163 x162 -x161 -x160 -x159 -x158 
1800.01/1800.02	v -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 x137 -x136 
1800.01/1800.02	v -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 x127 x126 x125 -x124 x123 x122 x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 
1800.01/1800.02	v x113 x112 x111 x110 -x109 x108 -x107 -x106 x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 x94 x93 x92 x91 -x90 
1800.01/1800.02	v x89 x88 x87 x86 x85 -x84 -x83 -x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 x70 x69 x68 x67 -x66 x65 -x64 x63 x62 
1800.01/1800.02	v x61 x60 x59 -x58 x57 -x56 -x55 -x54 x53 -x52 -x51 x50 x49 -x48 x47 x46 -x45 -x44 x43 x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 
1800.01/1800.02	v x34 -x33 x32 x31 x30 x29 -x28 x27 x26 -x25 -x24 -x23 x22 x21 -x20 x19 x18 x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 
1800.01/1800.02	v -x5 x4 x3 -x2 x1 
1800.01/1800.02	c SCIP Status        : solving was interrupted [time limit reached]
1800.01/1800.02	c Total Time         :    1800.00
1800.01/1800.02	c   solving          :    1800.00
1800.01/1800.02	c   presolving       :       0.02 (included in solving)
1800.01/1800.02	c   reading          :       0.01 (included in solving)
1800.01/1800.02	c Original Problem   :
1800.01/1800.02	c   Problem name     : HOME/instance-3452602-1307077399.opb
1800.01/1800.02	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.02	c   Constraints      : 470 initial, 470 maximal
1800.01/1800.02	c Presolved Problem  :
1800.01/1800.02	c   Problem name     : t_HOME/instance-3452602-1307077399.opb
1800.01/1800.02	c   Variables        : 470 (470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.02	c   Constraints      : 568 initial, 576 maximal
1800.01/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.01/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   knapsack         :       0.01          0          0          0          0          0         28        201        326        716
1800.01/1800.02	c   setppc           :       0.00          0          0          0          0          0         75          0          0          0
1800.01/1800.02	c   linear           :       0.01          0          0          0          0          0          0          0          0         43
1800.01/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.01/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.01/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.02	c   integral         :          0          0          0      20480          0        792          0          0          0          0          0      40960
1800.01/1800.02	c   knapsack         :        438         13     193903          0          1        787          0          0       2813        736          0          0
1800.01/1800.02	c   setppc           :        126         13     193857          0          1        786          0          0       5717          0          0          0
1800.01/1800.02	c   logicor          :          4+        13       3440          0          1        786          0          0          0          0          0          0
1800.01/1800.02	c   countsols        :          0          0          0          0          1        790          0          0          0          0          0          0
1800.01/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.01/1800.02	c   integral         :     126.68       0.00       0.00     126.67       0.00       0.00       0.00
1800.01/1800.02	c   knapsack         :       1.65       0.05       1.60       0.00       0.00       0.01       0.00
1800.01/1800.02	c   setppc           :       0.29       0.00       0.29       0.00       0.00       0.00       0.00
1800.01/1800.02	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.01/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.01/1800.02	c   vbounds          :          0          0          0          0
1800.01/1800.02	c   rootredcost      :         22          0          0          0
1800.01/1800.02	c   pseudoobj        :     195703          0          0          0
1800.01/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.01/1800.02	c   vbounds          :       0.04       0.04       0.00
1800.01/1800.02	c   rootredcost      :       0.04       0.04       0.00
1800.01/1800.02	c   pseudoobj        :       1.50       1.50       0.00
1800.01/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.02	c   infeasible LP    :       0.00          8          8          8        5.0          0        0.0          0
1800.01/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.02	c   applied globally :          -          -          -          8        5.0          -          -          -
1800.01/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.02	c   cut pool         :       0.00         12          -          -        275          -    (maximal pool size: 1241)
1800.01/1800.02	c   redcost          :       0.15      20492          0          0          0          0
1800.01/1800.02	c   impliedbounds    :       0.00         13          0          0          0          0
1800.01/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.02	c   gomory           :       1.88         13          0          0          0          0
1800.01/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.01/1800.02	c   strongcg         :       1.71         13          0          0          0          0
1800.01/1800.02	c   cmir             :       0.23         10          0          0        710          0
1800.01/1800.02	c   flowcover        :       0.28         10          0          0        927          0
1800.01/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.01/1800.02	c   rapidlearning    :       0.07          1          0          0          0          0
1800.01/1800.02	c Pricers            :       Time      Calls       Vars
1800.01/1800.02	c   problem variables:       0.00          0          0
1800.01/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.02	c   relpscost        :     126.66      20480          0          0          0          0      40960
1800.01/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.01/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.02	c   LP solutions     :       0.00          -          0
1800.01/1800.02	c   pseudo solutions :       0.00          -          0
1800.01/1800.02	c   oneopt           :       0.01          8          1
1800.01/1800.02	c   trivial          :       0.00          2          1
1800.01/1800.02	c   shiftandpropagate:       0.00          0          0
1800.01/1800.02	c   simplerounding   :       0.70      20492         27
1800.01/1800.02	c   zirounding       :       0.42       1000         17
1800.01/1800.02	c   rounding         :      18.19       6416          1
1800.01/1800.02	c   shifting         :       4.70       1616          1
1800.01/1800.02	c   intshifting      :       0.00          0          0
1800.01/1800.02	c   twoopt           :       0.00          0          0
1800.01/1800.02	c   fixandinfer      :       0.00          0          0
1800.01/1800.02	c   feaspump         :       0.00          0          0
1800.01/1800.02	c   clique           :       0.00          0          0
1800.01/1800.02	c   coefdiving       :      57.68         42        169
1800.01/1800.02	c   pscostdiving     :     387.86        402        340
1800.01/1800.02	c   fracdiving       :      49.88         40          0
1800.01/1800.02	c   veclendiving     :      70.42         71         78
1800.01/1800.02	c   intdiving        :       0.00          0          0
1800.01/1800.02	c   actconsdiving    :       0.00          0          0
1800.01/1800.02	c   objpscostdiving  :      38.44          4        112
1800.01/1800.02	c   rootsoldiving    :      13.57         12          0
1800.01/1800.02	c   linesearchdiving :      68.02         83         37
1800.01/1800.02	c   guideddiving     :      49.31         41          0
1800.01/1800.02	c   octane           :       0.00          0          0
1800.01/1800.02	c   rens             :       0.01          0          0
1800.01/1800.02	c   rins             :       0.00          0          0
1800.01/1800.02	c   localbranching   :       0.00          0          0
1800.01/1800.02	c   mutation         :       0.00          0          0
1800.01/1800.02	c   crossover        :       0.26          2          2
1800.01/1800.02	c   dins             :       0.00          0          0
1800.01/1800.02	c   vbounds          :       0.00          0          0
1800.01/1800.02	c   undercover       :       0.00          0          0
1800.01/1800.02	c   subnlp           :       0.00          0          0
1800.01/1800.02	c   trysol           :       0.01          0          0
1800.01/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.02	c   dual LP          :     904.89      20493    6277516     306.32    6937.31
1800.01/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.02	c   diving/probing LP:     710.93     117151    5814010      49.63    8178.09
1800.01/1800.02	c   strong branching :     124.95       2967     802627     270.52    6423.55
1800.01/1800.02	c     (at root node) :          -         16      14257     891.06          -
1800.01/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.02	c B&B Tree           :
1800.01/1800.02	c   number of runs   :          1
1800.01/1800.02	c   nodes            :      20481
1800.01/1800.02	c   nodes (total)    :      20481
1800.01/1800.02	c   nodes left       :      20482
1800.01/1800.02	c   max depth        :         92
1800.01/1800.02	c   max depth (total):         92
1800.01/1800.02	c   backtracks       :       2240 (10.9%)
1800.01/1800.02	c   delayed cutoffs  :          0
1800.01/1800.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.01/1800.02	c   avg switch length:       3.89
1800.01/1800.02	c   switching time   :       0.65
1800.01/1800.02	c Solution           :
1800.01/1800.02	c   Solutions found  :        787 (35 improvements)
1800.01/1800.02	c   First Solution   : +4.70000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.01/1800.02	c   Primal Bound     : +1.90000000000000e+02   (in run 1, after 1621 nodes, 289.60 seconds, depth 6, found by <crossover>)
1800.01/1800.02	c   Dual Bound       : +1.63609077385519e+02
1800.01/1800.02	c   Gap              :      16.13 %
1800.01/1800.02	c   Root Dual Bound  : +1.61766260548303e+02
1800.01/1800.02	c   Root Iterations  :      22904

Verifier Data

OK	190

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-3452602-1307077399/watcher-3452602-1307077399 -o /tmp/evaluation-result-3452602-1307077399/solver-3452602-1307077399 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452602-1307077399.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 3/535 16035
/proc/meminfo: memFree=29119972/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=10552 CPUtime=0 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 1633 0 0 0 0 0 0 0 25 0 1 0 819337876 10805248 1586 33554432000 4194304 9128323 140733999425952 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16035/statm: 2638 1586 400 1205 0 1429 0

[startup+0.0484581 s]
/proc/loadavg: 2.04 2.04 2.00 3/535 16035
/proc/meminfo: memFree=29119972/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=20736 CPUtime=0.03 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 4345 0 0 0 3 0 0 0 25 0 1 0 819337876 21233664 4040 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 5184 4040 642 1205 0 3975 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20736

[startup+0.100473 s]
/proc/loadavg: 2.04 2.04 2.00 3/535 16035
/proc/meminfo: memFree=29119972/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=20912 CPUtime=0.09 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 4393 0 0 0 9 0 0 0 25 0 1 0 819337876 21413888 4088 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 5228 4088 642 1205 0 4019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20912

[startup+0.300445 s]
/proc/loadavg: 2.04 2.04 2.00 3/535 16035
/proc/meminfo: memFree=29119972/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=21192 CPUtime=0.28 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 4466 0 0 0 28 0 0 0 25 0 1 0 819337876 21700608 4158 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 5298 4158 643 1205 0 4089 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21192

[startup+0.700372 s]
/proc/loadavg: 2.04 2.04 2.00 3/535 16035
/proc/meminfo: memFree=29119972/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=21420 CPUtime=0.69 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 4527 0 0 0 68 1 0 0 25 0 1 0 819337876 21934080 4219 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 5355 4219 643 1205 0 4146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21420

[startup+1.50024 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 16036
/proc/meminfo: memFree=29104464/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=22904 CPUtime=1.49 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 7766 0 0 0 147 2 0 0 25 0 1 0 819337876 23453696 4745 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 5726 4745 723 1205 0 4517 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22904

[startup+3.10092 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 16036
/proc/meminfo: memFree=29100992/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=24188 CPUtime=3.09 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 8067 0 0 0 306 3 0 0 25 0 1 0 819337876 24768512 5046 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6047 5046 724 1205 0 4838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24188

[startup+6.3004 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 16036
/proc/meminfo: memFree=29098388/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=25092 CPUtime=6.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 8290 0 0 0 624 5 0 0 25 0 1 0 819337876 25694208 5258 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6273 5258 724 1205 0 5064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25092

[startup+12.7003 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 16037
/proc/meminfo: memFree=29097060/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=24752 CPUtime=12.69 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 9041 0 0 0 1259 10 0 0 25 0 1 0 819337876 25346048 5217 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6188 5217 730 1205 0 4979 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24752

[startup+25.501 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 16037
/proc/meminfo: memFree=29098276/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=25020 CPUtime=25.49 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 9076 0 0 0 2531 18 0 0 25 0 1 0 819337876 25620480 5252 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6255 5252 730 1205 0 5046 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25020

[startup+51.1005 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 16038
/proc/meminfo: memFree=29097924/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=26000 CPUtime=51.08 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 9324 0 0 0 5068 40 0 0 25 0 1 0 819337876 26624000 5500 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6500 5500 733 1205 0 5291 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26000

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 16042
/proc/meminfo: memFree=29098548/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=26000 CPUtime=102.31 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 9325 0 0 0 10147 84 0 0 25 0 1 0 819337876 26624000 5501 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6500 5501 733 1205 0 5291 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26000

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 16044
/proc/meminfo: memFree=29095312/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=25928 CPUtime=162.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 10227 0 0 0 16095 134 0 0 25 0 1 0 819337876 26550272 5503 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6482 5503 733 1205 0 5273 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25928

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 16045
/proc/meminfo: memFree=29093304/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=26836 CPUtime=222.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 12827 0 0 0 22047 182 0 0 25 0 1 0 819337876 27480064 5707 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6709 5707 738 1205 0 5500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26836

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 16047
/proc/meminfo: memFree=29092916/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=27500 CPUtime=282.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 13881 0 0 0 27995 234 0 0 25 0 1 0 819337876 28160000 5912 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6875 5912 738 1205 0 5666 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 27500

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 16048
/proc/meminfo: memFree=29092996/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=27700 CPUtime=342.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 16844 0 0 0 33949 281 0 0 25 0 1 0 819337876 28364800 5932 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 6925 5932 739 1205 0 5716 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 27700

[startup+402.301 s]
/proc/loadavg: 2.15 2.03 2.01 3/536 16050
/proc/meminfo: memFree=29091976/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=28332 CPUtime=402.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 17000 0 0 0 39906 323 0 0 25 0 1 0 819337876 29011968 6088 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 7083 6088 739 1205 0 5874 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 28332

[startup+462.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/536 16052
/proc/meminfo: memFree=29090692/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=28976 CPUtime=462.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 17177 0 0 0 45857 373 0 0 25 0 1 0 819337876 29671424 6265 33554432000 4194304 9128323 140733999425952 18446744073709551615 7346479 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 7244 6265 739 1205 0 6035 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 28976

[startup+522.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/536 16053
/proc/meminfo: memFree=29089560/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=28976 CPUtime=522.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 17178 0 0 0 51794 435 0 0 25 0 1 0 819337876 29671424 6266 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16035/statm: 7244 6266 739 1205 0 6035 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 28976

[startup+582.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/536 16055
/proc/meminfo: memFree=29087052/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=30400 CPUtime=582.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 17526 0 0 0 57737 492 0 0 25 0 1 0 819337876 31129600 6614 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/16035/statm: 7600 6614 739 1205 0 6391 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 30400

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 16061
/proc/meminfo: memFree=29085440/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=32456 CPUtime=822.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18015 0 0 0 81525 704 0 0 25 0 1 0 819337876 33234944 7103 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8114 7103 739 1205 0 6905 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 32456

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 16063
/proc/meminfo: memFree=29084296/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=32456 CPUtime=882.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18024 0 0 0 87476 753 0 0 25 0 1 0 819337876 33234944 7112 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8114 7112 739 1205 0 6905 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 32456

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 16064
/proc/meminfo: memFree=29082540/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=32456 CPUtime=942.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18057 0 0 0 93428 801 0 0 25 0 1 0 819337876 33234944 7145 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8114 7145 739 1205 0 6905 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 32456

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 16066
/proc/meminfo: memFree=29079164/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=35224 CPUtime=1002.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18766 0 0 0 99379 850 0 0 25 0 1 0 819337876 36069376 7854 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8806 7854 739 1205 0 7597 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 35224

[startup+1062.3 s]
/proc/loadavg: 2.21 2.06 2.02 3/536 16068
/proc/meminfo: memFree=29077036/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=35224 CPUtime=1062.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18773 0 0 0 105332 897 0 0 25 0 1 0 819337876 36069376 7861 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8806 7861 739 1205 0 7597 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 35224

[startup+1122.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/536 16097
/proc/meminfo: memFree=27656756/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=35600 CPUtime=1122.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18865 0 0 0 111283 946 0 0 25 0 1 0 819337876 36454400 7953 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8900 7953 739 1205 0 7691 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 35600

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 16099
/proc/meminfo: memFree=27655936/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=35828 CPUtime=1182.28 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 18912 0 0 0 117235 993 0 0 25 0 1 0 819337876 36687872 8000 33554432000 4194304 9128323 140733999425952 18446744073709551615 7357375 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 8957 8000 739 1205 0 7748 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 35828

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 16100
/proc/meminfo: memFree=27652932/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=36228 CPUtime=1242.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 19035 0 0 0 123195 1034 0 0 25 0 1 0 819337876 37097472 8123 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9057 8123 739 1205 0 7848 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 36228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 16102
/proc/meminfo: memFree=27637660/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=36804 CPUtime=1302.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 19168 0 0 0 129148 1082 0 0 25 0 1 0 819337876 37687296 8256 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9201 8256 739 1205 0 7992 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 36804

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 16104
/proc/meminfo: memFree=27651028/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=37820 CPUtime=1362.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 19429 0 0 0 135103 1126 0 0 25 0 1 0 819337876 38727680 8517 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9455 8517 739 1205 0 8246 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 37820

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 16105
/proc/meminfo: memFree=27514720/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=37820 CPUtime=1422.31 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 19435 0 0 0 141056 1175 0 0 25 0 1 0 819337876 38727680 8523 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9455 8523 741 1205 0 8246 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 37820

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/536 16107
/proc/meminfo: memFree=27513828/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=38640 CPUtime=1482.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 19641 0 0 0 147005 1224 0 0 25 0 1 0 819337876 39567360 8729 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9660 8729 741 1205 0 8451 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 38640

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/536 16108
/proc/meminfo: memFree=27487024/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=38640 CPUtime=1542.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 20412 0 0 0 152956 1274 0 0 25 0 1 0 819337876 39567360 8764 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9660 8764 741 1205 0 8451 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 38640

[startup+1602.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/536 16110
/proc/meminfo: memFree=27487860/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=39496 CPUtime=1602.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 20606 0 0 0 158911 1318 0 0 25 0 1 0 819337876 40443904 8958 33554432000 4194304 9128323 140733999425952 18446744073709551615 7324899 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 9874 8958 741 1205 0 8665 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 39496

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/536 16112
/proc/meminfo: memFree=27485096/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=41320 CPUtime=1662.29 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 21059 0 0 0 164865 1364 0 0 25 0 1 0 819337876 42311680 9411 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 10330 9411 741 1205 0 9121 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 41320

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 16113
/proc/meminfo: memFree=27483216/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=42336 CPUtime=1722.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 21320 0 0 0 170817 1413 0 0 25 0 1 0 819337876 43352064 9672 33554432000 4194304 9128323 140733999425952 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 10584 9672 741 1205 0 9375 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 42336

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 16115
/proc/meminfo: memFree=27482312/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=42336 CPUtime=1782.3 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 21326 0 0 0 176772 1458 0 0 25 0 1 0 819337876 43352064 9678 33554432000 4194304 9128323 140733999425952 18446744073709551615 7326053 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16035/statm: 10584 9678 741 1205 0 9375 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 42336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 16115
/proc/meminfo: memFree=27482920/32951124 swapFree=58212616/67111528
[pid=16035] ppid=16033 vsize=42336 CPUtime=1800.01 cores=0,2,4,6
/proc/16035/stat : 16035 (scip-2.0.1.4.li) R 16033 16035 13256 0 -1 4202496 21332 0 0 0 178530 1471 0 0 25 0 1 0 819337876 43352064 9684 33554432000 4194304 9128323 140733999425952 18446744073709551615 4746787 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16035/statm: 10584 9684 743 1205 0 9375 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 42336

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.03
CPU user time (s): 1785.31
CPU system time (s): 14.7148
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 42336

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

runsolver used 9.71652 second user time and 21.4167 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-03 07:03:19
IDJOB=3452602
IDBENCH=1961
IDSOLVER=1949
FILE ID=node136/3452602-1307077399
RUNJOBID= node136-1307066701-14231
PBS_JOBID= 13497850
Free space on /tmp= 73824 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.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-3452602-1307077399/watcher-3452602-1307077399 -o /tmp/evaluation-result-3452602-1307077399/solver-3452602-1307077399 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452602-1307077399.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6549a0bbc5c463b1b909374436b51d65
RANDOM SEED=1672272213

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29120252 kB
Buffers:        243380 kB
Cached:         445672 kB
SwapCached:       7704 kB
Active:        3200480 kB
Inactive:       336760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29120252 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:           12104 kB
Writeback:           0 kB
AnonPages:     2846468 kB
Mapped:          27604 kB
Slab:           154420 kB
PageTables:      69296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169262452 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= 73792 MiB
End job on node136 at 2011-06-03 07:33:21