Trace number 3293130

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
SApperloT2010 2011-03-04UNSAT 466.063 466.052

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

466.00/466.04	c Solved by BasicSolver 
466.00/466.04	
466.00/466.04	s UNSATISFIABLE

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: 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-3293130-1303792887/watcher-3293130-1303792887 -o /tmp/evaluation-result-3293130-1303792887/solver-3293130-1303792887 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3293130-1303792887.cnf 

running on 2 cores: 5,7

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.34 3.45 3.67 5/189 10777
/proc/meminfo: memFree=23843284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=13752 CPUtime=0 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 801 0 0 0 0 0 0 0 25 0 1 0 490886440 14082048 601 33554432000 4194304 4395502 140736188621472 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 3438 601 249 50 0 578 0

[startup+0.103132 s]
/proc/loadavg: 3.34 3.45 3.67 5/189 10777
/proc/meminfo: memFree=23843284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=16348 CPUtime=0.09 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 1502 0 0 0 8 1 0 0 25 0 1 0 490886440 16740352 1268 33554432000 4194304 4395502 140736188621472 18446744073709551615 218905755543 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 4087 1268 255 50 0 1227 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16348

[startup+0.201115 s]
/proc/loadavg: 3.34 3.45 3.67 5/189 10777
/proc/meminfo: memFree=23843284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=18196 CPUtime=0.19 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 1958 0 0 0 18 1 0 0 25 0 1 0 490886440 18632704 1724 33554432000 4194304 4395502 140736188621472 18446744073709551615 4288957 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 4549 1724 266 50 0 1689 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18196

[startup+0.301094 s]
/proc/loadavg: 3.34 3.45 3.67 5/189 10777
/proc/meminfo: memFree=23843284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=18592 CPUtime=0.29 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 2071 0 0 0 28 1 0 0 25 0 1 0 490886440 19038208 1837 33554432000 4194304 4395502 140736188621472 18446744073709551615 4314245 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 4648 1837 266 50 0 1788 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18592

[startup+0.701035 s]
/proc/loadavg: 3.34 3.45 3.67 5/189 10777
/proc/meminfo: memFree=23843284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=19384 CPUtime=0.69 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 2276 0 0 0 68 1 0 0 25 0 1 0 490886440 19849216 2042 33554432000 4194304 4395502 140736188621472 18446744073709551615 4314381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 4846 2042 266 50 0 1986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19384

[startup+1.50088 s]
/proc/loadavg: 3.39 3.46 3.67 5/190 10778
/proc/meminfo: memFree=23835472/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=20048 CPUtime=1.49 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 2437 0 0 0 148 1 0 0 25 0 1 0 490886440 20529152 2203 33554432000 4194304 4395502 140736188621472 18446744073709551615 4289188 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 5012 2203 266 50 0 2152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20048

[startup+3.10059 s]
/proc/loadavg: 3.39 3.46 3.67 5/190 10778
/proc/meminfo: memFree=23834108/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=20884 CPUtime=3.09 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 2638 0 0 0 308 1 0 0 25 0 1 0 490886440 21385216 2404 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299597 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 5221 2404 266 50 0 2361 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20884

[startup+6.30101 s]
/proc/loadavg: 3.44 3.47 3.67 5/190 10778
/proc/meminfo: memFree=23832732/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=21984 CPUtime=6.29 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 2897 0 0 0 627 2 0 0 25 0 1 0 490886440 22511616 2663 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299965 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 5496 2663 266 50 0 2636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21984

[startup+12.7009 s]
/proc/loadavg: 3.49 3.47 3.68 5/190 10779
/proc/meminfo: memFree=23829140/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=23560 CPUtime=12.69 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 3260 0 0 0 1267 2 0 0 25 0 1 0 490886440 24125440 3026 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 5890 3026 266 50 0 3030 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23560

[startup+25.5005 s]
/proc/loadavg: 3.60 3.50 3.68 5/190 10779
/proc/meminfo: memFree=23825424/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=25476 CPUtime=25.49 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 3735 0 0 0 2547 2 0 0 25 0 1 0 490886440 26087424 3501 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 6369 3501 266 50 0 3509 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25476

[startup+51.1009 s]
/proc/loadavg: 3.74 3.54 3.69 5/190 10780
/proc/meminfo: memFree=23819448/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=28172 CPUtime=51.09 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 4378 0 0 0 5107 2 0 0 25 0 1 0 490886440 28848128 4144 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 7043 4144 266 50 0 4183 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28172

[startup+102.301 s]
/proc/loadavg: 3.88 3.61 3.70 5/190 10781
/proc/meminfo: memFree=23807384/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=33840 CPUtime=102.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 5670 0 0 0 10227 3 0 0 25 0 1 0 490886440 34652160 5436 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 8460 5436 266 50 0 5600 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 33840

[startup+162.301 s]
/proc/loadavg: 4.00 3.69 3.72 5/190 10783
/proc/meminfo: memFree=23796036/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=40336 CPUtime=162.29 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 7140 0 0 0 16226 3 0 0 25 0 1 0 490886440 41304064 6906 33554432000 4194304 4395502 140736188621472 18446744073709551615 4286404 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 10084 6906 266 50 0 7224 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40336

[startup+222.307 s]
/proc/loadavg: 4.00 3.74 3.74 5/190 10784
/proc/meminfo: memFree=23789536/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=43840 CPUtime=222.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 7894 0 0 0 22226 4 0 0 25 0 1 0 490886440 44892160 7660 33554432000 4194304 4395502 140736188621472 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 10960 7660 266 50 0 8100 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 43840

[startup+282.3 s]
/proc/loadavg: 4.00 3.79 3.75 5/190 10786
/proc/meminfo: memFree=23781932/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=47212 CPUtime=282.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 8608 0 0 0 28225 5 0 0 25 0 1 0 490886440 48345088 8374 33554432000 4194304 4395502 140736188621472 18446744073709551615 4288524 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 11803 8374 266 50 0 8943 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47212

[startup+342.3 s]
/proc/loadavg: 4.00 3.82 3.76 5/190 10815
/proc/meminfo: memFree=23745992/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=49264 CPUtime=342.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9043 0 0 0 34225 5 0 0 25 0 1 0 490886440 50446336 8809 33554432000 4194304 4395502 140736188621472 18446744073709551615 4288072 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12316 8809 266 50 0 9456 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49264

[startup+402.3 s]
/proc/loadavg: 4.00 3.85 3.77 5/190 10816
/proc/meminfo: memFree=23699856/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=50616 CPUtime=402.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9342 0 0 0 40224 6 0 0 25 0 1 0 490886440 51830784 9108 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12654 9108 266 50 0 9794 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 50616

[startup+462.301 s]
/proc/loadavg: 4.00 3.88 3.78 5/190 10818
/proc/meminfo: memFree=23687532/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=51816 CPUtime=462.3 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9607 0 0 0 46223 7 0 0 25 0 1 0 490886440 53059584 9373 33554432000 4194304 4395502 140736188621472 18446744073709551615 4293426 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12954 9373 266 50 0 10094 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51816

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

[startup+464 s]
/proc/loadavg: 4.00 3.88 3.78 5/190 10818
/proc/meminfo: memFree=23687284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=51816 CPUtime=464 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9612 0 0 0 46393 7 0 0 25 0 1 0 490886440 53059584 9378 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12954 9378 266 50 0 10094 0
Current children cumulated CPU time (s) 464
Current children cumulated vsize (KiB) 51816

[startup+464.8 s]
/proc/loadavg: 4.00 3.88 3.78 5/190 10818
/proc/meminfo: memFree=23687284/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=51816 CPUtime=464.8 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9616 0 0 0 46473 7 0 0 25 0 1 0 490886440 53059584 9382 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299735 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12954 9382 266 50 0 10094 0
Current children cumulated CPU time (s) 464.8
Current children cumulated vsize (KiB) 51816

[startup+465.601 s]
/proc/loadavg: 4.00 3.88 3.79 5/190 10818
/proc/meminfo: memFree=23687160/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=51816 CPUtime=465.6 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9628 0 0 0 46553 7 0 0 25 0 1 0 490886440 53059584 9394 33554432000 4194304 4395502 140736188621472 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12954 9394 266 50 0 10094 0
Current children cumulated CPU time (s) 465.6
Current children cumulated vsize (KiB) 51816

[startup+466.001 s]
/proc/loadavg: 4.00 3.88 3.79 5/190 10818
/proc/meminfo: memFree=23687160/32951124 swapFree=67111412/67111528
[pid=10777] ppid=10775 vsize=51816 CPUtime=466 cores=5,7
/proc/10777/stat : 10777 (SApperloT2010) R 10775 10777 9265 0 -1 4202496 9628 0 0 0 46593 7 0 0 25 0 1 0 490886440 53059584 9394 33554432000 4194304 4395502 140736188621472 18446744073709551615 4347174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10777/statm: 12954 9394 266 50 0 10094 0
Current children cumulated CPU time (s) 466
Current children cumulated vsize (KiB) 51816

Child status: 20
Real time (s): 466.052
CPU time (s): 466.063
CPU user time (s): 465.984
CPU system time (s): 0.078987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 51816

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

runsolver used 0.766883 second user time and 1.77773 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 06:41:27
IDJOB=3293130
IDBENCH=88045
IDSOLVER=1655
FILE ID=node137/3293130-1303792887
RUNJOBID= node137-1303792818-10628
PBS_JOBID= 13157251
Free space on /tmp= 72020 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293130-1303792887/watcher-3293130-1303792887 -o /tmp/evaluation-result-3293130-1303792887/solver-3293130-1303792887 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3293130-1303792887.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=2056098955

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23843316 kB
Buffers:       1752272 kB
Cached:        6688712 kB
SwapCached:        112 kB
Active:        1977312 kB
Inactive:      6576364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23843316 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:      112436 kB
Mapped:          15732 kB
Slab:           489204 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298476 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= 72020 MiB
End job on node137 at 2011-04-26 06:49:13