Trace number 3419917

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
RestartSAT B95UNSAT 307.492 307.483

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3987
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

307.40/307.46	c WARNING: for repeatability, setting FPU to use double precision
307.40/307.46	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-3419917-1306582238/watcher-3419917-1306582238 -o /tmp/evaluation-result-3419917-1306582238/solver-3419917-1306582238 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419917-1306582238.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 2.07 1.93 2/572 12438
/proc/meminfo: memFree=24225380/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=24968 CPUtime=0.01 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 1981 0 0 0 1 0 0 0 21 0 1 0 769822620 25567232 1885 33554432000 4194304 4291949 140733577421984 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 6242 1887 227 24 0 2876 0

[startup+0.11609 s]
/proc/loadavg: 2.08 2.07 1.93 2/572 12438
/proc/meminfo: memFree=24225380/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=39984 CPUtime=0.1 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 6653 0 0 0 10 0 0 0 22 0 1 0 769822620 40943616 6009 33554432000 4194304 4291949 140733577421984 18446744073709551615 268272714858 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 10029 6012 228 24 0 6663 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 39984

[startup+0.201079 s]
/proc/loadavg: 2.08 2.07 1.93 2/572 12438
/proc/meminfo: memFree=24225380/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=56248 CPUtime=0.19 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 11619 0 0 0 18 1 0 0 22 0 1 0 769822620 57597952 10215 33554432000 4194304 4291949 140733577421984 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 14062 10216 228 24 0 10696 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56248

[startup+0.301057 s]
/proc/loadavg: 2.08 2.07 1.93 2/572 12438
/proc/meminfo: memFree=24225380/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=79368 CPUtime=0.29 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 17141 0 0 0 27 2 0 0 22 0 1 0 769822620 81272832 15053 33554432000 4194304 4291949 140733577421984 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 19842 15057 228 24 0 16476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79368

[startup+0.700996 s]
/proc/loadavg: 2.08 2.07 1.93 2/572 12438
/proc/meminfo: memFree=24225380/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=84552 CPUtime=0.7 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 18267 0 0 0 67 3 0 0 24 0 1 0 769822620 86581248 16179 33554432000 4194304 4291949 140733577421984 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 21138 16179 232 24 0 17772 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 84552

[startup+1.50084 s]
/proc/loadavg: 2.07 2.07 1.93 3/573 12439
/proc/meminfo: memFree=24159776/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=97632 CPUtime=1.49 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 18992 0 0 0 146 3 0 0 25 0 1 0 769822620 99975168 15391 33554432000 4194304 4291949 140733577421984 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 24408 15395 235 24 0 21042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97632

[startup+3.10056 s]
/proc/loadavg: 2.07 2.07 1.93 3/573 12439
/proc/meminfo: memFree=24165604/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=78956 CPUtime=3.09 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 23042 0 0 0 306 3 0 0 25 0 1 0 769822620 80850944 14530 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 19739 14530 252 24 0 16373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78956

[startup+6.30098 s]
/proc/loadavg: 2.07 2.07 1.93 3/573 12439
/proc/meminfo: memFree=24153716/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=90632 CPUtime=6.29 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 24479 0 0 0 626 3 0 0 25 0 1 0 769822620 92807168 15960 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 22658 15960 252 24 0 19292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90632

[startup+12.7008 s]
/proc/loadavg: 2.06 2.07 1.93 3/573 12439
/proc/meminfo: memFree=24129996/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=109600 CPUtime=12.7 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 27470 0 0 0 1266 4 0 0 25 0 1 0 769822620 112230400 18942 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 27400 18942 252 24 0 24034 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 109600

[startup+25.5005 s]
/proc/loadavg: 2.05 2.06 1.93 3/573 12439
/proc/meminfo: memFree=24078764/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=140644 CPUtime=25.49 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 35046 0 0 0 2543 6 0 0 25 0 1 0 769822620 144019456 26505 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 35161 26505 252 24 0 31795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140644

[startup+51.1009 s]
/proc/loadavg: 2.15 2.09 1.94 3/573 12440
/proc/meminfo: memFree=23977016/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=191040 CPUtime=51.09 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 47870 0 0 0 5101 8 0 0 25 0 1 0 769822620 195624960 39310 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 47760 39310 252 24 0 44394 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 191040

[startup+102.301 s]
/proc/loadavg: 2.13 2.09 1.94 4/573 12441
/proc/meminfo: memFree=23818888/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=274540 CPUtime=102.31 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 66163 0 0 0 10219 12 0 0 25 0 1 0 769822620 281128960 57582 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 68635 57582 252 24 0 65269 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 274540

[startup+162.301 s]
/proc/loadavg: 2.05 2.07 1.94 3/573 12443
/proc/meminfo: memFree=23672584/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=409340 CPUtime=162.29 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 79076 0 0 0 16215 14 0 0 25 0 1 0 769822620 419164160 70474 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 102335 70474 252 24 0 98969 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 409340

[startup+222.322 s]
/proc/loadavg: 2.02 2.05 1.94 3/573 12471
/proc/meminfo: memFree=23884404/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=410900 CPUtime=222.32 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 91418 0 0 0 22216 16 0 0 25 0 1 0 769822620 420761600 82797 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 102725 82797 252 24 0 99359 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 410900

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12473
/proc/meminfo: memFree=23788520/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=413908 CPUtime=282.3 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 104098 0 0 0 28213 17 0 0 25 0 1 0 769822620 423841792 95457 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 103477 95457 252 24 0 100111 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 413908

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

[startup+294.401 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12473
/proc/meminfo: memFree=23771520/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=414420 CPUtime=294.4 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 106500 0 0 0 29422 18 0 0 25 0 1 0 769822620 424366080 97856 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 103605 97856 252 24 0 100239 0
Current children cumulated CPU time (s) 294.4
Current children cumulated vsize (KiB) 414420

[startup+300.8 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23762716/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=414608 CPUtime=300.8 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 107840 0 0 0 30062 18 0 0 25 0 1 0 769822620 424558592 99194 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 103652 99194 252 24 0 100286 0
Current children cumulated CPU time (s) 300.8
Current children cumulated vsize (KiB) 414608

[startup+304.001 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23757136/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=629532 CPUtime=304 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 108446 0 0 0 30382 18 0 0 25 0 1 0 769822620 644640768 99798 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 157383 99798 252 24 0 154017 0
Current children cumulated CPU time (s) 304
Current children cumulated vsize (KiB) 629532

[startup+305.601 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23755276/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=629532 CPUtime=305.6 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 108670 0 0 0 30542 18 0 0 25 0 1 0 769822620 644640768 100022 33554432000 4194304 4291949 140733577421984 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 157383 100022 252 24 0 154017 0
Current children cumulated CPU time (s) 305.6
Current children cumulated vsize (KiB) 629532

[startup+306.4 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23753788/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=629676 CPUtime=306.4 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 108823 0 0 0 30622 18 0 0 25 0 1 0 769822620 644788224 100173 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 157419 100173 252 24 0 154053 0
Current children cumulated CPU time (s) 306.4
Current children cumulated vsize (KiB) 629676

[startup+307.2 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23752548/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=629676 CPUtime=307.2 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 108887 0 0 0 30702 18 0 0 25 0 1 0 769822620 644788224 100237 33554432000 4194304 4291949 140733577421984 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 157419 100237 252 24 0 154053 0
Current children cumulated CPU time (s) 307.2
Current children cumulated vsize (KiB) 629676

[startup+307.4 s]
/proc/loadavg: 2.00 2.04 1.94 3/573 12474
/proc/meminfo: memFree=23752548/32950928 swapFree=49808508/67111528
[pid=12438] ppid=12436 vsize=629676 CPUtime=307.4 cores=0,2,4,6
/proc/12438/stat : 12438 (RestartSAT) R 12436 12438 12123 0 -1 4202496 108891 0 0 0 30722 18 0 0 25 0 1 0 769822620 644788224 100241 33554432000 4194304 4291949 140733577421984 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12438/statm: 157419 100241 252 24 0 154053 0
Current children cumulated CPU time (s) 307.4
Current children cumulated vsize (KiB) 629676

Child status: 20
Real time (s): 307.483
CPU time (s): 307.492
CPU user time (s): 307.289
CPU system time (s): 0.202969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 629676

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

runsolver used 1.77273 second user time and 4.09638 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 13:30:38
IDJOB=3419917
IDBENCH=82420
IDSOLVER=1911
FILE ID=node122/3419917-1306582238
RUNJOBID= node122-1306579394-12141
PBS_JOBID= 13471558
Free space on /tmp= 73452 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419917-1306582238/watcher-3419917-1306582238 -o /tmp/evaluation-result-3419917-1306582238/solver-3419917-1306582238 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419917-1306582238.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=2022249650

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24225660 kB
Buffers:        179232 kB
Cached:        2225252 kB
SwapCached:      60748 kB
Active:         597292 kB
Inactive:      7868312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24225660 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:           33432 kB
Writeback:           8 kB
AnonPages:     6014388 kB
Mapped:          11764 kB
Slab:            96328 kB
PageTables:      93420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180877392 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= 73464 MiB
End job on node122 at 2011-05-28 13:35:46