Trace number 3377079

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 56.3754 56.3964

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
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.39/0.42	c Parse Cnf success: #var: 196306 #clause: 582994
0.39/0.42	c Find Units :          1
0.39/0.45	c Find Invs  :          0
0.49/0.54	c Find Ands  :     194361 AvgFaninNum: 2
0.49/0.55	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.58	c Find Ite   :          0
0.69/0.71	c UnDirect variable: 0
0.69/0.71	c UnDirect to Direct Gate: 0
0.69/0.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.73	c Break Cycle : 9
0.69/0.73	c Total Root : 1 Undef Var: 1984
0.79/0.86	c After covering, Total Root: 5 Leaf: 1984
0.79/0.86	c Variable( cover/uncovered/unused ): 196306 0 0
0.79/0.86	c Unit Clauses: 1
0.79/0.86	c Binary Clauses( cover/uncovered ): 388644 18
0.79/0.86	c Clauses( cover/uncovered ): 194322 9
0.79/0.86	c Total Clauses( cover/uncovered ): 582967 27 99.9954%
0.79/0.86	c Covered Ands: 194322 Invs: 0 Xors: 0 Ites: 0
0.79/0.86	c Uncover Clauses avg size: 2.33333 max size: 3
0.79/0.86	c Final circuit: i/l/o/s    1984       0      28    192959
0.79/0.86	c CnfToAig: Time: 0.86 s
1.49/1.50	c TmMap: Set choices finish.
1.49/1.55	c TmMap: Set big and: 2698
1.49/1.55	c TmMap: Origin: 194944 ClauseNum: 578877 --> New: 54906 ClauseNum: 249142
1.49/1.55	c TmMap: Time: 0.12
2.59/2.67	c Simulation --> TransNum: 171176/249142 Try to Add: #clause: 164435 #xorclause: 0
2.69/2.77	c #var: 52044 #clauses: 179010 Solving... 
4.99/5.07	c Abstract SAT
5.19/5.23	c Simulation --> TransNum: 216787/249142 Try to Add: #clause: 105 #xorclause: 0
5.19/5.23	c #var: 52046 #clauses: 129295 Solving... 
5.99/6.03	c Abstract SAT
6.09/6.19	c Simulation --> TransNum: 216870/249142 Try to Add: #clause: 77 #xorclause: 0
6.09/6.19	c #var: 52052 #clauses: 129737 Solving... 
6.39/6.41	c Abstract SAT
6.39/6.41	c Simulation --> TransNum: 249142/249142 Try to Add: #clause: 32191 #xorclause: 0
6.39/6.44	c #var: 54876 #clauses: 198950 Solving... 
56.27/56.37	s UNSATISFIABLE
56.27/56.39	c CPU time: 56.36 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-3377079-1305476089/watcher-3377079-1305476089 -o /tmp/evaluation-result-3377079-1305476089/solver-3377079-1305476089 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377079-1305476089.cnf 1940196828 

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: 3.68 3.98 3.98 5/445 5903
/proc/meminfo: memFree=26254332/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=37992 CPUtime=0 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 3198 0 0 0 0 0 0 0 25 0 1 0 659207684 38903808 3135 33554432000 4194304 6014671 140737315595696 18446744073709551615 268272688896 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 9498 3136 377 445 0 3043 0

[startup+0.0501291 s]
/proc/loadavg: 3.68 3.98 3.98 5/445 5903
/proc/meminfo: memFree=26254332/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=46184 CPUtime=0.04 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 5335 0 0 0 4 0 0 0 25 0 1 0 659207684 47292416 5272 33554432000 4194304 6014671 140737315595696 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 11546 5272 377 445 0 5091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46184

[startup+0.101181 s]
/proc/loadavg: 3.68 3.98 3.98 5/445 5903
/proc/meminfo: memFree=26254332/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=56424 CPUtime=0.09 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 7807 0 0 0 9 0 0 0 25 0 1 0 659207684 57778176 7744 33554432000 4194304 6014671 140737315595696 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 14106 7744 377 445 0 7651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56424

[startup+0.301142 s]
/proc/loadavg: 3.68 3.98 3.98 5/445 5903
/proc/meminfo: memFree=26254332/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=85352 CPUtime=0.29 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 15040 0 0 0 28 1 0 0 25 0 1 0 659207684 87400448 14977 33554432000 4194304 6014671 140737315595696 18446744073709551615 4306114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 21338 14978 377 445 0 14883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85352

[startup+0.701016 s]
/proc/loadavg: 3.68 3.98 3.98 5/445 5903
/proc/meminfo: memFree=26254332/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=117224 CPUtime=0.69 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 22122 0 0 0 66 3 0 0 25 0 1 0 659207684 120037376 22059 33554432000 4194304 6014671 140737315595696 18446744073709551615 4295710 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 29306 22059 395 445 0 22851 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117224

[startup+1.50087 s]
/proc/loadavg: 3.68 3.98 3.98 5/446 5904
/proc/meminfo: memFree=26065852/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=151480 CPUtime=1.49 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 31902 0 0 0 145 4 0 0 25 0 1 0 659207684 155115520 31839 33554432000 4194304 6014671 140737315595696 18446744073709551615 4230122 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 37870 31839 669 445 0 31415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151480

[startup+3.10059 s]
/proc/loadavg: 3.70 3.98 3.98 5/446 5904
/proc/meminfo: memFree=26018372/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=155576 CPUtime=3.09 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 32999 0 0 0 305 4 0 0 25 0 1 0 659207684 159309824 32936 33554432000 4194304 6014671 140737315595696 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 38894 32936 697 445 0 32439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155576

[startup+6.30107 s]
/proc/loadavg: 3.70 3.98 3.98 4/442 5925
/proc/meminfo: memFree=25975740/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=163780 CPUtime=6.29 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 34570 0 0 0 625 4 0 0 25 0 1 0 659207684 167710720 34507 33554432000 4194304 6014671 140737315595696 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 40945 34507 728 445 0 34490 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 163780

[startup+12.7009 s]
/proc/loadavg: 3.90 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25410068/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=12.69 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 36732 0 0 0 1265 4 0 0 25 0 1 0 659207684 216846336 36669 33554432000 4194304 6014671 140737315595696 18446744073709551615 4384763 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 36669 730 445 0 46486 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 211764

[startup+25.5006 s]
/proc/loadavg: 3.91 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25247836/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=25.49 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 40340 0 0 0 2544 5 0 0 25 0 1 0 659207684 216846336 40273 33554432000 4194304 6014671 140737315595696 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 40273 730 445 0 46486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 211764

[startup+51.101 s]
/proc/loadavg: 3.94 4.01 3.99 5/446 5932
/proc/meminfo: memFree=24921788/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=51.07 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 40871 0 0 0 5102 5 0 0 25 0 1 0 659207684 216846336 40804 33554432000 4194304 6014671 140737315595696 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 40804 730 445 0 46486 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 211764

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

[startup+54.3005 s]
/proc/loadavg: 3.95 4.01 3.99 5/446 5932
/proc/meminfo: memFree=24910052/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=54.27 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 41038 0 0 0 5422 5 0 0 25 0 1 0 659207684 216846336 40971 33554432000 4194304 6014671 140737315595696 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 40971 730 445 0 46486 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 211764

[startup+55.1003 s]
/proc/loadavg: 3.95 4.01 3.99 5/446 5932
/proc/meminfo: memFree=24908316/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=55.07 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 41046 0 0 0 5502 5 0 0 25 0 1 0 659207684 216846336 40979 33554432000 4194304 6014671 140737315595696 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 40979 730 445 0 46486 0
Current children cumulated CPU time (s) 55.07
Current children cumulated vsize (KiB) 211764

[startup+55.9002 s]
/proc/loadavg: 3.95 4.01 3.99 5/446 5932
/proc/meminfo: memFree=24908316/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=55.86 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 42286 0 0 0 5581 5 0 0 25 0 1 0 659207684 216846336 42219 33554432000 4194304 6014671 140737315595696 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 42219 730 445 0 46486 0
Current children cumulated CPU time (s) 55.86
Current children cumulated vsize (KiB) 211764

[startup+56.3011 s]
/proc/loadavg: 3.95 4.01 3.99 5/446 5932
/proc/meminfo: memFree=24890588/32950928 swapFree=60199052/67111528
[pid=5903] ppid=5901 vsize=211764 CPUtime=56.27 cores=1,3
/proc/5903/stat : 5903 (qutersat_releas) R 5901 5903 4780 0 -1 4202496 42356 0 0 0 5622 5 0 0 25 0 1 0 659207684 216846336 42289 33554432000 4194304 6014671 140737315595696 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5903/statm: 52941 42289 730 445 0 46486 0
Current children cumulated CPU time (s) 56.27
Current children cumulated vsize (KiB) 211764

Child status: 0
Real time (s): 56.3964
CPU time (s): 56.3754
CPU user time (s): 56.3084
CPU system time (s): 0.066989
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 211764

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

runsolver used 0.250961 second user time and 0.561914 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 18:14:49
IDJOB=3377079
IDBENCH=88143
IDSOLVER=1856
FILE ID=node122/3377079-1305476089
RUNJOBID= node122-1305476088-5812
PBS_JOBID= 13325321
Free space on /tmp= 73388 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377079-1305476089/watcher-3377079-1305476089 -o /tmp/evaluation-result-3377079-1305476089/solver-3377079-1305476089 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377079-1305476089.cnf 1940196828

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1940196828

node122.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.820
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.64
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.820
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26254736 kB
Buffers:        322684 kB
Cached:        3950540 kB
SwapCached:      50128 kB
Active:        2308048 kB
Inactive:      4138800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26254736 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:           27532 kB
Writeback:           4 kB
AnonPages:     2134012 kB
Mapped:          28484 kB
Slab:           134600 kB
PageTables:      48264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 117584232 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= 73288 MiB
End job on node122 at 2011-05-15 18:15:45