Trace number 1580558

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
VARSAT-industrial 2009-03-22UNSAT 218.468 218.533

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  162696                                               |
0.00/0.00	c |  Number of clauses:    821000                                               |
1.79/1.88	c |  Parsing time:         1.70         s                                       |
1.79/1.88	c |  Timeout:              43200 s
1.79/1.88	c |  Random Seed:          426758494.000000
1.79/1.88	c |  Heuristic:            EMBP-G, threshold 0.950                              |
1.79/1.88	c |  Branching Rule:       default (solution-guided)                            |
1.79/1.88	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.79/1.88	c |                                                                             |
4.59/4.66	c ============================[ Search Statistics ]==============================
4.59/4.66	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.66	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.66	c ===============================================================================
4.59/4.66	c |         0 |   85360   531912  1467225 |   177304        0    nan |  0.000 % |
5.79/5.85	c |       101 |   85260   531912  1467225 |   195034      100     34 | 22.202 % |
6.99/7.09	c |       252 |   85250   531912  1467225 |   214537      248     33 | 22.907 % |
8.39/8.49	c |       477 |   84469   531912  1467225 |   235991      465     46 | 26.853 % |
9.99/10.04	c |       817 |   84109   531912  1467225 |   259590      802     64 | 27.489 % |
11.59/11.64	c |      1323 |   74844   461493  1282664 |   285549     1288     74 | 28.333 % |
13.89/13.91	c |      2084 |   72025   443449  1235797 |   314104     2015     62 | 30.079 % |
15.99/16.09	c |      3223 |   71969   442797  1234230 |   345515     3149     69 | 30.105 % |
19.08/19.15	c |      4931 |   70427   434097  1212457 |   380066     4845     76 | 31.519 % |
25.48/25.57	c |      7493 |   69539   428068  1196701 |   418073     7397    117 | 31.866 % |
31.68/31.77	c |     11337 |   65487   402395  1132985 |   459880    11153    102 | 34.084 % |
41.68/41.72	c |     17104 |   63744   391325  1103571 |   505869    16867    114 | 35.349 % |
65.18/65.28	c |     25755 |   62610   384217  1086967 |   556455    25278    148 | 36.121 % |
98.56/98.62	c |     38732 |   61212   371231  1052391 |   612101    37945    165 | 36.741 % |
174.54/174.61	c |     58193 |   58621   343989   979835 |   673311    55461    179 | 38.455 % |
218.43/218.50	c ===============================================================================
218.43/218.50	c surveys--CPU time (sec)   : 12.5131        (5.74 % of total)
218.43/218.50	c surveys--attempted        : 15             (1 /sec)
218.43/218.50	c surveys--converged        : 15             (100.00 % successful)
218.43/218.50	c restarts              : 15
218.43/218.50	c conflicts             : 66389          (323 /sec)
218.43/218.50	c decisions             : 501397         (1.33 % random) (2439 /sec)
218.43/218.50	c propagations          : 185972569      (904537 /sec)
218.43/218.50	c conflict literals     : 11295975       (26.40 % deleted)
218.43/218.50	c Memory used           : 174.67 MB
218.43/218.50	c Total CPU time (sec)      : 218.1128    
218.43/218.50	c 
218.43/218.50	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-1580558-1238920372/watcher-1580558-1238920372 -o /tmp/evaluation-result-1580558-1238920372/solver-1580558-1238920372 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=426758494 HOME/instance-1580558-1238920372.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): 1800 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.17 1.04 1.01 3/64 12767
/proc/meminfo: memFree=1749944/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=4692 CPUtime=0
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 789 0 0 0 0 0 0 0 18 0 1 0 768929742 4804608 774 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 1173 780 80 221 0 949 0

[startup+0.047929 s]
/proc/loadavg: 1.17 1.04 1.01 3/64 12767
/proc/meminfo: memFree=1749944/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=21808 CPUtime=0.04
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 4909 0 0 0 2 2 0 0 18 0 1 0 768929742 22331392 4870 1992294400 4194304 5102648 548682068768 18446744073709551615 4532730 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 5452 4870 87 221 0 5228 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21808

[startup+0.101934 s]
/proc/loadavg: 1.17 1.04 1.01 3/64 12767
/proc/meminfo: memFree=1749944/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=37172 CPUtime=0.09
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 7634 0 0 0 6 3 0 0 18 0 1 0 768929742 38064128 7585 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 9293 7586 87 221 0 9069 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37172

[startup+0.301963 s]
/proc/loadavg: 1.17 1.04 1.01 3/64 12767
/proc/meminfo: memFree=1749944/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=56224 CPUtime=0.29
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 12183 0 0 0 23 6 0 0 19 0 1 0 768929742 57573376 12134 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 14056 12135 87 221 0 13832 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56224

[startup+0.702019 s]
/proc/loadavg: 1.17 1.04 1.01 3/64 12767
/proc/meminfo: memFree=1749944/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=74208 CPUtime=0.69
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 16861 0 0 0 61 8 0 0 23 0 1 0 768929742 75988992 16812 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 18552 16812 87 221 0 18328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74208

[startup+1.50213 s]
/proc/loadavg: 1.17 1.04 1.01 2/65 12768
/proc/meminfo: memFree=1670448/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=107612 CPUtime=1.49
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 24806 0 0 0 136 13 0 0 25 0 1 0 768929742 110194688 24757 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 26903 24758 87 221 0 26679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107612

[startup+3.10136 s]
/proc/loadavg: 1.16 1.04 1.01 2/65 12768
/proc/meminfo: memFree=1618736/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=150464 CPUtime=3.09
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 35436 0 0 0 290 19 0 0 25 0 1 0 768929742 154075136 35387 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 37616 35387 100 221 0 37392 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150464

[startup+6.30181 s]
/proc/loadavg: 1.16 1.04 1.01 2/65 12768
/proc/meminfo: memFree=1604784/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=151072 CPUtime=6.29
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 40813 0 0 0 606 23 0 0 25 0 1 0 768929742 154697728 36252 1992294400 4194304 5102648 548682068768 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 37768 36252 115 221 0 37544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151072

[startup+12.7017 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 12768
/proc/meminfo: memFree=1604848/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=151252 CPUtime=12.69
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 40835 0 0 0 1246 23 0 0 25 0 1 0 768929742 154882048 36274 1992294400 4194304 5102648 548682068768 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 37813 36274 115 221 0 37589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151252

[startup+25.5015 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 12768
/proc/meminfo: memFree=1605168/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=151252 CPUtime=25.48
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 40837 0 0 0 2525 23 0 0 25 0 1 0 768929742 154882048 36276 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 37813 36276 115 221 0 37589 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151252

[startup+51.1012 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 12768
/proc/meminfo: memFree=1605168/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=151468 CPUtime=51.07
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 40846 0 0 0 5084 23 0 0 25 0 1 0 768929742 155103232 36285 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 37867 36285 115 221 0 37643 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151468

[startup+102.305 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 12768
/proc/meminfo: memFree=1595184/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=161264 CPUtime=102.26
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 43325 0 0 0 10200 26 0 0 25 0 1 0 768929742 165134336 38764 1992294400 4194304 5102648 548682068768 18446744073709551615 4250347 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 40316 38764 115 221 0 40092 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 161264

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1581360/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=175292 CPUtime=162.24
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 46802 0 0 0 16194 30 0 0 25 0 1 0 768929742 179499008 42241 1992294400 4194304 5102648 548682068768 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 43823 42241 115 221 0 43599 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 175292

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

[startup+179.101 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1580272/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=176216 CPUtime=179.04
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47045 0 0 0 17873 31 0 0 25 0 1 0 768929742 180445184 42484 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44054 42484 115 221 0 43830 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 176216

[startup+204.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1577648/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178728 CPUtime=204.63
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47698 0 0 0 20431 32 0 0 25 0 1 0 768929742 183017472 43137 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44682 43137 115 221 0 44458 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 178728

[startup+211.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=211.03
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21071 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 211.03
Current children cumulated vsize (KiB) 178860

[startup+214.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=214.23
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21391 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 214.23
Current children cumulated vsize (KiB) 178860

[startup+215.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=215.83
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21551 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 215.83
Current children cumulated vsize (KiB) 178860

[startup+217.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=217.43
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21711 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 217.43
Current children cumulated vsize (KiB) 178860

[startup+218.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=218.23
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21791 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 218.23
Current children cumulated vsize (KiB) 178860

[startup+218.502 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12768
/proc/meminfo: memFree=1577520/2055920 swapFree=4179748/4192956
[pid=12767] ppid=12765 vsize=178860 CPUtime=218.43
/proc/12767/stat : 12767 (varsat-industri) R 12765 12767 12379 0 -1 4194304 47716 0 0 0 21811 32 0 0 25 0 1 0 768929742 183152640 43155 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/12767/statm: 44715 43155 115 221 0 44491 0
Current children cumulated CPU time (s) 218.43
Current children cumulated vsize (KiB) 178860

Child status: 20
Real time (s): 218.533
CPU time (s): 218.468
CPU user time (s): 218.113
CPU system time (s): 0.354946
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 178860

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

runsolver used 0.25796 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-05 10:32:53
IDJOB=1580558
IDBENCH=71019
IDSOLVER=538
FILE ID=node49/1580558-1238920372
PBS_JOBID= 9101391
Free space on /tmp= 66548 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580558-1238920372/watcher-1580558-1238920372 -o /tmp/evaluation-result-1580558-1238920372/solver-1580558-1238920372 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=426758494 HOME/instance-1580558-1238920372.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=426758494

node49.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.214
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.214
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:       1750360 kB
Buffers:         16048 kB
Cached:         216456 kB
SwapCached:       6244 kB
Active:          60028 kB
Inactive:       181104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750360 kB
SwapTotal:     4192956 kB
SwapFree:      4179748 kB
Dirty:           16404 kB
Writeback:           0 kB
Mapped:          14344 kB
Slab:            50152 kB
Committed_AS:  2458124 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node49 at 2009-04-05 10:36:32