Trace number 333313

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
SAT7 2007-02-08UNSAT 339.313 339.432

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 benchmark76.9823
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)

0.39/0.40	c Starting solver ...
0.39/0.43	c Restarting after 100 conflicts
0.39/0.47	c Restarting after 250 conflicts
0.49/0.52	c Restarting after 476 conflicts
0.49/0.58	c Restarting after 813 conflicts
0.59/0.69	c Restarting after 1319 conflicts
0.79/0.84	c Restarting after 2079 conflicts
1.09/1.19	c Restarting after 3219 conflicts
1.80/1.81	c Restarting after 4928 conflicts
2.69/2.73	c Restarting after 7490 conflicts
4.09/4.17	c Restarting after 11334 conflicts
6.99/7.03	c Restarting after 17101 conflicts
12.99/13.00	c Restarting after 25751 conflicts
24.49/24.59	c Restarting after 38726 conflicts
49.39/49.41	c Restarting after 58187 conflicts
88.29/88.37	c Restarting after 87381 conflicts
167.58/167.61	c Restarting after 131172 conflicts
300.31/300.40	c Restarting after 196856 conflicts
339.17/339.39	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-333313-1173509804 -o ROOT/results/node16/solver-333313-1173509804 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333313-1173509804/sat7_bin /tmp/evaluation/333313-1173509804/instance-333313-1173509804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 1.00 3/77 15863
/proc/meminfo: memFree=1699472/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=1248 CPUtime=0
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 370934771 1277952 140 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 312 140 87 220 0 89 0

[startup+0.0327201 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15863
/proc/meminfo: memFree=1699472/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=1508 CPUtime=0.03
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 224 0 0 0 3 0 0 0 18 0 1 0 370934771 1544192 207 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 377 207 88 220 0 154 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1508

[startup+0.101711 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15863
/proc/meminfo: memFree=1699472/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=2156 CPUtime=0.09
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 387 0 0 0 9 0 0 0 18 0 1 0 370934771 2207744 370 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135013975 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 539 371 88 220 0 316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2156

[startup+0.301688 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15863
/proc/meminfo: memFree=1699472/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=5236 CPUtime=0.29
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 858 0 0 0 29 0 0 0 19 0 1 0 370934771 5361664 841 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 1309 841 88 220 0 1086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.701639 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15863
/proc/meminfo: memFree=1699472/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=5640 CPUtime=0.69
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 1213 0 0 0 69 0 0 0 22 0 1 0 370934771 5775360 1196 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 1410 1196 95 220 0 1187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5640

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1694728/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=9740 CPUtime=1.49
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 1343 0 0 0 149 0 0 0 25 0 1 0 370934771 9973760 1326 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 2435 1326 95 220 0 2212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9740

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1694024/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=9876 CPUtime=3.09
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 1557 0 0 0 308 1 0 0 25 0 1 0 370934771 10113024 1540 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 2469 1540 95 220 0 2246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9876

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1692360/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=9876 CPUtime=6.29
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 1868 0 0 0 628 1 0 0 25 0 1 0 370934771 10113024 1851 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 2469 1851 95 220 0 2246 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9876

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1690328/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=10140 CPUtime=12.69
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 2340 0 0 0 1268 1 0 0 25 0 1 0 370934771 10383360 2323 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 2535 2323 95 220 0 2312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10140

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1687704/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=14504 CPUtime=25.49
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 2990 0 0 0 2547 2 0 0 25 0 1 0 370934771 14852096 2973 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 3626 2973 95 220 0 3403 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14504

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1683736/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=19204 CPUtime=51.08
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 3998 0 0 0 5105 3 0 0 25 0 1 0 370934771 19664896 3981 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 4801 3981 95 220 0 4578 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19204

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1680600/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=19776 CPUtime=102.29
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 4733 0 0 0 10224 5 0 0 25 0 1 0 370934771 20250624 4716 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 4944 4716 95 220 0 4721 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 19776

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1679640/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=24440 CPUtime=162.28
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 4967 0 0 0 16222 6 0 0 25 0 1 0 370934771 25026560 4950 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6110 4950 95 220 0 5887 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 24440

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15864
/proc/meminfo: memFree=1677272/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=24988 CPUtime=222.27
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5540 0 0 0 22220 7 0 0 25 0 1 0 370934771 25587712 5523 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6247 5523 95 220 0 6024 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 24988

[startup+282.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/84 15972
/proc/meminfo: memFree=1675168/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25276 CPUtime=282.22
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5779 0 0 0 28213 9 0 0 25 0 1 0 370934771 25882624 5762 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6319 5762 95 220 0 6096 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 25276

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

[startup+307.102 s]
/proc/loadavg: 1.04 1.01 1.00 2/84 15998
/proc/meminfo: memFree=1674912/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25436 CPUtime=307
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5820 0 0 0 30691 9 0 0 25 0 1 0 370934771 26046464 5803 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6359 5803 95 220 0 6136 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 25436

[startup+319.901 s]
/proc/loadavg: 1.04 1.01 1.00 2/84 16028
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=319.78
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5853 0 0 0 31969 9 0 0 25 0 1 0 370934771 26210304 5836 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5836 95 220 0 6176 0
Current children cumulated CPU time (s) 319.78
Current children cumulated vsize (KiB) 25596

[startup+332.702 s]
/proc/loadavg: 1.03 1.01 1.00 2/84 16038
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=332.58
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5858 0 0 0 33249 9 0 0 25 0 1 0 370934771 26210304 5841 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5841 95 220 0 6176 0
Current children cumulated CPU time (s) 332.58
Current children cumulated vsize (KiB) 25596

[startup+335.901 s]
/proc/loadavg: 1.03 1.01 1.00 2/84 16040
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=335.77
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5861 0 0 0 33568 9 0 0 25 0 1 0 370934771 26210304 5844 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5844 95 220 0 6176 0
Current children cumulated CPU time (s) 335.77
Current children cumulated vsize (KiB) 25596

[startup+337.501 s]
/proc/loadavg: 1.02 1.01 1.00 2/84 16040
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=337.37
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5868 0 0 0 33728 9 0 0 25 0 1 0 370934771 26210304 5851 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539869 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5851 95 220 0 6176 0
Current children cumulated CPU time (s) 337.37
Current children cumulated vsize (KiB) 25596

[startup+338.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/84 16040
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=338.17
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5869 0 0 0 33808 9 0 0 25 0 1 0 370934771 26210304 5852 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5852 95 220 0 6176 0
Current children cumulated CPU time (s) 338.17
Current children cumulated vsize (KiB) 25596

[startup+339.102 s]
/proc/loadavg: 1.02 1.01 1.00 2/84 16042
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=338.97
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5869 0 0 0 33888 9 0 0 25 0 1 0 370934771 26210304 5852 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5852 95 220 0 6176 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 25596

[startup+339.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/84 16042
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=339.17
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5870 0 0 0 33908 9 0 0 25 0 1 0 370934771 26210304 5853 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5853 95 220 0 6176 0
Current children cumulated CPU time (s) 339.17
Current children cumulated vsize (KiB) 25596

[startup+339.402 s]
/proc/loadavg: 1.02 1.01 1.00 2/84 16042
/proc/meminfo: memFree=1674784/2055920 swapFree=4159664/4192956
[pid=15863] ppid=15861 vsize=25596 CPUtime=339.27
/proc/15863/stat : 15863 (sat7_bin) R 15861 15863 15376 0 -1 4194304 5870 0 0 0 33918 9 0 0 25 0 1 0 370934771 26210304 5853 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558561 0 0 4096 0 0 0 0 17 1 0 0
/proc/15863/statm: 6399 5853 95 220 0 6176 0
Current children cumulated CPU time (s) 339.27
Current children cumulated vsize (KiB) 25596

Child status: 20
Real time (s): 339.432
CPU time (s): 339.313
CPU user time (s): 339.214
CPU system time (s): 0.098984
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 25596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.214
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 960

runsolver used 0.357945 second user time and 0.884865 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Mar 10 06:56:44 UTC 2007

IDJOB= 333313
IDBENCH= 24601
IDSOLVER= 101
FILE ID= node16/333313-1173509804

PBS_JOBID= 4101121

Free space on /tmp= 66462 MiB

SOLVER NAME= SAT7 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/333313-1173509804/sat7_bin /tmp/evaluation/333313-1173509804/instance-333313-1173509804.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-333313-1173509804 -o ROOT/results/node16/solver-333313-1173509804 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333313-1173509804/sat7_bin /tmp/evaluation/333313-1173509804/instance-333313-1173509804.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  db9d2b7fba78f1cbe73aba9a1aa51042

RANDOM SEED= 567087605

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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	: 5914.62
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.281
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:       1699816 kB
Buffers:         41076 kB
Cached:         233312 kB
SwapCached:       2712 kB
Active:         182288 kB
Inactive:       115344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699816 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          30680 kB
Slab:            44060 kB
Committed_AS:  1362500 kB
PageTables:       1720 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= 66462 MiB

End job on node16 on Sat Mar 10 07:02:24 UTC 2007