Trace number 370123

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, and are wall clock time (not CPU 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
MXC 2007-02-08UNSAT 207.157 207.236

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.2223
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data (download as text)

207.13/207.23	c MXC attempting /tmp/evaluation/370123-1177552023/instance-370123-1177552023.cnf
207.13/207.23	c 64 assignments made, starting to guess now
207.13/207.23	c ===================================[MXC]=====================================
207.13/207.23	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
207.13/207.23	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
207.13/207.23	c =============================================================================
207.13/207.23	c |         0 |   42878   314924 |   14292       0       0     nan |  5.649 % |
207.13/207.23	c |       103 |   42878   314924 |   15721     102    1946    19.1 |  5.649 % |
207.13/207.23	c |       253 |   42878   314924 |   17293     252    5195    20.6 |  5.649 % |
207.13/207.23	c |       479 |   42878   314924 |   19022     478   10101    21.1 |  5.649 % |
207.13/207.23	c |       816 |   42878   314924 |   20924     815   16582    20.3 |  5.649 % |
207.13/207.23	c |      1323 |   42878   314924 |   23017    1322   26045    19.7 |  5.649 % |
207.13/207.23	c |      2083 |   42878   314924 |   25319    2081   41270    19.8 |  5.649 % |
207.13/207.23	c |      3222 |   42878   314924 |   27851    3220   64433    20.0 |  5.649 % |
207.13/207.23	c |      4931 |   42878   314924 |   30636    4929  104254    21.2 |  5.649 % |
207.13/207.23	c |      7495 |   42878   314924 |   33699    7493  158893    21.2 |  5.649 % |
207.13/207.23	c |     11340 |   42878   314924 |   37069   11337  256675    22.6 |  5.649 % |
207.13/207.23	c |     17108 |   42878   314924 |   40776   17105  405108    23.7 |  5.649 % |
207.13/207.23	c |     25757 |   42878   314924 |   44854   25754  691759    26.9 |  5.649 % |
207.13/207.23	c |     38733 |   42878   314924 |   49339   38729 1096138    28.3 |  5.649 % |
207.13/207.23	c |     58194 |   42878   314924 |   54273   33519 1011498    30.2 |  5.649 % |
207.13/207.23	c |     87387 |   42878   314924 |   59701   35573 1152332    32.4 |  5.649 % |
207.13/207.23	c |    131177 |   42776   313613 |   65671   33214 1033322    31.1 |  5.737 % |
207.13/207.23	c |    196863 |   39896   293447 |   72238   33214  977095    29.4 |  6.267 % |
207.13/207.23	c 207.180s elapsed
207.13/207.23	c restarts: 17
207.13/207.23	c decisions: 408772
207.13/207.23	c propagations: 21242797
207.13/207.23	c conflicts: 234843
207.13/207.23	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-370123-1177552023 -o ROOT/results/node69/solver-370123-1177552023 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370123-1177552023/mxc /tmp/evaluation/370123-1177552023/instance-370123-1177552023.cnf 

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): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 20164
/proc/meminfo: memFree=1728748/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=2740 CPUtime=0
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 543 0 0 0 0 0 0 0 18 0 1 0 231191752 2805760 528 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 685 529 46 122 0 559 0

[startup+0.063343 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 20164
/proc/meminfo: memFree=1728748/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=3964 CPUtime=0.06
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1262 0 0 0 5 1 0 0 18 0 1 0 231191752 4059136 828 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134520671 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 991 828 57 122 0 865 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3964

[startup+0.101348 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 20164
/proc/meminfo: memFree=1728748/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=3964 CPUtime=0.1
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1271 0 0 0 9 1 0 0 18 0 1 0 231191752 4059136 837 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134529589 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 991 837 59 122 0 865 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3964

[startup+0.30138 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 20164
/proc/meminfo: memFree=1728748/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=4368 CPUtime=0.29
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1356 0 0 0 28 1 0 0 19 0 1 0 231191752 4472832 922 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 1092 922 59 122 0 966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4368

[startup+0.701445 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 20164
/proc/meminfo: memFree=1728748/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=4764 CPUtime=0.69
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1459 0 0 0 68 1 0 0 22 0 1 0 231191752 4878336 1025 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519584 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 1191 1025 59 122 0 1065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4764

[startup+1.50257 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1724644/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=5292 CPUtime=1.49
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1593 0 0 0 148 1 0 0 25 0 1 0 231191752 5419008 1159 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 1323 1159 59 122 0 1197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5292

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1723812/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=6216 CPUtime=3.09
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 1823 0 0 0 307 2 0 0 25 0 1 0 231191752 6365184 1389 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 1554 1389 59 122 0 1428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6216

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1722020/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=7800 CPUtime=6.29
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 2214 0 0 0 627 2 0 0 25 0 1 0 231191752 7987200 1780 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 1950 1780 59 122 0 1824 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7800

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1719716/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=9916 CPUtime=12.69
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 2704 0 0 0 1266 3 0 0 25 0 1 0 231191752 10153984 2270 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 2479 2270 59 122 0 2353 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9916

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1717156/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=12180 CPUtime=25.48
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 3335 0 0 0 2545 3 0 0 25 0 1 0 231191752 12472320 2850 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 3045 2850 67 122 0 2919 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12180

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1715492/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=13764 CPUtime=51.07
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 3810 0 0 0 5103 4 0 0 25 0 1 0 231191752 14094336 3271 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519194 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 3441 3271 67 122 0 3315 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13764

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1714276/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=14980 CPUtime=102.27
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4177 0 0 0 10222 5 0 0 25 0 1 0 231191752 15339520 3579 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 3745 3579 67 122 0 3619 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14980

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712868/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=16980 CPUtime=162.24
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4641 0 0 0 16219 5 0 0 25 0 1 0 231191752 17387520 3978 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4245 3978 67 122 0 4119 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 16980

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712612/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=16980 CPUtime=179.03
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4729 0 0 0 17898 5 0 0 25 0 1 0 231191752 17387520 4001 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4245 4001 67 122 0 4119 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 16980

[startup+191.901 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712612/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17124 CPUtime=191.83
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4745 0 0 0 19178 5 0 0 25 0 1 0 231191752 17534976 4017 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4281 4017 67 122 0 4155 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 17124

[startup+198.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712612/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17124 CPUtime=198.23
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4763 0 0 0 19818 5 0 0 25 0 1 0 231191752 17534976 4035 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4281 4035 67 122 0 4155 0
Current children cumulated CPU time (s) 198.23
Current children cumulated vsize (KiB) 17124

[startup+201.502 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=201.43
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4770 0 0 0 20138 5 0 0 25 0 1 0 231191752 17698816 4042 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4042 67 122 0 4195 0
Current children cumulated CPU time (s) 201.43
Current children cumulated vsize (KiB) 17284

[startup+204.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=204.63
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4773 0 0 0 20458 5 0 0 25 0 1 0 231191752 17698816 4045 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519969 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4045 67 122 0 4195 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 17284

[startup+206.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=206.23
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4774 0 0 0 20618 5 0 0 25 0 1 0 231191752 17698816 4046 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134535083 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4046 67 122 0 4195 0
Current children cumulated CPU time (s) 206.23
Current children cumulated vsize (KiB) 17284

[startup+206.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=206.63
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4775 0 0 0 20658 5 0 0 25 0 1 0 231191752 17698816 4047 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4047 67 122 0 4195 0
Current children cumulated CPU time (s) 206.63
Current children cumulated vsize (KiB) 17284

[startup+207.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=207.03
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4775 0 0 0 20698 5 0 0 25 0 1 0 231191752 17698816 4047 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519610 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4047 67 122 0 4195 0
Current children cumulated CPU time (s) 207.03
Current children cumulated vsize (KiB) 17284

[startup+207.202 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 20165
/proc/meminfo: memFree=1712548/2055920 swapFree=4182928/4192956
[pid=20164] ppid=20162 vsize=17284 CPUtime=207.13
/proc/20164/stat : 20164 (mxc) R 20162 20164 19018 0 -1 4194304 4775 0 0 0 20708 5 0 0 25 0 1 0 231191752 17698816 4047 18446744073709551615 134512640 135013041 4294956672 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20164/statm: 4321 4047 67 122 0 4195 0
Current children cumulated CPU time (s) 207.13
Current children cumulated vsize (KiB) 17284

Child status: 20
Real time (s): 207.236
CPU time (s): 207.157
CPU user time (s): 207.099
CPU system time (s): 0.058991
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 17284

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

runsolver used 0.148977 second user time and 0.422935 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Thu Apr 26 01:47:03 UTC 2007

IDJOB= 370123
IDBENCH= 24601
IDSOLVER= 181
FILE ID= node69/370123-1177552023

PBS_JOBID= 4696555

Free space on /tmp= 66504 MiB

SOLVER NAME= MXC 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/370123-1177552023/mxc /tmp/evaluation/370123-1177552023/instance-370123-1177552023.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-370123-1177552023 -o ROOT/results/node69/solver-370123-1177552023 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370123-1177552023/mxc /tmp/evaluation/370123-1177552023/instance-370123-1177552023.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  db9d2b7fba78f1cbe73aba9a1aa51042

RANDOM SEED= 432537868

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729156 kB
Buffers:         24356 kB
Cached:         206476 kB
SwapCached:       3836 kB
Active:         145616 kB
Inactive:       119428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729156 kB
SwapTotal:     4192956 kB
SwapFree:      4182928 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          40160 kB
Slab:            47612 kB
Committed_AS:  2331612 kB
PageTables:       1540 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB

End job on node69 on Thu Apr 26 01:50:31 UTC 2007