Trace number 1774882

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 208.114 208.219

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark160.007
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.18/1.25	c |  Number of variables:        162682                                         |
1.18/1.25	c |  Number of clauses:          811952                                         |
1.18/1.25	c |  Parse time:                   1.16 s                                       |
3.18/3.28	c |  Simplification time:          1.99 s                                       |
3.18/3.28	c |                                                                             |
3.18/3.28	c ============================[ Search Statistics ]==============================
3.18/3.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.28	c ===============================================================================
3.38/3.49	c |       100 |   81808   531824  1467024 |   195002       96    119 | 24.036 % |
3.48/3.59	c |       250 |   81808   531824  1467024 |   214502      246     84 | 24.036 % |
3.68/3.71	c |       475 |   81808   531824  1467024 |   235952      471     89 | 24.036 % |
3.88/3.94	c |       812 |   81808   531824  1467024 |   259547      808    103 | 24.036 % |
4.38/4.43	c |      1318 |   80262   495838  1373215 |   285502     1306    115 | 24.987 % |
5.07/5.18	c |      2077 |   77374   477482  1326572 |   314052     2053     94 | 26.762 % |
6.07/6.11	c |      3216 |   73029   460596  1283017 |   345458     3162     88 | 29.433 % |
7.27/7.37	c |      4924 |   72438   444387  1241808 |   380003     4815     79 | 29.796 % |
9.58/9.66	c |      7486 |   70927   441206  1233750 |   418004     7340    102 | 30.725 % |
14.28/14.37	c |     11330 |   68423   420218  1179675 |   459804    11124    123 | 32.264 % |
21.37/21.40	c |     17096 |   65896   403342  1137366 |   505785    16742    143 | 33.818 % |
34.96/35.09	c |     25745 |   64444   390593  1103371 |   556363    25105    177 | 34.710 % |
60.14/60.22	c |     38719 |   62888   380052  1075735 |   612000    37894    204 | 35.667 % |
108.03/108.18	c |     58180 |   61357   370297  1051043 |   673200    57007    224 | 36.608 % |
197.89/198.08	c |     87372 |   60140   359794  1023289 |   740520    85591    238 | 37.356 % |
207.99/208.19	c ===============================================================================
207.99/208.19	c restarts              : 254
207.99/208.19	c conflicts             : 89749          (432 /sec)
207.99/208.19	c decisions             : 782778         (3768 /sec)
207.99/208.19	c propagations          : 343899937      (1655511 /sec)
207.99/208.19	c conflict literals     : 20915450       (36.84 % deleted)
207.99/208.19	c Memory used           : 185.45 MB
207.99/208.19	c CPU time              : 207.73 s
207.99/208.19	c 
207.99/208.19	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-1774882-1241222097/watcher-1774882-1241222097 -o /tmp/evaluation-result-1774882-1241222097/solver-1774882-1241222097 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1774882-1241222097.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 22414
/proc/meminfo: memFree=712000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=8192 CPUtime=0
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 552 0 0 0 0 0 0 0 18 0 1 0 150243328 8388608 536 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 2048 538 63 219 0 1826 0

[startup+0.084621 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22414
/proc/meminfo: memFree=712000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=27108 CPUtime=0.07
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 4227 0 0 0 6 1 0 0 18 0 1 0 150243328 27758592 4187 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 6777 4188 63 219 0 6555 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27108

[startup+0.10162 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22414
/proc/meminfo: memFree=712000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=28060 CPUtime=0.09
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 4628 0 0 0 8 1 0 0 18 0 1 0 150243328 28733440 4547 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 7015 4548 63 219 0 6793 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28060

[startup+0.301638 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22414
/proc/meminfo: memFree=712000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=39640 CPUtime=0.29
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 8531 0 0 0 26 3 0 0 19 0 1 0 150243328 40591360 7959 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 9910 7959 63 219 0 9688 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39640

[startup+0.701688 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22414
/proc/meminfo: memFree=712000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=47940 CPUtime=0.69
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 11250 0 0 0 64 5 0 0 23 0 1 0 150243328 49090560 10374 1992294400 4194304 5092341 548682068848 18446744073709551615 4215332 0 0 4096 3 0 0 0 17 1 0 0
/proc/22414/statm: 11985 10374 63 219 0 11763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47940

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=659896/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=79676 CPUtime=1.48
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 19162 0 0 0 140 8 0 0 25 0 1 0 150243328 81588224 17146 1992294400 4194304 5092341 548682068848 18446744073709551615 4219427 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 19919 17146 87 219 0 19697 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 79676

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=638776/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=93128 CPUtime=3.07
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 21366 0 0 0 297 10 0 0 25 0 1 0 150243328 95363072 19350 1992294400 4194304 5092341 548682068848 18446744073709551615 4489541 0 0 4096 3 0 0 0 17 1 0 0
/proc/22414/statm: 23282 19350 87 219 0 23060 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 93128

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=651960/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=68544 CPUtime=6.27
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 23706 0 0 0 615 12 0 0 25 0 1 0 150243328 70189056 15132 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 17136 15132 103 219 0 16914 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 68544

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=648696/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=74384 CPUtime=12.67
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 24551 0 0 0 1254 13 0 0 25 0 1 0 150243328 76169216 15977 1992294400 4194304 5092341 548682068848 18446744073709551615 4246874 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 18596 15977 103 219 0 18374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 74384

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=641272/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=83144 CPUtime=25.47
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 26371 0 0 0 2533 14 0 0 25 0 1 0 150243328 85139456 17797 1992294400 4194304 5092341 548682068848 18446744073709551615 4240654 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 20786 17797 103 219 0 20564 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 83144

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=628280/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=96280 CPUtime=51.04
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 29676 0 0 0 5086 18 0 0 25 0 1 0 150243328 98590720 21102 1992294400 4194304 5092341 548682068848 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 24070 21102 103 219 0 23848 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 96280

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=604792/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=115988 CPUtime=102.23
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 35444 0 0 0 10198 25 0 0 25 0 1 0 150243328 118771712 26870 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 28997 26870 103 219 0 28775 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 115988

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=582584/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=145548 CPUtime=162.21
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 41015 0 0 0 16189 32 0 0 25 0 1 0 150243328 149041152 32441 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 36387 32441 103 219 0 36165 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 145548

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=577080/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=145548 CPUtime=179
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 42409 0 0 0 17866 34 0 0 25 0 1 0 150243328 149041152 33835 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 36387 33835 103 219 0 36165 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 145548

[startup+191.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=573496/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=145548 CPUtime=191.79
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 43296 0 0 0 19144 35 0 0 25 0 1 0 150243328 149041152 34722 1992294400 4194304 5092341 548682068848 18446744073709551615 4241555 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 36387 34722 103 219 0 36165 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 145548

[startup+198.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=572152/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=145548 CPUtime=198.19
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 43611 0 0 0 19784 35 0 0 25 0 1 0 150243328 149041152 35037 1992294400 4194304 5092341 548682068848 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 36387 35037 103 219 0 36165 0
Current children cumulated CPU time (s) 198.19
Current children cumulated vsize (KiB) 145548

[startup+204.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=571000/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=189892 CPUtime=204.58
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 43879 0 0 0 20423 35 0 0 25 0 1 0 150243328 194449408 35305 1992294400 4194304 5092341 548682068848 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 47473 35305 103 219 0 47251 0
Current children cumulated CPU time (s) 204.58
Current children cumulated vsize (KiB) 189892

[startup+206.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=570808/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=189892 CPUtime=206.18
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 43941 0 0 0 20583 35 0 0 25 0 1 0 150243328 194449408 35367 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 47473 35367 103 219 0 47251 0
Current children cumulated CPU time (s) 206.18
Current children cumulated vsize (KiB) 189892

[startup+207.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=570680/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=189892 CPUtime=206.99
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 43971 0 0 0 20663 36 0 0 25 0 1 0 150243328 194449408 35397 1992294400 4194304 5092341 548682068848 18446744073709551615 4240636 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 47473 35397 103 219 0 47251 0
Current children cumulated CPU time (s) 206.99
Current children cumulated vsize (KiB) 189892

[startup+207.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=570488/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=189892 CPUtime=207.79
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 44005 0 0 0 20743 36 0 0 25 0 1 0 150243328 194449408 35431 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 47473 35431 103 219 0 47251 0
Current children cumulated CPU time (s) 207.79
Current children cumulated vsize (KiB) 189892

[startup+208.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=570488/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=189892 CPUtime=207.99
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194304 44012 0 0 0 20763 36 0 0 25 0 1 0 150243328 194449408 35438 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 47473 35438 103 219 0 47251 0
Current children cumulated CPU time (s) 207.99
Current children cumulated vsize (KiB) 189892

[startup+208.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22415
/proc/meminfo: memFree=570488/2055920 swapFree=4181256/4192956
[pid=22414] ppid=22412 vsize=0 CPUtime=208.09
/proc/22414/stat : 22414 (minisat) R 22412 22414 22321 0 -1 4194308 44024 0 0 0 20773 36 0 0 25 0 1 0 150243328 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/22414/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 208.09
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 208.219
CPU time (s): 208.114
CPU user time (s): 207.73
CPU system time (s): 0.383941
CPU usage (%): 99.9498
Max. virtual memory (cumulated for all children) (KiB): 189892

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

runsolver used 0.178972 second user time and 0.58891 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-02 01:54:58
IDJOB=1774882
IDBENCH=71046
IDSOLVER=608
FILE ID=node14/1774882-1241222097
PBS_JOBID= 9224756
Free space on /tmp= 66532 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774882-1241222097/watcher-1774882-1241222097 -o /tmp/evaluation-result-1774882-1241222097/solver-1774882-1241222097 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1774882-1241222097.cnf

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=511395666

node14.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.256
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.256
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:        712416 kB
Buffers:         94296 kB
Cached:        1129544 kB
SwapCached:       5600 kB
Active:         262968 kB
Inactive:       968908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        712416 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           15816 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            97580 kB
Committed_AS:   615156 kB
PageTables:       1456 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= 66532 MiB
End job on node14 at 2009-05-02 01:58:27