Trace number 3286035

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) 184.626 184.825

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.00/0.00	c Set FPU double precision.
1.58/1.63	c Parse Cnf success: #var: 723130 #clause: 3869060
1.58/1.63	c Find Units :        380
1.99/2.01	c Find Invs  :          0
2.29/2.32	c Find Ands  :        720 AvgFaninNum: 2
2.29/2.33	c Find Xors  :          0 AvgFaninNum: nan
2.29/2.33	c Find Ite   :          0
2.29/2.33	c UnDirect variable: 0
2.29/2.33	c UnDirect to Direct Gate: 0
2.29/2.33	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
2.29/2.34	c Break Cycle : 0
2.29/2.34	c Total Root : 720 Undef Var: 722410
2.29/2.36	c After covering, Total Root: 720 Leaf: 1100
2.29/2.36	c Variable( cover/uncovered/unused ): 1820 721310 0
2.29/2.36	c Unit Clauses: 380
2.29/2.36	c Binary Clauses( cover/uncovered ): 1440 3822840
2.29/2.36	c Clauses( cover/uncovered ): 720 43680
2.29/2.36	c Total Clauses( cover/uncovered ): 2540 3866520 0.065649%
2.29/2.36	c Covered Ands: 720 Invs: 0 Xors: 0 Ites: 0
5.40/5.48	c Uncover Clauses avg size: 2.38081 max size: 502
5.50/5.55	c Final circuit: i/l/o/s  722030       0 3635617   4553142
5.50/5.55	c CnfToAig: Time: 5.55 s
8.59/8.63	c TmMap: Set choices finish.
10.89/10.92	c TmMap: Set big and: 3818674
10.89/10.92	c TmMap: Origin: 5275173 ClauseNum: 13659426 --> New: 4541232 ClauseNum: 12196776
10.89/10.92	c TmMap: Time: 2.74
11.59/11.63	c Try to Add: #clause: 7639979 #xorclause: 0
12.79/12.84	c #var: 905614 #clauses: 249928 Solving... 
184.30/184.50	c Time Out !!
184.30/184.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-3286035-1303760906/watcher-3286035-1303760906 -o /tmp/evaluation-result-3286035-1303760906/solver-3286035-1303760906 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286035-1303760906.cnf 548012967 

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.09 4.00 3.43 4/193 16010
/proc/meminfo: memFree=6199924/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=49316 CPUtime=0 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 2182 0 0 0 0 0 0 0 23 0 1 0 487689085 50499584 2116 33554432000 4194304 6016207 140733845271808 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 12329 2130 372 445 0 5873 0

[startup+0.052662 s]
/proc/loadavg: 4.09 4.00 3.43 4/193 16010
/proc/meminfo: memFree=6199924/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=60580 CPUtime=0.04 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 8759 0 0 0 4 0 0 0 23 0 1 0 487689085 62033920 8693 33554432000 4194304 6016207 140733845271808 18446744073709551615 4309874 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 15145 8693 379 445 0 8689 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 60580

[startup+0.100653 s]
/proc/loadavg: 4.09 4.00 3.43 4/193 16010
/proc/meminfo: memFree=6199924/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=72868 CPUtime=0.09 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 11584 0 0 0 8 1 0 0 23 0 1 0 487689085 74616832 11518 33554432000 4194304 6016207 140733845271808 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 18217 11518 379 445 0 11761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72868

[startup+0.300617 s]
/proc/loadavg: 4.09 4.00 3.43 4/193 16010
/proc/meminfo: memFree=6199924/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=97572 CPUtime=0.29 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 17718 0 0 0 27 2 0 0 25 0 1 0 487689085 99913728 17652 33554432000 4194304 6016207 140733845271808 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 24393 17652 379 445 0 17937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97572

[startup+0.700544 s]
/proc/loadavg: 4.09 4.00 3.43 4/193 16010
/proc/meminfo: memFree=6199924/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=147364 CPUtime=0.69 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 29956 0 0 0 65 4 0 0 25 0 1 0 487689085 150900736 29890 33554432000 4194304 6016207 140733845271808 18446744073709551615 4279019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 36841 29890 379 445 0 30385 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147364

[startup+1.5004 s]
/proc/loadavg: 4.09 4.00 3.43 5/194 16011
/proc/meminfo: memFree=5991944/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=246052 CPUtime=1.49 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 53962 0 0 0 141 8 0 0 25 0 1 0 487689085 251957248 53896 33554432000 4194304 6016207 140733845271808 18446744073709551615 4804520 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 61513 53897 379 445 0 55057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246052

[startup+3.10108 s]
/proc/loadavg: 4.08 4.00 3.43 5/194 16011
/proc/meminfo: memFree=5983512/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=295332 CPUtime=3.09 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 67084 0 0 0 299 10 0 0 25 0 1 0 487689085 302419968 67018 33554432000 4194304 6016207 140733845271808 18446744073709551615 4315424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 73833 67018 400 445 0 67377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 295332

[startup+6.30052 s]
/proc/loadavg: 4.08 4.00 3.43 5/194 16011
/proc/meminfo: memFree=5559540/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=1143560 CPUtime=6.29 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 273589 0 0 0 595 34 0 0 25 0 1 0 487689085 1171005440 273271 33554432000 4194304 6016207 140733845271808 18446744073709551615 4796955 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 285890 273271 670 445 0 279434 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1143560

[startup+12.7004 s]
/proc/loadavg: 4.07 4.00 3.44 5/194 16011
/proc/meminfo: memFree=4309884/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=2043904 CPUtime=12.69 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 469299 0 0 0 1214 55 0 0 25 0 1 0 487689085 2092957696 468981 33554432000 4194304 6016207 140733845271808 18446744073709551615 4752653 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 510976 468981 690 445 0 504520 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2043904

[startup+25.501 s]
/proc/loadavg: 4.13 4.02 3.45 5/194 16012
/proc/meminfo: memFree=4232384/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=2043904 CPUtime=25.49 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 469324 0 0 0 2494 55 0 0 25 0 1 0 487689085 2092957696 469006 33554432000 4194304 6016207 140733845271808 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 510976 469006 715 445 0 504520 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2043904

[startup+51.1004 s]
/proc/loadavg: 4.09 4.01 3.46 5/194 16012
/proc/meminfo: memFree=3882472/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=2306560 CPUtime=51.09 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 483483 0 0 0 5051 58 0 0 25 0 1 0 487689085 2361917440 483165 33554432000 4194304 6016207 140733845271808 18446744073709551615 4373902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 576640 483165 724 445 0 570184 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2306560

[startup+102.307 s]
/proc/loadavg: 4.12 4.04 3.50 5/194 16014
/proc/meminfo: memFree=2036464/32951124 swapFree=67111416/67111528
[pid=16010] ppid=16008 vsize=3637952 CPUtime=102.3 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 922574 0 0 0 10110 120 0 0 25 0 1 0 487689085 3725262848 864605 33554432000 4194304 6016207 140733845271808 18446744073709551615 4397803 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 909488 864605 731 445 0 903032 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3637952

[startup+162.301 s]
/proc/loadavg: 4.11 4.04 3.53 5/194 16015
/proc/meminfo: memFree=92992/32951124 swapFree=67111352/67111528
[pid=16010] ppid=16008 vsize=6707792 CPUtime=162.18 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 1692192 0 0 0 15997 221 0 0 25 0 1 0 487689085 6868779008 1612643 33554432000 4194304 6016207 140733845271808 18446744073709551615 4716140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 1676948 1612643 731 445 0 1670492 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 6707792



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+184.501 s]
/proc/loadavg: 4.15 4.06 3.55 5/194 16016
/proc/meminfo: memFree=96892/32951124 swapFree=67111352/67111528
[pid=16010] ppid=16008 vsize=7891024 CPUtime=184.3 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4202496 1987028 0 0 0 18172 258 0 0 25 0 1 0 487689085 8080408576 1899826 33554432000 4194304 6016207 140733845271808 18446744073709551615 4405762 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16010/statm: 1972756 1899828 731 445 0 1966300 0
Current children cumulated CPU time (s) 184.3
Current children cumulated vsize (KiB) 7891024

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

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

[startup+184.607 s]
/proc/loadavg: 4.15 4.06 3.55 5/194 16016
/proc/meminfo: memFree=96892/32951124 swapFree=67111352/67111528
[pid=16010] ppid=16008 vsize=0 CPUtime=184.4 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4194308 1987047 0 0 0 18172 268 0 0 25 0 1 0 487689085 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/16010/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 184.4
Current children cumulated vsize (KiB) 0

[startup+184.807 s]
/proc/loadavg: 4.15 4.06 3.55 5/195 16017
/proc/meminfo: memFree=5521648/32951124 swapFree=67111352/67111528
[pid=16010] ppid=16008 vsize=0 CPUtime=184.6 cores=0,2
/proc/16010/stat : 16010 (qutersat_releas) R 16008 16010 15612 0 -1 4194308 1987047 0 0 0 18172 288 0 0 25 0 1 0 487689085 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/16010/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 184.6
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 184.825
CPU time (s): 184.626
CPU user time (s): 181.724
CPU system time (s): 2.90156
CPU usage (%): 99.8925
Max. virtual memory (cumulated for all children) (KiB): 7891024

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

runsolver used 0.32695 second user time and 0.693894 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:48:29
IDJOB=3286035
IDBENCH=82411
IDSOLVER=1607
FILE ID=node134/3286035-1303760906
RUNJOBID= node134-1303759504-15631
PBS_JOBID= 13157124
Free space on /tmp= 70788 MiB

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

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=548012967

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6200072 kB
Buffers:       2349736 kB
Cached:       11517304 kB
SwapCached:        108 kB
Active:       21563536 kB
Inactive:      4605580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6200072 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          245252 kB
Writeback:           0 kB
AnonPages:    12301784 kB
Mapped:          20372 kB
Slab:           491472 kB
PageTables:      31656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13980980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70784 MiB
End job on node134 at 2011-04-25 21:51:35