Trace number 3495608

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
OptimuS x100_sourceUNSAT 274.952 274.958

General information on the benchmark

Namemus/marques-silva/design-debugging/
wb_conmax3.dimacs.filtered.cnf
MD5SUM70661d58e23d97579ff78155ba3338cb
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.988849
Satisfiable
(Un)Satisfiability was proved
Number of variables277950
Number of clauses1221020
Sum of the clauses size3429264
Maximum clause length3
Minimum clause length1
Number of clauses of size 17116
Number of clauses of size 2219564
Number of clauses of size 3994340
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

274.89/274.93	c - Reading the instance.. OK! Totally clauses:  1221020; Vars:   277950; Time: 1.06
274.89/274.93	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.05
274.89/274.93	c - Delete by resolution.. OK! Removed clauses:   657330;                 Time: 20.10
274.89/274.93	c   - Solving the original instance..
274.89/274.93	c     - OK - UNSAT! Continue to clause elimination..
274.89/274.93	c   - round:    1;   Skips in previous round:    0
274.89/274.93	c - Finish! Unsat core size: 26 / 1221020; Time: 274.41 s
274.89/274.93	c - ---------------------------------------------------------------------------
274.89/274.93	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
274.89/274.93	c -             |       0   |  732846   |      22   |       4   |    5252     |
274.89/274.93	c - ---------------------------------------------------------------------------
274.89/274.93	s UNSATISFIABLE
274.89/274.93	v 205 869 940 1011 1082 1153 1224 1295 1366 1081966 1081972 1081978 1081985 1081987 1081990 1168721 1169439 1182450 1186644 1190838 1195032 1199226 1203420 1207614 1211808 1216679 0

Verifier Data

OK	26

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495608-1307808707/watcher-3495608-1307808707 -o /tmp/evaluation-result-3495608-1307808707/solver-3495608-1307808707 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495608-1307808707.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.14 3.52 3.35 5/190 25913
/proc/meminfo: memFree=29519636/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=11804 CPUtime=0 cores=5,7
/proc/25913/stat : 25913 (runsolver) S 25911 25913 23765 0 -1 4202560 40 0 0 0 0 0 0 0 23 0 1 0 892469027 12087296 51 33554432000 4194304 5436572 140735161372832 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071700214583 0 0 17 7 0 0 0
/proc/25913/statm: 2951 51 31 304 0 2643 0

[startup+0.0705539 s]
/proc/loadavg: 4.14 3.52 3.35 5/190 25913
/proc/meminfo: memFree=29519636/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=51068 CPUtime=0.05 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 8205 0 0 0 4 1 0 0 24 0 1 0 892469027 52293632 7838 33554432000 4194304 4280283 140736020947792 18446744073709551615 4266385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 12767 7839 224 21 0 9404 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 51068

[startup+0.10055 s]
/proc/loadavg: 4.14 3.52 3.35 5/190 25913
/proc/meminfo: memFree=29519636/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=68388 CPUtime=0.08 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 10756 0 0 0 6 2 0 0 24 0 1 0 892469027 70029312 10306 33554432000 4194304 4280283 140736020947792 18446744073709551615 4266385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 17097 10309 224 21 0 13734 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 68388

[startup+0.300511 s]
/proc/loadavg: 4.14 3.52 3.35 5/190 25913
/proc/meminfo: memFree=29519636/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=153428 CPUtime=0.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 27055 0 0 0 23 5 0 0 25 0 1 0 892469027 157110272 26058 33554432000 4194304 4280283 140736020947792 18446744073709551615 4267117 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 38357 26060 224 21 0 34994 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 153428

[startup+0.700452 s]
/proc/loadavg: 4.14 3.52 3.35 5/190 25913
/proc/meminfo: memFree=29519636/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=273692 CPUtime=0.68 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 55045 0 0 0 59 9 0 0 25 0 1 0 892469027 280260608 53584 33554432000 4194304 4280283 140736020947792 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 68423 53585 240 21 0 65060 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 273692

[startup+1.50029 s]
/proc/loadavg: 4.13 3.52 3.35 5/191 25914
/proc/meminfo: memFree=29235220/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=409840 CPUtime=1.48 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 86494 0 0 0 135 13 0 0 25 0 1 0 892469027 419676160 85033 33554432000 4194304 4280283 140736020947792 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 102460 85034 240 21 0 99097 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 409840

[startup+3.101 s]
/proc/loadavg: 4.13 3.52 3.35 5/191 25914
/proc/meminfo: memFree=29105640/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=421224 CPUtime=3.08 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 90314 0 0 0 294 14 0 0 25 0 1 0 892469027 431333376 88831 33554432000 4194304 4280283 140736020947792 18446744073709551615 4210590 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 105306 88831 251 21 0 101943 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 421224

[startup+6.30042 s]
/proc/loadavg: 4.12 3.53 3.35 5/191 25914
/proc/meminfo: memFree=29129092/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=422572 CPUtime=6.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 90506 0 0 0 614 14 0 0 25 0 1 0 892469027 432713728 89023 33554432000 4194304 4280283 140736020947792 18446744073709551615 4208752 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 105643 89023 251 21 0 102280 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 422572

[startup+12.7003 s]
/proc/loadavg: 4.11 3.54 3.36 5/191 25914
/proc/meminfo: memFree=29183164/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=422572 CPUtime=12.68 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 90640 0 0 0 1254 14 0 0 25 0 1 0 892469027 432713728 89157 33554432000 4194304 4280283 140736020947792 18446744073709551615 4209670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 105643 89157 251 21 0 102280 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 422572

[startup+25.5009 s]
/proc/loadavg: 4.16 3.57 3.37 5/191 25915
/proc/meminfo: memFree=29223392/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=448140 CPUtime=25.48 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 97953 0 0 0 2533 15 0 0 25 0 1 0 892469027 458895360 95006 33554432000 4194304 4280283 140736020947792 18446744073709551615 4211052 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 112035 95006 260 21 0 108672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 448140

[startup+51.1003 s]
/proc/loadavg: 4.10 3.61 3.38 5/191 25916
/proc/meminfo: memFree=29174736/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=448140 CPUtime=51.08 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 97953 0 0 0 5093 15 0 0 25 0 1 0 892469027 458895360 95006 33554432000 4194304 4280283 140736020947792 18446744073709551615 4259819 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 112035 95006 260 21 0 108672 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 448140

[startup+102.307 s]
/proc/loadavg: 4.04 3.67 3.41 5/191 25917
/proc/meminfo: memFree=29091112/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=453608 CPUtime=102.29 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 99335 0 0 0 10214 15 0 0 25 0 1 0 892469027 464494592 96388 33554432000 4194304 4280283 140736020947792 18446744073709551615 4261357 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 113402 96388 260 21 0 110039 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 453608

[startup+162.301 s]
/proc/loadavg: 4.01 3.73 3.45 5/191 25918
/proc/meminfo: memFree=29104824/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=453608 CPUtime=162.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 99806 0 0 0 16213 15 0 0 25 0 1 0 892469027 464494592 96859 33554432000 4194304 4280283 140736020947792 18446744073709551615 4207990 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 113402 96859 260 21 0 110039 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 453608

[startup+222.301 s]
/proc/loadavg: 4.00 3.77 3.48 5/191 25920
/proc/meminfo: memFree=29084260/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=222.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101333 0 0 0 22213 15 0 0 25 0 1 0 892469027 472895488 98386 33554432000 4194304 4280283 140736020947792 18446744073709551615 4261744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98386 260 21 0 112090 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 461812

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

[startup+230.301 s]
/proc/loadavg: 4.00 3.78 3.48 5/191 25920
/proc/meminfo: memFree=29081036/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=230.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101341 0 0 0 23013 15 0 0 25 0 1 0 892469027 472895488 98394 33554432000 4194304 4280283 140736020947792 18446744073709551615 4242793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98394 260 21 0 112090 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 461812

[startup+255.901 s]
/proc/loadavg: 4.00 3.79 3.49 5/191 25921
/proc/meminfo: memFree=29062528/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=255.88 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 25573 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4237088 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 461812

[startup+268.701 s]
/proc/loadavg: 4.00 3.80 3.50 5/191 25921
/proc/meminfo: memFree=29013172/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=268.68 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 26853 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4261353 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 268.68
Current children cumulated vsize (KiB) 461812

[startup+271.901 s]
/proc/loadavg: 4.00 3.81 3.50 5/191 25921
/proc/meminfo: memFree=28988000/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=271.88 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 27173 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4258864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 271.88
Current children cumulated vsize (KiB) 461812

[startup+273.501 s]
/proc/loadavg: 4.00 3.81 3.50 5/191 25921
/proc/meminfo: memFree=29105296/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=273.48 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 27333 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4243059 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 273.48
Current children cumulated vsize (KiB) 461812

[startup+274.301 s]
/proc/loadavg: 4.00 3.81 3.50 5/191 25921
/proc/meminfo: memFree=29066856/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=274.28 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 27413 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4208151 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 274.28
Current children cumulated vsize (KiB) 461812

[startup+274.701 s]
/proc/loadavg: 4.00 3.81 3.50 5/191 25921
/proc/meminfo: memFree=29066856/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=274.68 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 27453 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4208044 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 274.68
Current children cumulated vsize (KiB) 461812

[startup+274.9 s]
/proc/loadavg: 4.00 3.81 3.50 5/191 25921
/proc/meminfo: memFree=29086936/32951124 swapFree=67063556/67111528
[pid=25913] ppid=25911 vsize=461812 CPUtime=274.89 cores=5,7
/proc/25913/stat : 25913 (OptimuS_release) R 25911 25913 23765 0 -1 4202496 101344 0 0 0 27474 15 0 0 25 0 1 0 892469027 472895488 98397 33554432000 4194304 4280283 140736020947792 18446744073709551615 4209558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25913/statm: 115453 98397 260 21 0 112090 0
Current children cumulated CPU time (s) 274.89
Current children cumulated vsize (KiB) 461812

Child status: 20
Real time (s): 274.958
CPU time (s): 274.952
CPU user time (s): 274.775
CPU system time (s): 0.176973
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 461812

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

runsolver used 0.445932 second user time and 1.06084 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-11 18:11:48
IDJOB=3495608
IDBENCH=89442
IDSOLVER=1988
FILE ID=node134/3495608-1307808707
RUNJOBID= node134-1307808305-25011
PBS_JOBID= 13551014
Free space on /tmp= 74004 MiB

SOLVER NAME= OptimuS x100_source
BENCH NAME= SAT11/mus/marques-silva/design-debugging/wb_conmax3.dimacs.filtered.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495608-1307808707/watcher-3495608-1307808707 -o /tmp/evaluation-result-3495608-1307808707/solver-3495608-1307808707 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495608-1307808707.cnf

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

MD5SUM BENCH= 70661d58e23d97579ff78155ba3338cb
RANDOM SEED=1114222122

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29490668 kB
Buffers:        326844 kB
Cached:         990188 kB
SwapCached:      10284 kB
Active:        2550088 kB
Inactive:       702764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29490668 kB
SwapTotal:    67111528 kB
SwapFree:     67063556 kB
Dirty:           79856 kB
Writeback:           0 kB
AnonPages:     1932712 kB
Mapped:          10564 kB
Slab:           138248 kB
PageTables:       8636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2333864 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= 74004 MiB
End job on node134 at 2011-06-11 18:16:23