Trace number 1772812

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 306.51 306.609

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.268
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.09/0.19	c |  Number of variables:         52382                                         |
0.09/0.19	c |  Number of clauses:          181871                                         |
0.09/0.19	c |  Parse time:                   0.17 s                                       |
0.79/0.87	c |  Simplification time:          0.67 s                                       |
0.79/0.87	c |                                                                             |
0.79/0.87	c ============================[ Search Statistics ]==============================
0.79/0.87	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.87	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.87	c ===============================================================================
0.79/0.89	c |       100 |   16597    93066   305094 |    34124      100     20 | 14.954 % |
0.89/0.98	c |       250 |   16597    93066   305094 |    37536      250     33 | 14.954 % |
1.09/1.12	c |       475 |   16597    93066   305094 |    41290      475     47 | 14.954 % |
1.29/1.31	c |       812 |   16597    93066   305094 |    45419      812     42 | 14.954 % |
1.39/1.45	c |      1318 |   16597    93066   305094 |    49961     1318     36 | 14.954 % |
1.99/2.02	c |      2077 |   16597    93066   305094 |    54957     2077     35 | 14.954 % |
2.59/2.69	c |      3216 |   16597    93066   305094 |    60453     3216     35 | 14.954 % |
3.69/3.73	c |      4924 |   16597    93066   305094 |    66498     4924     37 | 14.954 % |
4.79/4.89	c |      7486 |   16597    93066   305094 |    73148     7486     46 | 14.954 % |
7.38/7.41	c |     11330 |   16272    90608   297550 |    80463    11322     51 | 15.574 % |
10.69/10.75	c |     17096 |   16272    90608   297550 |    88509    17088     66 | 15.574 % |
16.69/16.79	c |     25745 |   16272    90608   297550 |    97360    25737     69 | 15.574 % |
27.48/27.58	c |     38719 |   16272    90608   297550 |   107096    38711     65 | 15.574 % |
43.28/43.37	c |     58180 |   16272    90608   297550 |   117805    58172     73 | 15.574 % |
65.17/65.22	c |     87372 |   16272    90608   297550 |   129586    87364     76 | 15.574 % |
95.76/95.88	c |    131161 |   16272    90608   297550 |   142545   131153     76 | 15.574 % |
148.74/148.88	c |    196845 |   16272    90608   297550 |   156799    71572     66 | 15.574 % |
237.52/237.60	c |    295371 |   16272    90608   297550 |   172479    32559     60 | 15.574 % |
306.39/306.59	c ===============================================================================
306.39/306.59	c restarts              : 893
306.39/306.59	c conflicts             : 377532         (1233 /sec)
306.39/306.59	c decisions             : 526161         (1719 /sec)
306.39/306.59	c propagations          : 285901202      (933816 /sec)
306.39/306.59	c conflict literals     : 27146925       (70.27 % deleted)
306.39/306.59	c Memory used           : 75.98 MB
306.39/306.59	c CPU time              : 306.164 s
306.39/306.59	c 
306.39/306.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772812-1241205383/watcher-1772812-1241205383 -o /tmp/evaluation-result-1772812-1241205383/solver-1772812-1241205383 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1772812-1241205383.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25961
/proc/meminfo: memFree=756608/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=8188 CPUtime=0
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 537 0 0 0 0 0 0 0 18 0 1 0 148571332 8384512 521 1992294400 4194304 5092341 548682068848 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 2047 524 63 219 0 1825 0

[startup+0.0704339 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25961
/proc/meminfo: memFree=756608/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=16032 CPUtime=0.06
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 2518 0 0 0 6 0 0 0 18 0 1 0 148571332 16416768 2439 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 4008 2439 63 219 0 3786 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16032

[startup+0.101437 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25961
/proc/meminfo: memFree=756608/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=17592 CPUtime=0.09
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 3136 0 0 0 8 1 0 0 18 0 1 0 148571332 18014208 2996 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 4398 2997 63 219 0 4176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17592

[startup+0.301471 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25961
/proc/meminfo: memFree=756608/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=23868 CPUtime=0.29
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 5465 0 0 0 27 2 0 0 19 0 1 0 148571332 24440832 5098 1992294400 4194304 5092341 548682068848 18446744073709551615 4226583 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 5967 5098 87 219 0 5745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23868

[startup+0.70154 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25961
/proc/meminfo: memFree=756608/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=29840 CPUtime=0.69
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 6657 0 0 0 66 3 0 0 22 0 1 0 148571332 30556160 6290 1992294400 4194304 5092341 548682068848 18446744073709551615 4500621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 7460 6290 87 219 0 7238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29840

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=737848/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=25256 CPUtime=1.49
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 7172 0 0 0 146 3 0 0 25 0 1 0 148571332 25862144 4760 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 6314 4760 102 219 0 6092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25256

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=737656/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=25256 CPUtime=3.09
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 7271 0 0 0 305 4 0 0 25 0 1 0 148571332 25862144 4859 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 6314 4859 103 219 0 6092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25256

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=736056/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=25256 CPUtime=6.28
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 7605 0 0 0 624 4 0 0 25 0 1 0 148571332 25862144 5193 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 6314 5193 103 219 0 6092 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25256

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=731896/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=27852 CPUtime=12.68
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 8606 0 0 0 1263 5 0 0 25 0 1 0 148571332 28520448 6194 1992294400 4194304 5092341 548682068848 18446744073709551615 4240606 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 6963 6194 103 219 0 6741 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27852

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=728824/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=31744 CPUtime=25.48
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 9409 0 0 0 2542 6 0 0 25 0 1 0 148571332 32505856 6997 1992294400 4194304 5092341 548682068848 18446744073709551615 4249850 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 7936 6997 103 219 0 7714 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31744

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=715640/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=47672 CPUtime=51.08
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 12762 0 0 0 5099 9 0 0 25 0 1 0 148571332 48816128 10350 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 11918 10350 103 219 0 11696 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47672

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=691768/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=83560 CPUtime=102.27
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 18636 0 0 0 10214 13 0 0 25 0 1 0 148571332 85565440 16224 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 20890 16224 103 219 0 20668 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 83560

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=697144/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=64660 CPUtime=162.24
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 29041 0 0 0 16203 21 0 0 25 0 1 0 148571332 66211840 14925 1992294400 4194304 5092341 548682068848 18446744073709551615 4248245 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 16165 14925 103 219 0 15943 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 64660

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=676856/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=97504 CPUtime=222.22
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 34068 0 0 0 22197 25 0 0 25 0 1 0 148571332 99844096 19952 1992294400 4194304 5092341 548682068848 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 24376 19952 103 219 0 24154 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 97504

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=695544/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=64660 CPUtime=282.2
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 41507 0 0 0 28188 32 0 0 25 0 1 0 148571332 66211840 15318 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 16165 15318 103 219 0 15943 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 64660

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

[startup+294.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=692984/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=294.2
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42064 0 0 0 29388 32 0 0 25 0 1 0 148571332 79663104 15875 1992294400 4194304 5092341 548682068848 18446744073709551615 4247150 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 15875 103 219 0 19227 0
Current children cumulated CPU time (s) 294.2
Current children cumulated vsize (KiB) 77796

[startup+300.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=691256/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=300.59
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42538 0 0 0 30027 32 0 0 25 0 1 0 148571332 79663104 16349 1992294400 4194304 5092341 548682068848 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 16349 103 219 0 19227 0
Current children cumulated CPU time (s) 300.59
Current children cumulated vsize (KiB) 77796

[startup+303.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=690360/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=303.8
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42747 0 0 0 30347 33 0 0 25 0 1 0 148571332 79663104 16558 1992294400 4194304 5092341 548682068848 18446744073709551615 4240648 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 16558 103 219 0 19227 0
Current children cumulated CPU time (s) 303.8
Current children cumulated vsize (KiB) 77796

[startup+305.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=690104/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=305.39
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42840 0 0 0 30506 33 0 0 25 0 1 0 148571332 79663104 16651 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 16651 103 219 0 19227 0
Current children cumulated CPU time (s) 305.39
Current children cumulated vsize (KiB) 77796

[startup+306.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=689848/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=306.19
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42884 0 0 0 30586 33 0 0 25 0 1 0 148571332 79663104 16695 1992294400 4194304 5092341 548682068848 18446744073709551615 4241107 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 16695 103 219 0 19227 0
Current children cumulated CPU time (s) 306.19
Current children cumulated vsize (KiB) 77796

[startup+306.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=689848/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=77796 CPUtime=306.39
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194304 42885 0 0 0 30606 33 0 0 25 0 1 0 148571332 79663104 16696 1992294400 4194304 5092341 548682068848 18446744073709551615 4247330 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 19449 16696 103 219 0 19227 0
Current children cumulated CPU time (s) 306.39
Current children cumulated vsize (KiB) 77796

[startup+306.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25962
/proc/meminfo: memFree=689848/2055920 swapFree=4180164/4192956
[pid=25961] ppid=25959 vsize=0 CPUtime=306.49
/proc/25961/stat : 25961 (minisat) R 25959 25961 25891 0 -1 4194308 42896 0 0 0 30616 33 0 0 25 0 1 0 148571332 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25961/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 306.49
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 306.609
CPU time (s): 306.51
CPU user time (s): 306.164
CPU system time (s): 0.345947
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 97504

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

runsolver used 0.228965 second user time and 0.644901 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-01 21:16:23
IDJOB=1772812
IDBENCH=20398
IDSOLVER=608
FILE ID=node25/1772812-1241205383
PBS_JOBID= 9224691
Free space on /tmp= 66428 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772812-1241205383/watcher-1772812-1241205383 -o /tmp/evaluation-result-1772812-1241205383/solver-1772812-1241205383 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1772812-1241205383.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=399126747

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

/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.259
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.259
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:        757024 kB
Buffers:         77656 kB
Cached:        1143760 kB
SwapCached:       7752 kB
Active:          32040 kB
Inactive:      1198496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        757024 kB
SwapTotal:     4192956 kB
SwapFree:      4180164 kB
Dirty:            4120 kB
Writeback:           0 kB
Mapped:          13436 kB
Slab:            54332 kB
Committed_AS:   670196 kB
PageTables:       1460 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= 66428 MiB
End job on node25 at 2009-05-01 21:21:30