Trace number 3452551

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)188 1800.09 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
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 benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
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 constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
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 468
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 468
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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452551-1307077026.opb>
0.00/0.01	c original problem has 468 variables (468 bin, 0 int, 0 impl, 0 cont) and 468 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	o 468
0.00/0.01	c feasible solution found by trivial heuristic, objective value  4.680000e+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, 2 chg sides, 38 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, 2 chg sides, 38 chg coeffs, 468 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 71 del conss, 172 add conss, 0 chg bounds, 222 chg sides, 561 chg coeffs, 468 upgd conss, 236 impls, 0 clqs
0.00/0.02	c (round 4) 0 del vars, 92 del conss, 180 add conss, 0 chg bounds, 263 chg sides, 630 chg coeffs, 468 upgd conss, 236 impls, 0 clqs
0.00/0.03	c (round 5) 0 del vars, 95 del conss, 183 add conss, 0 chg bounds, 271 chg sides, 647 chg coeffs, 468 upgd conss, 236 impls, 0 clqs
0.00/0.03	c (round 6) 0 del vars, 96 del conss, 184 add conss, 0 chg bounds, 273 chg sides, 655 chg coeffs, 468 upgd conss, 236 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/468 (21.6%) - 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, 96 deleted constraints, 184 added constraints, 0 tightened bounds, 0 added holes, 273 changed sides, 655 changed coefficients
0.00/0.03	c  236 implications, 0 cliques
0.00/0.03	c presolved problem has 468 variables (468 bin, 0 int, 0 impl, 0 cont) and 556 constraints
0.00/0.03	c     437 constraints of type <knapsack>
0.00/0.03	c     115 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 
0.89/0.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.90	c t 0.9s|     1 |     0 | 10568 |     - |2578k|   0 | 307 | 468 | 556 | 468 | 556 |   0 |   0 |   0 | 1.458990e+02 | 4.680000e+02 | 220.77%
0.89/0.90	o 322
0.89/0.90	c r 0.9s|     1 |     0 | 10568 |     - |2591k|   0 | 307 | 468 | 556 | 468 | 556 |   0 |   0 |   0 | 1.458990e+02 | 3.220000e+02 | 120.70%
0.89/0.91	o 321
0.89/0.91	c R 0.9s|     1 |     0 | 10568 |     - |2605k|   0 | 307 | 468 | 556 | 468 | 556 |   0 |   0 |   0 | 1.458990e+02 | 3.210000e+02 | 120.02%
0.89/0.91	o 320
0.89/0.91	c s 0.9s|     1 |     0 | 10568 |     - |2618k|   0 | 307 | 468 | 556 | 468 | 556 |   0 |   0 |   0 | 1.458990e+02 | 3.200000e+02 | 119.33%
1.00/1.11	o 221
1.00/1.11	c y 1.1s|     1 |     0 | 10568 |     - |2985k|   0 | 307 | 468 | 556 | 468 | 556 |   0 |   0 |   0 | 1.458990e+02 | 2.210000e+02 |  51.47%
1.59/1.69	c   1.7s|     1 |     0 | 15163 |     - |2912k|   0 | 352 | 468 | 556 | 468 | 762 | 206 |   0 |   0 | 1.532205e+02 | 2.210000e+02 |  44.24%
2.21/2.24	c   2.2s|     1 |     0 | 17736 |     - |3174k|   0 | 404 | 468 | 556 | 468 | 950 | 394 |   0 |   0 | 1.562463e+02 | 2.210000e+02 |  41.44%
2.79/2.84	c   2.8s|     1 |     0 | 20140 |     - |3377k|   0 | 423 | 468 | 556 | 468 |1093 | 537 |   0 |   0 | 1.583045e+02 | 2.210000e+02 |  39.60%
3.39/3.43	c   3.4s|     1 |     0 | 21882 |     - |3507k|   0 | 429 | 468 | 556 | 468 |1199 | 643 |   0 |   0 | 1.592820e+02 | 2.210000e+02 |  38.75%
3.89/3.94	c   3.9s|     1 |     0 | 22765 |     - |3604k|   0 | 426 | 468 | 556 | 468 |1281 | 725 |   0 |   0 | 1.598025e+02 | 2.210000e+02 |  38.30%
4.41/4.45	c   4.5s|     1 |     0 | 23566 |     - |3643k|   0 | 426 | 468 | 556 | 468 |1320 | 764 |   0 |   0 | 1.600613e+02 | 2.210000e+02 |  38.07%
4.89/4.90	c   4.9s|     1 |     0 | 23932 |     - |3670k|   0 | 429 | 468 | 556 | 468 |1345 | 789 |   0 |   0 | 1.601700e+02 | 2.210000e+02 |  37.98%
5.29/5.33	c   5.3s|     1 |     0 | 24145 |     - |3690k|   0 | 429 | 468 | 556 | 468 |1360 | 804 |   0 |   0 | 1.602292e+02 | 2.210000e+02 |  37.93%
5.69/5.71	c   5.7s|     1 |     0 | 24245 |     - |3700k|   0 | 428 | 468 | 556 | 468 |1365 | 809 |   0 |   0 | 1.602537e+02 | 2.210000e+02 |  37.91%
6.00/6.05	c   6.1s|     1 |     0 | 24266 |     - |3707k|   0 | 432 | 468 | 556 | 468 |1366 | 810 |   0 |   0 | 1.602547e+02 | 2.210000e+02 |  37.91%
8.59/8.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.59/8.60	c   8.6s|     1 |     2 | 24266 |     - |3728k|   0 | 432 | 468 | 556 | 468 |1366 | 810 |   0 |  16 | 1.602547e+02 | 2.210000e+02 |  37.91%
28.39/28.47	o 221
28.39/28.47	c c28.5s|    15 |    16 | 40708 |1174.4 |4489k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.603525e+02 | 2.210000e+02 |  37.82%
28.39/28.48	o 217
28.39/28.48	c c28.5s|    15 |    16 | 40748 |1177.3 |4491k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.603525e+02 | 2.170000e+02 |  35.33%
28.39/28.48	o 216
28.39/28.48	c c28.5s|    15 |    16 | 40774 |1179.1 |4494k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.603525e+02 | 2.160000e+02 |  34.70%
28.39/28.51	o 215
28.39/28.51	c c28.5s|    15 |    16 | 40999 |1195.2 |4546k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.603525e+02 | 2.150000e+02 |  34.08%
28.39/28.51	o 214
28.39/28.51	c b28.5s|    16 |    15 | 40999 |1115.5 |4420k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.603525e+02 | 2.140000e+02 |  33.46%
30.20/30.27	o 213
30.20/30.27	c p30.3s|    27 |    28 | 53702 |1132.2 |4613k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.130000e+02 |  32.63%
30.20/30.27	o 210
30.20/30.27	c p30.3s|    27 |    28 | 53704 |1132.2 |4614k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.100000e+02 |  30.76%
30.20/30.27	o 209
30.20/30.27	c p30.3s|    27 |    28 | 53725 |1133.0 |4618k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.090000e+02 |  30.14%
30.20/30.27	o 207
30.20/30.27	c p30.3s|    27 |    28 | 53733 |1133.3 |4620k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.070000e+02 |  28.89%
30.20/30.28	o 206
30.20/30.28	c p30.3s|    27 |    28 | 53736 |1133.5 |4621k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.060000e+02 |  28.27%
30.20/30.28	o 205
30.20/30.28	c p30.3s|    27 |    28 | 53739 |1133.6 |4622k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.050000e+02 |  27.65%
30.20/30.28	o 204
30.20/30.28	c p30.3s|    27 |    28 | 53740 |1133.6 |4623k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.040000e+02 |  27.02%
30.20/30.28	o 203
30.20/30.28	c p30.3s|    27 |    28 | 53743 |1133.7 |4623k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.030000e+02 |  26.40%
30.20/30.28	o 201
30.20/30.28	c p30.3s|    27 |    28 | 53744 |1133.8 |4624k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.010000e+02 |  25.16%
30.20/30.28	o 200
30.20/30.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.20/30.28	c p30.3s|    27 |    28 | 53746 |1133.8 |4625k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 2.000000e+02 |  24.53%
30.20/30.28	o 199
30.20/30.28	c p30.3s|    27 |    28 | 53749 |1134.0 |4626k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 1.990000e+02 |  23.91%
30.20/30.28	o 197
30.20/30.28	c p30.3s|    27 |    28 | 53761 |1134.4 |4628k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 1.970000e+02 |  22.66%
30.20/30.28	o 196
30.20/30.28	c p30.3s|    27 |    28 | 53773 |1134.9 |4634k|  14 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 219 | 1.606006e+02 | 1.960000e+02 |  22.04%
73.80/73.86	o 195
73.80/73.86	c p73.9s|   211 |   212 |397600 |1777.8 |4859k|  24 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 287 | 1.607392e+02 | 1.950000e+02 |  21.31%
73.80/73.86	o 195
73.80/73.86	c p73.9s|   211 |   212 |397607 |1777.8 |4860k|  24 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 287 | 1.607392e+02 | 1.950000e+02 |  21.31%
73.80/73.86	o 194
73.80/73.86	c p73.9s|   211 |   212 |397617 |1777.9 |4864k|  24 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 287 | 1.607392e+02 | 1.940000e+02 |  20.69%
103.69/103.78	o 193
103.69/103.78	c p 104s|   292 |   293 |621551 |2052.5 |4921k|  24 |   - | 468 | 556 | 468 | 978 | 810 |   0 | 333 | 1.609836e+02 | 1.930000e+02 |  19.89%
150.79/150.83	o 191
150.79/150.83	c C 151s|   492 |   493 |959960 |1905.7 |4889k|  26 | 398 | 468 | 556 | 468 | 978 | 810 |   0 | 457 | 1.611076e+02 | 1.910000e+02 |  18.55%
150.79/150.83	o 190
150.79/150.83	c b 151s|   492 |   493 |959960 |1905.7 |4896k|  26 | 398 | 468 | 556 | 468 | 978 | 810 |   0 | 457 | 1.611076e+02 | 1.900000e+02 |  17.93%
499.51/499.51	o 188
499.51/499.51	c C 500s|  8876 |  3713 |  3699k| 414.1 |7248k| 119 | 384 | 468 | 560 | 468 | 978 | 810 |   4 |1179 | 1.618565e+02 | 1.880000e+02 |  16.15%
534.52/534.56	c   535s| 10000 |  4125 |  3973k| 395.0 |7593k| 119 |   - | 468 | 560 | 468 | 978 | 810 |   4 |1244 | 1.618770e+02 | 1.880000e+02 |  16.14%
880.62/880.65	c   881s| 20000 |  7099 |  6762k| 336.9 |9944k| 119 |   - | 468 | 560 | 468 | 978 | 810 |   4 |2037 | 1.621042e+02 | 1.880000e+02 |  15.97%
1220.73/1220.71	c  1221s| 30000 |  9217 |  9572k| 318.3 |  11M| 119 |   - | 468 | 560 | 468 | 978 | 810 |   4 |2606 | 1.622203e+02 | 1.880000e+02 |  15.89%
1544.85/1544.83	c  1545s| 40000 | 11655 | 12235k| 305.3 |  13M| 119 |   - | 468 | 566 | 468 | 978 | 810 |  10 |3097 | 1.623240e+02 | 1.880000e+02 |  15.82%
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 48712
1800.06/1800.00	c Primal Bound       : +1.88000000000000e+02 (697 solutions)
1800.06/1800.00	c Dual Bound         : +1.62381690395003e+02
1800.06/1800.00	c Gap                : 15.78 %
1800.06/1800.00	s SATISFIABLE
1800.06/1800.00	v -x468 -x467 -x466 x465 -x464 x463 x462 -x461 x460 -x459 -x458 -x457 -x456 -x455 -x454 x453 x452 -x451 -x450 x449 -x448 -x447 -x446 
1800.06/1800.00	v -x445 x444 x443 x442 -x441 -x440 -x439 -x438 x437 -x436 -x435 x434 -x433 -x432 x431 x430 -x429 x428 -x427 -x426 -x425 -x424 
1800.06/1800.00	v x423 -x422 -x421 -x420 x419 -x418 x417 x416 -x415 -x414 -x413 x412 -x411 x410 x409 -x408 -x407 x406 -x405 -x404 -x403 -x402 
1800.06/1800.00	v x401 -x400 -x399 -x398 -x397 x396 -x395 -x394 -x393 -x392 x391 -x390 x389 -x388 -x387 x386 -x385 x384 -x383 -x382 x381 -x380 
1800.06/1800.00	v x379 -x378 x377 -x376 -x375 x374 x373 -x372 -x371 x370 -x369 x368 x367 -x366 x365 -x364 x363 -x362 -x361 -x360 -x359 -x358 
1800.06/1800.00	v -x357 x356 -x355 x354 -x353 -x352 x351 -x350 x349 -x348 x347 x346 -x345 -x344 -x343 -x342 x341 x340 -x339 -x338 x337 x336 -x335 
1800.06/1800.00	v -x334 x333 x332 -x331 -x330 x329 x328 -x327 -x326 x325 -x324 x323 -x322 -x321 -x320 -x319 -x318 x317 -x316 x315 x314 -x313 
1800.06/1800.00	v -x312 -x311 -x310 x309 -x308 -x307 x306 x305 -x304 -x303 x302 -x301 -x300 x299 -x298 -x297 x296 -x295 -x294 x293 -x292 -x291 
1800.06/1800.00	v x290 -x289 -x288 x287 -x286 -x285 -x284 -x283 x282 -x281 -x280 x279 -x278 -x277 -x276 -x275 -x274 x273 x272 -x271 -x270 -x269 
1800.06/1800.00	v -x268 x267 x266 -x265 x264 x263 x262 x261 -x260 -x259 -x258 -x257 x256 -x255 -x254 -x253 -x252 -x251 x250 -x249 x248 -x247 
1800.06/1800.00	v -x246 x245 x244 x243 x242 x241 -x240 -x239 x238 x237 x236 x235 -x234 -x233 x232 -x231 x230 -x229 -x228 x227 -x226 -x225 x224 
1800.06/1800.00	v -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 x215 x214 -x213 -x212 -x211 x210 x209 -x208 -x207 x206 x205 -x204 -x203 -x202 
1800.06/1800.00	v x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 x193 x192 x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 
1800.06/1800.00	v x178 x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 x162 -x161 -x160 x159 x158 -x157 
1800.06/1800.00	v -x156 -x155 x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 x145 -x144 x143 x142 x141 x140 x139 -x138 -x137 x136 x135 -x134 
1800.06/1800.00	v x133 -x132 x131 -x130 -x129 -x128 x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 
1800.06/1800.00	v -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 x90 -x89 
1800.06/1800.00	v 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 -x61 x60 
1800.06/1800.00	v -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 -x34 x33 -x32 
1800.06/1800.00	v -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 -x5 -x4 
1800.06/1800.00	v x3 -x2 x1 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Total Time         :    1800.00
1800.06/1800.00	c   solving          :    1800.00
1800.06/1800.00	c   presolving       :       0.02 (included in solving)
1800.06/1800.00	c   reading          :       0.01 (included in solving)
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-3452551-1307077026.opb
1800.06/1800.00	c   Variables        : 468 (468 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.00	c   Constraints      : 468 initial, 468 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-3452551-1307077026.opb
1800.06/1800.00	c   Variables        : 468 (468 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.00	c   Constraints      : 556 initial, 566 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   knapsack         :       0.01          0          0          0          0          0         27        184        271        617
1800.06/1800.00	c   setppc           :       0.00          0          0          0          0          0         69          0          0          0
1800.06/1800.00	c   linear           :       0.01          0          0          0          0          0          0          0          2         38
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0      31691          0        702          0          4        141          0          0      63248
1800.06/1800.00	c   knapsack         :        437         11     304115          0          0        697          0          0     171868        818          0          0
1800.06/1800.00	c   setppc           :        115         11     303985          0          0        696          0          0      25119          0          0          0
1800.06/1800.00	c   logicor          :          4+        11      11436          0          0        696          0          0          0          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0          0        700          0          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.06/1800.00	c   integral         :     104.83       0.00       0.00     104.82       0.00       0.00       0.00
1800.06/1800.00	c   knapsack         :       3.09       0.03       3.05       0.00       0.00       0.01       0.00
1800.06/1800.00	c   setppc           :       0.35       0.00       0.35       0.00       0.00       0.00       0.00
1800.06/1800.00	c   logicor          :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.06/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :          0          0          0          0
1800.06/1800.00	c   rootredcost      :         21          0          0          0
1800.06/1800.00	c   pseudoobj        :     304787          0          0          0
1800.06/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.06/1800.00	c   vbounds          :       0.06       0.06       0.00
1800.06/1800.00	c   rootredcost      :       0.06       0.06       0.00
1800.06/1800.00	c   pseudoobj        :       2.25       2.25       0.00
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   infeasible LP    :       0.00         10         10         10        3.5          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   applied globally :          -          -          -         10        3.5          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00         10          -          -        332          -    (maximal pool size: 1467)
1800.06/1800.00	c   redcost          :       1.29      66669          0     632695          0          0
1800.06/1800.00	c   impliedbounds    :       0.00         11          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       1.51         11          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       1.38         11          0          0          0          0
1800.06/1800.00	c   cmir             :       0.25         10          0          0        908          0
1800.06/1800.00	c   flowcover        :       0.27         10          0          0       1062          0
1800.06/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :     104.81      31691          4        141          0          0      63248
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   oneopt           :       0.01          9          2
1800.06/1800.00	c   crossover        :       0.60          6          5
1800.06/1800.00	c   trivial          :       0.00          2          1
1800.06/1800.00	c   shiftandpropagate:       0.00          0          0
1800.06/1800.00	c   simplerounding   :       1.08      58914         25
1800.06/1800.00	c   zirounding       :       0.43       1101         22
1800.06/1800.00	c   rounding         :      11.38      11336          1
1800.06/1800.00	c   shifting         :       3.10       3168          1
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   clique           :       0.00          0          0
1800.06/1800.00	c   coefdiving       :     161.61        154        169
1800.06/1800.00	c   pscostdiving     :     286.10        386        214
1800.06/1800.00	c   fracdiving       :      54.71         50          0
1800.06/1800.00	c   veclendiving     :      91.56        109         78
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :      45.04          5        109
1800.06/1800.00	c   rootsoldiving    :      14.81         14          0
1800.06/1800.00	c   linesearchdiving :      86.66        124         69
1800.06/1800.00	c   guideddiving     :      54.98         49          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   vbounds          :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   subnlp           :       0.01          0          0
1800.06/1800.00	c   trysol           :       0.01          0          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :     860.60      75977    7578485      99.75    8806.02
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:     771.33     126325    6757949      53.50    8761.44
1800.06/1800.00	c   strong branching :     103.18       3466     757936     218.68    7345.88
1800.06/1800.00	c     (at root node) :          -         16      13702     856.38          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :      48712
1800.06/1800.00	c   nodes (total)    :      48712
1800.06/1800.00	c   nodes left       :      13745
1800.06/1800.00	c   max depth        :        119
1800.06/1800.00	c   max depth (total):        119
1800.06/1800.00	c   backtracks       :       8550 (17.6%)
1800.06/1800.00	c   delayed cutoffs  :          0
1800.06/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.00	c   avg switch length:       6.39
1800.06/1800.00	c   switching time   :       2.07
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :        697 (30 improvements)
1800.06/1800.00	c   First Solution   : +4.68000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.00	c   Primal Bound     : +1.88000000000000e+02   (in run 1, after 8876 nodes, 499.51 seconds, depth 14, found by <crossover>)
1800.06/1800.00	c   Dual Bound       : +1.62381690395003e+02
1800.06/1800.00	c   Gap              :      15.78 %
1800.06/1800.00	c   Root Dual Bound  : +1.60254670286893e+02
1800.06/1800.00	c   Root Iterations  :      24266

Verifier Data

OK	188

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 7235
/proc/meminfo: memFree=23117480/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=10548 CPUtime=0 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 1643 0 0 0 0 0 0 0 25 0 1 0 897933300 10801152 1596 33554432000 4194304 9128323 140733907470224 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7235/statm: 2637 1596 400 1205 0 1428 0

[startup+0.0481539 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 7235
/proc/meminfo: memFree=23117480/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=20712 CPUtime=0.04 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 4352 0 0 0 4 0 0 0 25 0 1 0 897933300 21209088 4046 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 5178 4046 642 1205 0 3969 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20712

[startup+0.101145 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 7235
/proc/meminfo: memFree=23117480/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=20932 CPUtime=0.09 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 4401 0 0 0 9 0 0 0 25 0 1 0 897933300 21434368 4095 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 5233 4095 642 1205 0 4024 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20932

[startup+0.301111 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 7235
/proc/meminfo: memFree=23117480/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=20932 CPUtime=0.29 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 4411 0 0 0 29 0 0 0 25 0 1 0 897933300 21434368 4105 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 5233 4105 642 1205 0 4024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20932

[startup+0.701032 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 7235
/proc/meminfo: memFree=23117480/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=21260 CPUtime=0.69 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 4515 0 0 0 69 0 0 0 25 0 1 0 897933300 21770240 4209 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 5315 4209 643 1205 0 4106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21260

[startup+1.50088 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7236
/proc/meminfo: memFree=23101816/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=22928 CPUtime=1.49 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 7721 0 0 0 148 1 0 0 25 0 1 0 897933300 23478272 4714 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 5732 4714 724 1205 0 4523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22928

[startup+3.10058 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7236
/proc/meminfo: memFree=23099708/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=24312 CPUtime=3.09 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 8050 0 0 0 307 2 0 0 25 0 1 0 897933300 24895488 5042 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6078 5042 724 1205 0 4869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24312

[startup+6.30097 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7236
/proc/meminfo: memFree=23097612/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=25288 CPUtime=6.3 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 8323 0 0 0 626 4 0 0 25 0 1 0 897933300 25894912 5315 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6322 5315 724 1205 0 5113 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 25288

[startup+12.7008 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7236
/proc/meminfo: memFree=23097768/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=25716 CPUtime=12.69 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 9217 0 0 0 1260 9 0 0 25 0 1 0 897933300 26333184 5417 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6429 5417 731 1205 0 5220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25716

[startup+25.5003 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7237
/proc/meminfo: memFree=23097760/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=25716 CPUtime=25.49 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 9217 0 0 0 2531 18 0 0 25 0 1 0 897933300 26333184 5417 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6429 5417 731 1205 0 5220 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25716

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7238
/proc/meminfo: memFree=23097416/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=25944 CPUtime=51.09 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 9282 0 0 0 5067 42 0 0 25 0 1 0 897933300 26566656 5482 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6486 5482 733 1205 0 5277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25944

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 7239
/proc/meminfo: memFree=23096744/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=26104 CPUtime=102.32 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 9298 0 0 0 10147 85 0 0 25 0 1 0 897933300 26730496 5498 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6526 5498 733 1205 0 5317 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 26104

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 7240
/proc/meminfo: memFree=23095656/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=26180 CPUtime=162.29 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 12310 0 0 0 16089 140 0 0 25 0 1 0 897933300 26808320 5549 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6545 5549 739 1205 0 5336 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26180

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 7242
/proc/meminfo: memFree=23094724/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=26912 CPUtime=222.3 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 12488 0 0 0 22037 193 0 0 25 0 1 0 897933300 27557888 5727 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6728 5727 739 1205 0 5519 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 26912

[startup+282.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/516 7253
/proc/meminfo: memFree=23093792/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=27644 CPUtime=282.3 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 12683 0 0 0 27982 248 0 0 25 0 1 0 897933300 28307456 5922 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 6911 5922 741 1205 0 5702 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 27644

[startup+342.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/516 7254
/proc/meminfo: memFree=23092108/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=28628 CPUtime=342.31 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 18431 0 0 0 33926 305 0 0 25 0 1 0 897933300 29315072 6166 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 7157 6166 741 1205 0 5948 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 28628

[startup+402.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 7256
/proc/meminfo: memFree=23091408/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=29292 CPUtime=402.31 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 18616 0 0 0 39870 361 0 0 25 0 1 0 897933300 29995008 6351 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 7323 6351 741 1205 0 6114 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 29292

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/516 7257
/proc/meminfo: memFree=23090104/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=30484 CPUtime=462.31 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 19613 0 0 0 45813 418 0 0 25 0 1 0 897933300 31215616 6612 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 7621 6612 741 1205 0 6412 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 30484

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 7287
/proc/meminfo: memFree=23197408/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=31800 CPUtime=522.31 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 26413 0 0 0 51758 473 0 0 25 0 1 0 897933300 32563200 6950 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 7950 6950 741 1205 0 6741 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 31800

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 7289
/proc/meminfo: memFree=23197512/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=31772 CPUtime=582.31 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 27283 0 0 0 57712 519 0 0 25 0 1 0 897933300 32534528 6965 33554432000 4194304 9128323 140733907470224 18446744073709551615 7205394 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 7943 6965 741 1205 0 6734 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 31772

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/516 7295
/proc/meminfo: memFree=23193360/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=32508 CPUtime=822.32 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 30930 0 0 0 81499 733 0 0 25 0 1 0 897933300 33288192 7139 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8127 7139 741 1205 0 6918 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 32508

[startup+882.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/516 7297
/proc/meminfo: memFree=23192924/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=32508 CPUtime=882.32 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 30930 0 0 0 87446 786 0 0 25 0 1 0 897933300 33288192 7139 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8127 7139 741 1205 0 6918 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 32508

[startup+942.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/516 7298
/proc/meminfo: memFree=23192620/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=32436 CPUtime=942.32 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 31787 0 0 0 93388 844 0 0 25 0 1 0 897933300 33214464 7137 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8109 7137 741 1205 0 6900 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 32436

[startup+1002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 7300
/proc/meminfo: memFree=23190428/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=32828 CPUtime=1002.33 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 31857 0 0 0 99335 898 0 0 25 0 1 0 897933300 33615872 7207 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8207 7207 741 1205 0 6998 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 32828

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 7301
/proc/meminfo: memFree=23188852/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=34176 CPUtime=1062.33 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 32222 0 0 0 105277 956 0 0 25 0 1 0 897933300 34996224 7572 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8544 7572 741 1205 0 7335 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 34176

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 7303
/proc/meminfo: memFree=23187796/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=34380 CPUtime=1122.33 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 32266 0 0 0 111221 1012 0 0 25 0 1 0 897933300 35205120 7616 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8595 7616 741 1205 0 7386 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 34380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 7305
/proc/meminfo: memFree=23187244/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=35216 CPUtime=1182.33 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 32496 0 0 0 117168 1065 0 0 25 0 1 0 897933300 36061184 7846 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8804 7846 741 1205 0 7595 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 35216

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/516 7306
/proc/meminfo: memFree=23187184/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=35368 CPUtime=1242.33 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 32521 0 0 0 123112 1121 0 0 25 0 1 0 897933300 36216832 7871 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8842 7871 741 1205 0 7633 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 35368

[startup+1302.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/516 7308
/proc/meminfo: memFree=23183748/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=35548 CPUtime=1302.35 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 32576 0 0 0 129059 1176 0 0 25 0 1 0 897933300 36401152 7926 33554432000 4194304 9128323 140733907470224 18446744073709551615 7357564 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 8887 7926 741 1205 0 7678 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 35548

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/516 7309
/proc/meminfo: memFree=23183908/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=36016 CPUtime=1362.34 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33485 0 0 0 135008 1226 0 0 25 0 1 0 897933300 36880384 8027 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9004 8027 741 1205 0 7795 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 36016

[startup+1422.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/516 7311
/proc/meminfo: memFree=23182856/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=36892 CPUtime=1422.36 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33728 0 0 0 140953 1283 0 0 25 0 1 0 897933300 37777408 8270 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9223 8270 741 1205 0 8014 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 36892

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/516 7313
/proc/meminfo: memFree=23181804/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=37028 CPUtime=1482.34 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33755 0 0 0 146892 1342 0 0 25 0 1 0 897933300 37916672 8297 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9257 8297 741 1205 0 8048 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 37028

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 7314
/proc/meminfo: memFree=23181352/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=37256 CPUtime=1542.35 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33799 0 0 0 152839 1396 0 0 25 0 1 0 897933300 38150144 8341 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9314 8341 741 1205 0 8105 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 37256

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 7316
/proc/meminfo: memFree=23180060/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=37660 CPUtime=1602.35 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33911 0 0 0 158784 1451 0 0 25 0 1 0 897933300 38563840 8453 33554432000 4194304 9128323 140733907470224 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9415 8453 741 1205 0 8206 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 37660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 7317
/proc/meminfo: memFree=23178516/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=37856 CPUtime=1662.35 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 33967 0 0 0 164731 1504 0 0 25 0 1 0 897933300 38764544 8509 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9464 8509 741 1205 0 8255 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 37856

[startup+1722.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/516 7319
/proc/meminfo: memFree=23177436/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=38640 CPUtime=1722.35 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 34167 0 0 0 170678 1557 0 0 25 0 1 0 897933300 39567360 8709 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9660 8709 741 1205 0 8451 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 38640

[startup+1782.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 7321
/proc/meminfo: memFree=23174640/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=38640 CPUtime=1782.36 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 34187 0 0 0 176624 1612 0 0 25 0 1 0 897933300 39567360 8729 33554432000 4194304 9128323 140733907470224 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7235/statm: 9660 8729 741 1205 0 8451 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 38640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 7321
/proc/meminfo: memFree=23175132/32950928 swapFree=58671692/67111528
[pid=7235] ppid=7233 vsize=38640 CPUtime=1800.06 cores=0,2,4,6
/proc/7235/stat : 7235 (scip-2.0.1.4.li) R 7233 7235 1417 0 -1 4202496 34189 0 0 0 178377 1629 0 0 25 0 1 0 897933300 39567360 8731 33554432000 4194304 9128323 140733907470224 18446744073709551615 6562037 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7235/statm: 9660 8731 743 1205 0 8451 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 38640

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.09
CPU user time (s): 1783.79
CPU system time (s): 16.2975
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 44460

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

runsolver used 9.58654 second user time and 19.986 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-03 06:57:06
IDJOB=3452551
IDBENCH=1959
IDSOLVER=1949
FILE ID=node115/3452551-1307077026
RUNJOBID= node115-1307067367-2467
PBS_JOBID= 13497873
Free space on /tmp= 73820 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_14.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-3452551-1307077026/watcher-3452551-1307077026 -o /tmp/evaluation-result-3452551-1307077026/solver-3452551-1307077026 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452551-1307077026.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=926909533

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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:     32950928 kB
MemFree:      23117768 kB
Buffers:        114100 kB
Cached:         258168 kB
SwapCached:      65764 kB
Active:        1183960 kB
Inactive:      8408208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23117768 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:           12056 kB
Writeback:          28 kB
AnonPages:     9158104 kB
Mapped:          30372 kB
Slab:            96252 kB
PageTables:      76184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151961212 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= 73808 MiB
End job on node115 at 2011-06-03 07:27:08