Trace number 3735247

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.03 1802.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.12.opb
MD5SUMb1eab2cf935e923f8f1ff9f24be23d02
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark7.43787
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 41
Optimality of the best value was proved YES
Number of variables25484
Total number of constraints1553328
Number of constraints which are clauses1549096
Number of constraints which are cardinality constraints (but not clauses)4232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint184
Number of terms in the objective function 184
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 184
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 182
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 366
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

Solver Data

9.59/9.69	c SCIP version 1.1.0.7
9.59/9.69	c LP-Solver SoPlex 1.4.1
9.59/9.69	c user parameter file <scip.set> not found - using default parameters
9.59/9.69	c read problem <HOME/instance-3735247-1338709620.opb>
9.59/9.69	c original problem has 25484 variables (25484 bin, 0 int, 0 impl, 0 cont) and 1553328 constraints
11.29/11.34	c start presolving problem
11.29/11.34	c presolving:
17.09/17.13	c (round 1) 12623 del vars, 1401237 del conss, 12150 chg bounds, 174 chg sides, 348 chg coeffs, 0 upgd conss, 3167139 impls, 0 clqs
17.19/17.22	c (round 2) 12632 del vars, 1413352 del conss, 12150 chg bounds, 174 chg sides, 348 chg coeffs, 0 upgd conss, 3167139 impls, 0 clqs
17.19/17.28	c (round 3) 12634 del vars, 1413354 del conss, 12150 chg bounds, 175 chg sides, 350 chg coeffs, 0 upgd conss, 3167543 impls, 0 clqs
17.88/17.94	c (round 4) 12634 del vars, 1413354 del conss, 12150 chg bounds, 175 chg sides, 350 chg coeffs, 139974 upgd conss, 3167543 impls, 0 clqs
20.29/20.31	c    (9.5s) probing: 1000/12850 (7.8%) - 0 fixings, 0 aggregations, 15338 implications, 0 bound changes
23.09/23.20	c    (12.4s) probing: 2000/12850 (15.6%) - 0 fixings, 0 aggregations, 49005 implications, 0 bound changes
23.09/23.20	c    (12.4s) probing: 2001/12850 (15.6%) - 0 fixings, 0 aggregations, 49023 implications, 0 bound changes
23.09/23.20	c    (12.4s) probing aborted: 2000/2000 successive useless probings
23.09/23.20	c presolving (5 rounds):
23.09/23.20	c  12634 deleted vars, 1413354 deleted constraints, 12150 tightened bounds, 0 added holes, 175 changed sides, 350 changed coefficients
23.09/23.20	c  3267599 implications, 0 cliques
23.09/23.20	c presolved problem has 12850 variables (12850 bin, 0 int, 0 impl, 0 cont) and 139974 constraints
23.09/23.20	c  139974 constraints of type <logicor>
23.09/23.20	c transformed objective value is always integral (scale: 1)
23.09/23.20	c Presolving Time: 11.11
23.19/23.20	c strange?!, PURESAT with obj
23.19/23.20	c -----------------------------------------------------------------------------------------------
23.19/23.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
23.19/23.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.19/23.20	c limits/memory = c 13950
23.19/23.20	c # maximal time in seconds to run
23.19/23.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
23.19/23.20	c limits/time = c 1791
23.19/23.20	c # frequency for displaying node information lines
23.19/23.20	c # [type: int, range: [-1,2147483647], default: 100]
23.19/23.20	c display/freq = c 10000
23.19/23.20	c -----------------------------------------------------------------------------------------------
23.19/23.20	c start solving problem
23.19/23.20	c 
134.87/134.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.87/134.93	c   124s|     1 |     0 | 26755 | 887M|   0 |  10k|  12k| 139k| 139k|  12k| 139k|   0 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
1369.47/1369.78	c  1358s|     1 |     0 |127336 | 890M|   0 |  10k|  12k| 139k| 139k|  12k| 141k|2000 |   0 |   0 | 3.207301e+01 |      --      |    Inf 
1689.22/1689.52	c  1677s|     1 |     0 |144132 | 891M|   0 |8942 |  12k| 139k| 139k|  12k| 142k|2319 |   0 |   0 | 3.700000e+01 |      --      |    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-3735247-1338709620/watcher-3735247-1338709620 -o /tmp/evaluation-result-3735247-1338709620/solver-3735247-1338709620 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735247-1338709620.opb 

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.01 2.01 2.00 3/176 3436
/proc/meminfo: memFree=26774116/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=8740 CPUtime=0 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 1549 0 0 0 0 0 0 0 20 0 1 0 337086991 8949760 1501 33554432000 4194304 7823515 140735593276352 140734377193128 5878822 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 2185 1501 354 887 0 1295 0

[startup+0.069652 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3436
/proc/meminfo: memFree=26774116/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=19044 CPUtime=0.06 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 4116 0 0 0 6 0 0 0 20 0 1 0 337086991 19501056 4068 33554432000 4194304 7823515 140735593276352 140735593142456 6896400 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 4761 4068 354 887 0 3871 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19044

[startup+0.100261 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3436
/proc/meminfo: memFree=26774116/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=21300 CPUtime=0.09 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 4689 0 0 0 9 0 0 0 20 0 1 0 337086991 21811200 4641 33554432000 4194304 7823515 140735593276352 140735593142456 6289413 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 5325 4641 354 887 0 4435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21300

[startup+0.300249 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3436
/proc/meminfo: memFree=26774116/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=32684 CPUtime=0.29 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 7534 0 0 0 29 0 0 0 20 0 1 0 337086991 33468416 7486 33554432000 4194304 7823515 140735593276352 140735593142456 6908072 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 8171 7486 354 887 0 7281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32684

[startup+0.700245 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3436
/proc/meminfo: memFree=26774116/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=53872 CPUtime=0.69 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 12809 0 0 0 68 1 0 0 20 0 1 0 337086991 55164928 12761 33554432000 4194304 7823515 140735593276352 140735593142456 6289433 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 13468 12761 354 887 0 12578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53872

[startup+1.50025 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3437
/proc/meminfo: memFree=26706016/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=99864 CPUtime=1.49 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 24310 0 0 0 146 3 0 0 20 0 1 0 337086991 102260736 24262 33554432000 4194304 7823515 140735593276352 140735593142088 6908072 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3436/statm: 24966 24262 354 887 0 24076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99864

[startup+3.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3437
/proc/meminfo: memFree=26636436/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=193120 CPUtime=3.09 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 47451 0 0 0 302 7 0 0 20 0 1 0 337086991 197754880 47403 33554432000 4194304 7823515 140735593276352 140735593142456 4511625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 48280 47403 354 887 0 47390 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193120

[startup+6.30023 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3437
/proc/meminfo: memFree=26445352/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=381600 CPUtime=6.29 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 94376 0 0 0 615 14 0 0 20 0 1 0 337086991 390758400 94328 33554432000 4194304 7823515 140735593276352 140735593142456 6908077 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 95400 94328 354 887 0 94510 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381600

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3437
/proc/meminfo: memFree=25235624/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1563548 CPUtime=12.69 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 387557 0 0 0 1197 72 0 0 20 0 1 0 337086991 1601073152 387155 33554432000 4194304 7823515 140735593276352 140735593273288 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 390887 387155 431 887 0 389997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1563548

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3437
/proc/meminfo: memFree=25167804/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=25.49 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405005 0 0 0 2416 133 0 0 20 0 1 0 337086991 1657970688 401460 33554432000 4194304 7823515 140735593276352 140735593271016 6908153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401460 520 887 0 403888 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1619112

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3437
/proc/meminfo: memFree=25164084/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=51.09 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405005 0 0 0 4975 134 0 0 20 0 1 0 337086991 1657970688 401460 33554432000 4194304 7823515 140735593276352 140735593271688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401460 520 887 0 403888 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1619112

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3437
/proc/meminfo: memFree=25163960/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=102.28 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405005 0 0 0 10091 137 0 0 20 0 1 0 337086991 1657970688 401460 33554432000 4194304 7823515 140735593276352 140735593271688 6908132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401460 520 887 0 403888 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1619112

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3438
/proc/meminfo: memFree=25163712/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=162.26 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405016 0 0 0 16087 139 0 0 20 0 1 0 337086991 1657970688 401471 33554432000 4194304 7823515 140735593276352 140735593271032 6104447 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401471 531 887 0 403888 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1619112

[startup+222.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3441
/proc/meminfo: memFree=25163452/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=222.27 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405016 0 0 0 22086 141 0 0 20 0 1 0 337086991 1657970688 401471 33554432000 4194304 7823515 140735593276352 140735593271032 6208630 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401471 531 887 0 403888 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1619112

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3441
/proc/meminfo: memFree=25163336/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=282.25 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405016 0 0 0 28082 143 0 0 20 0 1 0 337086991 1657970688 401471 33554432000 4194304 7823515 140735593276352 140735593271032 6104424 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401471 531 887 0 403888 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1619112

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3441
/proc/meminfo: memFree=25163248/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=342.24 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405017 0 0 0 34078 146 0 0 20 0 1 0 337086991 1657970688 401549 33554432000 4194304 7823515 140735593276352 140735593271032 6208539 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401549 531 887 0 403888 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1619112

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3441
/proc/meminfo: memFree=25163276/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=402.22 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405018 0 0 0 40075 147 0 0 20 0 1 0 337086991 1657970688 401549 33554432000 4194304 7823515 140735593276352 140735593271160 6019504 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401549 531 887 0 403888 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1619112

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3442
/proc/meminfo: memFree=25163304/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=462.21 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405021 0 0 0 46072 149 0 0 20 0 1 0 337086991 1657970688 401549 33554432000 4194304 7823515 140735593276352 140735593271032 6208304 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401549 531 887 0 403888 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1619112

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3442
/proc/meminfo: memFree=25163208/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=522.2 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405025 0 0 0 52068 152 0 0 20 0 1 0 337086991 1657970688 401551 33554432000 4194304 7823515 140735593276352 140735593271112 6208256 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401551 531 887 0 403888 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1619112

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3442
/proc/meminfo: memFree=25163236/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=582.19 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405038 0 0 0 58063 156 0 0 20 0 1 0 337086991 1657970688 401564 33554432000 4194304 7823515 140735593276352 140735593271688 6237379 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 401564 540 887 0 403888 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1619112

[startup+642.3 s]

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

/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 100039 174 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271688 6211688 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1619112

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=25160920/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1062.12 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 106035 177 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1619112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=25160824/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1122.1 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 112031 179 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271688 6237672 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1619112

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=25160976/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1182.1 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 118028 182 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271688 6211406 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1619112

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=25160900/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1242.09 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 124025 184 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593272152 6212418 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1619112

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3470
/proc/meminfo: memFree=25160776/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1302.08 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 130021 187 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271688 6211574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1619112

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3471
/proc/meminfo: memFree=25160776/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1362.07 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 136018 189 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271752 6174872 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1619112

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 3481
/proc/meminfo: memFree=25664652/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1422.07 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405056 0 0 0 142012 195 0 0 20 0 1 0 337086991 1657970688 402222 33554432000 4194304 7823515 140735593276352 140735593271496 4273465 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402222 540 887 0 403888 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1619112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3512
/proc/meminfo: memFree=24501284/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1482.05 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 147981 224 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271688 6237725 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1619112

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3512
/proc/meminfo: memFree=24499112/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1542.05 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 153979 226 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271688 6908153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1619112

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3512
/proc/meminfo: memFree=24444044/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1602.03 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 159974 229 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593272104 6263163 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1619112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3513
/proc/meminfo: memFree=24444044/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1662.03 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 165970 233 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593272104 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1619112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3513
/proc/meminfo: memFree=24444044/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1722.01 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 171965 236 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271448 6911959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1619112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3513
/proc/meminfo: memFree=24430764/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1782.01 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 177959 242 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271448 6908132 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1619112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3513
/proc/meminfo: memFree=24430764/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1800.01 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 179757 244 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271448 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1619112

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3436

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3514
/proc/meminfo: memFree=24430764/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1801.21 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 179877 244 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593273048 6253824 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 1619112

[startup+1801.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3514
/proc/meminfo: memFree=24430632/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1801.61 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 179917 244 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 1619112

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3514
/proc/meminfo: memFree=24430632/32873844 swapFree=6608/6608
[pid=3436] ppid=3434 vsize=1619112 CPUtime=1802 cores=0,2,4,6
/proc/3436/stat : 3436 (pbscip.linux.x8) R 3434 3436 301 0 -1 4202496 405079 0 0 0 179956 244 0 0 20 0 1 0 337086991 1657970688 402245 33554432000 4194304 7823515 140735593276352 140735593271688 6211574 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/3436/statm: 404778 402245 560 887 0 403888 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1619112

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.03
CPU user time (s): 1799.58
CPU system time (s): 2.45363
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 1632668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 2.45363
maximum resident set size= 1617528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405079
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= 28
involuntary context switches= 2112

runsolver used 4.70528 second user time and 18.9661 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 09:47:01
IDJOB=3735247
IDBENCH=2954
IDSOLVER=2321
FILE ID=node140/3735247-1338709620
RUNJOBID= node140-1338678631-320
PBS_JOBID= 14636673
Free space on /tmp= 70548 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.12.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735247-1338709620/watcher-3735247-1338709620 -o /tmp/evaluation-result-3735247-1338709620/solver-3735247-1338709620 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3735247-1338709620.opb

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

MD5SUM BENCH= b1eab2cf935e923f8f1ff9f24be23d02
RANDOM SEED=1891726679

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26774116 kB
Buffers:          411444 kB
Cached:          4288424 kB
SwapCached:         1664 kB
Active:          1840948 kB
Inactive:        3368268 kB
Active(anon):     501972 kB
Inactive(anon):     9404 kB
Active(file):    1338976 kB
Inactive(file):  3358864 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:             64976 kB
Writeback:             0 kB
AnonPages:        516308 kB
Mapped:            12616 kB
Shmem:                 8 kB
Slab:             750160 kB
SReclaimable:     192328 kB
SUnreclaim:       557832 kB
KernelStack:        1448 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     626400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 70536 MiB
End job on node140 at 2012-06-03 10:17:04