Trace number 3309423

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
Plingeling 587UNSAT 31.9511 7.01939

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t0.cnf
MD5SUM9029cec808e66e35ae213dc5615fd1f7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9144
Satisfiable
(Un)Satisfiability was proved
Number of variables237336
Number of clauses1262609
Sum of the clauses size3042396
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2900089
Number of clauses of size 3288599
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

31.92/7.01	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3309423-1304003555/watcher-3309423-1304003555 -o /tmp/evaluation-result-3309423-1304003555/solver-3309423-1304003555 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309423-1304003555.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.37 3.79 2.65 2/170 24147
/proc/meminfo: memFree=22150920/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=12832 CPUtime=0 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 1299 1252 0 0 0 0 0 0 23 0 1 0 511953288 13139968 1229 33554432000 4194304 4417332 140734505184688 18446744073709551615 218905424847 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 3208 1229 146 55 0 1094 0

[startup+0.0836289 s]
/proc/loadavg: 6.37 3.79 2.65 2/170 24147
/proc/meminfo: memFree=22150920/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=56444 CPUtime=0.07 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 12188 1252 0 0 6 1 0 0 23 0 1 0 511953288 57798656 12117 33554432000 4194304 4417332 140734505184688 18446744073709551615 4231291 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 14111 12117 147 55 0 11997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56444

[startup+0.100625 s]
/proc/loadavg: 6.37 3.79 2.65 2/170 24147
/proc/meminfo: memFree=22150920/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=61332 CPUtime=0.09 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 13410 1252 0 0 8 1 0 0 23 0 1 0 511953288 62803968 13339 33554432000 4194304 4417332 140734505184688 18446744073709551615 4231480 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 15333 13339 147 55 0 13219 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61332

[startup+0.300589 s]
/proc/loadavg: 6.37 3.79 2.65 2/170 24147
/proc/meminfo: memFree=22150920/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=92576 CPUtime=0.29 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 21249 1252 0 0 27 2 0 0 25 0 1 0 511953288 94797824 21166 33554432000 4194304 4417332 140734505184688 18446744073709551615 4209644 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 23144 21166 147 55 0 21030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92576

[startup+0.70053 s]
/proc/loadavg: 6.37 3.79 2.65 2/170 24147
/proc/meminfo: memFree=22150920/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=196988 CPUtime=0.69 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 47369 1252 0 0 64 5 0 0 25 0 1 0 511953288 201715712 47269 33554432000 4194304 4417332 140734505184688 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 49247 47269 147 55 0 47133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 196988

[startup+1.50038 s]
/proc/loadavg: 6.37 3.79 2.65 2/171 24153
/proc/meminfo: memFree=21929332/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=244092 CPUtime=1.48 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 59146 1252 0 0 142 6 0 0 25 0 1 0 511953288 249950208 59046 33554432000 4194304 4417332 140734505184688 18446744073709551615 4227760 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 61023 59046 148 55 0 58909 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 244092

[startup+3.10108 s]
/proc/loadavg: 6.37 3.79 2.65 2/171 24153
/proc/meminfo: memFree=21848980/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=442780 CPUtime=3.08 cores=0-7
/proc/24147/stat : 24147 (plingeling) R 24145 24147 23873 0 -1 4202496 108818 1252 0 0 295 13 0 0 25 0 1 0 511953288 453406720 108718 33554432000 4194304 4417332 140734505184688 18446744073709551615 4209609 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/24147/statm: 110695 108718 148 55 0 108581 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 442780

[startup+6.30047 s]
/proc/loadavg: 6.50 3.86 2.68 9/179 24161
/proc/meminfo: memFree=21729696/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=606892 CPUtime=28.34 cores=0-7
/proc/24147/stat : 24147 (plingeling) S 24145 24147 23873 0 -1 4202496 156146 1252 0 0 2811 23 0 0 18 0 9 0 511953288 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24147/statm: 151723 100781 181 55 0 149609 0
[pid=24147/tid=24154] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24154/stat : 24154 (plingeling) R 24145 24147 23873 0 -1 4202560 5264 1252 0 0 314 1 0 0 25 0 9 0 511953601 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4346385 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=24147/tid=24155] ppid=24145 vsize=606892 CPUtime=3.11 cores=0-7
/proc/24147/task/24155/stat : 24155 (plingeling) R 24145 24147 23873 0 -1 4202560 4749 1252 0 0 310 1 0 0 25 0 9 0 511953601 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4346207 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24147/tid=24156] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24156/stat : 24156 (plingeling) R 24145 24147 23873 0 -1 4202560 8637 1252 0 0 314 1 0 0 25 0 9 0 511953601 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4258377 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24147/tid=24157] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24157/stat : 24157 (plingeling) R 24145 24147 23873 0 -1 4202560 2792 1252 0 0 314 1 0 0 25 0 9 0 511953601 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=24147/tid=24158] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24158/stat : 24158 (plingeling) R 24145 24147 23873 0 -1 4202560 9926 1252 0 0 314 1 0 0 25 0 9 0 511953601 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4239777 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=24147/tid=24159] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24159/stat : 24159 (plingeling) R 24145 24147 23873 0 -1 4202560 4204 1252 0 0 315 0 0 0 25 0 9 0 511953602 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=24147/tid=24160] ppid=24145 vsize=606892 CPUtime=3.15 cores=0-7
/proc/24147/task/24160/stat : 24160 (plingeling) R 24145 24147 23873 0 -1 4202560 6486 1252 0 0 314 1 0 0 25 0 9 0 511953602 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4234240 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=24147/tid=24161] ppid=24145 vsize=606892 CPUtime=3.13 cores=0-7
/proc/24147/task/24161/stat : 24161 (plingeling) R 24145 24147 23873 0 -1 4202560 5254 1252 0 0 313 0 0 0 25 0 9 0 511953602 621457408 100781 33554432000 4194304 4417332 140734505184688 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.34
Current children cumulated vsize (KiB) 606892

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

[startup+6.7004 s]
/proc/loadavg: 6.50 3.86 2.68 9/179 24161
/proc/meminfo: memFree=21779056/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=574088 CPUtime=31.38 cores=0-7
/proc/24147/stat : 24147 (plingeling) S 24145 24147 23873 0 -1 4202496 156159 1252 0 0 3115 23 0 0 18 0 3 0 511953288 587866112 92593 33554432000 4194304 4417332 140734505184688 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24147/statm: 143522 92593 182 55 0 141408 0
[pid=24147/tid=24155] ppid=24145 vsize=574088 CPUtime=3.5 cores=0-7
/proc/24147/task/24155/stat : 24155 (plingeling) R 24145 24147 23873 0 -1 4202560 4755 1252 0 0 349 1 0 0 25 0 3 0 511953601 587866112 92593 33554432000 4194304 4417332 140734505184688 18446744073709551615 4253328 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24147/tid=24158] ppid=24145 vsize=574088 CPUtime=3.55 cores=0-7
/proc/24147/task/24158/stat : 24158 (plingeling) R 24145 24147 23873 0 -1 4202560 9932 1252 0 0 354 1 0 0 25 0 3 0 511953601 587866112 92593 33554432000 4194304 4417332 140734505184688 18446744073709551615 4273564 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (KiB) 574088

[startup+6.90036 s]
/proc/loadavg: 6.50 3.86 2.68 9/179 24161
/proc/meminfo: memFree=21779056/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=574268 CPUtime=31.78 cores=0-7
/proc/24147/stat : 24147 (plingeling) S 24145 24147 23873 0 -1 4202496 156204 1252 0 0 3155 23 0 0 18 0 3 0 511953288 588050432 92638 33554432000 4194304 4417332 140734505184688 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24147/statm: 143567 92638 182 55 0 141453 0
[pid=24147/tid=24155] ppid=24145 vsize=574268 CPUtime=3.7 cores=0-7
/proc/24147/task/24155/stat : 24155 (plingeling) R 24145 24147 23873 0 -1 4202560 4755 1252 0 0 369 1 0 0 25 0 3 0 511953601 588050432 92638 33554432000 4194304 4417332 140734505184688 18446744073709551615 4273628 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24147/tid=24158] ppid=24145 vsize=574268 CPUtime=3.75 cores=0-7
/proc/24147/task/24158/stat : 24158 (plingeling) R 24145 24147 23873 0 -1 4202560 9977 1252 0 0 374 1 0 0 25 0 3 0 511953601 588050432 92638 33554432000 4194304 4417332 140734505184688 18446744073709551615 4252606 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (KiB) 574268

[startup+7.00039 s]
/proc/loadavg: 6.50 3.86 2.68 9/179 24161
/proc/meminfo: memFree=21779056/32951124 swapFree=67111412/67111528
[pid=24147] ppid=24145 vsize=563924 CPUtime=31.92 cores=0-7
/proc/24147/stat : 24147 (plingeling) S 24145 24147 23873 0 -1 4202496 156204 1252 0 0 3169 23 0 0 15 0 2 0 511953288 577458176 92611 33554432000 4194304 4417332 140734505184688 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/24147/statm: 140981 92611 182 55 0 138867 0
[pid=24147/tid=24158] ppid=24145 vsize=563924 CPUtime=3.85 cores=0-7
/proc/24147/task/24158/stat : 24158 (plingeling) R 24145 24147 23873 0 -1 4202560 9977 1252 0 0 384 1 0 0 25 0 2 0 511953601 577458176 92611 33554432000 4194304 4417332 140734505184688 18446744073709551615 218905424857 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 31.92
Current children cumulated vsize (KiB) 563924

Child status: 20
Real time (s): 7.01939
CPU time (s): 31.9511
CPU user time (s): 31.6952
CPU system time (s): 0.255961
CPU usage (%): 455.184
Max. virtual memory (cumulated for all children) (KiB): 653684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6952
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157459
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= 835
involuntary context switches= 236

runsolver used 0.013997 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-28 17:12:36
IDJOB=3309423
IDBENCH=71012
IDSOLVER=1695
FILE ID=node137/3309423-1304003555
RUNJOBID= node137-1304003266-23887
PBS_JOBID= 13168803
Free space on /tmp= 71596 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t0.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309423-1304003555/watcher-3309423-1304003555 -o /tmp/evaluation-result-3309423-1304003555/solver-3309423-1304003555 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309423-1304003555.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9029cec808e66e35ae213dc5615fd1f7
RANDOM SEED=486964572

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22151076 kB
Buffers:       1782948 kB
Cached:        8392332 kB
SwapCached:        112 kB
Active:        4248900 kB
Inactive:      5991836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22151076 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           24288 kB
Writeback:           0 kB
AnonPages:       65688 kB
Mapped:          15112 kB
Slab:           491336 kB
PageTables:       4524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186672 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= 71596 MiB
End job on node137 at 2011-04-28 17:12:43