Trace number 2079612

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 0.3.2SAT 472.078 476.174

DiagnosticValue
ASSIGNMENTS155429

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.07/0.20	c Seed is 237942402
0.07/0.20	c Constructing HOME/instance-2079612-1247716869.xml  with 57 constraints
0.37/0.41	c Solving 155429 backtracks 20 restarts
471.98/476.17	s SATISFIABLE
471.98/476.17	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, 
471.98/476.17	v 4 14 3 10 6 2 15 2 14 3 10 1 19 6 1 6 2 15 6 7 
471.98/476.17	d ASSIGNMENTS 155429

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-2079612-1247716869/watcher-2079612-1247716869 -o /tmp/evaluation-result-2079612-1247716869/solver-2079612-1247716869 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 237942402 HOME/instance-2079612-1247716869.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.10 2.07 2.02 4/72 19196
/proc/meminfo: memFree=1506684/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=5356 CPUtime=0
/proc/19196/stat : 19196 (pcssolve) R 19194 19196 17142 0 -1 4194304 309 317 0 0 0 0 0 0 16 0 1 0 58751623 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19196/statm: 1339 242 201 169 0 50 0
[pid=19199] ppid=19196 vsize=3680 CPUtime=0
/proc/19199/stat : 19199 (fgrep) R 19196 19196 17142 0 -1 4194304 155 0 0 0 0 0 0 0 16 0 1 0 58751624 3768320 123 996147200 4194304 4274172 548682068976 18446744073709551615 256365002834 0 0 4096 0 0 0 0 17 1 0 0
/proc/19199/statm: 920 123 94 19 0 44 0

[startup+0.08724 s]
/proc/loadavg: 2.10 2.07 2.02 4/72 19196
/proc/meminfo: memFree=1506684/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=5240 CPUtime=0.06
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 946 822 0 0 6 0 0 0 18 0 1 0 58751623 5365760 555 996147200 134512640 135095119 4294956304 18446744073709551615 134934385 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 1310 555 375 142 0 264 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5240

[startup+0.101237 s]
/proc/loadavg: 2.10 2.07 2.02 4/72 19196
/proc/meminfo: memFree=1506684/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=5520 CPUtime=0.07
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 972 822 0 0 7 0 0 0 18 0 1 0 58751623 5652480 581 996147200 134512640 135095119 4294956304 18446744073709551615 10726997 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 1380 581 375 142 0 334 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5520

[startup+0.301261 s]
/proc/loadavg: 2.10 2.07 2.02 4/72 19196
/proc/meminfo: memFree=1506684/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=8476 CPUtime=0.27
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1348 822 0 0 27 0 0 0 20 0 1 0 58751623 8679424 957 996147200 134512640 135095119 4294956304 18446744073709551615 134739360 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2119 957 375 142 0 1073 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8476

[startup+0.701305 s]
/proc/loadavg: 2.10 2.07 2.02 4/72 19196
/proc/meminfo: memFree=1506684/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=9980 CPUtime=0.67
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1562 822 0 0 67 0 0 0 23 0 1 0 58751623 10219520 1171 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2495 1171 389 142 0 1449 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9980

[startup+1.50139 s]
/proc/loadavg: 2.09 2.07 2.02 3/73 19202
/proc/meminfo: memFree=1503156/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=9980 CPUtime=1.46
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1566 822 0 0 146 0 0 0 25 0 1 0 58751623 10219520 1175 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2495 1175 389 142 0 1449 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9980

[startup+3.10156 s]
/proc/loadavg: 2.09 2.07 2.02 3/73 19202
/proc/meminfo: memFree=1502964/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=10112 CPUtime=3.05
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1596 822 0 0 305 0 0 0 25 0 1 0 58751623 10354688 1205 996147200 134512640 135095119 4294956304 18446744073709551615 134918108 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2528 1205 389 142 0 1482 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10112

[startup+6.30189 s]
/proc/loadavg: 2.16 2.08 2.03 3/73 19202
/proc/meminfo: memFree=1502452/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=10240 CPUtime=5.97
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1664 822 0 0 596 1 0 0 25 0 1 0 58751623 10485760 1240 996147200 134512640 135095119 4294956304 18446744073709551615 134615652 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2560 1240 389 142 0 1514 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 10240

[startup+12.7025 s]
/proc/loadavg: 2.15 2.08 2.03 3/73 19202
/proc/meminfo: memFree=1501756/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=10628 CPUtime=12.19
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 1840 822 0 0 1218 1 0 0 25 0 1 0 58751623 10883072 1351 996147200 134512640 135095119 4294956304 18446744073709551615 134911112 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2657 1351 389 142 0 1611 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 10628

[startup+25.5019 s]
/proc/loadavg: 2.13 2.08 2.02 3/73 19202
/proc/meminfo: memFree=1499900/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=11268 CPUtime=24.89
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 2233 822 0 0 2488 1 0 0 25 0 1 0 58751623 11538432 1582 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 2817 1582 389 142 0 1771 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 11268

[startup+51.1015 s]
/proc/loadavg: 2.08 2.07 2.02 3/73 19202
/proc/meminfo: memFree=1495548/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=12548 CPUtime=50.25
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 3013 822 0 0 5024 1 0 0 25 0 1 0 58751623 12849152 2040 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 3137 2040 389 142 0 2091 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 12548

[startup+102.307 s]
/proc/loadavg: 2.03 2.06 2.02 3/73 19202
/proc/meminfo: memFree=1486204/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=18624 CPUtime=101.06
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 5285 822 0 0 10103 3 0 0 25 0 1 0 58751623 19070976 3380 996147200 134512640 135095119 4294956304 18446744073709551615 134927043 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 4656 3380 389 142 0 3610 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 18624

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/73 19202
/proc/meminfo: memFree=1476284/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=24164 CPUtime=160.6
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 7247 822 0 0 16056 4 0 0 25 0 1 0 58751623 24743936 4317 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 6041 4317 389 142 0 4995 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 24164

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.01 3/73 19202
/proc/meminfo: memFree=1465660/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=30552 CPUtime=220.13
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 9518 822 0 0 22008 5 0 0 25 0 1 0 58751623 31285248 6010 996147200 134512640 135095119 4294956304 18446744073709551615 134554987 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 7638 6010 389 142 0 6592 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 30552

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 19202
/proc/meminfo: memFree=1457852/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=31864 CPUtime=279.67
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 10384 822 0 0 27961 6 0 0 25 0 1 0 58751623 32628736 6876 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 7966 6876 389 142 0 6920 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 31864

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 19202
/proc/meminfo: memFree=1448124/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=42652 CPUtime=339.21
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 13646 822 0 0 33913 8 0 0 25 0 1 0 58751623 43675648 8089 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 10663 8089 389 142 0 9617 0
Current children cumulated CPU time (s) 339.21
Current children cumulated vsize (KiB) 42652

[startup+402.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1429052/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=398.74
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17276 822 0 0 39864 10 0 0 25 0 1 0 58751623 56360960 10694 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 10694 389 142 0 12714 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 55040

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1424764/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=458.29
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17823 822 0 0 45818 11 0 0 25 0 1 0 58751623 56360960 11241 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11241 389 142 0 12714 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 55040

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

[startup+467.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1424444/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=463.05
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17869 822 0 0 46294 11 0 0 25 0 1 0 58751623 56360960 11287 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11287 389 142 0 12714 0
Current children cumulated CPU time (s) 463.05
Current children cumulated vsize (KiB) 55040

[startup+470.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1424316/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=466.23
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17899 822 0 0 46612 11 0 0 25 0 1 0 58751623 56360960 11317 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11317 389 142 0 12714 0
Current children cumulated CPU time (s) 466.23
Current children cumulated vsize (KiB) 55040

[startup+473.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1424060/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=469.4
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17929 822 0 0 46929 11 0 0 25 0 1 0 58751623 56360960 11347 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11347 389 142 0 12714 0
Current children cumulated CPU time (s) 469.4
Current children cumulated vsize (KiB) 55040

[startup+475.101 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1423868/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=470.99
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17943 822 0 0 47088 11 0 0 25 0 1 0 58751623 56360960 11361 996147200 134512640 135095119 4294956304 18446744073709551615 134582873 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11361 389 142 0 12714 0
Current children cumulated CPU time (s) 470.99
Current children cumulated vsize (KiB) 55040

[startup+475.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1423868/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=55040 CPUtime=471.78
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17951 822 0 0 47167 11 0 0 25 0 1 0 58751623 56360960 11369 996147200 134512640 135095119 4294956304 18446744073709551615 134918117 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 13760 11369 389 142 0 12714 0
Current children cumulated CPU time (s) 471.78
Current children cumulated vsize (KiB) 55040

[startup+476.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 19202
/proc/meminfo: memFree=1423868/2055920 swapFree=4192812/4192956
[pid=19196] ppid=19194 vsize=30456 CPUtime=471.98
/proc/19196/stat : 19196 (pcs.small) R 19194 19196 17142 0 -1 4194304 17952 822 0 0 47187 11 0 0 25 0 1 0 58751623 31186944 6947 996147200 134512640 135095119 4294956304 18446744073709551615 10690629 0 0 4096 0 0 0 0 17 0 0 0
/proc/19196/statm: 7614 6947 389 142 0 6568 0
Current children cumulated CPU time (s) 471.98
Current children cumulated vsize (KiB) 30456

Child status: 0
Real time (s): 476.174
CPU time (s): 472.078
CPU user time (s): 471.949
CPU system time (s): 0.12898
CPU usage (%): 99.1399
Max. virtual memory (cumulated for all children) (KiB): 55040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.949
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18777
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= 11367

runsolver used 0.478927 second user time and 1.3068 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-16 06:01:10
IDJOB=2079612
IDBENCH=56926
IDSOLVER=733
FILE ID=node90/2079612-1247716869
PBS_JOBID= 9521331
Free space on /tmp= 66096 MiB

SOLVER NAME= pcs 0.2
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-2079612-1247716869/watcher-2079612-1247716869 -o /tmp/evaluation-result-2079612-1247716869/solver-2079612-1247716869 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 237942402 HOME/instance-2079612-1247716869.xml

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

MD5SUM BENCH= 25720c36732239b7436c9971631f16ab
RANDOM SEED=237942402

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1507164 kB
Buffers:         92140 kB
Cached:         320552 kB
SwapCached:          0 kB
Active:          65144 kB
Inactive:       378840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507164 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:          36484 kB
Slab:            90232 kB
Committed_AS:   634104 kB
PageTables:       1800 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= 66092 MiB
End job on node90 at 2009-07-16 06:09:06