Trace number 3283045

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
QuteRSat 2011-03-01Signal 126.519 126.588

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.6073
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.00/0.00	c Set FPU double precision.
32.90/32.97	c Parse Cnf success: #var: 10950109 #clause: 32697150
32.90/32.97	c Find Units :       2415
35.39/35.47	c Find Invs  :       1451
42.90/42.97	c Find Ands  :   10881565 AvgFaninNum: 2.00166
43.69/43.79	c Find Xors  :       7666 AvgFaninNum: 2
45.69/45.78	c Find Ite   :        960
60.79/60.80	c UnDirect variable: 11527
60.79/60.80	c UnDirect to Direct Gate: 6020
60.79/60.80	c Forced Direct Gate: 1421 Unuse unDirect Gate: 4478
62.89/62.95	c Break Cycle : 651
62.89/62.95	c Total Root : 869858 Undef Var: 64269
70.59/70.66	c After covering, Total Root: 870313 Leaf: 61941
70.59/70.66	c Variable( cover/uncovered/unused ): 10947781 2328 0
70.59/70.66	c Unit Clauses: 2415
70.59/70.66	c Binary Clauses( cover/uncovered ): 21780020 3803
70.59/70.66	c Clauses( cover/uncovered ): 10898260 12652
70.59/70.66	c Total Clauses( cover/uncovered ): 32680695 16455 99.9497%
70.59/70.66	c Covered Ands: 10879872 Invs: 1371 Xors: 4587 Ites: 10
70.99/71.05	c Uncover Clauses avg size: 2.80018 max size: 36
70.99/71.09	c Final circuit: i/l/o/s   62206       0   13328   7906061
70.99/71.09	c CnfToAig: Time: 71.08 s
115.69/115.74	terminate called after throwing an instance of 'std::bad_alloc'
115.69/115.74	  what():  std::bad_alloc

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3283045-1303759505/watcher-3283045-1303759505 -o /tmp/evaluation-result-3283045-1303759505/solver-3283045-1303759505 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283045-1303759505.cnf 2084946188 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 1.71 2.24 4.90 4/189 8016
/proc/meminfo: memFree=12776828/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=289520 CPUtime=0 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 2538 0 0 0 0 0 0 0 22 0 1 0 487550545 296468480 2473 33554432000 4194304 6016207 140737390142112 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 72380 2487 372 445 0 65924 0

[startup+0.0444659 s]
/proc/loadavg: 1.71 2.24 4.90 4/189 8016
/proc/meminfo: memFree=12776828/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=289520 CPUtime=0.04 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 28563 0 0 0 1 3 0 0 22 0 1 0 487550545 296468480 28499 33554432000 4194304 6016207 140737390142112 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 72380 28529 372 445 0 65924 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 289520

[startup+0.100452 s]
/proc/loadavg: 1.71 2.24 4.90 4/189 8016
/proc/meminfo: memFree=12776828/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=289520 CPUtime=0.09 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 66212 0 0 0 2 7 0 0 22 0 1 0 487550545 296468480 66147 33554432000 4194304 6016207 140737390142112 18446744073709551615 4796955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 72380 66147 379 445 0 65924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 289520

[startup+0.300418 s]
/proc/loadavg: 1.71 2.24 4.90 4/189 8016
/proc/meminfo: memFree=12776828/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=328560 CPUtime=0.29 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 75636 0 0 0 21 8 0 0 23 0 1 0 487550545 336445440 75571 33554432000 4194304 6016207 140737390142112 18446744073709551615 4818720 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 82140 75571 379 445 0 75684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 328560

[startup+0.700344 s]
/proc/loadavg: 1.71 2.24 4.90 4/189 8016
/proc/meminfo: memFree=12776828/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=393328 CPUtime=0.69 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 91559 0 0 0 59 10 0 0 25 0 1 0 487550545 402767872 91494 33554432000 4194304 6016207 140737390142112 18446744073709551615 4309823 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 98332 91494 379 445 0 91876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 393328

[startup+1.5002 s]
/proc/loadavg: 1.71 2.24 4.90 5/190 8017
/proc/meminfo: memFree=12365884/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=497392 CPUtime=1.49 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 117412 0 0 0 136 13 0 0 25 0 1 0 487550545 509329408 117347 33554432000 4194304 6016207 140737390142112 18446744073709551615 4278898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 124348 117347 379 445 0 117892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 497392

[startup+3.10091 s]
/proc/loadavg: 1.71 2.24 4.90 5/187 8038
/proc/meminfo: memFree=12822732/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=704752 CPUtime=3.09 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 168357 0 0 0 289 20 0 0 25 0 1 0 487550545 721666048 168292 33554432000 4194304 6016207 140737390142112 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 176188 168292 379 445 0 169732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 704752

[startup+6.30032 s]
/proc/loadavg: 1.97 2.28 4.90 5/190 8044
/proc/meminfo: memFree=12038100/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=1122416 CPUtime=6.29 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 276008 0 0 0 595 34 0 0 25 0 1 0 487550545 1149353984 270598 33554432000 4194304 6016207 140737390142112 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 280604 270598 379 445 0 274148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1122416

[startup+12.7002 s]
/proc/loadavg: 2.13 2.31 4.90 5/190 8044
/proc/meminfo: memFree=10858944/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=1956208 CPUtime=12.7 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 480038 0 0 0 1210 60 0 0 25 0 1 0 487550545 2003156992 474628 33554432000 4194304 6016207 140737390142112 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 489052 474628 379 445 0 482596 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1956208

[startup+25.5008 s]
/proc/loadavg: 2.55 2.39 4.88 5/187 8047
/proc/meminfo: memFree=9997984/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=3626096 CPUtime=25.49 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 889382 0 0 0 2436 113 0 0 25 0 1 0 487550545 3713122304 883972 33554432000 4194304 6016207 140737390142112 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 906524 883972 379 445 0 900068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3626096

[startup+51.1012 s]
/proc/loadavg: 3.04 2.52 4.86 5/190 8072
/proc/meminfo: memFree=8976032/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=4294896 CPUtime=51.09 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 1059767 0 0 0 4972 137 0 0 25 0 1 0 487550545 4397973504 1054357 33554432000 4194304 6016207 140737390142112 18446744073709551615 4809465 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 1073724 1054357 397 445 0 1067268 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4294896

[startup+102.307 s]
/proc/loadavg: 3.58 2.75 4.81 5/190 8073
/proc/meminfo: memFree=7553628/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=5675248 CPUtime=102.3 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 1418591 0 0 0 10055 175 0 0 25 0 1 0 487550545 5811453952 1412930 33554432000 4194304 6016207 140737390142112 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 1418812 1412932 669 445 0 1412356 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5675248

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

[startup+115.1 s]
/proc/loadavg: 3.65 2.79 4.80 5/190 8074
/proc/meminfo: memFree=5817000/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=7549296 CPUtime=115.09 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4202496 1886996 0 0 0 11284 225 0 0 25 0 1 0 487550545 7730479104 1881335 33554432000 4194304 6016207 140737390142112 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8016/statm: 1887324 1881337 669 445 0 1880868 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 7549296

[startup+121.5 s]
/proc/loadavg: 4.02 2.89 4.81 5/190 8074
/proc/meminfo: memFree=1449604/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=7771728 CPUtime=121.48 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4204032 1942544 0 0 0 11342 806 0 0 25 0 1 0 487550545 7958249472 1936882 33554432000 4194304 6016207 140737390142112 18446744073709551615 212687061605 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8016/statm: 1942932 1936882 704 445 0 1936476 0
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (KiB) 7771728

[startup+124.701 s]
/proc/loadavg: 4.02 2.89 4.81 5/190 8074
/proc/meminfo: memFree=93924/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=7771728 CPUtime=124.63 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4204032 1942544 0 0 0 11342 1121 0 0 25 0 1 0 487550545 7958249472 1936882 33554432000 4194304 6016207 140737390142112 18446744073709551615 212687061605 0 0 4096 16386 0 0 0 17 3 0 0 1
/proc/8016/statm: 1942932 1936882 704 445 0 1936476 0
Current children cumulated CPU time (s) 124.63
Current children cumulated vsize (KiB) 7771728

[startup+125.501 s]
/proc/loadavg: 4.26 2.96 4.83 5/190 8074
/proc/meminfo: memFree=97596/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=7771728 CPUtime=125.42 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4204032 1942544 0 0 0 11342 1200 0 0 25 0 1 0 487550545 7958249472 1936882 33554432000 4194304 6016207 140737390142112 18446744073709551615 212687061605 0 0 4096 16386 0 0 0 17 3 0 0 1
/proc/8016/statm: 1942932 1936882 704 445 0 1936476 0
Current children cumulated CPU time (s) 125.42
Current children cumulated vsize (KiB) 7771728

[startup+126.3 s]
/proc/loadavg: 4.26 2.96 4.83 5/190 8074
/proc/meminfo: memFree=97596/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=7771728 CPUtime=126.22 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4204032 1942544 0 0 0 11342 1280 0 0 25 0 1 0 487550545 7958249472 1936882 33554432000 4194304 6016207 140737390142112 18446744073709551615 212687061605 0 0 4096 16386 0 0 0 17 3 0 0 1
/proc/8016/statm: 1942932 1936882 704 445 0 1936476 0
Current children cumulated CPU time (s) 126.22
Current children cumulated vsize (KiB) 7771728

[startup+126.506 s]
/proc/loadavg: 4.26 2.96 4.83 5/190 8074
/proc/meminfo: memFree=1894976/32951124 swapFree=67111528/67111528
[pid=8016] ppid=8014 vsize=0 CPUtime=126.43 cores=1,3
/proc/8016/stat : 8016 (qutersat_releas) R 8014 8016 7955 0 -1 4204036 1942544 0 0 0 11342 1301 0 0 25 0 1 0 487550545 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 1
/proc/8016/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 126.588
CPU time (s): 126.519
CPU user time (s): 113.426
CPU system time (s): 13.093
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 7771728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.426
system time used= 13.093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1942544
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= 10
involuntary context switches= 231

runsolver used 0.200969 second user time and 0.498924 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:25:28
IDJOB=3283045
IDBENCH=70953
IDSOLVER=1607
FILE ID=node139/3283045-1303759505
RUNJOBID= node139-1303759504-7975
PBS_JOBID= 13157122
Free space on /tmp= 71668 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283045-1303759505/watcher-3283045-1303759505 -o /tmp/evaluation-result-3283045-1303759505/solver-3283045-1303759505 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283045-1303759505.cnf 2084946188

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=2084946188

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      12777108 kB
Buffers:       2148428 kB
Cached:       15274948 kB
SwapCached:          0 kB
Active:       12810388 kB
Inactive:      6827112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12777108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          785220 kB
Writeback:           0 kB
AnonPages:     2213380 kB
Mapped:          20072 kB
Slab:           468044 kB
PageTables:       9560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2495068 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= 64116 MiB
End job on node139 at 2011-04-25 21:27:35