Trace number 3285437

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) 175.436 175.787

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.054
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

Solver Data

0.00/0.00	c Set FPU double precision.
1.29/1.36	c Parse Cnf success: #var: 580875 #clause: 3140965
1.29/1.36	c Find Units :        445
1.59/1.64	c Find Invs  :          0
1.79/1.85	c Find Ands  :        360 AvgFaninNum: 2
1.79/1.86	c Find Xors  :          0 AvgFaninNum: nan
1.79/1.86	c Find Ite   :          0
1.79/1.86	c UnDirect variable: 0
1.79/1.86	c UnDirect to Direct Gate: 0
1.79/1.86	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.79/1.87	c Break Cycle : 0
1.79/1.87	c Total Root : 360 Undef Var: 580515
1.79/1.89	c After covering, Total Root: 360 Leaf: 805
1.79/1.89	c Variable( cover/uncovered/unused ): 1165 579710 0
1.79/1.89	c Unit Clauses: 445
1.79/1.89	c Binary Clauses( cover/uncovered ): 720 3105000
1.79/1.89	c Clauses( cover/uncovered ): 360 34440
1.79/1.89	c Total Clauses( cover/uncovered ): 1525 3139440 0.048552%
1.79/1.89	c Covered Ands: 360 Invs: 0 Xors: 0 Ites: 0
3.89/3.97	c Uncover Clauses avg size: 2.37692 max size: 602
3.99/4.02	c Final circuit: i/l/o/s  580070       0 2795521   3488638
3.99/4.02	c CnfToAig: Time: 4.01 s
6.19/6.28	c TmMap: Set choices finish.
7.79/7.85	c TmMap: Set big and: 2935524
7.79/7.85	c TmMap: Origin: 4068709 ClauseNum: 10465914 --> New: 3515832 ClauseNum: 9361316
7.79/7.85	c TmMap: Time: 1.9
8.29/8.38	c Try to Add: #clause: 5872227 #xorclause: 0
9.18/9.28	c #var: 720310 #clauses: 203417 Solving... 
175.15/175.50	c Time Out !!
175.15/175.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-3285437-1303760448/watcher-3285437-1303760448 -o /tmp/evaluation-result-3285437-1303760448/solver-3285437-1303760448 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285437-1303760448.cnf 1565164424 

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.07 4.32 5.19 4/187 18294
/proc/meminfo: memFree=15768772/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=45980 CPUtime=0 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 2075 0 0 0 0 0 0 0 21 0 1 0 487643687 47083520 2009 33554432000 4194304 6016207 140736986167600 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 11495 2025 372 445 0 5039 0

[startup+0.0170621 s]
/proc/loadavg: 4.07 4.32 5.19 4/187 18294
/proc/meminfo: memFree=15768772/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=47004 CPUtime=0.01 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 5444 0 0 0 1 0 0 0 21 0 1 0 487643687 48132096 5378 33554432000 4194304 6016207 140736986167600 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 11751 5379 379 445 0 5295 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47004

[startup+0.101052 s]
/proc/loadavg: 4.07 4.32 5.19 4/187 18294
/proc/meminfo: memFree=15768772/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=69532 CPUtime=0.09 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 10750 0 0 0 8 1 0 0 21 0 1 0 487643687 71200768 10684 33554432000 4194304 6016207 140736986167600 18446744073709551615 4301952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 17383 10684 379 445 0 10927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69532

[startup+0.301012 s]
/proc/loadavg: 4.07 4.32 5.19 4/187 18294
/proc/meminfo: memFree=15768772/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=94236 CPUtime=0.29 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 16876 0 0 0 27 2 0 0 22 0 1 0 487643687 96497664 16810 33554432000 4194304 6016207 140736986167600 18446744073709551615 4812764 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 23559 16811 379 445 0 17103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94236

[startup+0.700948 s]
/proc/loadavg: 4.07 4.32 5.19 4/187 18294
/proc/meminfo: memFree=15768772/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=143516 CPUtime=0.69 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 29063 0 0 0 65 4 0 0 23 0 1 0 487643687 146960384 28997 33554432000 4194304 6016207 140736986167600 18446744073709551615 242970550016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 35879 28997 379 445 0 29423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143516

[startup+1.50081 s]
/proc/loadavg: 4.07 4.32 5.19 8/188 18295
/proc/meminfo: memFree=15562684/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=242588 CPUtime=1.49 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 52483 0 0 0 141 8 0 0 25 0 1 0 487643687 248410112 52417 33554432000 4194304 6016207 140736986167600 18446744073709551615 4282378 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 60647 52417 384 445 0 54191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 242588

[startup+3.10053 s]
/proc/loadavg: 4.07 4.32 5.19 7/188 18295
/proc/meminfo: memFree=15553384/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=328048 CPUtime=3.09 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 69426 0 0 0 299 10 0 0 25 0 1 0 487643687 335921152 69360 33554432000 4194304 6016207 140736986167600 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 82012 69360 400 445 0 75556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328048

[startup+6.30099 s]
/proc/loadavg: 4.38 4.38 5.20 7/188 18295
/proc/meminfo: memFree=14906288/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=1137504 CPUtime=6.29 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 278652 0 0 0 596 33 0 0 25 0 1 0 487643687 1164804096 278372 33554432000 4194304 6016207 140736986167600 18446744073709551615 4226034 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 284376 278372 672 445 0 277920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1137504

[startup+12.7008 s]
/proc/loadavg: 4.83 4.47 5.23 5/188 18295
/proc/meminfo: memFree=14377188/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=1430496 CPUtime=12.53 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 357535 0 0 0 1208 45 0 0 25 0 1 0 487643687 1464827904 345097 33554432000 4194304 6016207 140736986167600 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/18294/statm: 357624 345097 700 445 0 351168 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1430496

[startup+25.5007 s]
/proc/loadavg: 4.93 4.51 5.23 5/188 18296
/proc/meminfo: memFree=13996284/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=2020592 CPUtime=25.14 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 446035 0 0 0 2453 61 0 0 25 0 1 0 487643687 2069086208 433597 33554432000 4194304 6016207 140736986167600 18446744073709551615 4543412 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 505148 433597 715 445 0 498692 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 2020592

[startup+51.1003 s]
/proc/loadavg: 4.61 4.47 5.19 5/188 18296
/proc/meminfo: memFree=13765652/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=2063596 CPUtime=50.74 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 473992 0 0 0 5007 67 0 0 25 0 1 0 487643687 2113122304 461500 33554432000 4194304 6016207 140736986167600 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 515899 461500 727 445 0 509443 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 2063596

[startup+102.306 s]
/proc/loadavg: 4.26 4.39 5.13 5/188 18298
/proc/meminfo: memFree=11884552/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=3667524 CPUtime=101.94 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 916222 0 0 0 10080 114 0 0 25 0 1 0 487643687 3755544576 891158 33554432000 4194304 6016207 140736986167600 18446744073709551615 242970574743 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 916881 891158 734 445 0 910425 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 3667524

[startup+162.301 s]
/proc/loadavg: 4.10 4.32 5.06 5/188 18299
/proc/meminfo: memFree=8422252/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=7145624 CPUtime=161.94 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 1789017 0 0 0 15988 206 0 0 25 0 1 0 487643687 7317118976 1741231 33554432000 4194304 6016207 140736986167600 18446744073709551615 4634454 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 1786406 1741231 734 445 0 1779950 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 7145624



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+175.501 s]
/proc/loadavg: 4.07 4.30 5.04 5/188 18300
/proc/meminfo: memFree=7572664/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=7872364 CPUtime=175.15 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4202496 1981342 0 0 0 17289 226 0 0 25 0 1 0 487643687 8061300736 1928856 33554432000 4194304 6016207 140736986167600 18446744073709551615 4733022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18294/statm: 1968091 1928856 734 445 0 1961635 0
Current children cumulated CPU time (s) 175.15
Current children cumulated vsize (KiB) 7872364

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

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

[startup+175.607 s]
/proc/loadavg: 4.07 4.30 5.04 5/188 18300
/proc/meminfo: memFree=7572664/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=0 CPUtime=175.25 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4194308 1981348 0 0 0 17289 236 0 0 25 0 1 0 487643687 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/18294/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.25
Current children cumulated vsize (KiB) 0

[startup+175.701 s]
/proc/loadavg: 4.07 4.30 5.04 5/188 18300
/proc/meminfo: memFree=7572664/32951132 swapFree=67111364/67111528
[pid=18294] ppid=18292 vsize=0 CPUtime=175.34 cores=1,3
/proc/18294/stat : 18294 (qutersat_releas) R 18292 18294 17937 0 -1 4194308 1981348 0 0 0 17289 245 0 0 25 0 1 0 487643687 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/18294/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 175.787
CPU time (s): 175.436
CPU user time (s): 172.892
CPU system time (s): 2.54461
CPU usage (%): 99.8003
Max. virtual memory (cumulated for all children) (KiB): 7872364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.892
system time used= 2.54461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1981348
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= 334

runsolver used 0.276957 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:40:50
IDJOB=3285437
IDBENCH=82386
IDSOLVER=1607
FILE ID=node128/3285437-1303760448
RUNJOBID= node128-1303759504-17957
PBS_JOBID= 13157129
Free space on /tmp= 66680 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285437-1303760448/watcher-3285437-1303760448 -o /tmp/evaluation-result-3285437-1303760448/solver-3285437-1303760448 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285437-1303760448.cnf 1565164424

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=1565164424

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:      15768928 kB
Buffers:       1272080 kB
Cached:        5868860 kB
SwapCached:        160 kB
Active:        9882640 kB
Inactive:      6660832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15768928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           61744 kB
Writeback:           0 kB
AnonPages:     9401808 kB
Mapped:          20536 kB
Slab:           554444 kB
PageTables:      26176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 11235200 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= 66676 MiB
End job on node128 at 2011-04-25 21:43:48