Trace number 3377099

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-05-12 (fixed)UNSAT 47.5778 47.5789

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.59/0.67	c Parse Cnf success: #var: 350506 #clause: 878969
0.59/0.67	c Find Units :          2
0.69/0.72	c Find Invs  :          0
0.79/0.86	c Find Ands  :     292989 AvgFaninNum: 2
0.79/0.88	c Find Xors  :          0 AvgFaninNum: nan
0.88/0.94	c Find Ite   :          0
1.10/1.15	c UnDirect variable: 0
1.10/1.15	c UnDirect to Direct Gate: 0
1.10/1.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.10/1.19	c Break Cycle : 0
1.10/1.19	c Total Root : 1 Undef Var: 57517
1.38/1.40	c After covering, Total Root: 1 Leaf: 57517
1.38/1.40	c Variable( cover/uncovered/unused ): 350506 0 0
1.38/1.40	c Unit Clauses: 2
1.38/1.40	c Binary Clauses( cover/uncovered ): 585978 0
1.38/1.40	c Clauses( cover/uncovered ): 292989 0
1.38/1.40	c Total Clauses( cover/uncovered ): 878969 0 100%
1.38/1.40	c Covered Ands: 292989 Invs: 0 Xors: 0 Ites: 0
1.38/1.41	c Uncover Clauses avg size: nan max size: 0
1.38/1.41	c Final circuit: i/l/o/s   57516       0       1    292989
1.38/1.41	c CnfToAig: Time: 1.41 s
1.69/1.74	c TmMap: Set choices finish.
1.79/1.81	c TmMap: Set big and: 895
1.79/1.81	c TmMap: Origin: 350506 ClauseNum: 878967 --> New: 117262 ClauseNum: 354409
1.79/1.81	c TmMap: Time: 0.11
3.49/3.58	c Simulation --> TransNum: 230273/354409 Try to Add: #clause: 173814 #xorclause: 0
3.69/3.70	c #var: 115757 #clauses: 115585 Solving... 
13.99/14.06	c Abstract SAT
14.19/14.29	c Simulation --> TransNum: 318090/354409 Try to Add: #clause: 29763 #xorclause: 0
14.19/14.30	c #var: 116841 #clauses: 76098 Solving... 
23.79/23.85	c Abstract SAT
23.99/24.08	c Simulation --> TransNum: 324061/354409 Try to Add: #clause: 2545 #xorclause: 0
23.99/24.08	c #var: 117058 #clauses: 42555 Solving... 
24.20/24.23	c Abstract SAT
24.20/24.23	c Simulation --> TransNum: 354409/354409 Try to Add: #clause: 29784 #xorclause: 0
24.29/24.32	c #var: 117260 #clauses: 78358 Solving... 
47.49/47.52	s UNSATISFIABLE
47.49/47.53	c CPU time: 47.53 s

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: 961)

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

running on 2 cores: 0,2

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: 4.01 5.32 6.20 4/350 3954
/proc/meminfo: memFree=11514248/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=40580 CPUtime=0 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 3260 0 0 0 0 0 0 0 21 0 1 0 639251470 41553920 3197 33554432000 4194304 6014671 140735437096304 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 10145 3211 370 445 0 3690 0

[startup+0.0802329 s]
/proc/loadavg: 4.01 5.32 6.20 4/350 3954
/proc/meminfo: memFree=11514248/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=52868 CPUtime=0.07 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 7048 0 0 0 7 0 0 0 21 0 1 0 639251470 54136832 6984 33554432000 4194304 6014671 140735437096304 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 13217 6985 378 445 0 6762 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 52868

[startup+0.10023 s]
/proc/loadavg: 4.01 5.32 6.20 4/350 3954
/proc/meminfo: memFree=11514248/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=60036 CPUtime=0.08 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 8620 0 0 0 8 0 0 0 21 0 1 0 639251470 61476864 8556 33554432000 4194304 6014671 140735437096304 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 15009 8558 378 445 0 8554 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60036

[startup+0.300194 s]
/proc/loadavg: 4.01 5.32 6.20 4/350 3954
/proc/meminfo: memFree=11514248/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=88964 CPUtime=0.28 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 15870 0 0 0 27 1 0 0 22 0 1 0 639251470 91099136 15806 33554432000 4194304 6014671 140735437096304 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 22241 15807 378 445 0 15786 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88964

[startup+0.701112 s]
/proc/loadavg: 4.01 5.32 6.20 4/350 3954
/proc/meminfo: memFree=11514248/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=138372 CPUtime=0.69 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 27930 0 0 0 66 3 0 0 24 0 1 0 639251470 141692928 27866 33554432000 4194304 6014671 140735437096304 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 34593 27866 382 445 0 28138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138372

[startup+1.50097 s]
/proc/loadavg: 4.01 5.30 6.19 6/351 3955
/proc/meminfo: memFree=11302512/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=156932 CPUtime=1.49 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 33348 0 0 0 145 4 0 0 18 0 1 0 639251470 160698368 33284 33554432000 4194304 6014671 140735437096304 18446744073709551615 4260437 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 39233 33284 668 445 0 32778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156932

[startup+3.10066 s]
/proc/loadavg: 4.01 5.30 6.19 6/351 3955
/proc/meminfo: memFree=11204056/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=164100 CPUtime=3.09 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 35103 0 0 0 305 4 0 0 20 0 1 0 639251470 168038400 35039 33554432000 4194304 6014671 140735437096304 18446744073709551615 4243191 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 41025 35039 681 445 0 34570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164100

[startup+6.30102 s]
/proc/loadavg: 4.01 5.30 6.19 6/351 3955
/proc/meminfo: memFree=10889196/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=325636 CPUtime=6.29 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 67985 0 0 0 620 9 0 0 25 0 1 0 639251470 333451264 67921 33554432000 4194304 6014671 140735437096304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 81409 67921 700 445 0 74954 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 325636

[startup+12.7008 s]
/proc/loadavg: 4.01 5.26 6.16 6/351 3955
/proc/meminfo: memFree=10510620/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=762192 CPUtime=12.69 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 147654 0 0 0 1251 18 0 0 25 0 1 0 639251470 780484608 147566 33554432000 4194304 6014671 140735437096304 18446744073709551615 4711347 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 190548 147566 709 445 0 184093 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 762192

[startup+25.5012 s]
/proc/loadavg: 4.01 5.21 6.14 5/351 3982
/proc/meminfo: memFree=10733588/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1273664 CPUtime=25.49 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 244702 0 0 0 2521 28 0 0 25 0 1 0 639251470 1304231936 244573 33554432000 4194304 6014671 140735437096304 18446744073709551615 4376967 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 318416 244573 729 445 0 311961 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1273664

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

[startup+38.3007 s]
/proc/loadavg: 4.00 5.15 6.10 6/351 3983
/proc/meminfo: memFree=10223656/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1285520 CPUtime=38.29 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 246034 0 0 0 3800 29 0 0 25 0 1 0 639251470 1316372480 245868 33554432000 4194304 6014671 140735437096304 18446744073709551615 4385920 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 321380 245868 730 445 0 314925 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 1285520

[startup+41.501 s]
/proc/loadavg: 4.00 5.15 6.10 6/351 3983
/proc/meminfo: memFree=10218704/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1285520 CPUtime=41.49 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 246043 0 0 0 4120 29 0 0 25 0 1 0 639251470 1316372480 245877 33554432000 4194304 6014671 140735437096304 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 321380 245877 731 445 0 314925 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 1285520

[startup+44.7004 s]
/proc/loadavg: 4.00 5.13 6.09 5/351 3983
/proc/meminfo: memFree=10164276/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1285776 CPUtime=44.69 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 247279 0 0 0 4440 29 0 0 25 0 1 0 639251470 1316634624 247113 33554432000 4194304 6014671 140735437096304 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 321444 247113 731 445 0 314989 0
Current children cumulated CPU time (s) 44.69
Current children cumulated vsize (KiB) 1285776

[startup+46.3011 s]
/proc/loadavg: 4.00 5.12 6.08 6/351 3983
/proc/meminfo: memFree=10159176/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1285776 CPUtime=46.29 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 247429 0 0 0 4600 29 0 0 25 0 1 0 639251470 1316634624 247263 33554432000 4194304 6014671 140735437096304 18446744073709551615 4470115 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 321444 247263 731 445 0 314989 0
Current children cumulated CPU time (s) 46.29
Current children cumulated vsize (KiB) 1285776

[startup+47.1009 s]
/proc/loadavg: 4.00 5.12 6.08 6/351 3983
/proc/meminfo: memFree=10159176/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1285776 CPUtime=47.09 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 249238 0 0 0 4680 29 0 0 25 0 1 0 639251470 1316634624 249072 33554432000 4194304 6014671 140735437096304 18446744073709551615 4731854 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 321444 249072 731 445 0 314989 0
Current children cumulated CPU time (s) 47.09
Current children cumulated vsize (KiB) 1285776

[startup+47.5009 s]
/proc/loadavg: 4.00 5.12 6.08 6/351 3983
/proc/meminfo: memFree=10125200/32951124 swapFree=59367104/67111528
[pid=3954] ppid=3952 vsize=1298252 CPUtime=47.49 cores=0,2
/proc/3954/stat : 3954 (qutersat_releas) R 3952 3954 3837 0 -1 4202496 249364 0 0 0 4720 29 0 0 25 0 1 0 639251470 1329410048 249082 33554432000 4194304 6014671 140735437096304 18446744073709551615 4789934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3954/statm: 324563 249082 731 445 0 318108 0
Current children cumulated CPU time (s) 47.49
Current children cumulated vsize (KiB) 1298252

Child status: 0
Real time (s): 47.5789
CPU time (s): 47.5778
CPU user time (s): 47.2428
CPU system time (s): 0.334949
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 1298252

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

runsolver used 0.153976 second user time and 0.406938 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 16:05:59
IDJOB=3377099
IDBENCH=82444
IDSOLVER=1856
FILE ID=node143/3377099-1305468358
RUNJOBID= node143-1305468263-3855
PBS_JOBID= 13325329
Free space on /tmp= 73324 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377099-1305468358/watcher-3377099-1305468358 -o /tmp/evaluation-result-3377099-1305468358/solver-3377099-1305468358 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377099-1305468358.cnf 190364767

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=190364767

node143.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.846
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.69
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.846
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.15
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11514528 kB
Buffers:        217032 kB
Cached:        1671744 kB
SwapCached:      67400 kB
Active:       11331772 kB
Inactive:      9835912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11514528 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          184812 kB
Writeback:           0 kB
AnonPages:    19211488 kB
Mapped:          28668 kB
Slab:           125924 kB
PageTables:      76944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82077812 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= 73320 MiB
End job on node143 at 2011-05-15 16:06:46