Trace number 3265952

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-03-01UNSAT 269.142 269.135

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 468 #clause: 11753
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 42
0.00/0.01	c UnDirect to Direct Gate: 20
0.00/0.01	c Forced Direct Gate: 20 Unuse unDirect Gate: 21
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 20 Undef Var: 448
0.00/0.01	c After covering, Total Root: 20 Leaf: 35
0.00/0.01	c Variable( cover/uncovered/unused ): 55 413 0
0.00/0.01	c Unit Clauses: 35
0.00/0.01	c Binary Clauses( cover/uncovered ): 40 921
0.00/0.01	c Clauses( cover/uncovered ): 0 10573
0.00/0.01	c Total Clauses( cover/uncovered ): 75 11494 0.648284%
0.00/0.01	c Covered Ands: 0 Invs: 20 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3.49948 max size: 13
0.00/0.02	c Final circuit: i/l/o/s     426       0    7252     14055
0.00/0.02	c CnfToAig: Time: 0.02 s
0.00/0.05	c TmMap: Set choices finish.
0.00/0.05	c TmMap: Set big and: 7595
0.00/0.05	c TmMap: Origin: 14482 ClauseNum: 42165 --> New: 8022 ClauseNum: 29470
0.00/0.05	c TmMap: Time: 0
0.00/0.05	c Try to Add: #clause: 15190 #xorclause: 0
0.00/0.05	c #var: 769 #clauses: 4376 Solving... 
269.10/269.12	s UNSATISFIABLE
269.10/269.12	c CPU time: 269.13 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: 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-3265952-1303577658/watcher-3265952-1303577658 -o /tmp/evaluation-result-3265952-1303577658/solver-3265952-1303577658 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265952-1303577658.cnf 1183452595 

running on 2 cores: 5,7

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.28 3.87 3.85 4/193 28471
/proc/meminfo: memFree=19210332/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=32364 CPUtime=0 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 1844 0 0 0 0 0 0 0 22 0 1 0 469364039 33140736 1778 33554432000 4194304 6016207 140734113240064 18446744073709551615 246516834048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 8091 1778 379 445 0 1635 0

[startup+0.0862949 s]
/proc/loadavg: 3.28 3.87 3.85 4/193 28471
/proc/meminfo: memFree=19210332/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=50808 CPUtime=0.07 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 4644 0 0 0 7 0 0 0 22 0 1 0 469364039 52027392 4578 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 12702 4578 695 445 0 6246 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50808

[startup+0.100278 s]
/proc/loadavg: 3.28 3.87 3.85 4/193 28471
/proc/meminfo: memFree=19210332/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=50808 CPUtime=0.09 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 4670 0 0 0 9 0 0 0 22 0 1 0 469364039 52027392 4604 33554432000 4194304 6016207 140734113240064 18446744073709551615 246516531296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 12702 4604 706 445 0 6246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50808

[startup+0.300269 s]
/proc/loadavg: 3.28 3.87 3.85 4/193 28471
/proc/meminfo: memFree=19210332/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=59316 CPUtime=0.29 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 5021 0 0 0 29 0 0 0 23 0 1 0 469364039 60739584 4955 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 14829 4955 723 445 0 8373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59316

[startup+0.700172 s]
/proc/loadavg: 3.28 3.87 3.85 4/193 28471
/proc/meminfo: memFree=19210332/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=67928 CPUtime=0.69 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 5372 0 0 0 69 0 0 0 25 0 1 0 469364039 69558272 5306 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 16982 5306 723 445 0 10526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67928

[startup+1.50102 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19140604/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=76636 CPUtime=1.49 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 5777 0 0 0 149 0 0 0 25 0 1 0 469364039 78475264 5711 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 19159 5711 723 445 0 12703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76636

[startup+3.10073 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28499
/proc/meminfo: memFree=19084556/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=85392 CPUtime=3.09 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 7078 0 0 0 308 1 0 0 25 0 1 0 469364039 87441408 7012 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 21348 7012 733 445 0 14892 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85392

[startup+6.30015 s]
/proc/loadavg: 3.34 3.87 3.85 5/194 28553
/proc/meminfo: memFree=19110744/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=94396 CPUtime=6.29 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 7646 0 0 0 628 1 0 0 25 0 1 0 469364039 96661504 7580 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 23599 7580 733 445 0 17143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94396

[startup+12.701 s]
/proc/loadavg: 3.44 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19060112/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=94396 CPUtime=12.69 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 10408 0 0 0 1268 1 0 0 25 0 1 0 469364039 96661504 10338 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 23599 10338 733 445 0 17143 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94396

[startup+25.5007 s]
/proc/loadavg: 3.52 3.87 3.85 5/194 28554
/proc/meminfo: memFree=19021248/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=103976 CPUtime=25.49 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 13055 0 0 0 2548 1 0 0 25 0 1 0 469364039 106471424 12985 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 25994 12985 733 445 0 19538 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 103976

[startup+51.101 s]
/proc/loadavg: 3.69 3.88 3.85 5/194 28663
/proc/meminfo: memFree=18985072/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=123424 CPUtime=51.09 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 15209 0 0 0 5108 1 0 0 25 0 1 0 469364039 126386176 15137 33554432000 4194304 6016207 140734113240064 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 30856 15137 733 445 0 24400 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123424

[startup+102.307 s]
/proc/loadavg: 3.87 3.90 3.86 5/194 28664
/proc/meminfo: memFree=18904808/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=123424 CPUtime=102.3 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 16484 0 0 0 10228 2 0 0 25 0 1 0 469364039 126386176 16411 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425648 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 30856 16411 733 445 0 24400 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123424

[startup+162.301 s]
/proc/loadavg: 3.95 3.92 3.86 5/194 28666
/proc/meminfo: memFree=18830880/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=133956 CPUtime=162.29 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 19363 0 0 0 16227 2 0 0 25 0 1 0 469364039 137170944 19290 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 33489 19290 733 445 0 27033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133956

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.87 5/194 28667
/proc/meminfo: memFree=18767852/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=144784 CPUtime=222.29 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 23600 0 0 0 22226 3 0 0 25 0 1 0 469364039 148258816 23524 33554432000 4194304 6016207 140734113240064 18446744073709551615 4380411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 36196 23524 735 445 0 29740 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 144784

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

[startup+230.3 s]
/proc/loadavg: 3.98 3.93 3.87 5/194 28667
/proc/meminfo: memFree=18767596/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=144784 CPUtime=230.29 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 23684 0 0 0 23026 3 0 0 25 0 1 0 469364039 148258816 23608 33554432000 4194304 6016207 140734113240064 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 36196 23608 735 445 0 29740 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 144784

[startup+255.901 s]
/proc/loadavg: 3.99 3.93 3.87 5/194 28668
/proc/meminfo: memFree=18758660/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=255.9 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25359 0 0 0 25586 4 0 0 25 0 1 0 469364039 159539200 25283 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25283 735 445 0 32494 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 155800

[startup+262.3 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=262.3 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26226 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4379968 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 155800

[startup+265.501 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=265.5 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26546 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 265.5
Current children cumulated vsize (KiB) 155800

[startup+267.101 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=267.1 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26706 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 267.1
Current children cumulated vsize (KiB) 155800

[startup+267.9 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=267.9 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26786 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 267.9
Current children cumulated vsize (KiB) 155800

[startup+268.7 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=268.7 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26866 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 155800

[startup+269.1 s]
/proc/loadavg: 3.99 3.94 3.87 5/194 28668
/proc/meminfo: memFree=18757048/32951124 swapFree=67111416/67111528
[pid=28471] ppid=28469 vsize=155800 CPUtime=269.1 cores=5,7
/proc/28471/stat : 28471 (qutersat_releas) R 28469 28471 28411 0 -1 4202496 25496 0 0 0 26906 4 0 0 25 0 1 0 469364039 159539200 25420 33554432000 4194304 6016207 140734113240064 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28471/statm: 38950 25420 735 445 0 32494 0
Current children cumulated CPU time (s) 269.1
Current children cumulated vsize (KiB) 155800

Child status: 0
Real time (s): 269.135
CPU time (s): 269.142
CPU user time (s): 269.092
CPU system time (s): 0.049992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 155800

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

runsolver used 0.434933 second user time and 1.03684 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 18:54:18
IDJOB=3265952
IDBENCH=85841
IDSOLVER=1607
FILE ID=node134/3265952-1303577658
RUNJOBID= node134-1303577658-28432
PBS_JOBID= 13150330
Free space on /tmp= 71096 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265952-1303577658/watcher-3265952-1303577658 -o /tmp/evaluation-result-3265952-1303577658/solver-3265952-1303577658 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265952-1303577658.cnf 1183452595

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1183452595

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19210480 kB
Buffers:       2333472 kB
Cached:       10742968 kB
SwapCached:        108 kB
Active:        8900848 kB
Inactive:      4290488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19210480 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            8368 kB
Writeback:           0 kB
AnonPages:      114772 kB
Mapped:          17984 kB
Slab:           483296 kB
PageTables:       5924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321612 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71092 MiB
End job on node134 at 2011-04-23 18:58:48