Trace number 3489824

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 NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? (MO) 150.663 150.671

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-184.opb
MD5SUMd8db981f22ec5ac3b83e1e418cbe482a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1025127
Total number of constraints24132986
Number of constraints which are clauses21678503
Number of constraints which are cardinality constraints (but not clauses)75582
Number of constraints which are nor clauses,nor cardinality constraints2378901
Minimum length of a constraint2
Maximum length of a constraint5487
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5488
Number of bits of the biggest sum of numbers13
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-3489824-1307795661.opb>
141.98/142.09	c original problem has 1025127 variables (1025127 bin, 0 int, 0 impl, 0 cont) and 24132986 constraints
141.98/142.09	c problem read
142.09/142.10	c No objective function, only one solution is needed.
142.09/142.13	c presolving settings loaded
150.09/150.15	c [src/blockmemshell/memory.c:855] ERROR: Insufficient memory for allocation of 327744 bytes
150.09/150.15	c [src/scip/cons_linear.c:1059] ERROR: Insufficient memory for new chunk
150.09/150.15	c [src/scip/cons_linear.c:1059] ERROR: Error <-1> in function call
150.09/150.15	c [src/scip/cons_linear.c:8939] ERROR: Error <-1> in function call
150.09/150.15	c [src/scip/cons.c:4994] ERROR: Error <-1> in function call
150.09/150.15	c [src/scip/prob.c:473] ERROR: Error <-1> in function call
150.09/150.15	c [src/scip/scip.c:5742] ERROR: Error <-1> in function call
150.09/150.15	c [src/scip/scip.c:6720] ERROR: Error <-1> in function call
150.09/150.15	c [src/cmain.c:610] ERROR: Error <-1> in function call
150.09/150.15	c [src/cmain.c:860] ERROR: Error <-1> in function call
150.09/150.15	c [src/cmain.c:933] ERROR: Error <-1> in function call
150.09/150.15	c SCIP Error (-1): c insufficient memory errorc 
150.09/150.15	c Time complete: 150.13.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3489824-1307795661/watcher-3489824-1307795661 -o /tmp/evaluation-result-3489824-1307795661/solver-3489824-1307795661 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489824-1307795661.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.38 1.68 1.59 2/177 7582
/proc/meminfo: memFree=16441204/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=12700 CPUtime=0 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 2147 0 0 0 0 0 0 0 25 0 1 0 871985082 13004800 2101 33554432000 4194304 9016284 140735973598688 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 3175 2101 357 1178 0 1993 0

[startup+0.0213429 s]
/proc/loadavg: 2.38 1.68 1.59 2/177 7582
/proc/meminfo: memFree=16441204/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=14824 CPUtime=0.01 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 2674 0 0 0 1 0 0 0 25 0 1 0 871985082 15179776 2628 33554432000 4194304 9016284 140735973598688 18446744073709551615 6180211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 3706 2628 357 1178 0 2524 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14824

[startup+0.100332 s]
/proc/loadavg: 2.38 1.68 1.59 2/177 7582
/proc/meminfo: memFree=16441204/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=21500 CPUtime=0.09 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 4369 0 0 0 9 0 0 0 25 0 1 0 871985082 22016000 4323 33554432000 4194304 9016284 140735973598688 18446744073709551615 6417615 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 5375 4323 357 1178 0 4193 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21500

[startup+0.300297 s]
/proc/loadavg: 2.38 1.68 1.59 2/177 7582
/proc/meminfo: memFree=16441204/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=36808 CPUtime=0.29 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 8194 0 0 0 29 0 0 0 25 0 1 0 871985082 37691392 8148 33554432000 4194304 9016284 140735973598688 18446744073709551615 7855003 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 9202 8148 357 1178 0 8020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36808

[startup+0.700226 s]
/proc/loadavg: 2.38 1.68 1.59 2/177 7582
/proc/meminfo: memFree=16441204/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=66380 CPUtime=0.69 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 15568 0 0 0 68 1 0 0 25 0 1 0 871985082 67973120 15522 33554432000 4194304 9016284 140735973598688 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 16595 15522 357 1178 0 15413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66380

[startup+1.50108 s]
/proc/loadavg: 2.38 1.68 1.59 3/178 7583
/proc/meminfo: memFree=16356152/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=125784 CPUtime=1.49 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 30409 0 0 0 147 2 0 0 25 0 1 0 871985082 128802816 30363 33554432000 4194304 9016284 140735973598688 18446744073709551615 7842269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7582/statm: 31446 30363 357 1178 0 30264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125784

[startup+3.1008 s]
/proc/loadavg: 2.38 1.68 1.59 3/178 7583
/proc/meminfo: memFree=16277164/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=242932 CPUtime=3.09 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 59648 0 0 0 304 5 0 0 25 0 1 0 871985082 248762368 59602 33554432000 4194304 9016284 140735973598688 18446744073709551615 7990087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 60733 59602 357 1178 0 59551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 242932

[startup+6.30023 s]
/proc/loadavg: 2.35 1.69 1.59 3/178 7583
/proc/meminfo: memFree=16042320/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=476416 CPUtime=6.29 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 117873 0 0 0 617 12 0 0 25 0 1 0 871985082 487849984 117827 33554432000 4194304 9016284 140735973598688 18446744073709551615 6180568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 119104 117827 357 1178 0 117922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 476416

[startup+12.7011 s]
/proc/loadavg: 2.32 1.69 1.59 3/178 7584
/proc/meminfo: memFree=15560336/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=945204 CPUtime=12.69 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 234570 0 0 0 1244 25 0 0 25 0 1 0 871985082 967888896 234525 33554432000 4194304 9016284 140735973598688 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 236301 234559 357 1178 0 235119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 945204

[startup+25.5008 s]
/proc/loadavg: 2.25 1.71 1.60 3/178 7584
/proc/meminfo: memFree=14607948/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=1871676 CPUtime=25.49 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 465349 0 0 0 2494 55 0 0 25 0 1 0 871985082 1916596224 465303 33554432000 4194304 9016284 140735973598688 18446744073709551615 7870478 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 467919 465303 357 1178 0 466737 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1871676

[startup+51.1002 s]
/proc/loadavg: 2.16 1.73 1.61 3/178 7584
/proc/meminfo: memFree=12786484/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=3707008 CPUtime=51.09 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 925290 0 0 0 5000 109 0 0 25 0 1 0 871985082 3795976192 925244 33554432000 4194304 9016284 140735973598688 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 926752 925244 357 1178 0 925570 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3707008

[startup+102.307 s]
/proc/loadavg: 2.07 1.77 1.62 3/178 7586
/proc/meminfo: memFree=9092352/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=7365964 CPUtime=102.29 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 1838012 0 0 0 10005 224 0 0 25 0 1 0 871985082 7542747136 1837966 33554432000 4194304 9016284 140735973598688 18446744073709551615 7928096 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7582/statm: 1841491 1837966 357 1178 0 1840309 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 7365964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+150.101 s]
/proc/loadavg: 2.03 1.80 1.64 3/178 7587
/proc/meminfo: memFree=659536/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=15899284 CPUtime=150.09 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202496 3939893 0 0 0 14521 488 0 0 25 0 1 0 871985082 16280866816 3939847 33554432000 4194304 9016284 140735973598688 18446744073709551615 4318833 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7582/statm: 3974821 3939847 404 1178 0 3973639 0
Current children cumulated CPU time (s) 150.09
Current children cumulated vsize (KiB) 15899284

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

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

[startup+150.208 s]
/proc/loadavg: 2.03 1.80 1.64 3/178 7587
/proc/meminfo: memFree=659536/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=0 CPUtime=150.19 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202500 3946633 0 0 0 14524 495 0 0 18 0 1 0 871985082 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 3 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.19
Current children cumulated vsize (KiB) 0

[startup+150.6 s]
/proc/loadavg: 2.03 1.80 1.64 3/179 7588
/proc/meminfo: memFree=14823348/32951124 swapFree=67050916/67111528
[pid=7582] ppid=7580 vsize=0 CPUtime=150.59 cores=1,3,5,7
/proc/7582/stat : 7582 (scip-2.0.1.4b_2) R 7580 7582 7493 0 -1 4202500 3946633 0 0 0 14524 535 0 0 18 0 1 0 871985082 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 3 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.59
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 150.671
CPU time (s): 150.663
CPU user time (s): 145.247
CPU system time (s): 5.41618
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 15899284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.247
system time used= 5.41618
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3946633
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= 8
involuntary context switches= 179

runsolver used 0.236963 second user time and 0.595909 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 14:34:48
IDJOB=3489824
IDBENCH=89808
IDSOLVER=1979
FILE ID=node146/3489824-1307795661
RUNJOBID= node146-1307795483-7512
PBS_JOBID= 13550923
Free space on /tmp= 72648 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-184.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-3489824-1307795661/watcher-3489824-1307795661 -o /tmp/evaluation-result-3489824-1307795661/solver-3489824-1307795661 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489824-1307795661.opb -t 1800 -m 15500

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

MD5SUM BENCH= d8db981f22ec5ac3b83e1e418cbe482a
RANDOM SEED=1443517070

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16441392 kB
Buffers:        306112 kB
Cached:        2579296 kB
SwapCached:      14576 kB
Active:       15410620 kB
Inactive:       833072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16441392 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:         1192372 kB
Writeback:           0 kB
AnonPages:    13355356 kB
Mapped:          12208 kB
Slab:           170956 kB
PageTables:      35976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14918940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72628 MiB
End job on node146 at 2011-06-11 14:37:20