Trace number 3692080

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_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
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 495457
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 495457
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-3692080-1338030588.opb>
1.39/1.49	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
1.39/1.49	c problem read in 1.49
2.49/2.58	c presolving:
6.89/6.90	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
9.79/9.88	c    (9.9s) probing: 51/10000 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
9.79/9.88	c    (9.9s) probing aborted: 50/50 successive totally useless probings
9.99/10.07	c presolving (2 rounds):
9.99/10.07	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.99/10.07	c  1313400 implications, 0 cliques
9.99/10.07	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
9.99/10.07	c  656700 constraints of type <setppc>
9.99/10.07	c     200 constraints of type <logicor>
9.99/10.07	c transformed objective value is always integral (scale: 1)
9.99/10.07	c Presolving Time: 7.68
9.99/10.07	c - non default parameters ----------------------------------------------------------------------
9.99/10.07	c # SCIP version 2.1.1.4
9.99/10.07	c 
9.99/10.07	c # maximal time in seconds to run
9.99/10.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.99/10.07	c limits/time = 1797
9.99/10.07	c 
9.99/10.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.99/10.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.99/10.07	c limits/memory = 13950
9.99/10.07	c 
9.99/10.07	c # default clock type (1: CPU user seconds, 2: wall clock time)
9.99/10.07	c # [type: int, range: [1,2], default: 1]
9.99/10.07	c timing/clocktype = 2
9.99/10.07	c 
9.99/10.07	c # belongs reading time to solving time?
9.99/10.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.99/10.07	c timing/reading = TRUE
9.99/10.07	c 
9.99/10.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.99/10.07	c # [type: int, range: [-1,2147483647], default: -1]
9.99/10.07	c separating/rapidlearning/freq = 0
9.99/10.07	c 
9.99/10.07	c -----------------------------------------------------------------------------------------------
9.99/10.07	c start solving
10.09/10.10	c 
23.19/23.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.19/23.28	c  23.3s|     1 |     0 |  1081 |     - | 914M|   0 | 265 |  10k| 656k|  10k| 656k|   0 |  42 |   0 | 1.745917e+02 |      --      |    Inf 
214.55/214.66	c   215s|     1 |     0 | 20318 |     - | 936M|   0 | 243 |  10k| 656k|  10k| 656k|  11 |  42 |   0 | 1.792500e+02 |      --      |    Inf 
246.36/246.44	c   246s|     1 |     0 | 20898 |     - | 940M|   0 | 226 |  10k| 656k|  10k| 656k|  24 |  42 |   0 | 1.847500e+02 |      --      |    Inf 
290.84/290.92	c   291s|     1 |     0 | 22413 |     - | 943M|   0 | 284 |  10k| 656k|  10k| 656k|  36 |  42 |   0 | 1.900809e+02 |      --      |    Inf 
357.03/357.13	c   357s|     1 |     0 | 23095 |     - | 943M|   0 | 284 |  10k| 656k|  10k| 656k|  43 |  42 |   0 | 1.924853e+02 |      --      |    Inf 
553.10/553.27	c   553s|     1 |     0 | 23724 |     - | 943M|   0 | 290 |  10k| 656k|  10k| 656k|  50 |  42 |   0 | 1.954370e+02 |      --      |    Inf 
723.98/724.15	c   724s|     1 |     0 | 24176 |     - | 943M|   0 | 293 |  10k| 656k|  10k| 656k|  57 |  42 |   0 | 1.970466e+02 |      --      |    Inf 
813.06/813.25	c   813s|     1 |     0 | 24750 |     - | 943M|   0 | 301 |  10k| 656k|  10k| 656k|  65 |  42 |   0 | 1.996522e+02 |      --      |    Inf 
896.25/896.47	c   896s|     1 |     0 | 25320 |     - | 943M|   0 | 298 |  10k| 656k|  10k| 656k|  73 |  42 |   0 | 2.013360e+02 |      --      |    Inf 
1357.48/1357.74	c  1358s|     1 |     0 | 25533 |     - | 943M|   0 | 295 |  10k| 656k|  10k| 656k|  80 |  42 |   0 | 2.021394e+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-3692080-1338030588/watcher-3692080-1338030588 -o /tmp/evaluation-result-3692080-1338030588/solver-3692080-1338030588 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692080-1338030588.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 3/174 863
/proc/meminfo: memFree=29149576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=9464 CPUtime=0 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 1211 0 0 0 0 0 0 0 20 0 1 0 269184353 9691136 1166 33554432000 4194304 10219143 140734028689472 140733243676536 6793360 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 2366 1169 322 1471 0 886 0

[startup+0.017782 s]
/proc/loadavg: 2.00 1.99 1.91 3/174 863
/proc/meminfo: memFree=29149576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=21224 CPUtime=0 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 4104 0 0 0 0 0 0 0 20 0 1 0 269184353 21733376 4057 33554432000 4194304 10219143 140734028689472 140733243676536 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 5306 4057 421 1471 0 3826 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 21224

[startup+0.100263 s]
/proc/loadavg: 2.00 1.99 1.91 3/174 863
/proc/meminfo: memFree=29149576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=36996 CPUtime=0.09 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 8049 0 0 0 8 1 0 0 20 0 1 0 269184353 37883904 7998 33554432000 4194304 10219143 140734028689472 140733243676536 5345788 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 9249 7998 421 1471 0 7769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36996

[startup+0.300169 s]
/proc/loadavg: 2.00 1.99 1.91 3/174 863
/proc/meminfo: memFree=29149576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=74216 CPUtime=0.29 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 17338 0 0 0 26 3 0 0 20 0 1 0 269184353 75997184 17287 33554432000 4194304 10219143 140734028689472 140734028554648 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 18554 17287 421 1471 0 17074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74216

[startup+0.700171 s]
/proc/loadavg: 2.00 1.99 1.91 3/174 863
/proc/meminfo: memFree=29149576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=150000 CPUtime=0.69 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 36241 0 0 0 63 6 0 0 20 0 1 0 269184353 153600000 36190 33554432000 4194304 10219143 140734028689472 140734028554648 4489568 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 37500 36190 421 1471 0 36020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150000

[startup+1.50022 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 864
/proc/meminfo: memFree=28951788/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=299548 CPUtime=1.49 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 73547 0 0 0 138 11 0 0 20 0 1 0 269184353 306737152 73496 33554432000 4194304 10219143 140734028689472 140734028554648 5812272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 74887 73496 468 1471 0 73407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299548

[startup+3.10017 s]
/proc/loadavg: 2.00 1.99 1.91 3/175 864
/proc/meminfo: memFree=28517664/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=736324 CPUtime=3.09 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 182655 0 0 0 280 29 0 0 20 0 1 0 269184353 753995776 181990 33554432000 4194304 10219143 140734028689472 140734028686456 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 184081 181990 550 1471 0 182601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 736324

[startup+6.30017 s]
/proc/loadavg: 2.08 2.00 1.91 3/175 864
/proc/meminfo: memFree=28300668/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1016020 CPUtime=6.28 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 251226 0 0 0 574 54 0 0 20 0 1 0 269184353 1040404480 251255 33554432000 4194304 10219143 140734028689472 140734028686472 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 254005 251255 558 1471 0 252525 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1016020

[startup+12.7003 s]
/proc/loadavg: 2.07 2.00 1.91 3/176 867
/proc/meminfo: memFree=27862232/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1338496 CPUtime=12.69 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 356712 0 0 0 1187 82 0 0 20 0 1 0 269184353 1370619904 321601 33554432000 4194304 10219143 140734028689472 140734028685352 4819088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 334624 321601 671 1471 0 333144 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1338496

[startup+25.5003 s]
/proc/loadavg: 2.06 2.00 1.91 3/176 867
/proc/meminfo: memFree=27588296/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1601128 CPUtime=25.48 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 439509 0 0 0 2446 102 0 0 20 0 1 0 269184353 1639555072 390162 33554432000 4194304 10219143 140734028689472 140734028680728 8056416 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 400282 390162 763 1471 0 398802 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1601128

[startup+51.1002 s]
/proc/loadavg: 2.04 2.00 1.91 3/176 867
/proc/meminfo: memFree=27587032/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1601128 CPUtime=51.08 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 440068 0 0 0 5000 108 0 0 20 0 1 0 269184353 1639555072 390514 33554432000 4194304 10219143 140734028689472 140734028680632 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 400282 390514 763 1471 0 398802 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1601128

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 868
/proc/meminfo: memFree=27585828/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1601128 CPUtime=102.28 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 441753 0 0 0 10099 129 0 0 20 0 1 0 269184353 1639555072 390599 33554432000 4194304 10219143 140734028689472 140734028680632 8051314 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 400282 390599 763 1471 0 398802 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1601128

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/175 868
/proc/meminfo: memFree=27584384/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1601128 CPUtime=162.26 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 444124 0 0 0 16072 154 0 0 20 0 1 0 269184353 1639555072 390780 33554432000 4194304 10219143 140734028689472 140734028681000 8056250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 400282 390780 763 1471 0 398802 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1601128

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/175 868
/proc/meminfo: memFree=27505352/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1711200 CPUtime=222.25 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 457129 0 0 0 22054 171 0 0 20 0 1 0 269184353 1752268800 410460 33554432000 4194304 10219143 140734028689472 140734028684632 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 427800 410460 795 1471 0 426320 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1711200

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/175 868
/proc/meminfo: memFree=27456628/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1763484 CPUtime=282.24 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 460238 0 0 0 28047 177 0 0 20 0 1 0 269184353 1805807616 422552 33554432000 4194304 10219143 140734028689472 140734028682728 7956090 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 440871 422552 795 1471 0 439391 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1763484

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 1.93 3/175 868
/proc/meminfo: memFree=27448484/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1763484 CPUtime=342.24 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 460288 0 0 0 34044 180 0 0 20 0 1 0 269184353 1805807616 424096 33554432000 4194304 10219143 140734028689472 140734028684632 7266287 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 440871 424096 795 1471 0 439391 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1763484

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/175 869
/proc/meminfo: memFree=27402668/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1830204 CPUtime=402.22 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 460599 0 0 0 40040 182 0 0 20 0 1 0 269184353 1874128896 435649 33554432000 4194304 10219143 140734028689472 140734028684360 8891081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 457551 435649 795 1471 0 456071 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1830204

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/175 869
/proc/meminfo: memFree=27399264/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1830204 CPUtime=462.21 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 460600 0 0 0 46037 184 0 0 20 0 1 0 269184353 1874128896 436287 33554432000 4194304 10219143 140734028689472 140734028684392 8891081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 457551 436287 795 1471 0 456071 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1830204

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/175 869
/proc/meminfo: memFree=27399220/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1830204 CPUtime=522.21 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 460600 0 0 0 52034 187 0 0 20 0 1 0 269184353 1874128896 436287 33554432000 4194304 10219143 140734028689472 140734028684312 8931263 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 457551 436287 795 1471 0 456071 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1830204

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/175 869
/proc/meminfo: memFree=27446600/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1754944 CPUtime=582.2 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 461652 0 0 0 58029 191 0 0 20 0 1 0 269184353 1797062656 424379 33554432000 4194304 10219143 140734028689472 140734028684312 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 438736 424379 795 1471 0 437256 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1754944

[startup+642.3 s]

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

/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463071 0 0 0 105998 214 0 0 20 0 1 0 269184353 1834905600 432291 33554432000 4194304 10219143 140734028689472 140734028684344 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432291 795 1471 0 446495 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1791900

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 951
/proc/meminfo: memFree=27335544/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1122.11 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463071 0 0 0 111994 217 0 0 20 0 1 0 269184353 1834905600 432291 33554432000 4194304 10219143 140734028689472 140734028684360 8931175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432291 795 1471 0 446495 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1791900

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 951
/proc/meminfo: memFree=27332876/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1182.1 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463071 0 0 0 117990 220 0 0 20 0 1 0 269184353 1834905600 432291 33554432000 4194304 10219143 140734028689472 140734028684312 8891081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432291 795 1471 0 446495 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1791900

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 954
/proc/meminfo: memFree=27334656/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1242.1 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463071 0 0 0 123988 222 0 0 20 0 1 0 269184353 1834905600 432291 33554432000 4194304 10219143 140734028689472 140734028684392 8931175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432291 795 1471 0 446495 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1791900

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/174 954
/proc/meminfo: memFree=27332812/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1302.09 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463071 0 0 0 129984 225 0 0 20 0 1 0 269184353 1834905600 432291 33554432000 4194304 10219143 140734028689472 140734028684360 8931220 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432291 795 1471 0 446495 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1791900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 955
/proc/meminfo: memFree=27330576/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1362.07 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 135979 228 0 0 20 0 1 0 269184353 1834905600 432413 33554432000 4194304 10219143 140734028689472 140734028684392 8891081 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432413 795 1471 0 446495 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1791900

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 955
/proc/meminfo: memFree=27329768/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1422.07 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 141976 231 0 0 20 0 1 0 269184353 1834905600 432413 33554432000 4194304 10219143 140734028689472 140734028684424 8931033 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432413 795 1471 0 446495 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1791900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 955
/proc/meminfo: memFree=27326416/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1482.06 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 147972 234 0 0 20 0 1 0 269184353 1834905600 432413 33554432000 4194304 10219143 140734028689472 140734028684344 7701958 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432413 795 1471 0 446495 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1791900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 955
/proc/meminfo: memFree=27320964/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1542.05 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 153969 236 0 0 20 0 1 0 269184353 1834905600 432413 33554432000 4194304 10219143 140734028689472 140734028684344 7698862 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432413 795 1471 0 446495 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1791900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 955
/proc/meminfo: memFree=27320096/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1602.03 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 159964 239 0 0 20 0 1 0 269184353 1834905600 432413 33554432000 4194304 10219143 140734028689472 140734028684312 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432413 795 1471 0 446495 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1791900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 956
/proc/meminfo: memFree=27319656/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1662.03 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 165961 242 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028684312 8931307 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1791900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 956
/proc/meminfo: memFree=27318416/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1722.02 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 171958 244 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028684312 7698849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1791900

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/175 956
/proc/meminfo: memFree=27312464/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1782.02 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 177956 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028684312 8931182 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1791900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/175 956
/proc/meminfo: memFree=27313456/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1800.02 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 179756 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028684632 7266267 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1791900

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -863

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

[startup+1801.4 s]
/proc/loadavg: 2.05 2.01 1.94 3/176 957
/proc/meminfo: memFree=27313456/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1801.11 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 179865 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028683712 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 1791900

[startup+1801.81 s]
/proc/loadavg: 2.05 2.01 1.94 3/176 957
/proc/meminfo: memFree=27313448/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1801.52 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 179906 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028683712 7266276 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 1791900

[startup+1802.2 s]
/proc/loadavg: 2.05 2.01 1.94 3/176 957
/proc/meminfo: memFree=27313448/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1801.91 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 179945 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028683712 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 1791900

[startup+1802.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/176 957
/proc/meminfo: memFree=27313448/32873624 swapFree=7104/7104
[pid=863] ppid=861 vsize=1791900 CPUtime=1802.01 cores=0,2,4,6
/proc/863/stat : 863 (scip-2.1.1.4exp) R 861 863 31545 0 -1 4202496 463261 0 0 0 179955 246 0 0 20 0 1 0 269184353 1834905600 432577 33554432000 4194304 10219143 140734028689472 140734028683712 7266285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/863/statm: 447975 432577 795 1471 0 446495 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 1791900

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 2.47562
maximum resident set size= 1767216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463261
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= 12
involuntary context switches= 1939

runsolver used 2.72659 second user time and 7.11592 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 13:09:49
IDJOB=3692080
IDBENCH=1974
IDSOLVER=2271
FILE ID=node121/3692080-1338030588
RUNJOBID= node121-1338028773-530
PBS_JOBID= 14624350
Free space on /tmp= 71444 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_10.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-3692080-1338030588/watcher-3692080-1338030588 -o /tmp/evaluation-result-3692080-1338030588/solver-3692080-1338030588 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692080-1338030588.opb -t 1800 -m 15500

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=1094265262

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        29150476 kB
Buffers:          249616 kB
Cached:          2660472 kB
SwapCached:            0 kB
Active:           799492 kB
Inactive:        2154776 kB
Active(anon):      46660 kB
Inactive(anon):        0 kB
Active(file):     752832 kB
Inactive(file):  2154776 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30308 kB
Writeback:             0 kB
AnonPages:         51060 kB
Mapped:            16716 kB
Shmem:               200 kB
Slab:             633440 kB
SReclaimable:      77988 kB
SUnreclaim:       555452 kB
KernelStack:        1456 kB
PageTables:         3684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     148224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node121 at 2012-05-26 13:39:51