Trace number 2079657

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 331.727 334.173

DiagnosticValue
ASSIGNMENTS119460

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-12_ext.xml
MD5SUMb8c2bd661dc6ef0ca0d01b71637dc540
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 benchmark5.95909
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.00/0.04	c Seed is 1825290732
0.00/0.04	c Constructing HOME/instance-2079657-1247716900.xml  with 59 constraints
0.37/0.44	c Solving 119460 backtracks 20 restarts
331.64/334.17	s SATISFIABLE
331.64/334.17	c V0=5, V1=8, V2=0, V3=9, V4=18, V5=2, V6=16, V7=15, V8=2, V9=15, V10=12, V11=4, V12=15, V13=16, V14=14, V15=13, V16=12, V17=15, V18=0, V19=9, 
331.64/334.17	v 5 8 0 9 18 2 16 15 2 15 12 4 15 16 14 13 12 15 0 9 
331.64/334.17	d ASSIGNMENTS 119460

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-2079657-1247716900/watcher-2079657-1247716900 -o /tmp/evaluation-result-2079657-1247716900/solver-2079657-1247716900 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1825290732 HOME/instance-2079657-1247716900.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: 1.99 1.98 1.99 4/82 15385
/proc/meminfo: memFree=925832/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=18576 CPUtime=0
/proc/15385/stat : 15385 (runsolver) R 15383 15385 14452 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58754824 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15385/statm: 4644 284 249 26 0 2626 0

[startup+0.086771 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 15385
/proc/meminfo: memFree=925832/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=5072 CPUtime=0.05
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 911 822 0 0 4 0 1 0 22 0 1 0 58754824 5193728 520 996147200 134512640 135095119 4294956304 18446744073709551615 2072112 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 1268 520 375 142 0 222 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5072

[startup+0.101769 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 15385
/proc/meminfo: memFree=925832/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=5220 CPUtime=0.07
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 936 822 0 0 6 0 1 0 22 0 1 0 58754824 5345280 545 996147200 134512640 135095119 4294956304 18446744073709551615 134681645 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 1305 545 375 142 0 259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5220

[startup+0.301793 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 15385
/proc/meminfo: memFree=925832/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=8188 CPUtime=0.27
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1316 822 0 0 26 0 1 0 24 0 1 0 58754824 8384512 925 996147200 134512640 135095119 4294956304 18446744073709551615 2037665 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2047 925 375 142 0 1001 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8188

[startup+0.701842 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 15385
/proc/meminfo: memFree=925832/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=10328 CPUtime=0.67
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1593 822 0 0 66 0 1 0 25 0 1 0 58754824 10575872 1202 996147200 134512640 135095119 4294956304 18446744073709551615 134926962 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2582 1202 389 142 0 1536 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10328

[startup+1.50293 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15391
/proc/meminfo: memFree=922432/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=10328 CPUtime=1.46
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1605 822 0 0 145 0 1 0 25 0 1 0 58754824 10575872 1214 996147200 134512640 135095119 4294956304 18446744073709551615 134918265 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2582 1214 389 142 0 1536 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10328

[startup+3.10111 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15391
/proc/meminfo: memFree=922240/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=10460 CPUtime=3.05
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1649 822 0 0 304 0 1 0 25 0 1 0 58754824 10711040 1258 996147200 134512640 135095119 4294956304 18446744073709551615 134918169 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2615 1258 389 142 0 1569 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10460

[startup+6.30147 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15391
/proc/meminfo: memFree=921984/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=10720 CPUtime=6.22
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1746 822 0 0 621 0 1 0 25 0 1 0 58754824 10977280 1322 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2680 1322 389 142 0 1634 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10720

[startup+12.7012 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15391
/proc/meminfo: memFree=921216/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=11104 CPUtime=12.56
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 1959 822 0 0 1255 0 1 0 25 0 1 0 58754824 11370496 1437 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2776 1437 389 142 0 1730 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 11104

[startup+25.5016 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 15432
/proc/meminfo: memFree=923064/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=11872 CPUtime=25.23
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 2404 822 0 0 2521 1 1 0 25 0 1 0 58754824 12156928 1688 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 2968 1688 389 142 0 1922 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 11872

[startup+51.1015 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 15475
/proc/meminfo: memFree=920064/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=13540 CPUtime=50.7
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 3320 822 0 0 5067 2 1 0 25 0 1 0 58754824 13864960 2218 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 3385 2218 389 142 0 2339 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 13540

[startup+102.306 s]
/proc/loadavg: 2.04 1.99 1.99 3/74 15508
/proc/meminfo: memFree=931912/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=18456 CPUtime=101.61
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 5260 822 0 0 10157 3 1 0 25 0 1 0 58754824 18898944 3355 996147200 134512640 135095119 4294956304 18446744073709551615 134636931 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 4614 3355 389 142 0 3568 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 18456

[startup+162.302 s]
/proc/loadavg: 2.01 1.99 1.99 3/74 15508
/proc/meminfo: memFree=923848/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=24512 CPUtime=161.16
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 7350 822 0 0 16110 5 1 0 25 0 1 0 58754824 25100288 4420 996147200 134512640 135095119 4294956304 18446744073709551615 134927207 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 6128 4420 389 142 0 5082 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 24512

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=913480/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=29984 CPUtime=220.7
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 9342 822 0 0 22063 6 1 0 25 0 1 0 58754824 30703616 5834 996147200 134512640 135095119 4294956304 18446744073709551615 134918192 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 7496 5834 389 142 0 6450 0
Current children cumulated CPU time (s) 220.7
Current children cumulated vsize (KiB) 29984

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=904840/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=32348 CPUtime=280.23
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 10481 822 0 0 28016 6 1 0 25 0 1 0 58754824 33124352 6973 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 8087 6973 389 142 0 7041 0
Current children cumulated CPU time (s) 280.23
Current children cumulated vsize (KiB) 32348

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

[startup+307.101 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=898504/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=33404 CPUtime=304.84
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 10994 822 0 0 30476 7 1 0 25 0 1 0 58754824 34205696 7486 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 8351 7486 389 142 0 7305 0
Current children cumulated CPU time (s) 304.84
Current children cumulated vsize (KiB) 33404

[startup+319.901 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=897160/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42252 CPUtime=317.55
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13312 822 0 0 31746 8 1 0 25 0 1 0 58754824 43266048 7755 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10563 7755 389 142 0 9517 0
Current children cumulated CPU time (s) 317.55
Current children cumulated vsize (KiB) 42252

[startup+326.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=896328/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42516 CPUtime=323.9
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13447 822 0 0 32381 8 1 0 25 0 1 0 58754824 43536384 7890 996147200 134512640 135095119 4294956304 18446744073709551615 134918145 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10629 7890 389 142 0 9583 0
Current children cumulated CPU time (s) 323.9
Current children cumulated vsize (KiB) 42516

[startup+329.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=895944/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42644 CPUtime=327.07
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13513 822 0 0 32698 8 1 0 25 0 1 0 58754824 43667456 7956 996147200 134512640 135095119 4294956304 18446744073709551615 134918238 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10661 7956 389 142 0 9615 0
Current children cumulated CPU time (s) 327.07
Current children cumulated vsize (KiB) 42644

[startup+332.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=895560/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42900 CPUtime=330.25
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13585 822 0 0 33016 8 1 0 25 0 1 0 58754824 43929600 8028 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10725 8028 389 142 0 9679 0
Current children cumulated CPU time (s) 330.25
Current children cumulated vsize (KiB) 42900

[startup+333.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=895432/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42900 CPUtime=331.04
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13603 822 0 0 33095 8 1 0 25 0 1 0 58754824 43929600 8046 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10725 8046 389 142 0 9679 0
Current children cumulated CPU time (s) 331.04
Current children cumulated vsize (KiB) 42900

[startup+333.901 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=895432/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=42900 CPUtime=331.44
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13611 822 0 0 33135 8 1 0 25 0 1 0 58754824 43929600 8054 996147200 134512640 135095119 4294956304 18446744073709551615 134918079 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 10725 8054 389 142 0 9679 0
Current children cumulated CPU time (s) 331.44
Current children cumulated vsize (KiB) 42900

[startup+334.101 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 15508
/proc/meminfo: memFree=895432/2055920 swapFree=4192948/4192956
[pid=15385] ppid=15383 vsize=38800 CPUtime=331.64
/proc/15385/stat : 15385 (pcs.small) R 15383 15385 14452 0 -1 4194304 13614 822 0 0 33155 8 1 0 25 0 1 0 58754824 39731200 7123 996147200 134512640 135095119 4294956304 18446744073709551615 2037589 0 0 4096 0 0 0 0 17 0 0 0
/proc/15385/statm: 9700 7123 389 142 0 8654 0
Current children cumulated CPU time (s) 331.64
Current children cumulated vsize (KiB) 38800

Child status: 0
Real time (s): 334.173
CPU time (s): 331.727
CPU user time (s): 331.628
CPU system time (s): 0.098984
CPU usage (%): 99.2679
Max. virtual memory (cumulated for all children) (KiB): 50188

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

runsolver used 0.274958 second user time and 0.945856 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-16 06:01:40
IDJOB=2079657
IDBENCH=56930
IDSOLVER=734
FILE ID=node87/2079657-1247716900
PBS_JOBID= 9521460
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= b8c2bd661dc6ef0ca0d01b71637dc540
RANDOM SEED=1825290732

node87.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.236
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.236
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:        926312 kB
Buffers:        123608 kB
Cached:         861704 kB
SwapCached:          8 kB
Active:         119804 kB
Inactive:       905460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        926312 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          60156 kB
Slab:            89376 kB
Committed_AS:   611268 kB
PageTables:       1988 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= 66160 MiB
End job on node87 at 2009-07-16 06:07:14