Trace number 3692091

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.04 1802.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark736
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692091-1338030113.opb>
1.49/1.52	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
1.49/1.52	c problem read in 1.52
2.89/2.93	c presolving:
8.69/8.72	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
12.79/12.85	c    (12.8s) probing: 51/10000 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
12.79/12.85	c    (12.8s) probing aborted: 50/50 successive totally useless probings
12.99/13.06	c presolving (2 rounds):
12.99/13.06	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
12.99/13.06	c  1313400 implications, 0 cliques
12.99/13.06	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
12.99/13.06	c  656700 constraints of type <setppc>
12.99/13.06	c     200 constraints of type <logicor>
12.99/13.06	c transformed objective value is always integral (scale: 1)
12.99/13.06	c Presolving Time: 10.38
12.99/13.06	c - non default parameters ----------------------------------------------------------------------
12.99/13.06	c # SCIP version 2.1.1.4
12.99/13.06	c 
12.99/13.06	c # maximal time in seconds to run
12.99/13.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.99/13.06	c limits/time = 1797
12.99/13.06	c 
12.99/13.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.99/13.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.99/13.06	c limits/memory = 13950
12.99/13.06	c 
12.99/13.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.99/13.06	c # [type: int, range: [1,2], default: 1]
12.99/13.06	c timing/clocktype = 2
12.99/13.06	c 
12.99/13.06	c # belongs reading time to solving time?
12.99/13.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.99/13.06	c timing/reading = TRUE
12.99/13.06	c 
12.99/13.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.99/13.06	c # [type: int, range: [-1,2147483647], default: -1]
12.99/13.06	c separating/rapidlearning/freq = 0
12.99/13.06	c 
12.99/13.06	c -----------------------------------------------------------------------------------------------
12.99/13.06	c start solving
13.10/13.11	c 
31.79/31.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.79/31.88	c  31.9s|     1 |     0 |  1326 |     - | 914M|   0 | 274 |  10k| 656k|  10k| 656k|   0 |  42 |   0 | 1.541506e+02 |      --      |    Inf 
387.32/387.48	c   387s|     1 |     0 | 25485 |     - | 934M|   0 | 279 |  10k| 656k|  10k| 656k|  10 |  42 |   0 | 1.593784e+02 |      --      |    Inf 
435.62/435.70	c   436s|     1 |     0 | 26388 |     - | 948M|   0 | 281 |  10k| 656k|  10k| 656k|  20 |  42 |   0 | 1.629134e+02 |      --      |    Inf 
503.01/503.10	c   503s|     1 |     0 | 27035 |     - | 948M|   0 | 287 |  10k| 656k|  10k| 656k|  28 |  42 |   0 | 1.658089e+02 |      --      |    Inf 
742.17/742.39	c   742s|     1 |     0 | 27791 |     - | 948M|   0 | 286 |  10k| 656k|  10k| 656k|  35 |  42 |   0 | 1.687598e+02 |      --      |    Inf 
1286.80/1287.01	c  1287s|     1 |     0 | 28185 |     - | 948M|   0 | 278 |  10k| 656k|  10k| 656k|  41 |  42 |   0 | 1.696107e+02 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4134
/proc/meminfo: memFree=29299316/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 1847 0 0 0 0 0 0 0 20 0 1 0 269136811 12316672 1802 33554432000 4194304 10219143 140735179567136 140734825334712 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 3007 1811 398 1471 0 1527 0

[startup+0.00695397 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4134
/proc/meminfo: memFree=29299316/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=13328 CPUtime=0 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 2017 0 0 0 0 0 0 0 20 0 1 0 269136811 13647872 1972 33554432000 4194304 10219143 140735179567136 140735179430616 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 3332 1990 413 1471 0 1852 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13328

[startup+0.100268 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4134
/proc/meminfo: memFree=29299316/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=36860 CPUtime=0.09 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 8012 0 0 0 8 1 0 0 20 0 1 0 269136811 37744640 7960 33554432000 4194304 10219143 140735179567136 140735179430616 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 9215 7960 421 1471 0 7735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36860

[startup+0.300277 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4134
/proc/meminfo: memFree=29299316/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=72084 CPUtime=0.29 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 16798 0 0 0 27 2 0 0 20 0 1 0 269136811 73814016 16746 33554432000 4194304 10219143 140735179567136 140735179430616 8871872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 18021 16746 421 1471 0 16541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72084

[startup+0.700283 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 4134
/proc/meminfo: memFree=29299316/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=146708 CPUtime=0.69 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 35406 0 0 0 63 6 0 0 20 0 1 0 269136811 150228992 35354 33554432000 4194304 10219143 140735179567136 140735179432312 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 36677 35354 421 1471 0 35197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146708

[startup+1.50028 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 4135
/proc/meminfo: memFree=29104736/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=293372 CPUtime=1.49 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 72051 0 0 0 137 12 0 0 20 0 1 0 269136811 300412928 71999 33554432000 4194304 10219143 140735179567136 140735179432312 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 73343 71999 421 1471 0 71863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293372

[startup+3.10031 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 4135
/proc/meminfo: memFree=28741664/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=734264 CPUtime=3.09 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 182141 0 0 0 278 31 0 0 20 0 1 0 269136811 751886336 181475 33554432000 4194304 10219143 140735179567136 140735179564424 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 183566 181475 550 1471 0 182086 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 734264

[startup+6.30033 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 4135
/proc/meminfo: memFree=28545124/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=807924 CPUtime=6.29 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 200101 0 0 0 567 62 0 0 20 0 1 0 269136811 827314176 199618 33554432000 4194304 10219143 140735179567136 140735179564136 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 201981 199618 558 1471 0 200501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 807924

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 4135
/proc/meminfo: memFree=28486364/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=825564 CPUtime=12.69 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 254988 0 0 0 1167 102 0 0 20 0 1 0 269136811 845377536 203338 33554432000 4194304 10219143 140735179567136 140735179563496 4819088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 206391 203338 590 1471 0 204911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 825564

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 4135
/proc/meminfo: memFree=27692756/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1689588 CPUtime=25.48 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 433299 0 0 0 2405 143 0 0 20 0 1 0 269136811 1730138112 401452 33554432000 4194304 10219143 140735179567136 140735179560392 8056549 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 422397 401452 744 1471 0 420917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1689588

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/175 4135
/proc/meminfo: memFree=27734932/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1603740 CPUtime=51.08 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 437750 0 0 0 4955 153 0 0 20 0 1 0 269136811 1642229760 390927 33554432000 4194304 10219143 140735179567136 140735179558664 7751901 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 400935 390927 763 1471 0 399455 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1603740

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4135
/proc/meminfo: memFree=27733240/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1603740 CPUtime=102.28 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 438638 0 0 0 10059 169 0 0 20 0 1 0 269136811 1642229760 390982 33554432000 4194304 10219143 140735179567136 140735179558296 8056480 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 400935 390982 763 1471 0 399455 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1603740

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 4135
/proc/meminfo: memFree=27730044/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1603740 CPUtime=162.25 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 440306 0 0 0 16032 193 0 0 20 0 1 0 269136811 1642229760 391335 33554432000 4194304 10219143 140735179567136 140735179558296 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 400935 391335 763 1471 0 399455 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1603740

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4135
/proc/meminfo: memFree=27727468/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1603740 CPUtime=222.24 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 442177 0 0 0 22005 219 0 0 20 0 1 0 269136811 1642229760 391363 33554432000 4194304 10219143 140735179567136 140735179558296 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 400935 391363 763 1471 0 399455 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1603740

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4135
/proc/meminfo: memFree=27709256/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1624268 CPUtime=282.24 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 444958 0 0 0 27988 236 0 0 20 0 1 0 269136811 1663250432 395889 33554432000 4194304 10219143 140735179567136 140735179558296 8056259 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 406067 395889 765 1471 0 404587 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1624268

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4136
/proc/meminfo: memFree=27730052/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1599412 CPUtime=342.24 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 447245 0 0 0 33964 260 0 0 20 0 1 0 269136811 1637797888 390536 33554432000 4194304 10219143 140735179567136 140735179561976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 399853 390536 775 1471 0 398373 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1599412

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4136
/proc/meminfo: memFree=27589292/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1778844 CPUtime=402.22 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 468199 0 0 0 39945 277 0 0 20 0 1 0 269136811 1821536256 425452 33554432000 4194304 10219143 140735179567136 140735179562296 7266287 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 444711 425452 797 1471 0 443231 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1778844

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 4136
/proc/meminfo: memFree=27547684/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1815776 CPUtime=462.21 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 469527 0 0 0 45936 285 0 0 20 0 1 0 269136811 1859354624 435881 33554432000 4194304 10219143 140735179567136 140735179561976 8931182 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 453944 435881 798 1471 0 452464 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1815776

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4139
/proc/meminfo: memFree=27516124/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1841436 CPUtime=522.2 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470449 0 0 0 51929 291 0 0 20 0 1 0 269136811 1885630464 443447 33554432000 4194304 10219143 140735179567136 140735179562008 8891086 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 460359 443447 798 1471 0 458879 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1841436

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4139
/proc/meminfo: memFree=27515704/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1841436 CPUtime=582.19 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470449 0 0 0 57923 296 0 0 20 0 1 0 269136811 1885630464 443447 33554432000 4194304 10219143 140735179567136 140735179561976 7698849 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 460359 443447 798 1471 0 458879 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1841436

[startup+642.3 s]

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

/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470765 0 0 0 105883 329 0 0 20 0 1 0 269136811 1953951744 458826 33554432000 4194304 10219143 140735179567136 140735179561976 7701855 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 477039 458826 798 1471 0 475559 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1908156

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4144
/proc/meminfo: memFree=27444480/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1908156 CPUtime=1122.12 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470765 0 0 0 111878 334 0 0 20 0 1 0 269136811 1953951744 458826 33554432000 4194304 10219143 140735179567136 140735179561976 8891101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 477039 458826 798 1471 0 475559 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1908156

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4182
/proc/meminfo: memFree=27593556/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1908156 CPUtime=1182.11 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470765 0 0 0 117872 339 0 0 20 0 1 0 269136811 1953951744 458826 33554432000 4194304 10219143 140735179567136 140735179561976 7698862 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 477039 458826 798 1471 0 475559 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1908156

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 4183
/proc/meminfo: memFree=27592400/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1908156 CPUtime=1242.09 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 470765 0 0 0 123865 344 0 0 20 0 1 0 269136811 1953951744 458826 33554432000 4194304 10219143 140735179567136 140735179562056 8891101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 477039 458826 798 1471 0 475559 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1908156

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4183
/proc/meminfo: memFree=27624732/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1302.09 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 129859 350 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562008 8931175 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1854268

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 4183
/proc/meminfo: memFree=27622748/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1362.07 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 135853 354 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562008 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1854268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4183
/proc/meminfo: memFree=27622004/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1422.08 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 141848 360 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562008 8931250 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1854268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4184
/proc/meminfo: memFree=27619392/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1482.06 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 147840 366 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562008 8891081 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1854268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=27620020/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1542.05 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 153834 371 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1854268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=27619896/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1602.04 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 159828 376 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1854268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 4185
/proc/meminfo: memFree=27619152/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1662.03 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 165823 380 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562024 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1854268

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 4188
/proc/meminfo: memFree=27617036/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1722.02 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 171817 385 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561976 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1854268

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/175 4188
/proc/meminfo: memFree=27614936/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1782.01 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 177810 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561976 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1854268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 4188
/proc/meminfo: memFree=27614564/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1800.01 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 179610 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179562296 7266267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1854268

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4134

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4189
/proc/meminfo: memFree=27614564/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1801.1 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 179719 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561344 7266291 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1854268

[startup+1801.81 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4189
/proc/meminfo: memFree=27614556/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1801.51 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 179760 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561344 7266285 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1854268

[startup+1802.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4189
/proc/meminfo: memFree=27614556/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1801.9 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 179799 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561344 7266267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1854268

[startup+1802.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 4189
/proc/meminfo: memFree=27614556/32873852 swapFree=7616/7616
[pid=4134] ppid=4132 vsize=1854268 CPUtime=1802 cores=1,3,5,7
/proc/4134/stat : 4134 (scip-2.1.1.4exp) R 4132 4134 403 0 -1 4202496 471197 0 0 0 179809 391 0 0 20 0 1 0 269136811 1898770432 450515 33554432000 4194304 10219143 140735179567136 140735179561344 7266267 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4134/statm: 463567 450515 798 1471 0 462087 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1854268

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.04
CPU user time (s): 1798.11
CPU system time (s): 3.9364
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1908156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 3.9364
maximum resident set size= 1835304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 471197
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= 18
involuntary context switches= 1854

runsolver used 3.77942 second user time and 9.82551 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-26 13:01:54
IDJOB=3692091
IDBENCH=1971
IDSOLVER=2271
FILE ID=node131/3692091-1338030113
RUNJOBID= node131-1338017251-878
PBS_JOBID= 14624266
Free space on /tmp= 71564 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692091-1338030113/watcher-3692091-1338030113 -o /tmp/evaluation-result-3692091-1338030113/solver-3692091-1338030113 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692091-1338030113.opb -t 1800 -m 15500

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=1967628081

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29299580 kB
Buffers:          250844 kB
Cached:          2337420 kB
SwapCached:            0 kB
Active:           784740 kB
Inactive:        2018132 kB
Active(anon):     217288 kB
Inactive(anon):        0 kB
Active(file):     567452 kB
Inactive(file):  2018132 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30300 kB
Writeback:             0 kB
AnonPages:        222308 kB
Mapped:            17488 kB
Shmem:               204 kB
Slab:             632836 kB
SReclaimable:      75228 kB
SUnreclaim:       557608 kB
KernelStack:        1448 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     332184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node131 at 2012-05-26 13:31:56