Trace number 3350158

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: LR_GL_NOSHR 2011-03-02UNSAT 357.931 357.934

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

357.88/357.92	c WARNING: for repeatability, setting FPU to use double precision
357.88/357.92	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-3350158-1304971442/watcher-3350158-1304971442 -o /tmp/evaluation-result-3350158-1304971442/solver-3350158-1304971442 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350158-1304971442.cnf -verb=0 -model -no-shrinking 

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: 3.74 3.36 3.57 5/397 16579
/proc/meminfo: memFree=27948080/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=20984 CPUtime=0 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 788 0 0 0 0 0 0 0 21 0 1 0 608742953 21487616 730 33554432000 4194304 4300056 140733314933328 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 5246 731 220 26 0 1878 0

[startup+0.081438 s]
/proc/loadavg: 3.74 3.36 3.57 5/397 16579
/proc/meminfo: memFree=27948080/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=31588 CPUtime=0.06 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 4049 0 0 0 6 0 0 0 21 0 1 0 608742953 32346112 3727 33554432000 4194304 4300056 140733314933328 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 7897 3730 220 26 0 4529 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31588

[startup+0.100425 s]
/proc/loadavg: 3.74 3.36 3.57 5/397 16579
/proc/meminfo: memFree=27948080/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=33416 CPUtime=0.09 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 4792 0 0 0 8 1 0 0 21 0 1 0 608742953 34217984 4305 33554432000 4194304 4300056 140733314933328 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 8354 4305 220 26 0 4986 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33416

[startup+0.300338 s]
/proc/loadavg: 3.74 3.36 3.57 5/397 16579
/proc/meminfo: memFree=27948080/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=55156 CPUtime=0.29 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 10955 0 0 0 27 2 0 0 22 0 1 0 608742953 56479744 9641 33554432000 4194304 4300056 140733314933328 18446744073709551615 251814240000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 13789 9643 220 26 0 10421 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55156

[startup+0.700282 s]
/proc/loadavg: 3.74 3.36 3.57 5/397 16579
/proc/meminfo: memFree=27948080/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=65720 CPUtime=0.68 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 13043 0 0 0 66 2 0 0 24 0 1 0 608742953 67297280 11212 33554432000 4194304 4300056 140733314933328 18446744073709551615 4230573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 16430 11212 227 26 0 13062 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65720

[startup+1.50115 s]
/proc/loadavg: 3.76 3.37 3.58 5/398 16580
/proc/meminfo: memFree=27899556/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=54888 CPUtime=1.49 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 15988 0 0 0 146 3 0 0 25 0 1 0 608742953 56205312 9673 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256237 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 13722 9673 246 26 0 10354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54888

[startup+3.10081 s]
/proc/loadavg: 3.76 3.37 3.58 5/398 16580
/proc/meminfo: memFree=27901664/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=54888 CPUtime=3.08 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 16208 0 0 0 305 3 0 0 25 0 1 0 608742953 56205312 9880 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 13722 9880 247 26 0 10354 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54888

[startup+6.30033 s]
/proc/loadavg: 3.76 3.37 3.58 5/398 16580
/proc/meminfo: memFree=27892472/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=62068 CPUtime=6.28 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 16699 0 0 0 625 3 0 0 25 0 1 0 608742953 63557632 10351 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256519 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 15517 10351 247 26 0 12149 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 62068

[startup+12.7003 s]
/proc/loadavg: 3.80 3.39 3.58 5/398 16582
/proc/meminfo: memFree=27897684/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=62068 CPUtime=12.68 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 17464 0 0 0 1264 4 0 0 25 0 1 0 608742953 63557632 11086 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 15517 11086 247 26 0 12149 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62068

[startup+25.5011 s]
/proc/loadavg: 3.83 3.41 3.58 5/398 16583
/proc/meminfo: memFree=27859824/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=74704 CPUtime=25.48 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 19258 0 0 0 2543 5 0 0 25 0 1 0 608742953 76496896 12790 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 18676 12790 247 26 0 15308 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74704

[startup+51.1007 s]
/proc/loadavg: 3.88 3.46 3.59 5/398 16584
/proc/meminfo: memFree=27818116/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=80736 CPUtime=51.08 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 23073 0 0 0 5101 7 0 0 25 0 1 0 608742953 82673664 16510 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 20184 16510 247 26 0 16816 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 80736

[startup+102.315 s]
/proc/loadavg: 3.95 3.55 3.61 5/398 16585
/proc/meminfo: memFree=27728660/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=109172 CPUtime=102.29 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 30004 0 0 0 10220 9 0 0 25 0 1 0 608742953 111792128 23287 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 27293 23287 247 26 0 23925 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 109172

[startup+162.301 s]
/proc/loadavg: 4.16 3.67 3.65 5/398 16587
/proc/meminfo: memFree=27668620/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=146428 CPUtime=162.29 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 35260 0 0 0 16217 12 0 0 25 0 1 0 608742953 149942272 28403 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 36607 28403 247 26 0 33239 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146428

[startup+222.301 s]
/proc/loadavg: 4.06 3.73 3.67 5/398 16643
/proc/meminfo: memFree=27922692/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=153204 CPUtime=222.29 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 40208 0 0 0 22215 14 0 0 25 0 1 0 608742953 156880896 33212 33554432000 4194304 4300056 140733314933328 18446744073709551615 4262966 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 38301 33212 247 26 0 34933 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 153204

[startup+282.301 s]
/proc/loadavg: 4.02 3.78 3.69 5/398 16644
/proc/meminfo: memFree=27839812/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=209524 CPUtime=282.29 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 45206 0 0 0 28213 16 0 0 25 0 1 0 608742953 214552576 38082 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 52381 38082 247 26 0 49013 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209524

[startup+342.301 s]
/proc/loadavg: 4.00 3.81 3.70 5/398 16646
/proc/meminfo: memFree=27794268/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213480 CPUtime=342.28 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 48904 0 0 0 34211 17 0 0 25 0 1 0 608742953 218603520 41703 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53370 41703 247 26 0 50002 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 213480

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

[startup+345.5 s]
/proc/loadavg: 4.00 3.81 3.70 5/398 16646
/proc/meminfo: memFree=27782484/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213480 CPUtime=345.48 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 48954 0 0 0 34531 17 0 0 25 0 1 0 608742953 218603520 41749 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53370 41749 247 26 0 50002 0
Current children cumulated CPU time (s) 345.48
Current children cumulated vsize (KiB) 213480

[startup+351.9 s]
/proc/loadavg: 4.00 3.82 3.71 5/398 16646
/proc/meminfo: memFree=27791032/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213624 CPUtime=351.9 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 49200 0 0 0 35173 17 0 0 25 0 1 0 608742953 218750976 41987 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53406 41987 247 26 0 50038 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 213624

[startup+355.101 s]
/proc/loadavg: 4.00 3.82 3.71 5/398 16646
/proc/meminfo: memFree=27779500/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213624 CPUtime=355.08 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 49281 0 0 0 35491 17 0 0 25 0 1 0 608742953 218750976 42065 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53406 42065 247 26 0 50038 0
Current children cumulated CPU time (s) 355.08
Current children cumulated vsize (KiB) 213624

[startup+356.7 s]
/proc/loadavg: 4.00 3.82 3.71 5/398 16646
/proc/meminfo: memFree=27767224/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213624 CPUtime=356.68 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 49336 0 0 0 35651 17 0 0 25 0 1 0 608742953 218750976 42114 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53406 42114 247 26 0 50038 0
Current children cumulated CPU time (s) 356.68
Current children cumulated vsize (KiB) 213624

[startup+357.515 s]
/proc/loadavg: 4.00 3.82 3.71 5/398 16646
/proc/meminfo: memFree=27761644/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213624 CPUtime=357.5 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 49364 0 0 0 35733 17 0 0 25 0 1 0 608742953 218750976 42141 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53406 42141 247 26 0 50038 0
Current children cumulated CPU time (s) 357.5
Current children cumulated vsize (KiB) 213624

[startup+357.9 s]
/proc/loadavg: 4.00 3.82 3.71 5/398 16646
/proc/meminfo: memFree=27761644/32950928 swapFree=44388816/67111528
[pid=16579] ppid=16577 vsize=213624 CPUtime=357.88 cores=0,2
/proc/16579/stat : 16579 (lr_gl_shr) R 16577 16579 15673 0 -1 4202496 49375 0 0 0 35771 17 0 0 25 0 1 0 608742953 218750976 42151 33554432000 4194304 4300056 140733314933328 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16579/statm: 53406 42151 247 26 0 50038 0
Current children cumulated CPU time (s) 357.88
Current children cumulated vsize (KiB) 213624

Child status: 20
Real time (s): 357.934
CPU time (s): 357.931
CPU user time (s): 357.745
CPU system time (s): 0.185971
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 213624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.745
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49381
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= 9
involuntary context switches= 3967

runsolver used 1.3328 second user time and 3.22951 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 22:04:03
IDJOB=3350158
IDBENCH=82502
IDSOLVER=1815
FILE ID=node126/3350158-1304971442
RUNJOBID= node126-1304971322-16398
PBS_JOBID= 13285624
Free space on /tmp= 50692 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350158-1304971442/watcher-3350158-1304971442 -o /tmp/evaluation-result-3350158-1304971442/solver-3350158-1304971442 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350158-1304971442.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=580734908

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27948484 kB
Buffers:        145048 kB
Cached:        1298112 kB
SwapCached:      92124 kB
Active:         777760 kB
Inactive:      4004880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27948484 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:           13624 kB
Writeback:           0 kB
AnonPages:     3260116 kB
Mapped:          15752 kB
Slab:            77312 kB
PageTables:      76880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88579760 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= 50724 MiB
End job on node126 at 2011-05-09 22:10:01