Trace number 333319

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
MXC 2007-02-08UNSAT 207.38 207.513

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)

207.29/207.49	c MXC attempting /tmp/evaluation/333319-1173510086/instance-333319-1173510086.cnf
207.29/207.49	c 64 assignments made, starting to guess now
207.29/207.49	c ===================================[MXC]=====================================
207.29/207.49	c | Conflicts |     ORIGINAL     |             LEARNT              | Progress |
207.29/207.49	c |           | Clauses Literals |  Limit Clauses Literals  Lit/Cl |          |
207.29/207.49	c =============================================================================
207.29/207.49	c |         0 |   42878   314924 |   14292       0       0     nan |  5.649 % |
207.29/207.49	c |       103 |   42878   314924 |   15721     102    1946    19.1 |  5.649 % |
207.29/207.49	c |       253 |   42878   314924 |   17293     252    5195    20.6 |  5.649 % |
207.29/207.49	c |       479 |   42878   314924 |   19022     478   10101    21.1 |  5.649 % |
207.29/207.49	c |       816 |   42878   314924 |   20924     815   16582    20.3 |  5.649 % |
207.29/207.49	c |      1323 |   42878   314924 |   23017    1322   26045    19.7 |  5.649 % |
207.29/207.49	c |      2083 |   42878   314924 |   25319    2081   41270    19.8 |  5.649 % |
207.29/207.49	c |      3222 |   42878   314924 |   27851    3220   64433    20.0 |  5.649 % |
207.29/207.49	c |      4931 |   42878   314924 |   30636    4929  104254    21.2 |  5.649 % |
207.29/207.49	c |      7495 |   42878   314924 |   33699    7493  158893    21.2 |  5.649 % |
207.29/207.49	c |     11340 |   42878   314924 |   37069   11337  256675    22.6 |  5.649 % |
207.29/207.49	c |     17108 |   42878   314924 |   40776   17105  405108    23.7 |  5.649 % |
207.29/207.49	c |     25757 |   42878   314924 |   44854   25754  691759    26.9 |  5.649 % |
207.29/207.49	c |     38733 |   42878   314924 |   49339   38729 1096138    28.3 |  5.649 % |
207.29/207.49	c |     58194 |   42878   314924 |   54273   33519 1011498    30.2 |  5.649 % |
207.29/207.49	c |     87387 |   42878   314924 |   59701   35573 1152332    32.4 |  5.649 % |
207.29/207.49	c |    131177 |   42776   313613 |   65671   33214 1033322    31.1 |  5.737 % |
207.29/207.49	c |    196863 |   39896   293447 |   72238   33214  977095    29.4 |  6.267 % |
207.29/207.49	c 207.400s elapsed
207.29/207.49	c restarts: 17
207.29/207.49	c decisions: 408772
207.29/207.49	c propagations: 21242797
207.29/207.49	c conflicts: 234843
207.29/207.49	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/node10/watcher-333319-1173510086 -o ROOT/results/node10/solver-333319-1173510086 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333319-1173510086/mxc /tmp/evaluation/333319-1173510086/instance-333319-1173510086.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: 0.92 0.98 0.99 3/83 20873
/proc/meminfo: memFree=1728944/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=2740 CPUtime=0
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 554 0 0 0 0 0 0 0 18 0 1 0 370963666 2805760 538 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134691428 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 685 539 46 122 0 559 0

[startup+0.0365061 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 20873
/proc/meminfo: memFree=1728944/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=5376 CPUtime=0.02
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1166 0 0 0 2 0 0 0 18 0 1 0 370963666 5505024 1150 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1344 1151 46 122 0 1218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5376

[startup+0.101514 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 20873
/proc/meminfo: memFree=1728944/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=3964 CPUtime=0.09
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1272 0 0 0 9 0 0 0 18 0 1 0 370963666 4059136 837 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134531106 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 991 837 59 122 0 865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3964

[startup+0.301542 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 20873
/proc/meminfo: memFree=1728944/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=4368 CPUtime=0.29
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1359 0 0 0 29 0 0 0 19 0 1 0 370963666 4472832 924 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1092 924 59 122 0 966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4368

[startup+0.701596 s]
/proc/loadavg: 0.92 0.98 0.99 3/83 20873
/proc/meminfo: memFree=1728944/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=4764 CPUtime=0.69
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1463 0 0 0 69 0 0 0 22 0 1 0 370963666 4878336 1028 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134688363 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1191 1028 59 122 0 1065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4764

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.99 2/84 20874
/proc/meminfo: memFree=1724712/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=5292 CPUtime=1.49
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1598 0 0 0 148 1 0 0 25 0 1 0 370963666 5419008 1163 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519249 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1323 1163 59 122 0 1197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5292

[startup+3.10192 s]
/proc/loadavg: 0.92 0.98 0.99 2/84 20876
/proc/meminfo: memFree=1723752/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=6216 CPUtime=3.09
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 1830 0 0 0 308 1 0 0 25 0 1 0 370963666 6365184 1395 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519261 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1554 1395 59 122 0 1428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6216

[startup+6.30236 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 20878
/proc/meminfo: memFree=1722088/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=7932 CPUtime=6.28
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 2230 0 0 0 627 1 0 0 25 0 1 0 370963666 8122368 1795 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 1983 1795 59 122 0 1857 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7932

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/84 20882
/proc/meminfo: memFree=1719784/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=9916 CPUtime=12.68
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 2714 0 0 0 1266 2 0 0 25 0 1 0 370963666 10153984 2279 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 2479 2279 59 122 0 2353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9916

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/84 20900
/proc/meminfo: memFree=1717416/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=12180 CPUtime=25.47
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 3338 0 0 0 2544 3 0 0 25 0 1 0 370963666 12472320 2852 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 3045 2852 67 122 0 2919 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12180

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/84 20940
/proc/meminfo: memFree=1715816/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=13764 CPUtime=51.03
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 3811 0 0 0 5100 3 0 0 25 0 1 0 370963666 14094336 3271 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 3441 3271 67 122 0 3315 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 13764

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1715616/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=14980 CPUtime=102.21
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4178 0 0 0 10217 4 0 0 25 0 1 0 370963666 15339520 3579 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 3745 3579 67 122 0 3619 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 14980

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1714144/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=16980 CPUtime=162.2
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4642 0 0 0 16215 5 0 0 25 0 1 0 370963666 17387520 3978 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4245 3978 67 122 0 4119 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 16980

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 20964
/proc/meminfo: memFree=1713952/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=16980 CPUtime=178.99
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4730 0 0 0 17894 5 0 0 25 0 1 0 370963666 17387520 4001 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519280 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4245 4001 67 122 0 4119 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 16980

[startup+191.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713952/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17124 CPUtime=191.79
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4746 0 0 0 19173 6 0 0 25 0 1 0 370963666 17534976 4017 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4281 4017 67 122 0 4155 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 17124

[startup+198.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713888/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17124 CPUtime=198.19
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4764 0 0 0 19813 6 0 0 25 0 1 0 370963666 17534976 4035 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519608 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4281 4035 67 122 0 4155 0
Current children cumulated CPU time (s) 198.19
Current children cumulated vsize (KiB) 17124

[startup+201.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713824/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17284 CPUtime=201.39
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4771 0 0 0 20133 6 0 0 25 0 1 0 370963666 17698816 4042 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4321 4042 67 122 0 4195 0
Current children cumulated CPU time (s) 201.39
Current children cumulated vsize (KiB) 17284

[startup+204.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713824/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17284 CPUtime=204.59
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4774 0 0 0 20453 6 0 0 25 0 1 0 370963666 17698816 4045 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4321 4045 67 122 0 4195 0
Current children cumulated CPU time (s) 204.59
Current children cumulated vsize (KiB) 17284

[startup+206.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713824/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17284 CPUtime=206.19
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4775 0 0 0 20613 6 0 0 25 0 1 0 370963666 17698816 4046 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4321 4046 67 122 0 4195 0
Current children cumulated CPU time (s) 206.19
Current children cumulated vsize (KiB) 17284

[startup+207.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713824/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=17284 CPUtime=206.99
/proc/20873/stat : 20873 (mxc) R 20871 20873 20222 0 -1 4194304 4776 0 0 0 20693 6 0 0 25 0 1 0 370963666 17698816 4047 18446744073709551615 134512640 135013041 4294956704 18446744073709551615 134519297 0 0 4096 0 0 0 0 17 1 0 0
/proc/20873/statm: 4321 4047 67 122 0 4195 0
Current children cumulated CPU time (s) 206.99
Current children cumulated vsize (KiB) 17284

[startup+207.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 20964
/proc/meminfo: memFree=1713824/2055920 swapFree=4168784/4192956
[pid=20873] ppid=20871 vsize=0 CPUtime=207.37
/proc/20873/stat : 20873 (mxc) D 20871 20873 20222 0 -1 4194308 4777 0 0 0 20731 6 0 0 24 0 1 0 370963666 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20873/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 207.37
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 207.513
CPU time (s): 207.38
CPU user time (s): 207.316
CPU system time (s): 0.06399
CPU usage (%): 99.9359
Max. virtual memory (cumulated for all children) (KiB): 17284

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

runsolver used 0.225965 second user time and 0.533918 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Mar 10 07:01:27 UTC 2007

IDJOB= 333319
IDBENCH= 24601
IDSOLVER= 107
FILE ID= node10/333319-1173510086

PBS_JOBID= 4101117

Free space on /tmp= 66503 MiB

SOLVER NAME= MXC 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/333319-1173510086/mxc /tmp/evaluation/333319-1173510086/instance-333319-1173510086.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-333319-1173510086 -o ROOT/results/node10/solver-333319-1173510086 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333319-1173510086/mxc /tmp/evaluation/333319-1173510086/instance-333319-1173510086.cnf            

META MD5SUM SOLVER= fd459248d3e92e664505cc2f0f683bf4
MD5SUM BENCH=  db9d2b7fba78f1cbe73aba9a1aa51042

RANDOM SEED= 817931873

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1729288 kB
Buffers:         40112 kB
Cached:         202020 kB
SwapCached:       2600 kB
Active:         150836 kB
Inactive:       115072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729288 kB
SwapTotal:     4192956 kB
SwapFree:      4168784 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          31720 kB
Slab:            45808 kB
Committed_AS:  1674976 kB
PageTables:       2060 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= 66503 MiB

End job on node10 on Sat Mar 10 07:04:54 UTC 2007