Trace number 3420023

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 393.559 393.56

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

393.49/393.55	c WARNING: for repeatability, setting FPU to use double precision
393.49/393.55	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-3420023-1306584394/watcher-3420023-1306584394 -o /tmp/evaluation-result-3420023-1306584394/solver-3420023-1306584394 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420023-1306584394.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.02 2.04 2.00 2/521 15460
/proc/meminfo: memFree=7976184/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=23752 CPUtime=0 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 1740 0 0 0 0 0 0 0 25 0 1 0 750854967 24322048 1683 33554432000 4194304 4291949 140733468698864 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 5938 1684 227 24 0 2572 0

[startup+0.02374 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 15460
/proc/meminfo: memFree=7976184/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=26096 CPUtime=0.01 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 2488 0 0 0 1 0 0 0 25 0 1 0 750854967 26722304 2367 33554432000 4194304 4291949 140733468698864 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 6524 2367 227 24 0 3158 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26096

[startup+0.10075 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 15460
/proc/meminfo: memFree=7976184/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=37784 CPUtime=0.09 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 6399 0 0 0 8 1 0 0 25 0 1 0 750854967 38690816 5614 33554432000 4194304 4291949 140733468698864 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 9446 5615 227 24 0 6080 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37784

[startup+0.300727 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 15460
/proc/meminfo: memFree=7976184/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=74240 CPUtime=0.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 17143 0 0 0 27 2 0 0 25 0 1 0 750854967 76021760 14453 33554432000 4194304 4291949 140733468698864 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 18560 14455 227 24 0 15194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74240

[startup+0.70064 s]
/proc/loadavg: 2.02 2.04 2.00 2/521 15460
/proc/meminfo: memFree=7976184/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=75084 CPUtime=0.69 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 17501 0 0 0 67 2 0 0 25 0 1 0 750854967 76886016 14795 33554432000 4194304 4291949 140733468698864 18446744073709551615 4229804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 18771 14795 232 24 0 15405 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75084

[startup+1.5005 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15461
/proc/meminfo: memFree=7915052/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=70360 CPUtime=1.49 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 21335 0 0 0 146 3 0 0 25 0 1 0 750854967 72048640 12615 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 17590 12615 253 24 0 14224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70360

[startup+3.10017 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15461
/proc/meminfo: memFree=7929208/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=70360 CPUtime=3.09 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 21494 0 0 0 306 3 0 0 25 0 1 0 750854967 72048640 12769 33554432000 4194304 4291949 140733468698864 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 17590 12769 253 24 0 14224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70360

[startup+6.30061 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15461
/proc/meminfo: memFree=7928344/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=70360 CPUtime=6.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 21857 0 0 0 626 3 0 0 25 0 1 0 750854967 72048640 13115 33554432000 4194304 4291949 140733468698864 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 17590 13115 253 24 0 14224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70360

[startup+12.7004 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15461
/proc/meminfo: memFree=7921008/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=70360 CPUtime=12.69 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 22661 0 0 0 1266 3 0 0 25 0 1 0 750854967 72048640 13874 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 17590 13874 253 24 0 14224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70360

[startup+25.5011 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15462
/proc/meminfo: memFree=7909892/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=82676 CPUtime=25.5 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 24163 0 0 0 2546 4 0 0 25 0 1 0 750854967 84660224 15313 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 20669 15313 253 24 0 17303 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 82676

[startup+51.1004 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 15462
/proc/meminfo: memFree=7891192/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=85128 CPUtime=51.08 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 26655 0 0 0 5104 4 0 0 25 0 1 0 750854967 87171072 17708 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 21282 17708 253 24 0 17916 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85128

[startup+102.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 15464
/proc/meminfo: memFree=7850264/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=111804 CPUtime=102.3 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 31870 0 0 0 10224 6 0 0 25 0 1 0 750854967 114487296 22769 33554432000 4194304 4291949 140733468698864 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 27951 22769 253 24 0 24585 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111804

[startup+162.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 15465
/proc/meminfo: memFree=7815648/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=149480 CPUtime=162.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 36716 0 0 0 16221 8 0 0 25 0 1 0 750854967 153067520 27471 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 37370 27471 253 24 0 34004 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 149480

[startup+222.301 s]
/proc/loadavg: 2.14 2.07 2.01 3/522 15467
/proc/meminfo: memFree=7782384/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=156648 CPUtime=222.28 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 40522 0 0 0 22220 8 0 0 25 0 1 0 750854967 160407552 31177 33554432000 4194304 4291949 140733468698864 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 39162 31177 253 24 0 35796 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 156648

[startup+282.301 s]
/proc/loadavg: 2.10 2.07 2.01 3/522 15469
/proc/meminfo: memFree=7758932/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=159940 CPUtime=282.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 43692 0 0 0 28219 10 0 0 25 0 1 0 750854967 163778560 34243 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 39985 34243 253 24 0 36619 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 159940

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/522 15470
/proc/meminfo: memFree=7733736/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=162932 CPUtime=342.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 46514 0 0 0 34218 11 0 0 25 0 1 0 750854967 166842368 36977 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 40733 36977 253 24 0 37367 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 162932

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

[startup+358.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/522 15471
/proc/meminfo: memFree=7729268/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=213852 CPUtime=358.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 47041 0 0 0 35818 11 0 0 25 0 1 0 750854967 218984448 37487 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53463 37487 253 24 0 50097 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 213852

[startup+371.101 s]
/proc/loadavg: 2.02 2.05 2.00 3/522 15471
/proc/meminfo: memFree=7726044/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=213992 CPUtime=371.09 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 47428 0 0 0 37098 11 0 0 25 0 1 0 750854967 219127808 37857 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53498 37857 253 24 0 50132 0
Current children cumulated CPU time (s) 371.09
Current children cumulated vsize (KiB) 213992

[startup+383.919 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15471
/proc/meminfo: memFree=7718104/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214276 CPUtime=383.91 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 47966 0 0 0 38380 11 0 0 25 0 1 0 750854967 219418624 38372 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53569 38372 253 24 0 50203 0
Current children cumulated CPU time (s) 383.91
Current children cumulated vsize (KiB) 214276

[startup+390.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15471
/proc/meminfo: memFree=7716860/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214456 CPUtime=390.29 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 48204 0 0 0 39018 11 0 0 25 0 1 0 750854967 219602944 38600 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53614 38600 253 24 0 50248 0
Current children cumulated CPU time (s) 390.29
Current children cumulated vsize (KiB) 214456

[startup+391.901 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15472
/proc/meminfo: memFree=7716612/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214456 CPUtime=391.89 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 48223 0 0 0 39178 11 0 0 25 0 1 0 750854967 219602944 38619 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53614 38619 253 24 0 50248 0
Current children cumulated CPU time (s) 391.89
Current children cumulated vsize (KiB) 214456

[startup+392.72 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15472
/proc/meminfo: memFree=7716240/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214456 CPUtime=392.71 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 48253 0 0 0 39260 11 0 0 25 0 1 0 750854967 219602944 38647 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53614 38647 253 24 0 50248 0
Current children cumulated CPU time (s) 392.71
Current children cumulated vsize (KiB) 214456

[startup+393.101 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15472
/proc/meminfo: memFree=7716240/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214456 CPUtime=393.09 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 48258 0 0 0 39298 11 0 0 25 0 1 0 750854967 219602944 38652 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53614 38652 253 24 0 50248 0
Current children cumulated CPU time (s) 393.09
Current children cumulated vsize (KiB) 214456

[startup+393.501 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15472
/proc/meminfo: memFree=7716240/32951124 swapFree=65066528/67111528
[pid=15460] ppid=15458 vsize=214456 CPUtime=393.49 cores=0,2,4,6
/proc/15460/stat : 15460 (RestartSAT) R 15458 15460 15212 0 -1 4202496 48267 0 0 0 39338 11 0 0 25 0 1 0 750854967 219602944 38661 33554432000 4194304 4291949 140733468698864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15460/statm: 53614 38661 253 24 0 50248 0
Current children cumulated CPU time (s) 393.49
Current children cumulated vsize (KiB) 214456

Child status: 20
Real time (s): 393.56
CPU time (s): 393.559
CPU user time (s): 393.436
CPU system time (s): 0.122981
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 214456

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

runsolver used 2.14567 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-28 14:06:35
IDJOB=3420023
IDBENCH=82501
IDSOLVER=1911
FILE ID=node142/3420023-1306584394
RUNJOBID= node142-1306579391-15230
PBS_JOBID= 13471538
Free space on /tmp= 73524 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420023-1306584394/watcher-3420023-1306584394 -o /tmp/evaluation-result-3420023-1306584394/solver-3420023-1306584394 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420023-1306584394.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1268142899

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:       7976464 kB
Buffers:        278392 kB
Cached:        7613680 kB
SwapCached:      20520 kB
Active:       12299576 kB
Inactive:     12341416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7976464 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:           37724 kB
Writeback:           0 kB
AnonPages:    16736028 kB
Mapped:          33468 kB
Slab:           189408 kB
PageTables:      75092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145465832 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= 73524 MiB
End job on node142 at 2011-05-28 14:13:09