Trace number 3736005

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.02 1802.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUM7da351a6b3346c83b923d96056c07b3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark263.406
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
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 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3736005-1338720030.opb>
0.19/0.27	c original problem has 12935 variables (12935 bin, 0 int, 0 impl, 0 cont) and 47889 constraints
0.19/0.27	c problem read
0.19/0.27	c presolving settings loaded
0.29/0.38	c presolving:
0.58/0.60	c (round 1) 902 del vars, 1765 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.58/0.61	c (round 2) 902 del vars, 1816 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.69/0.79	c (round 3) 902 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 390962 impls, 0 clqs
4.89/4.94	c    (4.9s) probing: 748/12033 (6.2%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
4.89/4.94	c    (4.9s) probing aborted: 100/100 successive totally useless probings
4.89/4.94	c (round 4) 904 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
4.99/5.07	c (round 5) 904 del vars, 1823 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
4.99/5.07	c    (5.1s) probing: 758/12033 (6.3%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
4.99/5.07	c    (5.1s) probing aborted: 100/100 successive totally useless probings
4.99/5.07	c presolving (6 rounds):
4.99/5.07	c  904 deleted vars, 1823 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 17 changed sides, 18 changed coefficients
4.99/5.07	c  424612 implications, 0 cliques
4.99/5.07	c presolved problem has 12031 variables (12031 bin, 0 int, 0 impl, 0 cont) and 46066 constraints
4.99/5.07	c       1 constraints of type <knapsack>
4.99/5.07	c   34975 constraints of type <setppc>
4.99/5.07	c   11090 constraints of type <logicor>
4.99/5.07	c transformed objective value is always integral (scale: 1)
4.99/5.07	c Presolving Time: 4.72
4.99/5.07	c - non default parameters ----------------------------------------------------------------------
4.99/5.07	c # SCIP version 2.0.1.5
4.99/5.07	c 
4.99/5.07	c # frequency for displaying node information lines
4.99/5.07	c # [type: int, range: [-1,2147483647], default: 100]
4.99/5.07	c display/freq = 10000
4.99/5.07	c 
4.99/5.07	c # maximal time in seconds to run
4.99/5.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.07	c limits/time = 1797
4.99/5.07	c 
4.99/5.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.99/5.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.07	c limits/memory = 13950
4.99/5.07	c 
4.99/5.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.99/5.07	c # [type: int, range: [1,2], default: 1]
4.99/5.07	c timing/clocktype = 2
4.99/5.07	c 
4.99/5.07	c # belongs reading time to solving time?
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c timing/reading = TRUE
4.99/5.07	c 
4.99/5.07	c # should presolving try to simplify inequalities
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/linear/simplifyinequalities = TRUE
4.99/5.07	c 
4.99/5.07	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/indicator/addCouplingCons = TRUE
4.99/5.07	c 
4.99/5.07	c # should presolving try to simplify knapsacks
4.99/5.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.07	c constraints/knapsack/simplifyinequalities = TRUE
4.99/5.07	c 
4.99/5.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.99/5.07	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.07	c separating/rapidlearning/freq = 0
4.99/5.07	c 
4.99/5.07	c -----------------------------------------------------------------------------------------------
4.99/5.07	c start solving
4.99/5.07	c 
20.39/20.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.39/20.43	c  20.4s|     1 |     0 | 14316 |     - |  95M|   0 |1768 |  12k|  46k|  12k|  46k|   0 |  71 |   0 | 1.063836e+01 |      --      |    Inf 
159.65/159.72	c   160s|     1 |     0 | 58284 |     - |  96M|   0 |1119 |  12k|  46k|  12k|  46k|  10 |  71 |   0 | 1.146282e+01 |      --      |    Inf 
186.64/186.70	c   187s|     1 |     0 | 70635 |     - |  96M|   0 | 796 |  12k|  46k|  12k|  46k|  13 |  71 |   0 | 1.181317e+01 |      --      |    Inf 
219.14/219.23	c   219s|     1 |     0 | 84796 |     - |  96M|   0 | 886 |  12k|  46k|  12k|  46k|  16 |  71 |   0 | 1.189840e+01 |      --      |    Inf 
231.04/231.17	c   231s|     1 |     0 | 85070 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  19 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
242.34/242.42	c   242s|     1 |     0 | 85071 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
283.94/284.00	c   284s|     1 |     2 | 85071 |     - |  96M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |  18 | 1.189852e+01 |      --      |    Inf 
1184.90/1185.15	o 29
1184.90/1185.15	c p1185s|    28 |    29 |508056 |15666.1 | 100M|  17 |   - |  12k|  46k|  12k|  46k|  20 | 101 | 267 | 1.189852e+01 | 2.900000e+01 | 143.73%

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1025
/proc/meminfo: memFree=26907984/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 1460 0 0 0 0 0 0 0 20 0 1 0 338128899 9547776 1414 33554432000 4194304 9016284 140735739426560 140733494696696 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 2331 1416 309 1178 0 1149 0

[startup+0.0417981 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1025
/proc/meminfo: memFree=26907984/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=18732 CPUtime=0.03 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 3670 0 0 0 3 0 0 0 20 0 1 0 338128899 19181568 3624 33554432000 4194304 9016284 140735739426560 140735739358312 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 4683 3624 360 1178 0 3501 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18732

[startup+0.100339 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1025
/proc/meminfo: memFree=26907984/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=24848 CPUtime=0.09 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 5211 0 0 0 8 1 0 0 20 0 1 0 338128899 25444352 5165 33554432000 4194304 9016284 140735739426560 140735739358312 7842271 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 6212 5165 360 1178 0 5030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24848

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1025
/proc/meminfo: memFree=26907984/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=61432 CPUtime=0.29 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 14260 0 0 0 27 2 0 0 20 0 1 0 338128899 62906368 14214 33554432000 4194304 9016284 140735739426560 140735739358312 4881179 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 15358 14217 406 1178 0 14176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61432

[startup+0.700287 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1025
/proc/meminfo: memFree=26907984/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=114116 CPUtime=0.69 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 27799 0 0 0 64 5 0 0 20 0 1 0 338128899 116854784 26873 33554432000 4194304 9016284 140735739426560 140735739422216 5517431 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 28529 26873 507 1178 0 27347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114116

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26795740/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=119432 CPUtime=1.49 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 30716 0 0 0 143 6 0 0 20 0 1 0 338128899 122298368 28363 33554432000 4194304 9016284 140735739426560 140735739422216 4222923 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 29858 28363 538 1178 0 28676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119432

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26793756/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=119788 CPUtime=3.09 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 30811 0 0 0 303 6 0 0 20 0 1 0 338128899 122662912 28458 33554432000 4194304 9016284 140735739426560 140735739422072 5510753 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 29947 28458 538 1178 0 28765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119788

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26739252/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=206328 CPUtime=6.29 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 48109 0 0 0 621 8 0 0 20 0 1 0 338128899 211279872 47933 33554432000 4194304 9016284 140735739426560 140735739420728 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 51582 47933 651 1178 0 50400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 206328

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26682500/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=226340 CPUtime=12.69 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 54450 0 0 0 1258 11 0 0 20 0 1 0 338128899 231772160 54015 33554432000 4194304 9016284 140735739426560 140735739420344 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 56585 54015 654 1178 0 55403 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 226340

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26677028/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=227100 CPUtime=25.49 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 55302 0 0 0 2536 13 0 0 20 0 1 0 338128899 232550400 54867 33554432000 4194304 9016284 140735739426560 140735739418392 7158087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 56775 54867 666 1178 0 55593 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227100

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1026
/proc/meminfo: memFree=26307608/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=227100 CPUtime=51.08 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 55303 0 0 0 5092 16 0 0 20 0 1 0 338128899 232550400 54997 33554432000 4194304 9016284 140735739426560 140735739418696 7178327 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 56775 54997 666 1178 0 55593 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 227100

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25999880/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=227100 CPUtime=102.28 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 55311 0 0 0 10209 19 0 0 20 0 1 0 338128899 232550400 55257 33554432000 4194304 9016284 140735739426560 140735739418344 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 56775 55257 666 1178 0 55593 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 227100

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25940744/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=227100 CPUtime=162.25 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 55354 0 0 0 16199 26 0 0 20 0 1 0 338128899 232550400 55726 33554432000 4194304 9016284 140735739426560 140735739421624 6924928 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 56775 55726 696 1178 0 55593 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 227100

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25962340/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=232228 CPUtime=222.24 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 56105 0 0 0 22186 38 0 0 20 0 1 0 338128899 237801472 56988 33554432000 4194304 9016284 140735739426560 140735739421624 7870463 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58057 56988 696 1178 0 56875 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 232228

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25953388/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=282.23 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 28171 52 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420616 7180954 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 234316

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25953296/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=342.22 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 34162 60 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420616 7876203 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 234316

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25954760/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=402.22 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 40153 69 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420312 6855193 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 234316

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25953528/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=462.2 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 46142 78 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420616 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 234316

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25944940/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=522.19 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 52130 89 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420312 7080792 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 234316

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1031
/proc/meminfo: memFree=25942664/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=234316 CPUtime=582.18 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72306 0 0 0 58118 100 0 0 20 0 1 0 338128899 239939584 57925 33554432000 4194304 9016284 140735739426560 140735739420424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58579 57925 712 1178 0 57397 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 234316

[startup+642.3 s]

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

/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72706 0 0 0 106035 176 0 0 20 0 1 0 338128899 241557504 58325 33554432000 4194304 9016284 140735739426560 140735739420312 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58974 58325 712 1178 0 57792 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 235896

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/175 1033
/proc/meminfo: memFree=25953496/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=235896 CPUtime=1122.11 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72706 0 0 0 112026 185 0 0 20 0 1 0 338128899 241557504 58325 33554432000 4194304 9016284 140735739426560 140735739420200 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58974 58325 712 1178 0 57792 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 235896

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/176 1036
/proc/meminfo: memFree=25953472/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=235896 CPUtime=1182.09 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72707 0 0 0 118015 194 0 0 20 0 1 0 338128899 241557504 58326 33554432000 4194304 9016284 140735739426560 140735739420456 7180791 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58974 58326 712 1178 0 57792 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 235896

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 1061
/proc/meminfo: memFree=25953116/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=235896 CPUtime=1242.09 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 72707 0 0 0 124005 204 0 0 20 0 1 0 338128899 241557504 58326 33554432000 4194304 9016284 140735739426560 140735739420232 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 58974 58326 712 1178 0 57792 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 235896

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/175 1062
/proc/meminfo: memFree=25949404/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1302.08 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 129996 212 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420360 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 239564

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/175 1062
/proc/meminfo: memFree=25949900/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1362.07 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 135986 221 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739419240 7180598 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 239564

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.98 3/175 1062
/proc/meminfo: memFree=25949776/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1422.07 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 141976 231 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420184 7204682 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 239564

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/175 1062
/proc/meminfo: memFree=25949652/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1482.05 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 147964 241 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420488 7227419 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 239564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1062
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1542.04 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 153951 253 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 239564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1602.03 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 159941 262 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 239564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950272/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1662.02 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 165932 270 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420520 7180882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 239564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1722.01 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 171921 280 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420344 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 239564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 1066
/proc/meminfo: memFree=25949388/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1782.01 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 177916 285 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420216 7178289 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 239564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/174 1226
/proc/meminfo: memFree=27427448/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1800.01 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 179715 286 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420344 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 239564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1025

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 1281
/proc/meminfo: memFree=27443604/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1801.1 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 179824 286 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420344 7180745 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 239564

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 1377
/proc/meminfo: memFree=27426452/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1801.51 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 179865 286 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420216 7190036 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 239564

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 1377
/proc/meminfo: memFree=27426452/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1801.9 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 179904 286 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420216 7189597 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 239564

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 1377
/proc/meminfo: memFree=27426452/32873852 swapFree=6856/6856
[pid=1025] ppid=1023 vsize=239564 CPUtime=1802 cores=1,3,5,7
/proc/1025/stat : 1025 (scip-2.0.1.4b_2) R 1023 1025 643 0 -1 4202496 73614 0 0 0 179914 286 0 0 20 0 1 0 338128899 245313536 59233 33554432000 4194304 9016284 140735739426560 140735739420216 7181002 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1025/statm: 59891 59233 712 1178 0 58709 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 239564

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.02
CPU user time (s): 1799.16
CPU system time (s): 2.86656
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 294232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 2.86656
maximum resident set size= 289192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73614
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= 22
involuntary context switches= 1856

runsolver used 8.69568 second user time and 14.5798 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 12:40:30
IDJOB=3736005
IDBENCH=25014
IDSOLVER=2329
FILE ID=node128/3736005-1338720030
RUNJOBID= node128-1338714616-660
PBS_JOBID= 14636758
Free space on /tmp= 70392 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736005-1338720030/watcher-3736005-1338720030 -o /tmp/evaluation-result-3736005-1338720030/solver-3736005-1338720030 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3736005-1338720030.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7da351a6b3346c83b923d96056c07b3e
RANDOM SEED=122024628

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.91
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.389
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:       32873852 kB
MemFree:        26907876 kB
Buffers:          544444 kB
Cached:          3769692 kB
SwapCached:          744 kB
Active:          2764796 kB
Inactive:        2302552 kB
Active(anon):     744020 kB
Inactive(anon):    11420 kB
Active(file):    2020776 kB
Inactive(file):  2291132 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             46544 kB
Writeback:             0 kB
AnonPages:        744436 kB
Mapped:            16288 kB
Shmem:               200 kB
Slab:             756668 kB
SReclaimable:     198600 kB
SUnreclaim:       558068 kB
KernelStack:        1440 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     883796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 70388 MiB
End job on node128 at 2012-06-03 13:10:32