Trace number 3495008

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
OptimuS a100_sourceUNSAT 84.9331 84.942

General information on the benchmark

Namemus/marques-silva/design-debugging/
wb_conmax3.dimacs.filtered.cnf
MD5SUM70661d58e23d97579ff78155ba3338cb
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.988849
Satisfiable
(Un)Satisfiability was proved
Number of variables277950
Number of clauses1221020
Sum of the clauses size3429264
Maximum clause length3
Minimum clause length1
Number of clauses of size 17116
Number of clauses of size 2219564
Number of clauses of size 3994340
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

84.88/84.92	c - Reading the instance.. OK! Totally clauses:  1221020; Vars:   277950; Time: 1.05
84.88/84.92	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.05
84.88/84.92	c - Delete by resolution.. OK! Removed clauses:   657330;                 Time: 19.47
84.88/84.92	c   - Solving the original instance..
84.88/84.92	c     - OK - UNSAT! Continue to clause elimination..
84.88/84.92	c   - round:    1;   Skips in previous round:    0
84.88/84.92	c     - clauses done:  1%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 10%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 20%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 30%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 40%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 50%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 60%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 70%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 80%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 90%; among them skipped: 0.00%;
84.88/84.92	c     - clauses done: 99%; among them skipped: 0.00%;
84.88/84.92	c - Finish! Unsat core size: 28 / 1221020; Time: 84.36 s
84.88/84.92	c - ---------------------------------------------------------------------------
84.88/84.92	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
84.88/84.92	c -             |       0   |  737285   |       0   |      28   |     811     |
84.88/84.92	c - ---------------------------------------------------------------------------
84.88/84.92	s UNSATISFIABLE
84.88/84.92	v 730 2116 2187 2258 2329 2400 2471 2542 2613 597685 597687 597690 597696 597703 597705 597708 681776 681778 685445 698504 702698 706892 711086 715280 719474 723668 727862 732783 0

Verifier Data

OK	28

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-3495008-1307808757/watcher-3495008-1307808757 -o /tmp/evaluation-result-3495008-1307808757/solver-3495008-1307808757 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495008-1307808757.cnf 

running on 2 cores: 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): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.78 3.17 4/189 29202
/proc/meminfo: memFree=30970588/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=24048 CPUtime=0 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 1581 0 0 0 0 0 0 0 24 0 1 0 892475552 24625152 1521 33554432000 4194304 4279335 140735999591840 18446744073709551615 237278576848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 6012 1535 223 21 0 2649 0

[startup+0.0385131 s]
/proc/loadavg: 3.92 3.78 3.17 4/189 29202
/proc/meminfo: memFree=30970588/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=49484 CPUtime=0.03 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 6534 0 0 0 2 1 0 0 24 0 1 0 892475552 50671616 6224 33554432000 4194304 4279335 140735999591840 18446744073709551615 4265425 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 12371 6225 224 21 0 9008 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 49484

[startup+0.100502 s]
/proc/loadavg: 3.92 3.78 3.17 4/189 29202
/proc/meminfo: memFree=30970588/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=69184 CPUtime=0.09 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 11517 0 0 0 8 1 0 0 24 0 1 0 892475552 70844416 11046 33554432000 4194304 4279335 140735999591840 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 17296 11048 224 21 0 13933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69184

[startup+0.300466 s]
/proc/loadavg: 3.92 3.78 3.17 4/189 29202
/proc/meminfo: memFree=30970588/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=153432 CPUtime=0.29 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 27108 0 0 0 26 3 0 0 25 0 1 0 892475552 157114368 26107 33554432000 4194304 4279335 140735999591840 18446744073709551615 4264829 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 38358 26110 224 21 0 34995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153432

[startup+0.700396 s]
/proc/loadavg: 3.92 3.78 3.17 4/189 29202
/proc/meminfo: memFree=30970588/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=274336 CPUtime=0.68 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 55133 0 0 0 62 6 0 0 25 0 1 0 892475552 280920064 53672 33554432000 4194304 4279335 140735999591840 18446744073709551615 4221587 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 68584 53673 239 21 0 65221 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 274336

[startup+1.50036 s]
/proc/loadavg: 3.92 3.78 3.17 5/190 29203
/proc/meminfo: memFree=30615964/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=415400 CPUtime=1.49 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 87623 0 0 0 137 12 0 0 25 0 1 0 892475552 425369600 86162 33554432000 4194304 4279335 140735999591840 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 103850 86163 239 21 0 100487 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 415400

[startup+3.10103 s]
/proc/loadavg: 3.92 3.78 3.17 5/190 29203
/proc/meminfo: memFree=30570700/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=426700 CPUtime=3.09 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 91502 0 0 0 296 13 0 0 25 0 1 0 892475552 436940800 90036 33554432000 4194304 4279335 140735999591840 18446744073709551615 4208692 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 106675 90036 250 21 0 103312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 426700

[startup+6.3004 s]
/proc/loadavg: 4.09 3.81 3.18 5/190 29203
/proc/meminfo: memFree=30609884/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=428048 CPUtime=6.29 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 91686 0 0 0 616 13 0 0 25 0 1 0 892475552 438321152 90220 33554432000 4194304 4279335 140735999591840 18446744073709551615 4210161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 107012 90220 250 21 0 103649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 428048

[startup+12.7003 s]
/proc/loadavg: 4.08 3.82 3.19 5/190 29204
/proc/meminfo: memFree=30609524/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=428048 CPUtime=12.69 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 91818 0 0 0 1256 13 0 0 25 0 1 0 892475552 438321152 90352 33554432000 4194304 4279335 140735999591840 18446744073709551615 4208484 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 107012 90352 250 21 0 103649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 428048

[startup+25.501 s]
/proc/loadavg: 4.06 3.83 3.20 5/190 29204
/proc/meminfo: memFree=30586200/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=453620 CPUtime=25.49 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 99128 0 0 0 2535 14 0 0 25 0 1 0 892475552 464506880 96198 33554432000 4194304 4279335 140735999591840 18446744073709551615 4209637 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 113405 96198 259 21 0 110042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 453620

[startup+51.1005 s]
/proc/loadavg: 4.04 3.84 3.22 5/190 29205
/proc/meminfo: memFree=30538444/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=453620 CPUtime=51.09 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 99128 0 0 0 5095 14 0 0 25 0 1 0 892475552 464506880 96198 33554432000 4194304 4279335 140735999591840 18446744073709551615 4207538 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 113405 96198 259 21 0 110042 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 453620

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

[startup+63.9002 s]
/proc/loadavg: 4.03 3.84 3.23 5/190 29205
/proc/meminfo: memFree=30513268/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=453620 CPUtime=63.89 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 99128 0 0 0 6375 14 0 0 25 0 1 0 892475552 464506880 96198 33554432000 4194304 4279335 140735999591840 18446744073709551615 4207538 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 113405 96198 259 21 0 110042 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 453620

[startup+76.7009 s]
/proc/loadavg: 4.02 3.85 3.24 5/190 29205
/proc/meminfo: memFree=30531732/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=467292 CPUtime=76.68 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 102462 0 0 0 7654 14 0 0 25 0 1 0 892475552 478507008 99532 33554432000 4194304 4279335 140735999591840 18446744073709551615 4207727 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 116823 99532 260 21 0 113460 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 467292

[startup+79.9003 s]
/proc/loadavg: 4.02 3.85 3.24 5/190 29205
/proc/meminfo: memFree=30493908/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=467292 CPUtime=79.88 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 102809 0 0 0 7974 14 0 0 25 0 1 0 892475552 478507008 99879 33554432000 4194304 4279335 140735999591840 18446744073709551615 4241764 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 116823 99879 260 21 0 113460 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (KiB) 467292

[startup+83.1008 s]
/proc/loadavg: 4.02 3.85 3.24 5/190 29205
/proc/meminfo: memFree=30563596/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=467556 CPUtime=83.08 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 102965 0 0 0 8294 14 0 0 25 0 1 0 892475552 478777344 100035 33554432000 4194304 4279335 140735999591840 18446744073709551615 4260721 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 116889 100035 260 21 0 113526 0
Current children cumulated CPU time (s) 83.08
Current children cumulated vsize (KiB) 467556

[startup+83.9007 s]
/proc/loadavg: 4.02 3.85 3.24 5/190 29206
/proc/meminfo: memFree=30536440/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=468744 CPUtime=83.88 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 103264 0 0 0 8374 14 0 0 25 0 1 0 892475552 479993856 100334 33554432000 4194304 4279335 140735999591840 18446744073709551615 4242032 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 117186 100334 260 21 0 113823 0
Current children cumulated CPU time (s) 83.88
Current children cumulated vsize (KiB) 468744

[startup+84.7065 s]
/proc/loadavg: 4.02 3.85 3.25 5/190 29206
/proc/meminfo: memFree=30505936/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=469800 CPUtime=84.69 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 103535 0 0 0 8455 14 0 0 25 0 1 0 892475552 481075200 100605 33554432000 4194304 4279335 140735999591840 18446744073709551615 4241858 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 117450 100605 260 21 0 114087 0
Current children cumulated CPU time (s) 84.69
Current children cumulated vsize (KiB) 469800

[startup+84.9004 s]
/proc/loadavg: 4.02 3.85 3.25 5/190 29206
/proc/meminfo: memFree=30505936/32950904 swapFree=67055440/67111528
[pid=29202] ppid=29200 vsize=470064 CPUtime=84.88 cores=4,6
/proc/29202/stat : 29202 (OptimuS_release) R 29200 29202 27643 0 -1 4202496 103601 0 0 0 8474 14 0 0 25 0 1 0 892475552 481345536 100671 33554432000 4194304 4279335 140735999591840 18446744073709551615 4258208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29202/statm: 117516 100671 260 21 0 114153 0
Current children cumulated CPU time (s) 84.88
Current children cumulated vsize (KiB) 470064

Child status: 20
Real time (s): 84.942
CPU time (s): 84.9331
CPU user time (s): 84.7671
CPU system time (s): 0.165974
CPU usage (%): 99.9895
Max. virtual memory (cumulated for all children) (KiB): 470064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7671
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103602
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= 9
involuntary context switches= 152

runsolver used 0.137979 second user time and 0.329949 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 18:12:38
IDJOB=3495008
IDBENCH=89442
IDSOLVER=1986
FILE ID=node121/3495008-1307808757
RUNJOBID= node121-1307807977-28922
PBS_JOBID= 13551058
Free space on /tmp= 74036 MiB

SOLVER NAME= OptimuS a100_source
BENCH NAME= SAT11/mus/marques-silva/design-debugging/wb_conmax3.dimacs.filtered.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495008-1307808757/watcher-3495008-1307808757 -o /tmp/evaluation-result-3495008-1307808757/solver-3495008-1307808757 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495008-1307808757.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 70661d58e23d97579ff78155ba3338cb
RANDOM SEED=296981354

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      30971380 kB
Buffers:        297644 kB
Cached:         967520 kB
SwapCached:       9944 kB
Active:        1086768 kB
Inactive:       689044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30971380 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           26396 kB
Writeback:           0 kB
AnonPages:      507692 kB
Mapped:          13340 kB
Slab:           136188 kB
PageTables:       6444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   780448 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= 74036 MiB
End job on node121 at 2011-06-11 18:14:03