Trace number 3385747

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
borg-sat 11.03.02-par-random (fixed)UNSAT 3.23251 1.04218

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1397126856-076.UNKNOWN.cnf
MD5SUM867bcd516c43a4ea9c98fad365ff9a08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.243962
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3385747-1305572873.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.30/0.49	c INFO: computed variable balance statistics
0.40/0.50	c INFO: computed small-clause counts
0.40/0.50	c INFO: computed Horn-clause counts
0.40/0.51	c INFO: computed variable graph statistics
0.40/0.51	c INFO: collected features for HOME/instance-3385747-1305572873.cnf in 0.04 s
0.40/0.54	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.40/0.57	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.32)
0.49/0.60	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.22)
0.49/0.63	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.15)
0.49/0.66	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.58/0.70	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.58/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.58/0.76	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
2.86/1.02	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-3385747-1305572873/watcher-3385747-1305572873 -o /tmp/evaluation-result-3385747-1305572873/solver-3385747-1305572873 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385747-1305572873.cnf -seed 1659742775 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=16244 CPUtime=0 cores=0-7
/proc/25252/stat : 25252 (python) R 25250 25252 24145 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 124896701 16633856 913 33554432000 4194304 5683644 140736879252592 18446744073709551615 4620223 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25252/statm: 4061 913 380 364 0 548 0

[startup+0.057206 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=36512 CPUtime=0.03 cores=0-7
/proc/25252/stat : 25252 (python) S 25250 25252 24145 0 -1 4202496 1610 0 0 0 3 0 0 0 25 0 1 0 124896701 37388288 1444 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25252/statm: 9129 1445 452 364 0 946 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.101193 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=104232 CPUtime=0.07 cores=0-7
/proc/25252/stat : 25252 (python) S 25250 25252 24145 0 -1 4202496 3071 0 0 0 5 2 0 0 25 0 1 0 124896701 106733568 2752 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880563200 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25252/statm: 26058 2752 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300159 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=185040 CPUtime=0.21 cores=0-7
/proc/25252/stat : 25252 (python) R 25250 25252 24145 0 -1 4202496 6755 936 1 0 15 6 0 0 17 0 1 0 124896701 189480960 4820 33554432000 4194304 5683644 140736879252592 18446744073709551615 218875641479 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25252/statm: 46273 4827 1349 364 0 3724 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 185040

[startup+0.701008 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=330456 CPUtime=0.58 cores=0-7
/proc/25252/stat : 25252 (python) R 25250 25252 24145 0 -1 4202496 13665 936 1 0 49 9 0 0 18 0 6 0 124896701 338386944 7248 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880249762 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25252/statm: 82614 7248 1882 364 0 18517 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 330456

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

[startup+0.900972 s]
/proc/loadavg: 9.99 9.69 9.40 3/409 25252
/proc/meminfo: memFree=20564244/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=361248 CPUtime=0.65 cores=0-7
/proc/25252/stat : 25252 (python) S 25250 25252 24145 0 -1 4202496 15719 936 1 0 55 10 0 0 24 0 9 0 124896701 369917952 7276 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25252/statm: 90312 7276 1889 364 0 26209 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 361248

[startup+1.00095 s]
/proc/loadavg: 9.83 9.66 9.40 13/434 25281
/proc/meminfo: memFree=20489520/32950928 swapFree=62959404/67111528
[pid=25252] ppid=25250 vsize=361248 CPUtime=0.65 cores=0-7
/proc/25252/stat : 25252 (python) S 25250 25252 24145 0 -1 4202496 15757 936 1 0 55 10 0 0 21 0 9 0 124896701 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892395327 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25252/statm: 90312 7277 1890 364 0 26209 0
[pid=25258] ppid=25252 vsize=278440 CPUtime=0 cores=0-7
/proc/25258/stat : 25258 (python) S 25252 25252 24145 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 124896755 285122560 5532 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880585231 0 0 16781312 514 4091845721202884607 0 0 17 0 0 0 0
/proc/25258/statm: 69610 5532 347 364 0 5528 0
[pid=25260] ppid=25258 vsize=454884 CPUtime=0.47 cores=0-7
/proc/25260/stat : 25260 (TNM) R 25258 25260 25260 0 -1 4202496 401 0 0 0 47 0 0 0 20 0 1 0 124896755 465801216 136 33554432000 134512640 135008748 4290883472 18446744073709551615 134527339 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25260/statm: 113721 136 46 122 0 112621 0
[pid=25261] ppid=25252 vsize=289264 CPUtime=0.18 cores=0-7
/proc/25261/stat : 25261 (python) R 25252 25252 24145 0 -1 4202560 758 0 0 0 15 3 0 0 18 0 1 0 124896758 296206336 5673 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880585286 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/25261/statm: 72316 5673 348 364 0 8231 0
[pid=25263] ppid=25261 vsize=0 CPUtime=0.24 cores=0-7
/proc/25263/stat : 25263 (march_hi) R 25261 25263 25263 0 -1 4202500 479 0 0 0 24 0 0 0 22 0 1 0 124896758 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/25263/statm: 0 0 0 0 0 0 0
[pid=25267] ppid=25252 vsize=0 CPUtime=0.35 cores=0-7
/proc/25267/stat : 25267 (python) Z 25252 25252 24145 0 -1 4202588 1043 477 0 0 10 1 24 0 18 0 1 0 124896764 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25267/statm: 0 0 0 0 0 0 0
[pid=25270] ppid=25252 vsize=320200 CPUtime=0 cores=0-7
/proc/25270/stat : 25270 (python) S 25252 25252 24145 0 -1 4202560 758 0 0 0 0 0 0 0 21 0 1 0 124896768 327884800 5710 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880585286 0 0 16781312 514 5003099517826891775 0 0 17 0 0 0 0
/proc/25270/statm: 80050 5710 348 364 0 15956 0
[pid=25272] ppid=25270 vsize=268556 CPUtime=0.3 cores=0-7
/proc/25272/stat : 25272 (hybridGM3) R 25270 25272 25272 0 -1 4202496 4876 0 0 0 30 0 0 0 23 0 1 0 124896768 275001344 4612 33554432000 134512640 135204385 4294906176 18446744073709551615 134547728 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25272/statm: 67139 4612 85 169 0 66969 0
[pid=25273] ppid=25252 vsize=330456 CPUtime=0 cores=0-7
/proc/25273/stat : 25273 (python) S 25252 25252 24145 0 -1 4202560 783 0 0 0 0 0 0 0 16 0 1 0 124896771 338386944 5714 33554432000 4194304 5683644 140736879252592 18446744073709551615 218880585286 0 0 16781312 514 15268658494476091649 0 0 17 0 0 0 0
/proc/25273/statm: 82614 5714 348 364 0 18517 0
[pid=25275] ppid=25273 vsize=1448 CPUtime=0.18 cores=0-7
/proc/25275/stat : 25275 (march_hi) R 25273 25275 25275 0 -1 4202496 484 0 0 0 18 0 0 0 21 0 1 0 124896771 1482752 216 33554432000 4194304 4955518 140735571216864 18446744073709551615 4261536 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25275/statm: 362 216 104 186 0 175 0
[pid=25276] ppid=25252 vsize=0 CPUtime=0.25 cores=0-7
/proc/25276/stat : 25276 (python) Z 25252 25252 24145 0 -1 4202588 1127 484 0 0 1 0 24 0 20 0 1 0 124896774 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/25276/statm: 0 0 0 0 0 0 0
[pid=25279] ppid=25252 vsize=0 CPUtime=0.24 cores=0-7
/proc/25279/stat : 25279 (python) R 25252 25252 24145 0 -1 4202564 890 489 0 0 0 0 24 0 22 0 1 0 124896778 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25279/statm: 0 0 0 0 0 0 0
[pid=25252/tid=25259] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25259/stat : 25259 (python) S 25250 25252 24145 0 -1 4202560 28 2233 0 0 0 0 22 0 19 0 9 0 124896755 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 4 0 0 0
[pid=25252/tid=25262] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25262/stat : 25262 (python) S 25250 25252 24145 0 -1 4202560 22 2233 0 0 0 0 22 0 21 0 9 0 124896758 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 6 0 0 0
[pid=25252/tid=25265] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25265/stat : 25265 (python) S 25250 25252 24145 0 -1 4202560 21 2233 0 0 0 0 22 0 20 0 9 0 124896761 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 0 0 0 0
[pid=25252/tid=25268] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25268/stat : 25268 (python) S 25250 25252 24145 0 -1 4202560 26 2233 0 0 0 0 22 0 18 0 9 0 124896764 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 6 0 0 0
[pid=25252/tid=25271] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25271/stat : 25271 (python) S 25250 25252 24145 0 -1 4202560 26 2233 0 0 0 0 22 0 22 0 9 0 124896768 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 6 0 0 0
[pid=25252/tid=25274] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25274/stat : 25274 (python) S 25250 25252 24145 0 -1 4202560 23 2233 0 0 0 0 22 0 20 0 9 0 124896771 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 0 0 0 0
[pid=25252/tid=25277] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25277/stat : 25277 (python) S 25250 25252 24145 0 -1 4202560 24 2233 0 0 0 0 22 0 22 0 9 0 124896775 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 0 0 0 0
[pid=25252/tid=25280] ppid=25250 vsize=361248 CPUtime=0.22 cores=0-7
/proc/25252/task/25280/stat : 25280 (python) S 25250 25252 24145 0 -1 4202560 31 2233 0 0 0 0 22 0 25 0 9 0 124896778 369917952 7277 33554432000 4194304 5683644 140736879252592 18446744073709551615 218892388785 0 0 16781312 2 18446604443626181568 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 2304496

Child status: 0
Real time (s): 1.04218
CPU time (s): 3.23251
CPU user time (s): 3.03454
CPU system time (s): 0.197969
CPU usage (%): 310.168
Max. virtual memory (cumulated for all children) (KiB): 2304496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.03454
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1660
involuntary context switches= 424

runsolver used 0.005999 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-16 21:07:53
IDJOB=3385747
IDBENCH=83012
IDSOLVER=1870
FILE ID=node112/3385747-1305572873
RUNJOBID= node112-1305564965-24159
PBS_JOBID= 13350138
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1397126856-076.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385747-1305572873/watcher-3385747-1305572873 -o /tmp/evaluation-result-3385747-1305572873/solver-3385747-1305572873 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385747-1305572873.cnf -seed 1659742775 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 867bcd516c43a4ea9c98fad365ff9a08
RANDOM SEED=1659742775

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20564400 kB
Buffers:         65036 kB
Cached:         429280 kB
SwapCached:      73604 kB
Active:         735360 kB
Inactive:     11440024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20564400 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:           31804 kB
Writeback:           0 kB
AnonPages:    11616140 kB
Mapped:          23204 kB
Slab:            79420 kB
PageTables:      58996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99070624 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= 73460 MiB
End job on node112 at 2011-05-16 21:07:54