Trace number 3380121

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-05-15 (fixed)UNSAT 186.294 186.299

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

186.19/186.29	c Solved by BasicSolver 
186.19/186.29	
186.19/186.29	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: 961)

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

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.02 4.05 3.88 4/268 25594
/proc/meminfo: memFree=20773040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=17664 CPUtime=0 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 1294 0 0 0 0 0 0 0 25 0 1 0 657698077 18087936 1234 33554432000 4194304 4394578 140733649881424 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 4416 1234 247 49 0 1557 0

[startup+0.0970479 s]
/proc/loadavg: 4.02 4.05 3.88 4/268 25594
/proc/meminfo: memFree=20773040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=27300 CPUtime=0.08 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 3686 0 0 0 8 0 0 0 25 0 1 0 657698077 27955200 3626 33554432000 4194304 4394578 140733649881424 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 6825 3627 247 49 0 3966 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27300

[startup+0.101057 s]
/proc/loadavg: 4.02 4.05 3.88 4/268 25594
/proc/meminfo: memFree=20773040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=27696 CPUtime=0.09 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 3791 0 0 0 9 0 0 0 25 0 1 0 657698077 28360704 3731 33554432000 4194304 4394578 140733649881424 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 6924 3732 247 49 0 4065 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27696

[startup+0.300991 s]
/proc/loadavg: 4.02 4.05 3.88 4/268 25594
/proc/meminfo: memFree=20773040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=39580 CPUtime=0.29 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 6780 0 0 0 28 1 0 0 25 0 1 0 657698077 40529920 6719 33554432000 4194304 4394578 140733649881424 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 9895 6719 255 49 0 7036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39580

[startup+0.700913 s]
/proc/loadavg: 4.02 4.05 3.88 4/268 25594
/proc/meminfo: memFree=20773040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=44252 CPUtime=0.69 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 8688 0 0 0 66 3 0 0 25 0 1 0 657698077 45314048 7034 33554432000 4194304 4394578 140733649881424 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 11063 7034 255 49 0 8204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44252

[startup+1.50077 s]
/proc/loadavg: 4.02 4.05 3.88 5/269 25595
/proc/meminfo: memFree=20732492/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=59456 CPUtime=1.49 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 13592 0 0 0 144 5 0 0 25 0 1 0 657698077 60882944 11229 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 14864 11229 267 49 0 12005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59456

[startup+3.10051 s]
/proc/loadavg: 4.02 4.05 3.88 5/269 25595
/proc/meminfo: memFree=20720712/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=67188 CPUtime=3.09 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 15510 0 0 0 304 5 0 0 25 0 1 0 657698077 68800512 13147 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 16797 13147 267 49 0 13938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67188

[startup+6.30092 s]
/proc/loadavg: 4.02 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20704420/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=78508 CPUtime=6.29 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 18243 0 0 0 623 6 0 0 25 0 1 0 657698077 80392192 15880 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 19627 15881 267 49 0 16768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78508

[startup+12.7008 s]
/proc/loadavg: 4.01 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20680372/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=94676 CPUtime=12.69 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 22091 0 0 0 1262 7 0 0 25 0 1 0 657698077 96948224 19728 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 23669 19728 267 49 0 20810 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94676

[startup+25.5004 s]
/proc/loadavg: 4.01 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20649644/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=116412 CPUtime=25.49 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 27318 0 0 0 2541 8 0 0 25 0 1 0 657698077 119205888 24955 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 29103 24955 267 49 0 26244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116412

[startup+51.1008 s]
/proc/loadavg: 4.06 4.05 3.89 5/269 25596
/proc/meminfo: memFree=20614404/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=143540 CPUtime=51.09 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 33354 0 0 0 5099 10 0 0 25 0 1 0 657698077 146984960 30991 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 35885 30991 267 49 0 33026 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143540

[startup+102.309 s]
/proc/loadavg: 4.03 4.04 3.90 5/269 25626
/proc/meminfo: memFree=19944732/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=163748 CPUtime=102.3 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 37523 0 0 0 10219 11 0 0 25 0 1 0 657698077 167677952 35160 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 40937 35160 267 49 0 38078 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163748

[startup+162.301 s]
/proc/loadavg: 4.01 4.03 3.90 5/269 25628
/proc/meminfo: memFree=19693404/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=175744 CPUtime=162.29 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40205 0 0 0 16217 12 0 0 25 0 1 0 657698077 179961856 37842 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 43936 37842 267 49 0 41077 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175744

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

[startup+166.301 s]
/proc/loadavg: 4.01 4.03 3.90 5/269 25628
/proc/meminfo: memFree=19676040/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=175744 CPUtime=166.29 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40229 0 0 0 16617 12 0 0 25 0 1 0 657698077 179961856 37866 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 43936 37866 267 49 0 41077 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 175744

[startup+179.101 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25628
/proc/meminfo: memFree=19628056/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=176832 CPUtime=179.09 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40447 0 0 0 17897 12 0 0 25 0 1 0 657698077 181075968 38084 33554432000 4194304 4394578 140733649881424 18446744073709551615 4338175 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44208 38084 267 49 0 41349 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 176832

[startup+182.301 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19621360/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=177952 CPUtime=182.29 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40633 0 0 0 18217 12 0 0 25 0 1 0 657698077 182222848 38270 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44488 38270 267 49 0 41629 0
Current children cumulated CPU time (s) 182.29
Current children cumulated vsize (KiB) 177952

[startup+183.901 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19613796/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=177952 CPUtime=183.89 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40637 0 0 0 18377 12 0 0 25 0 1 0 657698077 182222848 38274 33554432000 4194304 4394578 140733649881424 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44488 38274 267 49 0 41629 0
Current children cumulated CPU time (s) 183.89
Current children cumulated vsize (KiB) 177952

[startup+185.5 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19609952/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=177952 CPUtime=185.49 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40659 0 0 0 18537 12 0 0 25 0 1 0 657698077 182222848 38296 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44488 38296 267 49 0 41629 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 177952

[startup+185.91 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19606480/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=177952 CPUtime=185.9 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40661 0 0 0 18578 12 0 0 25 0 1 0 657698077 182222848 38298 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44488 38298 267 49 0 41629 0
Current children cumulated CPU time (s) 185.9
Current children cumulated vsize (KiB) 177952

[startup+186.1 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19606480/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=178272 CPUtime=186.09 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40695 0 0 0 18597 12 0 0 25 0 1 0 657698077 182550528 38332 33554432000 4194304 4394578 140733649881424 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44568 38332 267 49 0 41709 0
Current children cumulated CPU time (s) 186.09
Current children cumulated vsize (KiB) 178272

[startup+186.2 s]
/proc/loadavg: 4.00 4.03 3.91 5/269 25629
/proc/meminfo: memFree=19606480/32951124 swapFree=67056788/67111528
[pid=25594] ppid=25592 vsize=178272 CPUtime=186.19 cores=0,2
/proc/25594/stat : 25594 (SApperloT2010) R 25592 25594 25297 0 -1 4202496 40695 0 0 0 18607 12 0 0 25 0 1 0 657698077 182550528 38332 33554432000 4194304 4394578 140733649881424 18446744073709551615 4324952 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25594/statm: 44568 38332 267 49 0 41709 0
Current children cumulated CPU time (s) 186.19
Current children cumulated vsize (KiB) 178272

Child status: 20
Real time (s): 186.299
CPU time (s): 186.294
CPU user time (s): 186.163
CPU system time (s): 0.13098
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 178272

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

runsolver used 0.496924 second user time and 1.03284 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:03:22
IDJOB=3380121
IDBENCH=88062
IDSOLVER=1862
FILE ID=node133/3380121-1305461002
RUNJOBID= node133-1305459696-25315
PBS_JOBID= 13324912
Free space on /tmp= 73668 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380121-1305461002/watcher-3380121-1305461002 -o /tmp/evaluation-result-3380121-1305461002/solver-3380121-1305461002 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380121-1305461002.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1059942217

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20773204 kB
Buffers:        300300 kB
Cached:        3996304 kB
SwapCached:       8724 kB
Active:        8834152 kB
Inactive:      3058352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20773204 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            5408 kB
Writeback:           0 kB
AnonPages:     7592908 kB
Mapped:          22876 kB
Slab:           199896 kB
PageTables:      24776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23494744 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= 73564 MiB
End job on node133 at 2011-05-15 14:06:28