Trace number 3284931

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-01? (MO) 280.425 281.785

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.19/0.20	c Set FPU double precision.
2.42/2.58	c Parse Cnf success: #var: 945406 #clause: 5079060
2.42/2.58	c Find Units :        720
2.92/3.04	c Find Invs  :          0
3.22/3.39	c Find Ands  :        120 AvgFaninNum: 2
3.22/3.39	c Find Xors  :          0 AvgFaninNum: nan
3.22/3.39	c Find Ite   :          0
3.22/3.40	c UnDirect variable: 0
3.22/3.40	c UnDirect to Direct Gate: 0
3.22/3.40	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.32/3.41	c Break Cycle : 0
3.32/3.41	c Total Root : 120 Undef Var: 945286
3.32/3.44	c After covering, Total Root: 120 Leaf: 840
3.32/3.44	c Variable( cover/uncovered/unused ): 960 944446 0
3.32/3.44	c Unit Clauses: 720
3.32/3.44	c Binary Clauses( cover/uncovered ): 240 5035740
3.32/3.44	c Clauses( cover/uncovered ): 120 42240
3.32/3.44	c Total Clauses( cover/uncovered ): 1080 5077980 0.0212638%
3.32/3.44	c Covered Ands: 120 Invs: 0 Xors: 0 Ites: 0
7.02/7.31	c Uncover Clauses avg size: 2.37695 max size: 982
7.02/7.39	c Final circuit: i/l/o/s  944566       0 4432320   5462763
7.02/7.39	c CnfToAig: Time: 7.12 s
10.73/11.11	c TmMap: Set choices finish.
13.33/13.81	c TmMap: Set big and: 4607925
13.33/13.81	c TmMap: Origin: 6407330 ClauseNum: 16388289 --> New: 5552604 ClauseNum: 14681694
13.33/13.81	c TmMap: Time: 3.14
14.48/15.44	c Try to Add: #clause: 9216408 #xorclause: 0
15.91/16.99	c #var: 1120283 #clauses: 281094 Solving... 
280.14/281.50	c Time Out !!
280.14/281.50	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

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: 4.41 4.67 5.95 6/187 18196
/proc/meminfo: memFree=21159388/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=10844 CPUtime=0 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4194304 103 0 0 0 0 0 0 0 21 0 1 0 487587898 11104256 56 33554432000 4194304 6016207 140737414219792 18446744073709551615 242965626503 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/18196/statm: 2711 56 42 445 0 67 0

[startup+0.108995 s]
/proc/loadavg: 4.41 4.67 5.95 6/187 18196
/proc/meminfo: memFree=21159388/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=78076 CPUtime=0.09 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 12883 0 0 0 8 1 0 0 22 0 1 0 487587898 79949824 12817 33554432000 4194304 6016207 140737414219792 18446744073709551615 4301952 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 19519 12817 379 445 0 13063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78076

[startup+0.200982 s]
/proc/loadavg: 4.41 4.67 5.95 6/187 18196
/proc/meminfo: memFree=21159388/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=102652 CPUtime=0.19 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 16468 0 0 0 17 2 0 0 22 0 1 0 487587898 105115648 16402 33554432000 4194304 6016207 140737414219792 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 25663 16402 379 445 0 19207 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 102652

[startup+0.303962 s]
/proc/loadavg: 4.41 4.67 5.95 6/187 18196
/proc/meminfo: memFree=21159388/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=102780 CPUtime=0.28 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 18935 0 0 0 26 2 0 0 22 0 1 0 487587898 105246720 18869 33554432000 4194304 6016207 140737414219792 18446744073709551615 4234626 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 25695 18869 379 445 0 19239 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102780

[startup+0.700893 s]
/proc/loadavg: 4.41 4.67 5.95 6/187 18196
/proc/meminfo: memFree=21159388/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=152060 CPUtime=0.66 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 30940 0 0 0 62 4 0 0 24 0 1 0 487587898 155709440 30874 33554432000 4194304 6016207 140737414219792 18446744073709551615 4279295 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 38015 30874 379 445 0 31559 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 152060

[startup+1.50075 s]
/proc/loadavg: 4.69 4.72 5.96 6/188 18197
/proc/meminfo: memFree=20943256/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=251260 CPUtime=1.46 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 55140 0 0 0 137 9 0 0 25 0 1 0 487587898 257290240 55074 33554432000 4194304 6016207 140737414219792 18446744073709551615 4299712 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 62815 55074 379 445 0 56359 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 251260

[startup+3.10048 s]
/proc/loadavg: 4.69 4.72 5.96 5/188 18197
/proc/meminfo: memFree=20760852/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=448124 CPUtime=3.02 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 99465 0 0 0 287 15 0 0 25 0 1 0 487587898 458878976 99399 33554432000 4194304 6016207 140737414219792 18446744073709551615 4287934 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 112031 99399 386 445 0 105575 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 448124

[startup+6.30093 s]
/proc/loadavg: 4.69 4.72 5.96 7/188 18197
/proc/meminfo: memFree=20652964/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=671552 CPUtime=6.04 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 143409 0 0 0 580 24 0 0 25 0 1 0 487587898 687669248 143277 33554432000 4194304 6016207 140737414219792 18446744073709551615 4264312 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 167888 143277 400 445 0 161432 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 671552

[startup+12.7008 s]
/proc/loadavg: 4.96 4.78 5.96 5/188 18198
/proc/meminfo: memFree=19383312/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=1845088 CPUtime=12.31 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 475614 0 0 0 1165 66 0 0 25 0 1 0 487587898 1889370112 450733 33554432000 4194304 6016207 140737414219792 18446744073709551615 4254545 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18196/statm: 461272 450733 672 445 0 454816 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1845088

[startup+25.5007 s]
/proc/loadavg: 5.05 4.81 5.96 5/188 18198
/proc/meminfo: memFree=18872060/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=2354656 CPUtime=24.16 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 581706 0 0 0 2325 91 0 0 25 0 1 0 487587898 2411167744 556797 33554432000 4194304 6016207 140737414219792 18446744073709551615 4471651 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 588664 556797 703 445 0 582208 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 2354656

[startup+51.1002 s]
/proc/loadavg: 4.69 4.74 5.90 5/188 18199
/proc/meminfo: memFree=18496348/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=2769900 CPUtime=49.75 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 684894 0 0 0 4869 106 0 0 25 0 1 0 487587898 2836377600 638108 33554432000 4194304 6016207 140737414219792 18446744073709551615 4373704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 692475 638108 724 445 0 686019 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 2769900

[startup+102.3 s]
/proc/loadavg: 4.27 4.61 5.79 5/188 18200
/proc/meminfo: memFree=18206568/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=2823148 CPUtime=100.95 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 712949 0 0 0 9983 112 0 0 25 0 1 0 487587898 2890903552 666163 33554432000 4194304 6016207 140737414219792 18446744073709551615 4373941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 705787 666163 724 445 0 699331 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 2823148

[startup+162.301 s]
/proc/loadavg: 4.13 4.51 5.68 5/188 18202
/proc/meminfo: memFree=17974660/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=3146104 CPUtime=160.94 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 737650 0 0 0 15978 116 0 0 25 0 1 0 487587898 3221610496 690864 33554432000 4194304 6016207 140737414219792 18446744073709551615 4373760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 786526 690864 724 445 0 780070 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 3146104

[startup+222.307 s]
/proc/loadavg: 4.10 4.43 5.58 5/188 18230
/proc/meminfo: memFree=17134056/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=4590456 CPUtime=220.95 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 1247166 0 0 0 21923 172 0 0 25 0 1 0 487587898 4700626944 1108286 33554432000 4194304 6016207 140737414219792 18446744073709551615 4716089 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 1147614 1108286 731 445 0 1141158 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 4590456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+281.501 s]
/proc/loadavg: 4.10 4.37 5.48 5/188 18232
/proc/meminfo: memFree=12676284/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=7873912 CPUtime=280.14 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4202496 2060709 0 0 0 27753 261 0 0 25 0 1 0 487587898 8062885888 1897912 33554432000 4194304 6016207 140737414219792 18446744073709551615 242970247502 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18196/statm: 1968478 1897912 731 445 0 1962022 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 7873912

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+281.707 s]
/proc/loadavg: 4.10 4.37 5.48 5/189 18233
/proc/meminfo: memFree=15182564/32951132 swapFree=67111364/67111528
[pid=18196] ppid=18194 vsize=0 CPUtime=280.34 cores=1,3
/proc/18196/stat : 18196 (qutersat_releas) R 18194 18196 17937 0 -1 4194308 2060714 0 0 0 27753 281 0 0 25 0 1 0 487587898 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/18196/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 281.785
CPU time (s): 280.425
CPU user time (s): 277.534
CPU system time (s): 2.89156
CPU usage (%): 99.5176
Max. virtual memory (cumulated for all children) (KiB): 7873912

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

runsolver used 0.478927 second user time and 1.19682 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:31:31
IDJOB=3284931
IDBENCH=82367
IDSOLVER=1607
FILE ID=node128/3284931-1303759886
RUNJOBID= node128-1303759504-17957
PBS_JOBID= 13157129
Free space on /tmp= 66636 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284931-1303759886/watcher-3284931-1303759886 -o /tmp/evaluation-result-3284931-1303759886/solver-3284931-1303759886 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284931-1303759886.cnf 1204585225

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1204585225

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21159792 kB
Buffers:       1271496 kB
Cached:        5879064 kB
SwapCached:        160 kB
Active:        4530540 kB
Inactive:      6630828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21159792 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           99432 kB
Writeback:           4 kB
AnonPages:     4010052 kB
Mapped:          20468 kB
Slab:           557372 kB
PageTables:      14188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  5011748 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66640 MiB
End job on node128 at 2011-04-25 21:36:16