Trace number 1044618

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
Abscon 112v4 AC? 2.07968 2.13136

General information on the benchmark

Namecsp/allsquares/
normalized-squares-37-37.xml
MD5SUM910e7d5320a57af4b8daccf7478c49bc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size133
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1044618-1215028142.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.57/0.61	     nbVariables=2738  nbDomainTypes=38  minDomainSize=2  maxDomainSize=133  nbTotalValues=13742
0.57/0.61	       =>  wckTime=0.365  cpuTime=0.22  mem=15M688
0.57/0.61	   
0.57/0.61	   predicates being loaded...
0.57/0.66	   
0.57/0.66	   constraints being loaded...
1.84/1.94	     nbConstraints=3333  nbGlobalConstraints=668  nbConvertedConstraints=1  nbConvertConstraintsChecks=100401
1.84/1.94	     nbExtensionStructures=1  nbSharedExtensionStructures=0  nbConflictsStructures=11  nbSharedConflictsStructures=10
1.84/1.94	     nbUnbuiltConflictsStructures=1322  nbSharedBinaryRepresentations=1  nbEvaluationManagers=1332
1.84/1.94	     nbSharedEvaluationManagers=1332  minDegree=2  maxDegree=74  minArity=2  avgArity=3.22  maxArity=37  nbGenerators=0
1.84/1.94	     nbFusions=0  symmetryWckTime=0.263  symmetryCpuTime=0.12
1.84/1.94	       =>  wckTime=1.7  cpuTime=1.2  mem=30M846
1.94/2.05	   
1.94/2.05	   INFO : constraint cumulative not implemented
1.94/2.09	s UNKNOWN

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044618-1215028142/watcher-1044618-1215028142 -o /tmp/evaluation-result-1044618-1215028142/solver-1044618-1215028142 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044618-1215028142.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
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: 2.10 2.03 2.01 4/72 26247
/proc/meminfo: memFree=1812488/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=18572 CPUtime=0
/proc/26247/stat : 26247 (runsolver) R 26245 26247 24973 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1981788582 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26247/statm: 4643 292 257 25 0 2626 0

[startup+0.00882006 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 26247
/proc/meminfo: memFree=1812488/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=1612 CPUtime=0
/proc/26247/stat : 26247 (java) D 26245 26247 24973 0 -1 0 147 0 0 0 0 0 0 0 18 0 1 0 1981788582 1650688 120 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26247/statm: 403 120 95 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.10284 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 26247
/proc/meminfo: memFree=1812488/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=865884 CPUtime=0.08
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 3698 0 1 0 6 2 0 0 18 0 9 0 1981788582 886665216 3170 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216471 3170 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301877 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 26247
/proc/meminfo: memFree=1812488/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=866200 CPUtime=0.28
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 5622 0 1 0 24 4 0 0 18 0 9 0 1981788582 886988800 5036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216550 5036 1903 9 0 211098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866200

[startup+0.701946 s]
/proc/loadavg: 2.10 2.03 2.01 4/72 26247
/proc/meminfo: memFree=1812488/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=867528 CPUtime=0.67
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 9406 0 1 0 62 5 0 0 18 0 9 0 1981788582 888348672 8766 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216882 8766 2010 9 0 211388 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867528

[startup+1.50109 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 26256
/proc/meminfo: memFree=1766400/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=867440 CPUtime=1.46
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 20149 0 1 0 130 16 0 0 18 0 9 0 1981788582 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216860 19482 2011 9 0 211388 0
[pid=26247/tid=26249] ppid=26245 vsize=867440 CPUtime=1.12
/proc/26247/task/26249/stat : 26249 (java) R 26245 26247 24973 0 -1 64 15779 0 1 0 99 13 0 0 25 0 9 0 1981788584 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4127056491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26250] ppid=26245 vsize=867440 CPUtime=0.06
/proc/26247/task/26250/stat : 26250 (java) S 26245 26247 24973 0 -1 64 2990 0 0 0 5 1 0 0 16 0 9 0 1981788585 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26251] ppid=26245 vsize=867440 CPUtime=0
/proc/26247/task/26251/stat : 26251 (java) S 26245 26247 24973 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1981788586 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26252] ppid=26245 vsize=867440 CPUtime=0
/proc/26247/task/26252/stat : 26252 (java) S 26245 26247 24973 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1981788586 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26253] ppid=26245 vsize=867440 CPUtime=0
/proc/26247/task/26253/stat : 26253 (java) S 26245 26247 24973 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1981788588 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26254] ppid=26245 vsize=867440 CPUtime=0.25
/proc/26247/task/26254/stat : 26254 (java) S 26245 26247 24973 0 -1 64 683 0 0 0 24 1 0 0 15 0 9 0 1981788588 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26255] ppid=26245 vsize=867440 CPUtime=0
/proc/26247/task/26255/stat : 26255 (java) S 26245 26247 24973 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1981788588 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26256] ppid=26245 vsize=867440 CPUtime=0
/proc/26247/task/26256/stat : 26256 (java) S 26245 26247 24973 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1981788588 888258560 19482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867440

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

[startup+1.90116 s]
/proc/loadavg: 2.10 2.03 2.01 4/81 26256
/proc/meminfo: memFree=1766400/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=867764 CPUtime=1.84
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 20930 432 1 0 154 23 7 0 18 0 10 0 1981788582 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216941 19557 2021 9 0 211469 0
[pid=26247/tid=26249] ppid=26245 vsize=867764 CPUtime=1.45
/proc/26247/task/26249/stat : 26249 (java) R 26245 26247 24973 0 -1 64 16376 432 1 0 119 19 7 0 23 0 10 0 1981788584 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4126370304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26250] ppid=26245 vsize=867764 CPUtime=0.13
/proc/26247/task/26250/stat : 26250 (java) S 26245 26247 24973 0 -1 64 2990 432 0 0 5 1 7 0 16 0 10 0 1981788585 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26251] ppid=26245 vsize=867764 CPUtime=0.07
/proc/26247/task/26251/stat : 26251 (java) S 26245 26247 24973 0 -1 64 13 432 0 0 0 0 7 0 16 0 10 0 1981788586 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26252] ppid=26245 vsize=867764 CPUtime=0.07
/proc/26247/task/26252/stat : 26252 (java) S 26245 26247 24973 0 -1 64 6 432 0 0 0 0 7 0 16 0 10 0 1981788586 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26253] ppid=26245 vsize=867764 CPUtime=0.07
/proc/26247/task/26253/stat : 26253 (java) S 26245 26247 24973 0 -1 64 1 432 0 0 0 0 7 0 18 0 10 0 1981788588 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26254] ppid=26245 vsize=867764 CPUtime=0.36
/proc/26247/task/26254/stat : 26254 (java) S 26245 26247 24973 0 -1 64 743 432 0 0 28 1 7 0 15 0 10 0 1981788588 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26255] ppid=26245 vsize=867764 CPUtime=0.07
/proc/26247/task/26255/stat : 26255 (java) S 26245 26247 24973 0 -1 64 1 432 0 0 0 0 7 0 19 0 10 0 1981788588 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26256] ppid=26245 vsize=867764 CPUtime=0.07
/proc/26247/task/26256/stat : 26256 (java) S 26245 26247 24973 0 -1 64 5 432 0 0 0 0 7 0 15 0 10 0 1981788588 888590336 19557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 867764

[startup+2.10219 s]
/proc/loadavg: 2.10 2.03 2.01 2/81 26260
/proc/meminfo: memFree=1733120/2055920 swapFree=4180540/4192956
[pid=26247] ppid=26245 vsize=867896 CPUtime=2.05
/proc/26247/stat : 26247 (java) S 26245 26247 24973 0 -1 0 28760 555 1 0 172 25 7 1 18 0 9 0 1981788582 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26247/statm: 216974 22247 2615 9 0 211502 0
[pid=26247/tid=26249] ppid=26245 vsize=867896 CPUtime=1.5
/proc/26247/task/26249/stat : 26249 (java) S 26245 26247 24973 0 -1 64 16961 555 1 0 122 20 7 1 23 0 9 0 1981788584 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26250] ppid=26245 vsize=867896 CPUtime=0.29
/proc/26247/task/26250/stat : 26250 (java) S 26245 26247 24973 0 -1 64 10135 555 0 0 19 2 7 1 17 0 9 0 1981788585 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26251] ppid=26245 vsize=867896 CPUtime=0.08
/proc/26247/task/26251/stat : 26251 (java) S 26245 26247 24973 0 -1 64 17 555 0 0 0 0 7 1 16 0 9 0 1981788586 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26252] ppid=26245 vsize=867896 CPUtime=0.08
/proc/26247/task/26252/stat : 26252 (java) S 26245 26247 24973 0 -1 64 12 555 0 0 0 0 7 1 16 0 9 0 1981788586 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26253] ppid=26245 vsize=867896 CPUtime=0.08
/proc/26247/task/26253/stat : 26253 (java) S 26245 26247 24973 0 -1 64 1 555 0 0 0 0 7 1 18 0 9 0 1981788588 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26254] ppid=26245 vsize=867896 CPUtime=0.39
/proc/26247/task/26254/stat : 26254 (java) S 26245 26247 24973 0 -1 64 828 555 0 0 30 1 7 1 15 0 9 0 1981788588 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26255] ppid=26245 vsize=867896 CPUtime=0.08
/proc/26247/task/26255/stat : 26255 (java) S 26245 26247 24973 0 -1 64 1 555 0 0 0 0 7 1 19 0 9 0 1981788588 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26247/tid=26256] ppid=26245 vsize=867896 CPUtime=0.08
/proc/26247/task/26256/stat : 26256 (java) S 26245 26247 24973 0 -1 64 7 555 0 0 0 0 7 1 15 0 9 0 1981788588 888725504 22247 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 867896

Child status: 0
Real time (s): 2.13136
CPU time (s): 2.07968
CPU user time (s): 1.79673
CPU system time (s): 0.282956
CPU usage (%): 97.5751
Max. virtual memory (cumulated for all children) (KiB): 867896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79673
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29345
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1359
involuntary context switches= 1307

runsolver used 0.007998 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-02 21:49:02
IDJOB=1044618
IDBENCH=53886
IDSOLVER=363
FILE ID=node18/1044618-1215028142
PBS_JOBID= 7874433
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-37-37.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044618-1215028142/watcher-1044618-1215028142 -o /tmp/evaluation-result-1044618-1215028142/solver-1044618-1215028142 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044618-1215028142.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910e7d5320a57af4b8daccf7478c49bc
RANDOM SEED=559251582

node18.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.268
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.268
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:       1812904 kB
Buffers:         26932 kB
Cached:         149980 kB
SwapCached:       6280 kB
Active:         119344 kB
Inactive:        69136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812904 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          19352 kB
Slab:            39888 kB
Committed_AS:  3429272 kB
PageTables:       1688 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= 66548 MiB
End job on node18 at 2008-07-02 21:49:04