Trace number 3348627

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
minisat hack: cir_minisat 2011-03-02UNSAT 204.036 204.031

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

204.00/204.01	c WARNING: for repeatability, setting FPU to use double precision
204.00/204.01	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: 977)

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-3348627-1307640540/watcher-3348627-1307640540 -o /tmp/evaluation-result-3348627-1307640540/solver-3348627-1307640540 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348627-1307640540.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.73 3.91 3.55 4/181 4226
/proc/meminfo: memFree=32515812/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=19752 CPUtime=0 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 804 0 0 0 0 0 0 0 22 0 1 0 856469883 20226048 729 33554432000 4194304 4254575 140737255802704 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 4938 729 210 15 0 1581 0

[startup+0.0900001 s]
/proc/loadavg: 3.73 3.91 3.55 4/181 4226
/proc/meminfo: memFree=32515812/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=33772 CPUtime=0.08 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 5389 0 0 0 7 1 0 0 22 0 1 0 856469883 34582528 4899 33554432000 4194304 4254575 140737255802704 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 8443 4902 212 15 0 5086 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33772

[startup+0.100996 s]
/proc/loadavg: 3.73 3.91 3.55 4/181 4226
/proc/meminfo: memFree=32515812/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=39500 CPUtime=0.09 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 5979 0 0 0 8 1 0 0 23 0 1 0 856469883 40448000 5432 33554432000 4194304 4254575 140737255802704 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 9875 5434 212 15 0 6518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39500

[startup+0.300973 s]
/proc/loadavg: 3.73 3.91 3.55 4/181 4226
/proc/meminfo: memFree=32515812/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=54700 CPUtime=0.29 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 9171 0 0 0 28 1 0 0 23 0 1 0 856469883 56012800 8426 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 13675 8426 232 15 0 10318 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54700

[startup+0.700888 s]
/proc/loadavg: 3.73 3.91 3.55 4/181 4226
/proc/meminfo: memFree=32515812/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=55436 CPUtime=0.69 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 9676 0 0 0 68 1 0 0 25 0 1 0 856469883 56766464 8926 33554432000 4194304 4254575 140737255802704 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 13859 8926 233 15 0 10502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55436

[startup+1.50075 s]
/proc/loadavg: 3.73 3.91 3.55 5/187 4237
/proc/meminfo: memFree=32409404/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=56016 CPUtime=1.49 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 10679 0 0 0 147 2 0 0 25 0 1 0 856469883 57360384 9923 33554432000 4194304 4254575 140737255802704 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 14004 9923 233 15 0 10647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56016

[startup+3.10046 s]
/proc/loadavg: 3.73 3.91 3.55 5/187 4237
/proc/meminfo: memFree=32357268/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=68708 CPUtime=3.09 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 12784 0 0 0 307 2 0 0 25 0 1 0 856469883 70356992 12012 33554432000 4194304 4254575 140737255802704 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 17177 12012 233 15 0 13820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68708

[startup+6.30089 s]
/proc/loadavg: 3.75 3.91 3.55 5/190 4247
/proc/meminfo: memFree=32108268/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=89152 CPUtime=6.29 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 16298 0 0 0 626 3 0 0 25 0 1 0 856469883 91291648 15502 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 22288 15502 233 15 0 18931 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89152

[startup+12.7007 s]
/proc/loadavg: 3.77 3.91 3.55 5/190 4248
/proc/meminfo: memFree=31952528/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=123236 CPUtime=12.69 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 22136 0 0 0 1265 4 0 0 25 0 1 0 856469883 126193664 21307 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 30809 21307 233 15 0 27452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123236

[startup+25.5004 s]
/proc/loadavg: 3.89 3.93 3.56 5/190 4248
/proc/meminfo: memFree=31889808/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=178868 CPUtime=25.49 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 32999 0 0 0 2543 6 0 0 25 0 1 0 856469883 183160832 32092 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 44717 32092 233 15 0 41360 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178868

[startup+51.1008 s]
/proc/loadavg: 3.92 3.94 3.57 5/190 4249
/proc/meminfo: memFree=31765508/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=268684 CPUtime=51.09 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 52112 0 0 0 5097 12 0 0 25 0 1 0 856469883 275132416 51042 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 67171 51042 233 15 0 63814 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 268684

[startup+102.307 s]
/proc/loadavg: 4.01 3.96 3.60 5/190 4250
/proc/meminfo: memFree=31550292/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=416088 CPUtime=102.29 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 80761 0 0 0 10210 19 0 0 25 0 1 0 856469883 426074112 79463 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 104022 79463 233 15 0 100665 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 416088

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 4252
/proc/meminfo: memFree=31360392/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=428736 CPUtime=162.3 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 101225 0 0 0 16203 27 0 0 25 0 1 0 856469883 439025664 99802 33554432000 4194304 4254575 140737255802704 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 107184 99802 233 15 0 103827 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 428736

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

[startup+179.101 s]
/proc/loadavg: 4.00 3.97 3.63 5/190 4252
/proc/meminfo: memFree=31307548/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=646348 CPUtime=179.09 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 107330 0 0 0 17880 29 0 0 25 0 1 0 856469883 661860352 105857 33554432000 4194304 4254575 140737255802704 18446744073709551615 4217169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 161587 105857 233 15 0 158230 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 646348

[startup+191.901 s]
/proc/loadavg: 4.00 3.97 3.63 5/190 4252
/proc/meminfo: memFree=31268104/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=647928 CPUtime=191.9 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 110614 0 0 0 19160 30 0 0 25 0 1 0 856469883 663478272 109113 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 161982 109113 233 15 0 158625 0
Current children cumulated CPU time (s) 191.9
Current children cumulated vsize (KiB) 647928

[startup+198.3 s]
/proc/loadavg: 4.00 3.97 3.63 5/190 4252
/proc/meminfo: memFree=31249748/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649188 CPUtime=198.3 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112235 0 0 0 19799 31 0 0 25 0 1 0 856469883 664768512 110718 33554432000 4194304 4254575 140737255802704 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162297 110718 233 15 0 158940 0
Current children cumulated CPU time (s) 198.3
Current children cumulated vsize (KiB) 649188

[startup+201.501 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4253
/proc/meminfo: memFree=31241056/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649328 CPUtime=201.5 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112533 0 0 0 20119 31 0 0 25 0 1 0 856469883 664911872 111013 33554432000 4194304 4254575 140737255802704 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162332 111013 233 15 0 158975 0
Current children cumulated CPU time (s) 201.5
Current children cumulated vsize (KiB) 649328

[startup+203.101 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4253
/proc/meminfo: memFree=31237088/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649500 CPUtime=203.1 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112703 0 0 0 20279 31 0 0 25 0 1 0 856469883 665088000 111181 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162375 111181 233 15 0 159018 0
Current children cumulated CPU time (s) 203.1
Current children cumulated vsize (KiB) 649500

[startup+203.506 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4253
/proc/meminfo: memFree=31234360/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649500 CPUtime=203.5 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112739 0 0 0 20319 31 0 0 25 0 1 0 856469883 665088000 111217 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162375 111217 233 15 0 159018 0
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (KiB) 649500

[startup+203.9 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4253
/proc/meminfo: memFree=31234360/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649500 CPUtime=203.9 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112750 0 0 0 20359 31 0 0 25 0 1 0 856469883 665088000 111228 33554432000 4194304 4254575 140737255802704 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162375 111228 233 15 0 159018 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 649500

[startup+204 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4253
/proc/meminfo: memFree=31234360/32951124 swapFree=67056964/67111528
[pid=4226] ppid=4224 vsize=649500 CPUtime=204 cores=5,7
/proc/4226/stat : 4226 (cir_minisat) R 4224 4226 2906 0 -1 4202496 112751 0 0 0 20369 31 0 0 25 0 1 0 856469883 665088000 111229 33554432000 4194304 4254575 140737255802704 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4226/statm: 162375 111229 233 15 0 159018 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 649500

Child status: 20
Real time (s): 204.031
CPU time (s): 204.036
CPU user time (s): 203.705
CPU system time (s): 0.330949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 649500

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

runsolver used 0.302953 second user time and 0.813876 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 19:29:00
IDJOB=3348627
IDBENCH=71743
IDSOLVER=1810
FILE ID=node145/3348627-1307640540
RUNJOBID= node145-1307640540-4191
PBS_JOBID= 13549347
Free space on /tmp= 74164 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348627-1307640540/watcher-3348627-1307640540 -o /tmp/evaluation-result-3348627-1307640540/solver-3348627-1307640540 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348627-1307640540.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1146044799

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32513248 kB
Buffers:         43408 kB
Cached:         217432 kB
SwapCached:       7944 kB
Active:         119112 kB
Inactive:       177804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32513248 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           38812 kB
Writeback:           0 kB
AnonPages:       34316 kB
Mapped:          13232 kB
Slab:            75664 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229976 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= 74020 MiB
End job on node145 at 2011-06-09 19:32:24