Trace number 198361

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
CSPtoSAT+minisat 0.3UNSAT 957.866 958.156

General information on the benchmark

Namepigeons/
pigeons-12.xml
MD5SUMe5056520269618c2f722160091f6a04a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.37049
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables12
Number of constraints66
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension66
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
0.01	c ...done
0.01	c #SATvar=374 #SATclauses=708 #CSPpredicates=66
958.15	c SAT problem is solved
958.15	restarts              : 29
958.15	conflicts             : 18960141       (19795 /sec)
958.15	decisions             : 19364888       (1.03 % random) (20217 /sec)
958.15	propagations          : 657448808      (686389 /sec)
958.15	conflict literals     : 688510181      (5.87 % deleted)
958.15	Memory used           : 8.21 MB
958.15	CPU time              : 957.836 s
958.15	
958.15	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node56/watcher-198361-1168053575 -o ROOT/results/node56/solver-198361-1168053575 -C 1800 -M 900 /tmp/evaluation/198361-1168053575/CSPtoSAT+minisat /tmp/evaluation/198361-1168053575/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.85 2.07 2.16 4/68 1278
/proc/meminfo: memFree=1269072/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=6696 CPUtime=0
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 427 0 0 0 0 0 0 0 18 0 1 0 153756009 6856704 406 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 9997176 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1674 406 366 52 0 30 0

[startup+0.10325 s]
/proc/loadavg: 1.85 2.07 2.16 4/68 1278
/proc/meminfo: memFree=1269072/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=6920 CPUtime=0.1
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 860 0 0 0 10 0 0 0 18 0 1 0 153756009 7086080 818 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687436 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1730 818 719 52 0 98 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6920

[startup+0.511289 s]
/proc/loadavg: 1.85 2.07 2.16 4/68 1278
/proc/meminfo: memFree=1269072/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=6920 CPUtime=0.5
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 875 0 0 0 50 0 0 0 21 0 1 0 153756009 7086080 833 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671588 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1730 833 719 52 0 98 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6920

[startup+1.33137 s]
/proc/loadavg: 1.78 2.05 2.16 2/68 1279
/proc/meminfo: memFree=1270544/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=6920 CPUtime=1.32
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 888 0 0 0 132 0 0 0 25 0 1 0 153756009 7086080 846 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1730 846 719 52 0 98 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6920

[startup+2.96753 s]
/proc/loadavg: 1.78 2.05 2.16 2/68 1279
/proc/meminfo: memFree=1270480/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7052 CPUtime=2.96
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 901 0 0 0 296 0 0 0 25 0 1 0 153756009 7221248 859 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134674189 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1763 859 719 52 0 131 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7052

[startup+6.24885 s]
/proc/loadavg: 1.72 2.04 2.15 2/68 1279
/proc/meminfo: memFree=1270416/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7052 CPUtime=6.24
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 923 0 0 0 624 0 0 0 25 0 1 0 153756009 7221248 881 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134672980 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1763 881 719 52 0 131 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7052

[startup+12.6995 s]
/proc/loadavg: 1.66 2.02 2.14 2/68 1279
/proc/meminfo: memFree=1270296/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7172 CPUtime=12.69
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 942 0 0 0 1269 0 0 0 25 0 1 0 153756009 7344128 900 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134674351 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1793 900 719 52 0 161 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7172

[startup+25.5057 s]
/proc/loadavg: 1.56 1.98 2.13 2/68 1279
/proc/meminfo: memFree=1270232/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7292 CPUtime=25.49
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 971 0 0 0 2549 0 0 0 25 0 1 0 153756009 7467008 929 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134672996 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1823 929 719 52 0 191 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7292

[startup+51.1162 s]
/proc/loadavg: 1.34 1.89 2.09 2/68 1302
/proc/meminfo: memFree=1267352/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7416 CPUtime=51.07
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1002 0 0 0 5106 1 0 0 25 0 1 0 153756009 7593984 960 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671266 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1854 960 719 52 0 222 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7416

[startup+102.395 s]
/proc/loadavg: 1.71 1.90 2.09 3/73 1307
/proc/meminfo: memFree=1254192/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7660 CPUtime=102.33
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1048 0 0 0 10232 1 0 0 25 0 1 0 153756009 7843840 1006 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1915 1006 719 52 0 283 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 7660

[startup+162.396 s]
/proc/loadavg: 1.89 1.92 2.08 3/73 1307
/proc/meminfo: memFree=1251696/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7776 CPUtime=162.32
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1084 0 0 0 16231 1 0 0 25 0 1 0 153756009 7962624 1042 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134679724 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1944 1042 719 52 0 312 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 7776

[startup+222.399 s]
/proc/loadavg: 1.96 1.93 2.07 3/73 1307
/proc/meminfo: memFree=1249392/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7892 CPUtime=222.3
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1110 0 0 0 22229 1 0 0 25 0 1 0 153756009 8081408 1068 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1973 1068 719 52 0 341 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 7892

[startup+282.492 s]
/proc/loadavg: 1.98 1.94 2.07 3/73 1307
/proc/meminfo: memFree=1247280/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=7892 CPUtime=282.38
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1131 0 0 0 28236 2 0 0 25 0 1 0 153756009 8081408 1089 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671374 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 1973 1089 719 52 0 341 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 7892

[startup+342.589 s]
/proc/loadavg: 2.05 1.96 2.07 3/73 1307
/proc/meminfo: memFree=1245360/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8000 CPUtime=342.46
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1148 0 0 0 34244 2 0 0 25 0 1 0 153756009 8192000 1106 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671356 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2000 1106 719 52 0 368 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 8000

[startup+402.686 s]
/proc/loadavg: 2.02 1.97 2.06 3/73 1307
/proc/meminfo: memFree=1243376/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8112 CPUtime=402.54
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1165 0 0 0 40252 2 0 0 25 0 1 0 153756009 8306688 1123 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2028 1123 719 52 0 396 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 8112

[startup+462.784 s]
/proc/loadavg: 2.00 1.97 2.06 3/73 1307
/proc/meminfo: memFree=1241776/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8112 CPUtime=462.62
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1178 0 0 0 46260 2 0 0 25 0 1 0 153756009 8306688 1136 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671391 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2028 1136 719 52 0 396 0
Current children cumulated CPU time (s) 462.62
Current children cumulated vsize (KiB) 8112

[startup+522.873 s]
/proc/loadavg: 2.00 1.97 2.05 3/73 1307
/proc/meminfo: memFree=1241584/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8164 CPUtime=522.69
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1196 0 0 0 52267 2 0 0 25 0 1 0 153756009 8359936 1154 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671386 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2041 1154 719 52 0 409 0
Current children cumulated CPU time (s) 522.69
Current children cumulated vsize (KiB) 8164

[startup+582.962 s]
/proc/loadavg: 2.00 1.97 2.04 3/73 1307
/proc/meminfo: memFree=1241456/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8280 CPUtime=582.76
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1205 0 0 0 58274 2 0 0 25 0 1 0 153756009 8478720 1163 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2070 1163 719 52 0 438 0
Current children cumulated CPU time (s) 582.76
Current children cumulated vsize (KiB) 8280

[startup+643.055 s]
/proc/loadavg: 2.00 1.97 2.04 3/73 1307
/proc/meminfo: memFree=1241392/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8280 CPUtime=642.84
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1211 0 0 0 64282 2 0 0 25 0 1 0 153756009 8478720 1169 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134672971 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2070 1169 719 52 0 438 0
Current children cumulated CPU time (s) 642.84
Current children cumulated vsize (KiB) 8280

[startup+703.149 s]
/proc/loadavg: 2.00 1.97 2.03 3/73 1307
/proc/meminfo: memFree=1241392/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8280 CPUtime=702.92
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1222 0 0 0 70290 2 0 0 25 0 1 0 153756009 8478720 1180 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687636 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2070 1180 719 52 0 438 0
Current children cumulated CPU time (s) 702.92
Current children cumulated vsize (KiB) 8280

[startup+763.237 s]
/proc/loadavg: 2.00 1.97 2.03 3/73 1307
/proc/meminfo: memFree=1241328/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8280 CPUtime=762.99
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1229 0 0 0 76297 2 0 0 25 0 1 0 153756009 8478720 1187 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671376 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2070 1187 719 52 0 438 0
Current children cumulated CPU time (s) 762.99
Current children cumulated vsize (KiB) 8280

[startup+823.326 s]
/proc/loadavg: 2.00 1.97 2.02 3/73 1307
/proc/meminfo: memFree=1241264/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8404 CPUtime=823.06
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1235 0 0 0 82304 2 0 0 25 0 1 0 153756009 8605696 1193 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671294 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2101 1193 719 52 0 469 0
Current children cumulated CPU time (s) 823.06
Current children cumulated vsize (KiB) 8404

[startup+883.421 s]
/proc/loadavg: 2.07 1.99 2.02 3/73 1307
/proc/meminfo: memFree=1241136/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8404 CPUtime=883.14
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1255 0 0 0 88312 2 0 0 25 0 1 0 153756009 8605696 1213 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2101 1213 719 52 0 469 0
Current children cumulated CPU time (s) 883.14
Current children cumulated vsize (KiB) 8404

[startup+943.51 s]
/proc/loadavg: 2.02 1.99 2.02 3/73 1307
/proc/meminfo: memFree=1241136/2055920 swapFree=4184772/4192956
[pid=1277] ppid=1271 vsize=8404 CPUtime=943.21
/proc/1277/stat : 1277 (CSPtoSAT+minisa) R 1271 1277 31314 0 -1 4194304 1257 0 0 0 94319 2 0 0 25 0 1 0 153756009 8605696 1215 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671277 0 0 4096 0 0 0 0 17 1 0 0
/proc/1277/statm: 2101 1215 719 52 0 469 0
Current children cumulated CPU time (s) 943.21
Current children cumulated vsize (KiB) 8404

Child status: 0
Real time (s): 958.156
CPU time (s): 957.866
CPU user time (s): 957.836
CPU system time (s): 0.029995
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 8412

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

runsolver used 0.901862 s user time and 2.50362 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 03:19:37 UTC 2007


IDJOB= 198361
IDBENCH= 3550
FILE ID= node56/198361-1168053575

PBS_JOBID= 3475468

Free space on /tmp= 66519 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-12.xml
COMMAND LINE= /tmp/evaluation/198361-1168053575/CSPtoSAT+minisat /tmp/evaluation/198361-1168053575/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-198361-1168053575 -o ROOT/results/node56/solver-198361-1168053575 -C 1800 -M 900  /tmp/evaluation/198361-1168053575/CSPtoSAT+minisat /tmp/evaluation/198361-1168053575/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  e5056520269618c2f722160091f6a04a

RANDOM SEED= 620697575

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1227912 kB
Buffers:         62036 kB
Cached:         629276 kB
SwapCached:       2424 kB
Active:         145772 kB
Inactive:       603572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227912 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          65968 kB
Slab:            64100 kB
Committed_AS:  2689112 kB
PageTables:       1908 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= 66519 MiB



End job on node56 on Sat Jan  6 03:35:37 UTC 2007