Trace number 3321946

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-randomUNSAT 1.82372 1.04832

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S931339469-052.UNKNOWN.cnf
MD5SUM25176c8329756b46b3ca32af3843804f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.201969
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.32/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.66	c INFO: solving HOME/instance-3321946-1308045221.cnf
0.32/0.66	c INFO: computing task features
0.32/0.66	c INFO: computed variable-clause graph statistics
0.32/0.66	c INFO: computed clause balance statistics
0.32/0.68	c INFO: computed variable balance statistics
0.41/0.70	c INFO: computed small-clause counts
0.41/0.70	c INFO: computed Horn-clause counts
0.41/0.70	c INFO: computed variable graph statistics
0.41/0.70	c INFO: collected features for HOME/instance-3321946-1308045221.cnf in 0.04 s
0.41/0.74	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.41/0.77	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.32)
0.51/0.81	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.22)
0.51/0.85	c INFO: running march_hi@0 for 194 with 39999 remaining (b = 0.15)
0.51/0.89	c INFO: running hybridGM3@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.93	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.27)
0.60/0.97	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.23)
1.60/1.01	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.20)
1.60/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.1 (svn: 989)

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-3321946-1308045221/watcher-3321946-1308045221 -o /tmp/evaluation-result-3321946-1308045221/solver-3321946-1308045221 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321946-1308045221.cnf -seed 1930907754 -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: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=15080 CPUtime=0 cores=0-7
/proc/19580/stat : 19580 (python) S 19578 19580 19483 0 -1 4202496 618 0 0 0 0 0 0 0 23 0 1 0 916124983 15441920 513 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/19580/statm: 3770 513 300 364 0 257 0

[startup+0.0244 s]
/proc/loadavg: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=15384 CPUtime=0 cores=0-7
/proc/19580/stat : 19580 (python) S 19578 19580 19483 0 -1 4202496 821 0 0 0 0 0 0 0 23 0 1 0 916124983 15753216 704 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19580/statm: 3846 704 334 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+0.100388 s]
/proc/loadavg: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=16400 CPUtime=0.01 cores=0-7
/proc/19580/stat : 19580 (python) S 19578 19580 19483 0 -1 4202496 1167 0 0 0 1 0 0 0 23 0 1 0 916124983 16793600 1030 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19580/statm: 4100 1030 414 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.300367 s]
/proc/loadavg: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=107564 CPUtime=0.08 cores=0-7
/proc/19580/stat : 19580 (python) R 19578 19580 19483 0 -1 4202496 3435 0 0 0 6 2 0 0 17 0 1 0 916124983 110145536 3086 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19580/statm: 26891 3087 871 364 0 2122 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107564

[startup+0.70028 s]
/proc/loadavg: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=278128 CPUtime=0.41 cores=0-7
/proc/19580/stat : 19580 (python) R 19578 19580 19483 0 -1 4202496 9265 932 1 0 33 8 0 0 17 0 1 0 916124983 284803072 6930 33554432000 4194304 5683644 140733865802080 18446744073709551615 4500482 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19580/statm: 69532 6930 1827 364 0 5456 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278128

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

[startup+0.900209 s]
/proc/loadavg: 0.18 1.43 2.16 2/171 19580
/proc/meminfo: memFree=31618220/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=330312 CPUtime=0.6 cores=0-7
/proc/19580/stat : 19580 (python) R 19578 19580 19483 0 -1 4202496 13387 932 1 0 51 9 0 0 18 0 6 0 916124983 338239488 7231 33554432000 4194304 5683644 140733865802080 18446744073709551615 47520694388362 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19580/statm: 82578 7231 1882 364 0 18484 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 330312

[startup+1.00019 s]
/proc/loadavg: 0.18 1.43 2.16 9/192 19607
/proc/meminfo: memFree=31550976/32951124 swapFree=67050044/67111528
[pid=19580] ppid=19578 vsize=350824 CPUtime=0.71 cores=0-7
/proc/19580/stat : 19580 (python) R 19578 19580 19483 0 -1 4202496 15242 932 1 0 61 10 0 0 20 0 8 0 916124983 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370617895 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19580/statm: 87706 7255 1886 364 0 23606 0
[pid=19586] ppid=19580 vsize=278568 CPUtime=0 cores=0-7
/proc/19586/stat : 19586 (python) S 19580 19580 19483 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 916125057 285253632 5541 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977295 0 0 16781312 514 5498130438977224703 0 0 17 6 0 0 0
/proc/19586/statm: 69642 5541 347 364 0 5560 0
[pid=19588] ppid=19586 vsize=454880 CPUtime=0.25 cores=0-7
/proc/19588/stat : 19588 (TNM) R 19586 19588 19588 0 -1 4202496 401 0 0 0 25 0 0 0 20 0 1 0 916125057 465797120 135 33554432000 134512640 135008748 4289847616 18446744073709551615 134529409 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19588/statm: 113720 135 46 122 0 112620 0
[pid=19589] ppid=19580 vsize=0 CPUtime=0.21 cores=0-7
/proc/19589/stat : 19589 (python) Z 19580 19580 19483 0 -1 4202588 1030 483 0 0 0 0 21 0 17 0 1 0 916125060 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19589/statm: 0 0 0 0 0 0 0
[pid=19592] ppid=19580 vsize=299620 CPUtime=0 cores=0-7
/proc/19592/stat : 19592 (python) S 19580 19580 19483 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 916125064 306810880 5685 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977350 0 0 16781312 514 18431390497634222340 0 0 17 4 0 0 0
/proc/19592/statm: 74905 5685 348 364 0 10817 0
[pid=19594] ppid=19592 vsize=1448 CPUtime=0.17 cores=0-7
/proc/19594/stat : 19594 (march_hi) R 19592 19594 19594 0 -1 4202496 482 0 0 0 17 0 0 0 23 0 1 0 916125065 1482752 214 33554432000 4194304 4955518 140736155750416 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/19594/statm: 362 214 104 186 0 175 0
[pid=19595] ppid=19580 vsize=309468 CPUtime=0 cores=0-7
/proc/19595/stat : 19595 (python) S 19580 19580 19483 0 -1 4202560 765 0 0 0 0 0 0 0 18 0 1 0 916125068 316895232 5587 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977350 0 0 16781312 514 4413602405908709633 0 0 17 2 0 0 0
/proc/19595/statm: 77367 5587 348 364 0 13276 0
[pid=19597] ppid=19595 vsize=1448 CPUtime=0.14 cores=0-7
/proc/19597/stat : 19597 (march_hi) R 19595 19597 19597 0 -1 4202496 480 0 0 0 14 0 0 0 21 0 1 0 916125069 1482752 215 33554432000 4194304 4955518 140737093400448 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/19597/statm: 362 215 104 186 0 175 0
[pid=19598] ppid=19580 vsize=320068 CPUtime=0 cores=0-7
/proc/19598/stat : 19598 (python) S 19580 19580 19483 0 -1 4202560 766 0 0 0 0 0 0 0 21 0 1 0 916125072 327749632 5693 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977350 0 0 16781312 514 17737493382269239295 0 0 17 4 0 0 0
/proc/19598/statm: 80017 5693 348 364 0 15923 0
[pid=19600] ppid=19598 vsize=268552 CPUtime=0.07 cores=0-7
/proc/19600/stat : 19600 (hybridGM3) R 19598 19600 19600 0 -1 4202496 4875 0 0 0 7 0 0 0 22 0 1 0 916125073 274997248 4609 33554432000 134512640 135204385 4294089920 18446744073709551615 134705325 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19600/statm: 67138 4609 85 169 0 66968 0
[pid=19601] ppid=19580 vsize=330324 CPUtime=0 cores=0-7
/proc/19601/stat : 19601 (python) S 19580 19580 19483 0 -1 4202560 771 0 0 0 0 0 0 0 19 0 1 0 916125076 338251776 5697 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977350 0 0 16781312 514 16193959101900751108 0 0 17 0 0 0 0
/proc/19601/statm: 82581 5697 348 364 0 18484 0
[pid=19603] ppid=19601 vsize=1448 CPUtime=0.04 cores=0-7
/proc/19603/stat : 19603 (march_hi) R 19601 19603 19603 0 -1 4202496 474 0 0 0 4 0 0 0 21 0 1 0 916125076 1482752 209 33554432000 4194304 4955518 140735989562432 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/19603/statm: 362 209 104 186 0 175 0
[pid=19604] ppid=19580 vsize=340580 CPUtime=0 cores=0-7
/proc/19604/stat : 19604 (python) S 19580 19580 19483 0 -1 4202560 780 0 0 0 0 0 0 0 19 0 1 0 916125080 348753920 5701 33554432000 4194304 5683644 140733865802080 18446744073709551615 218370977350 0 0 16781312 514 4794544427148247039 0 0 17 4 0 0 0
/proc/19604/statm: 85145 5701 348 364 0 21045 0
[pid=19606] ppid=19604 vsize=1448 CPUtime=0.01 cores=0-7
/proc/19606/stat : 19606 (march_hi) R 19604 19606 19606 0 -1 4202496 474 0 0 0 1 0 0 0 21 0 1 0 916125080 1482752 205 33554432000 4194304 4955518 140736501890144 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/19606/statm: 362 205 104 186 0 175 0
[pid=19580/tid=19587] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19587/stat : 19587 (python) S 19578 19580 19483 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 8 0 916125057 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 6 0 0 0
[pid=19580/tid=19590] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19590/stat : 19590 (python) S 19578 19580 19483 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 8 0 916125061 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 6 0 0 0
[pid=19580/tid=19593] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19593/stat : 19593 (python) S 19578 19580 19483 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 8 0 916125064 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 6 0 0 0
[pid=19580/tid=19596] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19596/stat : 19596 (python) S 19578 19580 19483 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 8 0 916125068 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 6 0 0 0
[pid=19580/tid=19599] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19599/stat : 19599 (python) S 19578 19580 19483 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 8 0 916125072 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 4 0 0 0
[pid=19580/tid=19602] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19602/stat : 19602 (python) S 19578 19580 19483 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 916125076 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 6 0 0 0
[pid=19580/tid=19605] ppid=19578 vsize=350824 CPUtime=0 cores=0-7
/proc/19580/task/19605/stat : 19605 (python) S 19578 19580 19483 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 8 0 916125080 359243776 7255 33554432000 4194304 5683644 140733865802080 18446744073709551615 218382780849 0 0 16781312 2 18446604449734041920 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 2958676

Child status: 0
Real time (s): 1.04832
CPU time (s): 1.82372
CPU user time (s): 1.66675
CPU system time (s): 0.156976
CPU usage (%): 173.966
Max. virtual memory (cumulated for all children) (KiB): 2958676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.66675
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35875
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= 1443
involuntary context switches= 188

runsolver used 0.001999 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-14 11:53:42
IDJOB=3321946
IDBENCH=82724
IDSOLVER=1712
FILE ID=node101/3321946-1308045221
RUNJOBID= node101-1308045215-19497
PBS_JOBID= 13565707
Free space on /tmp= 74024 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S931339469-052.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-3321946-1308045221/watcher-3321946-1308045221 -o /tmp/evaluation-result-3321946-1308045221/solver-3321946-1308045221 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321946-1308045221.cnf -seed 1930907754 -budget 40000 -cores 8

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

MD5SUM BENCH= 25176c8329756b46b3ca32af3843804f
RANDOM SEED=1930907754

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      31618648 kB
Buffers:        258492 kB
Cached:         815872 kB
SwapCached:      25232 kB
Active:         436516 kB
Inactive:       666928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31618648 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:           33348 kB
Writeback:           0 kB
AnonPages:       26588 kB
Mapped:           8936 kB
Slab:           160468 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188632 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= 73992 MiB
End job on node101 at 2011-06-14 11:53:43