Trace number 1797461

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
IUT_BMB_SIM 1.0UNSAT 98.95 99.0018

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9363
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
12.79/12.87	This is MiniSat 2.0 beta
12.79/12.87	WARNING: for repeatability, setting FPU to use double precision
12.79/12.87	============================[ Problem Statistics ]=============================
12.79/12.87	|                                                                             |
12.79/12.87	|  Number of variables:  178708                                               |
12.79/12.87	|  Number of clauses:    576590                                               |
13.09/13.19	|  Parsing time:         0.27         s                                       |
13.18/13.21	============================[ Search Statistics ]==============================
13.18/13.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.18/13.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.18/13.21	===============================================================================
13.18/13.21	|         0 |  178708   486733  1158644 |   162244        0    nan |  0.000 % |
13.28/13.40	|       100 |  178548   486733  1158644 |   178468       92     54 |  3.616 % |
13.58/13.63	|       250 |  178459   486733  1158644 |   196315      232     35 |  7.597 % |
13.98/14.08	|       476 |  158525   359170   882384 |   215947      438     46 | 11.956 % |
14.78/14.88	|       813 |  140228   244216   621365 |   237541      683     51 | 21.556 % |
15.68/15.74	|      1319 |  125822   157685   411378 |   261296      754     59 | 29.663 % |
16.78/16.82	|      2082 |  114901    96487   257782 |   287425     1299     65 | 35.705 % |
18.08/18.14	|      3221 |  114271    93012   249742 |   316168     2435     77 | 36.086 % |
19.98/20.09	|      4931 |  113174    86499   234455 |   347785     4120     78 | 36.685 % |
24.08/24.13	|      7493 |  112261    81983   223851 |   382563     6672     68 | 37.182 % |
30.77/30.80	|     11337 |  112222    81873   223418 |   420820    10513     56 | 37.204 % |
40.96/41.07	|     17104 |  112222    81873   223418 |   462902    16280     59 | 37.204 % |
55.75/55.89	|     25754 |  112013    80884   220786 |   509192    24920     60 | 37.321 % |
80.44/80.50	|     38729 |  109584    68707   189682 |   560111    37650     55 | 38.693 % |
97.93/98.07	===============================================================================
97.93/98.07	restarts              : 14
97.93/98.07	conflicts             : 47224          (555 /sec)
97.93/98.07	decisions             : 86963          (1.82 % random) (1022 /sec)
97.93/98.07	propagations          : 91051316       (1069907 /sec)
97.93/98.07	conflict literals     : 2375408        (47.59 % deleted)
97.93/98.07	Memory used           : 36.50 MB
97.93/98.07	CPU time              : 85.1021 s
97.93/98.07	
97.93/98.07	UNSATISFIABLE
97.93/98.08	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-1797461-1242071573/watcher-1797461-1242071573 -o /tmp/evaluation-result-1797461-1242071573/solver-1797461-1242071573 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797461-1242071573.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.57 1.83 2/64 859
/proc/meminfo: memFree=1466600/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=10740 CPUtime=0
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 235190941 10997760 163 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 2685 163 90 274 0 2408 0

[startup+0.020051 s]
/proc/loadavg: 0.93 1.57 1.83 2/64 859
/proc/meminfo: memFree=1466600/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=10740 CPUtime=0.01
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 413 0 0 0 1 0 0 0 18 0 1 0 235190941 10997760 396 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 2685 396 90 274 0 2408 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10740

[startup+0.101057 s]
/proc/loadavg: 0.93 1.57 1.83 2/64 859
/proc/meminfo: memFree=1466600/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=10740 CPUtime=0.09
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 1663 0 0 0 9 0 0 0 18 0 1 0 235190941 10997760 1646 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 2685 1647 90 274 0 2408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10740

[startup+0.301075 s]
/proc/loadavg: 0.93 1.57 1.83 2/64 859
/proc/meminfo: memFree=1466600/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=36252 CPUtime=0.29
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 8865 0 0 0 26 3 0 0 19 0 1 0 235190941 37122048 8848 1992294400 134512640 135635349 4294956224 18446744073709551615 134521113 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 9063 8848 92 274 0 8786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36252

[startup+0.701111 s]
/proc/loadavg: 0.93 1.57 1.83 2/64 859
/proc/meminfo: memFree=1466600/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=41268 CPUtime=0.69
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 10151 0 0 0 65 4 0 0 23 0 1 0 235190941 42258432 10134 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 10317 10134 97 274 0 10040 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41268

[startup+1.50219 s]
/proc/loadavg: 0.93 1.57 1.83 2/65 860
/proc/meminfo: memFree=1422688/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=50640 CPUtime=1.49
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 12463 0 0 0 144 5 0 0 25 0 1 0 235190941 51855360 12446 1992294400 134512640 135635349 4294956224 18446744073709551615 135072743 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 12660 12446 97 274 0 12383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50640

[startup+3.10134 s]
/proc/loadavg: 0.93 1.57 1.83 2/65 860
/proc/meminfo: memFree=1411232/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=67404 CPUtime=3.09
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 16673 0 0 0 302 7 0 0 25 0 1 0 235190941 69021696 16656 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 16851 16657 97 274 0 16574 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67404

[startup+6.30163 s]
/proc/loadavg: 0.93 1.56 1.83 2/65 860
/proc/meminfo: memFree=1376872/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=98424 CPUtime=6.29
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 24421 0 0 0 618 11 0 0 25 0 1 0 235190941 100786176 24404 1992294400 134512640 135635349 4294956224 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 24606 24404 97 274 0 24329 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98424

[startup+12.7012 s]
/proc/loadavg: 0.94 1.55 1.82 2/65 860
/proc/meminfo: memFree=1313008/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.69
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 37477 0 0 0 1050 219 0 0 25 0 1 0 235190941 151134208 36719 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 36898 36719 100 274 0 36621 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147592

[startup+25.5014 s]
/proc/loadavg: 0.95 1.52 1.81 2/66 861
/proc/meminfo: memFree=1278568/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=34660 CPUtime=12.61
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8077 0 0 0 1257 4 0 0 25 0 1 0 235192228 35491840 7827 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 8665 7827 77 170 0 8493 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 182252

[startup+51.1018 s]
/proc/loadavg: 0.97 1.48 1.79 2/66 861
/proc/meminfo: memFree=1278504/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=35000 CPUtime=38.19
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8133 0 0 0 3815 4 0 0 25 0 1 0 235192228 35840000 7883 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 8750 7883 77 170 0 8578 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 182592

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

[startup+76.7012 s]
/proc/loadavg: 0.98 1.44 1.77 2/66 861
/proc/meminfo: memFree=1276712/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=36956 CPUtime=63.78
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8626 0 0 0 6373 5 0 0 25 0 1 0 235192228 37842944 8376 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 9239 8376 77 170 0 9067 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 184548

[startup+89.5013 s]
/proc/loadavg: 0.98 1.42 1.75 2/66 861
/proc/meminfo: memFree=1276136/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=37372 CPUtime=76.57
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8728 0 0 0 7652 5 0 0 25 0 1 0 235192228 38268928 8478 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 9343 8478 77 170 0 9171 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 184964

[startup+95.9029 s]
/proc/loadavg: 0.98 1.41 1.75 2/66 861
/proc/meminfo: memFree=1276136/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=37372 CPUtime=82.97
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8738 0 0 0 8292 5 0 0 25 0 1 0 235192228 38268928 8488 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 9343 8488 77 170 0 9171 0
Current children cumulated CPU time (s) 95.83
Current children cumulated vsize (KiB) 184964

[startup+97.5011 s]
/proc/loadavg: 0.98 1.41 1.75 2/66 861
/proc/meminfo: memFree=1276136/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=12.86
/proc/859/stat : 859 (IUT_BMB_SIM) S 857 859 822 0 -1 4194304 37483 0 0 0 1056 230 0 0 25 0 1 0 235190941 151134208 36724 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/859/statm: 36898 36724 105 274 0 36621 0
[pid=861] ppid=859 vsize=37372 CPUtime=84.57
/proc/861/stat : 861 (minisat) R 859 859 822 0 -1 4194304 8738 0 0 0 8452 5 0 0 25 0 1 0 235192228 38268928 8488 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/861/statm: 9343 8488 77 170 0 9171 0
Current children cumulated CPU time (s) 97.43
Current children cumulated vsize (KiB) 184964

[startup+98.3012 s]
/proc/loadavg: 0.98 1.41 1.75 2/66 861
/proc/meminfo: memFree=1276136/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=147592 CPUtime=98.23
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 51919 8749 0 0 1075 232 8510 6 20 0 1 0 235190941 151134208 36725 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 36898 36725 106 274 0 36621 0
Current children cumulated CPU time (s) 98.23
Current children cumulated vsize (KiB) 147592

[startup+98.7012 s]
/proc/loadavg: 0.98 1.41 1.75 2/66 861
/proc/meminfo: memFree=1276136/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=139208 CPUtime=98.63
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 64277 8749 0 0 1114 233 8510 6 23 0 1 0 235190941 142548992 34629 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 34802 34629 106 274 0 34525 0
Current children cumulated CPU time (s) 98.63
Current children cumulated vsize (KiB) 139208

[startup+98.9012 s]
/proc/loadavg: 0.98 1.40 1.74 2/65 861
/proc/meminfo: memFree=1328496/2055920 swapFree=4110812/4192956
[pid=859] ppid=857 vsize=122080 CPUtime=98.84
/proc/859/stat : 859 (IUT_BMB_SIM) R 857 859 822 0 -1 4194304 65209 8749 0 0 1134 234 8510 6 25 0 1 0 235190941 125009920 30347 1992294400 134512640 135635349 4294956224 18446744073709551615 135069078 0 0 4096 0 0 0 0 17 1 0 0
/proc/859/statm: 30520 30347 106 274 0 30243 0
Current children cumulated CPU time (s) 98.84
Current children cumulated vsize (KiB) 122080

Child status: 0
Real time (s): 99.0018
CPU time (s): 98.95
CPU user time (s): 96.5213
CPU system time (s): 2.42863
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 184964

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

runsolver used 0.106983 second user time and 0.26196 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-11 21:52:54
IDJOB=1797461
IDBENCH=20347
IDSOLVER=650
FILE ID=node14/1797461-1242071573
PBS_JOBID= 9277603
Free space on /tmp= 65984 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797461-1242071573/watcher-1797461-1242071573 -o /tmp/evaluation-result-1797461-1242071573/solver-1797461-1242071573 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797461-1242071573.cnf HOME

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=1183371924

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:       1467080 kB
Buffers:         73816 kB
Cached:         363724 kB
SwapCached:      77084 kB
Active:         173044 kB
Inactive:       343496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467080 kB
SwapTotal:     4192956 kB
SwapFree:      4110812 kB
Dirty:           16448 kB
Writeback:           0 kB
Mapped:          13400 kB
Slab:            58236 kB
Committed_AS:   755208 kB
PageTables:       1448 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= 65972 MiB
End job on node14 at 2009-05-11 21:54:34