Trace number 2079613

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
pcs-restart 0.3.2SAT 470.039 473.93

DiagnosticValue
ASSIGNMENTS143828

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-49_ext.xml
MD5SUM25720c36732239b7436c9971631f16ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.474
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.00/0.04	c Seed is 1931057100
0.00/0.04	c Constructing HOME/instance-2079613-1247716870.xml  with 57 constraints
0.36/0.44	c Solving 143828 backtracks 20 restarts
469.98/473.92	s SATISFIABLE
469.98/473.92	c V0=4, V1=14, V2=3, V3=10, V4=6, V5=2, V6=15, V7=2, V8=14, V9=3, V10=10, V11=1, V12=19, V13=6, V14=1, V15=6, V16=2, V17=15, V18=6, V19=7, 
469.98/473.92	v 4 14 3 10 6 2 15 2 14 3 10 1 19 6 1 6 2 15 6 7 
469.98/473.92	d ASSIGNMENTS 143828

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079613-1247716870/watcher-2079613-1247716870 -o /tmp/evaluation-result-2079613-1247716870/solver-2079613-1247716870 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1931057100 HOME/instance-2079613-1247716870.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 15126
/proc/meminfo: memFree=1403888/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=5260 CPUtime=0
/proc/15126/stat : 15126 (pcssolve) R 15124 15126 14325 0 -1 4194304 69 0 0 0 0 0 0 0 20 0 1 0 58747360 5386240 52 996147200 4194304 4889804 548682068800 18446744073709551615 224624968656 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 1315 52 38 169 0 14 0

[startup+0.105059 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 15126
/proc/meminfo: memFree=1403888/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=5372 CPUtime=0.07
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 949 822 0 0 7 0 0 0 18 0 1 0 58747360 5500928 558 996147200 134512640 135095119 4294956304 18446744073709551615 134979262 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 1343 558 375 142 0 297 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5372

[startup+0.201072 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 15126
/proc/meminfo: memFree=1403888/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=6736 CPUtime=0.17
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1116 822 0 0 17 0 0 0 18 0 1 0 58747360 6897664 725 996147200 134512640 135095119 4294956304 18446744073709551615 134694264 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 1684 725 375 142 0 638 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6736

[startup+0.301087 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 15126
/proc/meminfo: memFree=1403888/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=8088 CPUtime=0.26
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1296 822 0 0 26 0 0 0 19 0 1 0 58747360 8282112 905 996147200 134512640 135095119 4294956304 18446744073709551615 134739383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2022 905 375 142 0 976 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8088

[startup+0.701145 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 15126
/proc/meminfo: memFree=1403888/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=9980 CPUtime=0.66
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1562 822 0 0 66 0 0 0 23 0 1 0 58747360 10219520 1171 996147200 134512640 135095119 4294956304 18446744073709551615 134918129 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2495 1171 389 142 0 1449 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9980

[startup+1.50126 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1400680/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=9980 CPUtime=1.45
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1566 822 0 0 145 0 0 0 25 0 1 0 58747360 10219520 1175 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2495 1175 389 142 0 1449 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9980

[startup+3.10149 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1400488/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=10112 CPUtime=3.04
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1596 822 0 0 304 0 0 0 25 0 1 0 58747360 10354688 1205 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2528 1205 389 142 0 1482 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10112

[startup+6.30194 s]
/proc/loadavg: 2.07 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1400168/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=10240 CPUtime=6.21
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1670 822 0 0 621 0 0 0 25 0 1 0 58747360 10485760 1246 996147200 134512640 135095119 4294956304 18446744073709551615 134918260 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2560 1246 389 142 0 1514 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10240

[startup+12.7019 s]
/proc/loadavg: 2.06 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1399400/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=10628 CPUtime=12.57
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 1847 822 0 0 1256 1 0 0 25 0 1 0 58747360 10883072 1358 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2657 1358 389 142 0 1611 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 10628

[startup+25.5017 s]
/proc/loadavg: 2.05 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1398504/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=11268 CPUtime=25.27
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 2235 822 0 0 2526 1 0 0 25 0 1 0 58747360 11538432 1584 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 2817 1584 389 142 0 1771 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 11268

[startup+51.1013 s]
/proc/loadavg: 2.03 2.02 2.00 3/73 15132
/proc/meminfo: memFree=1395944/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=12548 CPUtime=50.66
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 3000 822 0 0 5064 2 0 0 25 0 1 0 58747360 12849152 2027 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 3137 2027 389 142 0 2091 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 12548

[startup+102.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 15132
/proc/meminfo: memFree=1390632/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=15892 CPUtime=101.47
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 4548 822 0 0 10143 4 0 0 25 0 1 0 58747360 16273408 2933 996147200 134512640 135095119 4294956304 18446744073709551615 134918069 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 3973 2933 389 142 0 2927 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 15892

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1384488/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=19156 CPUtime=160.97
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 5879 822 0 0 16092 5 0 0 25 0 1 0 58747360 19615744 3974 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 4789 3974 389 142 0 3743 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 19156

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1371816/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=30432 CPUtime=220.5
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 9308 822 0 0 22043 7 0 0 25 0 1 0 58747360 31162368 5800 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 7608 5800 389 142 0 6562 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 30432

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1368360/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=30820 CPUtime=280
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 9930 822 0 0 27993 7 0 0 25 0 1 0 58747360 31559680 6422 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 7705 6422 389 142 0 6659 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 30820

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1362280/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=41484 CPUtime=339.51
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 13083 822 0 0 33941 10 0 0 25 0 1 0 58747360 42479616 7526 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 10371 7526 389 142 0 9325 0
Current children cumulated CPU time (s) 339.51
Current children cumulated vsize (KiB) 41484

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1356200/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=43832 CPUtime=398.99
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 14194 822 0 0 39889 10 0 0 25 0 1 0 58747360 44883968 8637 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 10958 8637 389 142 0 9912 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 43832

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1346280/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=458.49
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17440 822 0 0 45836 13 0 0 25 0 1 0 58747360 56098816 10858 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10858 389 142 0 12650 0
Current children cumulated CPU time (s) 458.49
Current children cumulated vsize (KiB) 54784

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

[startup+467.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1346024/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=463.34
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17482 822 0 0 46321 13 0 0 25 0 1 0 58747360 56098816 10900 996147200 134512640 135095119 4294956304 18446744073709551615 134617647 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10900 389 142 0 12650 0
Current children cumulated CPU time (s) 463.34
Current children cumulated vsize (KiB) 54784

[startup+470.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345896/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=466.51
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17511 822 0 0 46638 13 0 0 25 0 1 0 58747360 56098816 10929 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10929 389 142 0 12650 0
Current children cumulated CPU time (s) 466.51
Current children cumulated vsize (KiB) 54784

[startup+472.006 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345768/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=468.1
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17524 822 0 0 46797 13 0 0 25 0 1 0 58747360 56098816 10942 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10942 389 142 0 12650 0
Current children cumulated CPU time (s) 468.1
Current children cumulated vsize (KiB) 54784

[startup+472.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345768/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=468.89
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17530 822 0 0 46876 13 0 0 25 0 1 0 58747360 56098816 10948 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10948 389 142 0 12650 0
Current children cumulated CPU time (s) 468.89
Current children cumulated vsize (KiB) 54784

[startup+473.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345768/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=469.68
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17537 822 0 0 46955 13 0 0 25 0 1 0 58747360 56098816 10955 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10955 389 142 0 12650 0
Current children cumulated CPU time (s) 469.68
Current children cumulated vsize (KiB) 54784

[startup+473.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345768/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=54784 CPUtime=469.88
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17540 822 0 0 46975 13 0 0 25 0 1 0 58747360 56098816 10958 996147200 134512640 135095119 4294956304 18446744073709551615 134587131 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 13696 10958 389 142 0 12650 0
Current children cumulated CPU time (s) 469.88
Current children cumulated vsize (KiB) 54784

[startup+473.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15132
/proc/meminfo: memFree=1345768/2055920 swapFree=4192812/4192956
[pid=15126] ppid=15124 vsize=30200 CPUtime=469.98
/proc/15126/stat : 15126 (pcs.small) R 15124 15126 14325 0 -1 4194304 17540 822 0 0 46985 13 0 0 25 0 1 0 58747360 30924800 6896 996147200 134512640 135095119 4294956304 18446744073709551615 4239367 0 0 4096 0 0 0 0 17 1 0 0
/proc/15126/statm: 7550 6896 389 142 0 6504 0
Current children cumulated CPU time (s) 469.98
Current children cumulated vsize (KiB) 30200

Child status: 0
Real time (s): 473.93
CPU time (s): 470.039
CPU user time (s): 469.89
CPU system time (s): 0.148977
CPU usage (%): 99.1789
Max. virtual memory (cumulated for all children) (KiB): 54784

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

runsolver used 0.596909 second user time and 1.3228 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-16 06:01:10
IDJOB=2079613
IDBENCH=56926
IDSOLVER=734
FILE ID=node49/2079613-1247716870
PBS_JOBID= 9521444
Free space on /tmp= 66372 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-49_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079613-1247716870/watcher-2079613-1247716870 -o /tmp/evaluation-result-2079613-1247716870/solver-2079613-1247716870 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1931057100 HOME/instance-2079613-1247716870.xml

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

MD5SUM BENCH= 25720c36732239b7436c9971631f16ab
RANDOM SEED=1931057100

node49.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.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:       1404368 kB
Buffers:         56952 kB
Cached:         491128 kB
SwapCached:          0 kB
Active:         152944 kB
Inactive:       436364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          52728 kB
Slab:            47368 kB
Committed_AS:   560916 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node49 at 2009-07-16 06:09:04