Trace number 2079899

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 338.663 341.673

DiagnosticValue
ASSIGNMENTS905

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-193_ext.xml
MD5SUMd791dec87b10526615a0084f40824770
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 benchmark2.49862
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.18/0.20	c Seed is 420406645
0.18/0.20	c Constructing HOME/instance-2079899-1247717171.xml  with 3839 constraints
0.18/0.20	c Solving 905 backtracks 8 restarts
338.57/341.67	s SATISFIABLE
338.57/341.67	c V0=13, V1=16, V2=20, V3=24, V4=1, V5=13, V6=19, V7=7, V8=15, V9=29, V10=11, V11=1, V12=16, V13=6, V14=2, V15=0, V16=10, V17=19, V18=6, V19=10, V20=7, V21=1, V22=5, V23=4, V24=17, V25=1, V26=9, V27=6, V28=18, V29=0, V30=8, V31=15, V32=3, V33=2, V34=14, V35=22, V36=12, V37=1, V38=4, V39=32, V40=40, V41=53, V42=60, V43=89, V44=90, V45=96, V46=96, V47=115, V48=125, V49=126, V50=130, V51=131, V52=137, V53=137, V54=152, V55=154, V56=176, V57=177, V58=209, V59=209, V60=0, 
338.57/341.67	v 13 16 20 24 1 13 19 7 15 29 11 1 16 6 2 0 10 19 6 10 7 1 5 4 17 1 9 6 18 0 8 15 3 2 14 22 12 1 4 32 40 53 60 89 90 96 96 115 125 126 130 131 137 137 152 154 176 177 209 209 0 
338.57/341.67	d ASSIGNMENTS 905

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-2079899-1247717171/watcher-2079899-1247717171 -o /tmp/evaluation-result-2079899-1247717171/solver-2079899-1247717171 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 420406645 HOME/instance-2079899-1247717171.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.00 2.00 2.00 4/82 18110
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=5356 CPUtime=0
/proc/18110/stat : 18110 (pcssolve) R 18108 18110 17421 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 58784657 5484544 236 996147200 4194304 4889804 548682068800 18446744073709551615 4715160 0 0 4100 65536 0 0 0 17 1 0 0
/proc/18110/statm: 1339 236 197 169 0 50 0

[startup+0.0726411 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18110
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=5148 CPUtime=0.05
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 955 878 0 0 5 0 0 0 18 0 1 0 58784657 5271552 586 996147200 134512640 135215973 4294956320 18446744073709551615 134695780 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1287 586 384 171 0 212 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5148

[startup+0.102646 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18110
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=5728 CPUtime=0.08
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1053 878 0 0 8 0 0 0 18 0 1 0 58784657 5865472 619 996147200 134512640 135215973 4294956320 18446744073709551615 11357900 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1432 619 390 171 0 357 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5728

[startup+0.302677 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18110
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=0.27
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1383 878 0 0 27 0 0 0 19 0 1 0 58784657 6684672 944 996147200 134512640 135215973 4294956320 18446744073709551615 135020293 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 944 406 171 0 557 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6528

[startup+0.701739 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 18110
/proc/meminfo: memFree=1461272/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=0.67
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1384 878 0 0 67 0 0 0 23 0 1 0 58784657 6684672 945 996147200 134512640 135215973 4294956320 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 945 406 171 0 557 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6528

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458960/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=1.46
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1385 878 0 0 146 0 0 0 25 0 1 0 58784657 6684672 946 996147200 134512640 135215973 4294956320 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 946 406 171 0 557 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6528

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458832/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=3.05
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1386 878 0 0 305 0 0 0 25 0 1 0 58784657 6684672 947 996147200 134512640 135215973 4294956320 18446744073709551615 135020412 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 947 406 171 0 557 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6528

[startup+6.30164 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458768/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=6.22
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1395 878 0 0 622 0 0 0 25 0 1 0 58784657 6684672 956 996147200 134512640 135215973 4294956320 18446744073709551615 4158960136 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 956 406 171 0 557 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 6528

[startup+12.7017 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458640/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6528 CPUtime=12.57
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1409 878 0 0 1257 0 0 0 25 0 1 0 58784657 6684672 970 996147200 134512640 135215973 4294956320 18446744073709551615 135026880 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1632 970 406 171 0 557 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 6528

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458512/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=6792 CPUtime=25.25
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1459 878 0 0 2525 0 0 0 25 0 1 0 58784657 6955008 1020 996147200 134512640 135215973 4294956320 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1698 1020 406 171 0 623 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 6792

[startup+51.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1458000/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=7320 CPUtime=50.62
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1582 878 0 0 5062 0 0 0 25 0 1 0 58784657 7495680 1143 996147200 134512640 135215973 4294956320 18446744073709551615 135020320 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 1830 1143 406 171 0 755 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 7320

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1457296/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=8104 CPUtime=101.37
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1787 878 0 0 10137 0 0 0 25 0 1 0 58784657 8298496 1315 996147200 134512640 135215973 4294956320 18446744073709551615 134600341 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2026 1315 406 171 0 951 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 8104

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1456464/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=8896 CPUtime=160.83
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 1986 878 0 0 16083 0 0 0 25 0 1 0 58784657 9109504 1514 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2224 1514 406 171 0 1149 0
Current children cumulated CPU time (s) 160.83
Current children cumulated vsize (KiB) 8896

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1455504/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=9812 CPUtime=220.32
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2232 878 0 0 22031 1 0 0 25 0 1 0 58784657 10047488 1727 996147200 134512640 135215973 4294956320 18446744073709551615 135026900 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2453 1727 406 171 0 1378 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 9812

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1454544/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=10604 CPUtime=279.79
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2450 878 0 0 27978 1 0 0 25 0 1 0 58784657 10858496 1945 996147200 134512640 135215973 4294956320 18446744073709551615 135020303 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2651 1945 406 171 0 1576 0
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (KiB) 10604

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

[startup+307.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1454160/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11000 CPUtime=304.37
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2557 878 0 0 30436 1 0 0 25 0 1 0 58784657 11264000 2052 996147200 134512640 135215973 4294956320 18446744073709551615 134583239 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2750 2052 406 171 0 1675 0
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (KiB) 11000

[startup+319.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453968/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11264 CPUtime=317.06
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2618 878 0 0 31705 1 0 0 25 0 1 0 58784657 11534336 2113 996147200 134512640 135215973 4294956320 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2816 2113 406 171 0 1741 0
Current children cumulated CPU time (s) 317.06
Current children cumulated vsize (KiB) 11264

[startup+332.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453776/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11528 CPUtime=329.75
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2671 878 0 0 32974 1 0 0 25 0 1 0 58784657 11804672 2166 996147200 134512640 135215973 4294956320 18446744073709551615 134597390 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2882 2166 406 171 0 1807 0
Current children cumulated CPU time (s) 329.75
Current children cumulated vsize (KiB) 11528

[startup+335.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453712/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11528 CPUtime=332.92
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2685 878 0 0 33291 1 0 0 25 0 1 0 58784657 11804672 2180 996147200 134512640 135215973 4294956320 18446744073709551615 135026911 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2882 2180 406 171 0 1807 0
Current children cumulated CPU time (s) 332.92
Current children cumulated vsize (KiB) 11528

[startup+339.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453712/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11528 CPUtime=336.09
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2692 878 0 0 33608 1 0 0 25 0 1 0 58784657 11804672 2187 996147200 134512640 135215973 4294956320 18446744073709551615 135020320 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2882 2187 406 171 0 1807 0
Current children cumulated CPU time (s) 336.09
Current children cumulated vsize (KiB) 11528

[startup+340.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453648/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11660 CPUtime=337.68
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2706 878 0 0 33767 1 0 0 25 0 1 0 58784657 11939840 2201 996147200 134512640 135215973 4294956320 18446744073709551615 135020311 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2915 2201 406 171 0 1840 0
Current children cumulated CPU time (s) 337.68
Current children cumulated vsize (KiB) 11660

[startup+341.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453648/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11660 CPUtime=338.08
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2706 878 0 0 33807 1 0 0 25 0 1 0 58784657 11939840 2201 996147200 134512640 135215973 4294956320 18446744073709551615 135026864 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2915 2201 406 171 0 1840 0
Current children cumulated CPU time (s) 338.08
Current children cumulated vsize (KiB) 11660

[startup+341.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453648/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11660 CPUtime=338.47
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2706 878 0 0 33846 1 0 0 25 0 1 0 58784657 11939840 2201 996147200 134512640 135215973 4294956320 18446744073709551615 134583244 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2915 2201 406 171 0 1840 0
Current children cumulated CPU time (s) 338.47
Current children cumulated vsize (KiB) 11660

[startup+341.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 18115
/proc/meminfo: memFree=1453648/2055920 swapFree=4192812/4192956
[pid=18110] ppid=18108 vsize=11660 CPUtime=338.57
/proc/18110/stat : 18110 (pcs.big) R 18108 18110 17421 0 -1 4194304 2706 878 0 0 33856 1 0 0 25 0 1 0 58784657 11939840 2201 996147200 134512640 135215973 4294956320 18446744073709551615 134583247 0 0 4096 0 0 0 0 17 1 0 0
/proc/18110/statm: 2915 2201 406 171 0 1840 0
Current children cumulated CPU time (s) 338.57
Current children cumulated vsize (KiB) 11660

Child status: 0
Real time (s): 341.673
CPU time (s): 338.663
CPU user time (s): 338.638
CPU system time (s): 0.024996
CPU usage (%): 99.119
Max. virtual memory (cumulated for all children) (KiB): 11660

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

runsolver used 0.402938 second user time and 0.939857 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-16 06:06:11
IDJOB=2079899
IDBENCH=56969
IDSOLVER=734
FILE ID=node3/2079899-1247717171
PBS_JOBID= 9521435
Free space on /tmp= 66404 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-193_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079899-1247717171/watcher-2079899-1247717171 -o /tmp/evaluation-result-2079899-1247717171/solver-2079899-1247717171 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 420406645 HOME/instance-2079899-1247717171.xml

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

MD5SUM BENCH= d791dec87b10526615a0084f40824770
RANDOM SEED=420406645

node3.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.259
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.259
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:       1461752 kB
Buffers:         67968 kB
Cached:         206548 kB
SwapCached:          0 kB
Active:         317580 kB
Inactive:       206012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         269488 kB
Slab:            55300 kB
Committed_AS:  1007100 kB
PageTables:       2264 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= 66400 MiB
End job on node3 at 2009-07-16 06:11:53