Trace number 3283102

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04UNSAT 281.38 281.374

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

281.30/281.34	c Solved by BasicSolver 
281.30/281.34	
281.30/281.34	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: 935)

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

running on 2 cores: 4,6

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.69 3.95 3.92 5/186 5941
/proc/meminfo: memFree=15153320/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=42696 CPUtime=0 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 2548 0 0 0 0 0 0 0 21 0 1 0 468632608 43720704 2487 33554432000 4194304 4395502 140735807520240 18446744073709551615 4332381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 10674 2498 245 50 0 7814 0

[startup+0.0234331 s]
/proc/loadavg: 3.69 3.95 3.92 5/186 5941
/proc/meminfo: memFree=15153320/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=72188 CPUtime=0.01 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 10676 0 0 0 0 1 0 0 21 0 1 0 468632608 73920512 10615 33554432000 4194304 4395502 140735807520240 18446744073709551615 4281141 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 18047 10633 245 50 0 15187 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 72188

[startup+0.100455 s]
/proc/loadavg: 3.69 3.95 3.92 5/186 5941
/proc/meminfo: memFree=15153320/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=115640 CPUtime=0.09 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 21038 0 0 0 7 2 0 0 21 0 1 0 468632608 118415360 20977 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 28910 20978 249 50 0 26050 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 115640

[startup+0.300434 s]
/proc/loadavg: 3.69 3.95 3.92 5/186 5941
/proc/meminfo: memFree=15153320/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=133760 CPUtime=0.29 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 25473 0 0 0 26 3 0 0 22 0 1 0 468632608 136970240 25412 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 33440 25413 249 50 0 30580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 133760

[startup+0.700346 s]
/proc/loadavg: 3.69 3.95 3.92 5/186 5941
/proc/meminfo: memFree=15153320/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=169252 CPUtime=0.69 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 34491 0 0 0 65 4 0 0 23 0 1 0 468632608 173314048 34200 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095112225 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 42313 34201 249 50 0 39453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 169252

[startup+1.50119 s]
/proc/loadavg: 3.69 3.95 3.92 5/187 5942
/proc/meminfo: memFree=14898584/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=281384 CPUtime=1.49 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 63081 0 0 0 141 8 0 0 25 0 1 0 468632608 288137216 47769 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 70346 47769 249 50 0 67486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 281384

[startup+3.10087 s]
/proc/loadavg: 3.71 3.95 3.92 5/187 5942
/proc/meminfo: memFree=14735028/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=400980 CPUtime=3.09 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 92404 0 0 0 294 15 0 0 25 0 1 0 468632608 410603520 76962 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 100245 76962 255 50 0 97385 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 400980

[startup+6.30028 s]
/proc/loadavg: 3.71 3.95 3.92 5/187 5942
/proc/meminfo: memFree=14505040/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=490860 CPUtime=6.29 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 116298 0 0 0 599 30 0 0 25 0 1 0 468632608 502640640 95982 33554432000 4194304 4395502 140735807520240 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 122715 95982 255 50 0 119855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 490860

[startup+12.7011 s]
/proc/loadavg: 3.83 3.97 3.93 5/187 5942
/proc/meminfo: memFree=14158328/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=599676 CPUtime=12.69 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 146087 0 0 0 1232 37 0 0 25 0 1 0 468632608 614068224 125771 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 149919 125771 266 50 0 147059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 599676

[startup+25.5008 s]
/proc/loadavg: 3.85 3.97 3.93 5/190 5949
/proc/meminfo: memFree=12901332/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=616264 CPUtime=25.49 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 150191 0 0 0 2511 38 0 0 25 0 1 0 468632608 631054336 129875 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 154066 129875 266 50 0 151206 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 616264

[startup+51.1011 s]
/proc/loadavg: 3.98 3.99 3.93 5/190 5976
/proc/meminfo: memFree=9113596/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=639704 CPUtime=51.09 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 155851 0 0 0 5071 38 0 0 25 0 1 0 468632608 655056896 135535 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 159926 135535 266 50 0 157066 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 639704

[startup+102.307 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6032
/proc/meminfo: memFree=14112332/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=660000 CPUtime=102.29 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 160939 0 0 0 10190 39 0 0 25 0 1 0 468632608 675840000 140623 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 165000 140623 266 50 0 162140 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 660000

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6114
/proc/meminfo: memFree=13922764/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=694684 CPUtime=162.29 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 169353 0 0 0 16187 42 0 0 25 0 1 0 468632608 711356416 149037 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 173671 149037 266 50 0 170811 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 694684

[startup+222.301 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6116
/proc/meminfo: memFree=13628840/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=723596 CPUtime=222.3 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 176565 0 0 0 22186 44 0 0 25 0 1 0 468632608 740962304 156249 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 180899 156249 266 50 0 178039 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 723596

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

[startup+255.901 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13497276/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=737248 CPUtime=255.9 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 179435 0 0 0 25545 45 0 0 25 0 1 0 468632608 754941952 159119 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 184312 159119 266 50 0 181452 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 737248

[startup+268.701 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13444572/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=739440 CPUtime=268.7 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 179958 0 0 0 26825 45 0 0 25 0 1 0 468632608 757186560 159642 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 184860 159642 266 50 0 182000 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 739440

[startup+275.101 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13425340/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740144 CPUtime=275.1 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180074 0 0 0 27465 45 0 0 25 0 1 0 468632608 757907456 159758 33554432000 4194304 4395502 140735807520240 18446744073709551615 4324176 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185036 159758 266 50 0 182176 0
Current children cumulated CPU time (s) 275.1
Current children cumulated vsize (KiB) 740144

[startup+278.306 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13409220/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740912 CPUtime=278.3 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180181 0 0 0 27785 45 0 0 25 0 1 0 468632608 758693888 159865 33554432000 4194304 4395502 140735807520240 18446744073709551615 4326302 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185228 159865 266 50 0 182368 0
Current children cumulated CPU time (s) 278.3
Current children cumulated vsize (KiB) 740912

[startup+279.901 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13405376/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740912 CPUtime=279.9 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180181 0 0 0 27945 45 0 0 25 0 1 0 468632608 758693888 159865 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185228 159865 266 50 0 182368 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 740912

[startup+280.701 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13401160/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740912 CPUtime=280.7 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180182 0 0 0 28025 45 0 0 25 0 1 0 468632608 758693888 159866 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185228 159866 266 50 0 182368 0
Current children cumulated CPU time (s) 280.7
Current children cumulated vsize (KiB) 740912

[startup+281.101 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13401160/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740912 CPUtime=281.1 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180184 0 0 0 28065 45 0 0 25 0 1 0 468632608 758693888 159868 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185228 159868 266 50 0 182368 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 740912

[startup+281.301 s]
/proc/loadavg: 3.99 3.99 3.93 5/190 6117
/proc/meminfo: memFree=13401160/32951124 swapFree=67111528/67111528
[pid=5941] ppid=5939 vsize=740912 CPUtime=281.3 cores=4,6
/proc/5941/stat : 5941 (SApperloT2010) R 5939 5941 5580 0 -1 4202496 180185 0 0 0 28085 45 0 0 25 0 1 0 468632608 758693888 159869 33554432000 4194304 4395502 140735807520240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5941/statm: 185228 159869 266 50 0 182368 0
Current children cumulated CPU time (s) 281.3
Current children cumulated vsize (KiB) 740912

Child status: 20
Real time (s): 281.374
CPU time (s): 281.38
CPU user time (s): 280.895
CPU system time (s): 0.484926
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 740912

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

runsolver used 0.499924 second user time and 1.03884 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 22:09:31
IDJOB=3283102
IDBENCH=70961
IDSOLVER=1655
FILE ID=node142/3283102-1303762170
RUNJOBID= node142-1303762169-5906
PBS_JOBID= 13157147
Free space on /tmp= 71100 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283102-1303762170/watcher-3283102-1303762170 -o /tmp/evaluation-result-3283102-1303762170/solver-3283102-1303762170 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3283102-1303762170.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1174033263

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15153600 kB
Buffers:       2075244 kB
Cached:       14847748 kB
SwapCached:          0 kB
Active:        7281700 kB
Inactive:      9940508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15153600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          134304 kB
Writeback:           0 kB
AnonPages:      298568 kB
Mapped:          15260 kB
Slab:           510832 kB
PageTables:       5988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   531776 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= 71112 MiB
End job on node142 at 2011-04-25 22:14:13