Trace number 3376253

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
QuteRSat 2011-05-12 (fixed)UNSAT 349.607 353.877

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08007
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.04	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 75 #clause: 1597
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :          0
0.00/0.04	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 0
0.00/0.04	c Total Root : 0 Undef Var: 75
0.00/0.04	c After covering, Total Root: 0 Leaf: 0
0.00/0.04	c Variable( cover/uncovered/unused ): 0 75 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.04	c Clauses( cover/uncovered ): 0 1597
0.00/0.04	c Total Clauses( cover/uncovered ): 0 1597 0%
0.00/0.04	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 5 max size: 5
0.00/0.04	c Final circuit: i/l/o/s      75       0    1597      5692
0.00/0.04	c CnfToAig: Time: 0 s
0.00/0.04	c TmMap: Set choices finish.
0.00/0.11	c TmMap: Set big and: 2135
0.00/0.11	c TmMap: Origin: 5768 ClauseNum: 17076 --> New: 2211 ClauseNum: 9985
0.00/0.11	c TmMap: Time: 0.01
0.00/0.11	c Try to Add: #clause: 4270 #xorclause: 0
0.00/0.11	c #var: 613 #clauses: 2134 Solving... 
349.52/353.86	s UNSATISFIABLE
349.52/353.87	c CPU time: 349.59 s

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-3376253-1305470951/watcher-3376253-1305470951 -o /tmp/evaluation-result-3376253-1305470951/solver-3376253-1305470951 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376253-1305470951.cnf 504162680 

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: 4.74 3.97 4.38 6/397 23093
/proc/meminfo: memFree=24805592/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=11796 CPUtime=0 cores=4,6
/proc/23093/stat : 23093 (runsolver) R 23091 23093 22691 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 391286368 12079104 49 33554432000 4194304 5432360 140737267024448 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/23093/statm: 2949 49 30 303 0 2643 0

[startup+0.140887 s]
/proc/loadavg: 4.74 3.97 4.38 6/397 23093
/proc/meminfo: memFree=24805592/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=47736 CPUtime=0.11 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 3986 0 0 0 11 0 0 0 25 0 1 0 391286368 48881664 3923 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 11934 3923 722 445 0 5479 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 47736

[startup+0.200875 s]
/proc/loadavg: 4.74 3.97 4.38 6/397 23093
/proc/meminfo: memFree=24805592/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=56192 CPUtime=0.17 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 4090 0 0 0 17 0 0 0 25 0 1 0 391286368 57540608 4027 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 14048 4027 723 445 0 7593 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 56192

[startup+0.300857 s]
/proc/loadavg: 4.74 3.97 4.38 6/397 23093
/proc/meminfo: memFree=24805592/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=56192 CPUtime=0.27 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 4185 0 0 0 27 0 0 0 25 0 1 0 391286368 57540608 4122 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 14048 4122 723 445 0 7593 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 56192

[startup+0.700791 s]
/proc/loadavg: 4.74 3.97 4.38 6/397 23093
/proc/meminfo: memFree=24805592/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=73436 CPUtime=0.67 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 4627 0 0 0 67 0 0 0 25 0 1 0 391286368 75198464 4564 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 18359 4564 723 445 0 11904 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 73436

[startup+1.50065 s]
/proc/loadavg: 4.74 3.97 4.38 6/398 23094
/proc/meminfo: memFree=24787480/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=82204 CPUtime=1.46 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 5383 0 0 0 146 0 0 0 25 0 1 0 391286368 84176896 5320 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 20551 5320 727 445 0 14096 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 82204

[startup+3.10037 s]
/proc/loadavg: 4.76 3.99 4.38 6/398 23094
/proc/meminfo: memFree=24783728/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=99884 CPUtime=3.05 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 6914 0 0 0 305 0 0 0 25 0 1 0 391286368 102281216 6851 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 24971 6851 727 445 0 18516 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 99884

[startup+6.3008 s]
/proc/loadavg: 4.76 3.99 4.38 6/398 23094
/proc/meminfo: memFree=24766368/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=108896 CPUtime=6.21 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 8832 0 0 0 621 0 0 0 25 0 1 0 391286368 111509504 8769 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 27224 8769 727 445 0 20769 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 108896

[startup+12.7007 s]
/proc/loadavg: 4.80 4.02 4.39 6/398 23094
/proc/meminfo: memFree=24755208/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=118088 CPUtime=12.53 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 10303 0 0 0 1252 1 0 0 25 0 1 0 391286368 120922112 10240 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 29522 10240 727 445 0 23067 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 118088

[startup+25.5004 s]
/proc/loadavg: 4.83 4.05 4.39 6/398 23095
/proc/meminfo: memFree=24750608/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=118088 CPUtime=25.18 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 11516 0 0 0 2517 1 0 0 25 0 1 0 391286368 120922112 11453 33554432000 4194304 6014671 140736645268672 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 29522 11453 727 445 0 23067 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 118088

[startup+51.1009 s]
/proc/loadavg: 4.88 4.13 4.41 6/398 23095
/proc/meminfo: memFree=24724812/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=128036 CPUtime=50.47 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 13920 0 0 0 5046 1 0 0 25 0 1 0 391286368 131108864 13857 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424896 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 32009 13857 727 445 0 25554 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 128036

[startup+102.301 s]
/proc/loadavg: 4.95 4.27 4.44 6/398 23097
/proc/meminfo: memFree=24665760/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=101.07 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 17742 0 0 0 10105 2 0 0 25 0 1 0 391286368 152514560 17650 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424616 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 17650 727 445 0 30780 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 148940

[startup+162.3 s]
/proc/loadavg: 5.16 4.44 4.48 6/398 23098
/proc/meminfo: memFree=24621228/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=160.34 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 20483 0 0 0 16032 2 0 0 25 0 1 0 391286368 152514560 20391 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 20391 727 445 0 30780 0
Current children cumulated CPU time (s) 160.34
Current children cumulated vsize (KiB) 148940

[startup+222.315 s]
/proc/loadavg: 5.13 4.56 4.52 6/398 23100
/proc/meminfo: memFree=24562916/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=219.63 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 22782 0 0 0 21960 3 0 0 25 0 1 0 391286368 152514560 22674 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 22674 731 445 0 30780 0
Current children cumulated CPU time (s) 219.63
Current children cumulated vsize (KiB) 148940

[startup+282.3 s]
/proc/loadavg: 5.12 4.65 4.55 6/398 23102
/proc/meminfo: memFree=24520000/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=278.9 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 24441 0 0 0 27887 3 0 0 25 0 1 0 391286368 152514560 24329 33554432000 4194304 6014671 140736645268672 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 24329 727 445 0 30780 0
Current children cumulated CPU time (s) 278.9
Current children cumulated vsize (KiB) 148940

[startup+342.301 s]
/proc/loadavg: 5.10 4.73 4.58 6/398 23103
/proc/meminfo: memFree=24502352/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=338.16 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 24803 0 0 0 33813 3 0 0 25 0 1 0 391286368 152514560 24691 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 24691 727 445 0 30780 0
Current children cumulated CPU time (s) 338.16
Current children cumulated vsize (KiB) 148940

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

[startup+345.601 s]
/proc/loadavg: 5.10 4.73 4.58 6/398 23103
/proc/meminfo: memFree=24501360/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=341.42 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 24803 0 0 0 34139 3 0 0 25 0 1 0 391286368 152514560 24691 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 24691 727 445 0 30780 0
Current children cumulated CPU time (s) 341.42
Current children cumulated vsize (KiB) 148940

[startup+348.815 s]
/proc/loadavg: 5.09 4.74 4.58 6/398 23103
/proc/meminfo: memFree=24501236/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=344.59 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 24803 0 0 0 34456 3 0 0 25 0 1 0 391286368 152514560 24691 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 24691 727 445 0 30780 0
Current children cumulated CPU time (s) 344.59
Current children cumulated vsize (KiB) 148940

[startup+352.001 s]
/proc/loadavg: 5.09 4.74 4.59 6/398 23103
/proc/meminfo: memFree=24495528/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=347.75 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 25123 0 0 0 34772 3 0 0 25 0 1 0 391286368 152514560 25011 33554432000 4194304 6014671 140736645268672 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 25011 727 445 0 30780 0
Current children cumulated CPU time (s) 347.75
Current children cumulated vsize (KiB) 148940

[startup+352.801 s]
/proc/loadavg: 5.09 4.74 4.59 6/398 23103
/proc/meminfo: memFree=24495528/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=348.53 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 25185 0 0 0 34850 3 0 0 25 0 1 0 391286368 152514560 25073 33554432000 4194304 6014671 140736645268672 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 25073 727 445 0 30780 0
Current children cumulated CPU time (s) 348.53
Current children cumulated vsize (KiB) 148940

[startup+353.601 s]
/proc/loadavg: 5.09 4.74 4.59 6/398 23103
/proc/meminfo: memFree=24494412/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=349.32 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 25259 0 0 0 34929 3 0 0 25 0 1 0 391286368 152514560 25147 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 25147 727 445 0 30780 0
Current children cumulated CPU time (s) 349.32
Current children cumulated vsize (KiB) 148940

[startup+353.801 s]
/proc/loadavg: 5.09 4.74 4.59 6/398 23103
/proc/meminfo: memFree=24494412/32951124 swapFree=46575260/67111528
[pid=23093] ppid=23091 vsize=148940 CPUtime=349.52 cores=4,6
/proc/23093/stat : 23093 (qutersat_releas) R 23091 23093 22691 0 -1 4202496 25261 0 0 0 34949 3 0 0 25 0 1 0 391286368 152514560 25149 33554432000 4194304 6014671 140736645268672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/23093/statm: 37235 25149 727 445 0 30780 0
Current children cumulated CPU time (s) 349.52
Current children cumulated vsize (KiB) 148940

Child status: 0
Real time (s): 353.877
CPU time (s): 349.607
CPU user time (s): 349.567
CPU system time (s): 0.039993
CPU usage (%): 98.7933
Max. virtual memory (cumulated for all children) (KiB): 148940

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

runsolver used 1.38579 second user time and 2.89056 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 16:49:11
IDJOB=3376253
IDBENCH=82762
IDSOLVER=1856
FILE ID=node107/3376253-1305470951
RUNJOBID= node107-1305470844-23022
PBS_JOBID= 13325325
Free space on /tmp= 73444 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376253-1305470951/watcher-3376253-1305470951 -o /tmp/evaluation-result-3376253-1305470951/solver-3376253-1305470951 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376253-1305470951.cnf 504162680

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

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=504162680

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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	: 5359.47
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.829
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.829
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:      24805872 kB
Buffers:        193424 kB
Cached:        1454020 kB
SwapCached:       9824 kB
Active:        7281788 kB
Inactive:       564976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24805872 kB
SwapTotal:    67111528 kB
SwapFree:     46575260 kB
Dirty:            1992 kB
Writeback:           4 kB
AnonPages:     6197016 kB
Mapped:          31212 kB
Slab:           151032 kB
PageTables:      80164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99888640 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= 73444 MiB
End job on node107 at 2011-05-15 16:55:05