Trace number 2079679

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 318.424 319.962

DiagnosticValue
ASSIGNMENTS89611

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-27_ext.xml
MD5SUM67ec52821238fef003806b7480e6ead8
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.30319
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
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 1578885094
0.00/0.04	c Constructing HOME/instance-2079679-1247716938.xml  with 60 constraints
0.37/0.48	c Solving 89611 backtracks 19 restarts
318.33/319.96	s SATISFIABLE
318.33/319.96	c V0=3, V1=5, V2=5, V3=12, V4=1, V5=9, V6=6, V7=7, V8=7, V9=18, V10=11, V11=13, V12=1, V13=11, V14=0, V15=5, V16=11, V17=16, V18=9, V19=16, 
318.33/319.96	v 3 5 5 12 1 9 6 7 7 18 11 13 1 11 0 5 11 16 9 16 
318.33/319.96	d ASSIGNMENTS 89611

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-2079679-1247716938/watcher-2079679-1247716938 -o /tmp/evaluation-result-2079679-1247716938/solver-2079679-1247716938 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1578885094 HOME/instance-2079679-1247716938.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/82 17302
/proc/meminfo: memFree=1364240/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=5260 CPUtime=0
/proc/17302/stat : 17302 (pcssolve) R 17300 17302 14824 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 58760730 5386240 50 996147200 4194304 4889804 548682068800 18446744073709551615 212231791258 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 1315 50 37 169 0 14 0

[startup+0.0297599 s]
/proc/loadavg: 2.08 2.02 2.00 4/82 17302
/proc/meminfo: memFree=1364240/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=2960 CPUtime=0
/proc/17302/stat : 17302 (pcs.small) D 17300 17302 14824 0 -1 4194304 422 822 0 0 0 0 0 0 18 0 1 0 58760730 3031040 46 996147200 134512640 135095119 4294956304 18446744073709551615 6927140 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17302/statm: 1709 735 375 142 0 663 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2960

[startup+0.280803 s]
/proc/loadavg: 2.08 2.02 2.00 4/82 17302
/proc/meminfo: memFree=1364240/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=7764 CPUtime=0.25
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1255 822 0 0 25 0 0 0 19 0 1 0 58760730 7950336 864 996147200 134512640 135095119 4294956304 18446744073709551615 7361245 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 1941 864 375 142 0 895 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 7764

[startup+0.301805 s]
/proc/loadavg: 2.08 2.02 2.00 4/82 17302
/proc/meminfo: memFree=1364240/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=8044 CPUtime=0.27
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1293 822 0 0 27 0 0 0 19 0 1 0 58760730 8237056 902 996147200 134512640 135095119 4294956304 18446744073709551615 7392903 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2011 902 375 142 0 965 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8044

[startup+0.701877 s]
/proc/loadavg: 2.08 2.02 2.00 4/82 17302
/proc/meminfo: memFree=1364240/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=10468 CPUtime=0.67
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1616 822 0 0 67 0 0 0 23 0 1 0 58760730 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134916480 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10468

[startup+1.50202 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 17308
/proc/meminfo: memFree=1360776/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=10468 CPUtime=1.46
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1628 822 0 0 146 0 0 0 25 0 1 0 58760730 10719232 1237 996147200 134512640 135095119 4294956304 18446744073709551615 134582873 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2617 1237 389 142 0 1571 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10468

[startup+3.10129 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 17308
/proc/meminfo: memFree=1360584/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=10468 CPUtime=3.05
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1644 822 0 0 305 0 0 0 25 0 1 0 58760730 10719232 1253 996147200 134512640 135095119 4294956304 18446744073709551615 134617862 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2617 1253 389 142 0 1571 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10468

[startup+6.30185 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 17308
/proc/meminfo: memFree=1360200/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=10728 CPUtime=6.24
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1733 822 0 0 624 0 0 0 25 0 1 0 58760730 10985472 1309 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2682 1309 389 142 0 1636 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10728

[startup+12.702 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 17308
/proc/meminfo: memFree=1359560/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=11116 CPUtime=12.6
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 1895 822 0 0 1260 0 0 0 25 0 1 0 58760730 11382784 1406 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2779 1406 389 142 0 1733 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 11116

[startup+25.5012 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17308
/proc/meminfo: memFree=1355528/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=11756 CPUtime=25.33
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 2257 822 0 0 2533 0 0 0 25 0 1 0 58760730 12038144 1606 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 2939 1606 389 142 0 1893 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 11756

[startup+51.1016 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17308
/proc/meminfo: memFree=1353992/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=13036 CPUtime=50.81
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 2975 822 0 0 5080 1 0 0 25 0 1 0 58760730 13348864 2002 996147200 134512640 135095119 4294956304 18446744073709551615 134911427 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 3259 2002 389 142 0 2213 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 13036

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 17308
/proc/meminfo: memFree=1334792/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=15728 CPUtime=101.77
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 4406 822 0 0 10175 2 0 0 25 0 1 0 58760730 16105472 2791 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 3932 2791 389 142 0 2886 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 15728

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1300808/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=18992 CPUtime=161.48
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 5755 822 0 0 16145 3 0 0 25 0 1 0 58760730 19447808 3850 996147200 134512640 135095119 4294956304 18446744073709551615 134926956 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 4748 3850 389 142 0 3702 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 18992

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1205640/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=25456 CPUtime=221.2
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 7857 822 0 0 22116 4 0 0 25 0 1 0 58760730 26066944 4927 996147200 134512640 135095119 4294956304 18446744073709551615 134926970 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 6364 4927 389 142 0 5318 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 25456

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1178248/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=30676 CPUtime=280.91
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 9699 822 0 0 28085 6 0 0 25 0 1 0 58760730 31412224 6191 996147200 134512640 135095119 4294956304 18446744073709551615 134636921 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7669 6191 389 142 0 6623 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 30676

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

[startup+307.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176968/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31064 CPUtime=305.7
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10014 822 0 0 30563 7 0 0 25 0 1 0 58760730 31809536 6506 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7766 6506 389 142 0 6720 0
Current children cumulated CPU time (s) 305.7
Current children cumulated vsize (KiB) 31064

[startup+313.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176456/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31324 CPUtime=312.07
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10131 822 0 0 31200 7 0 0 25 0 1 0 58760730 32075776 6623 996147200 134512640 135095119 4294956304 18446744073709551615 134616954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7831 6623 389 142 0 6785 0
Current children cumulated CPU time (s) 312.07
Current children cumulated vsize (KiB) 31324

[startup+316.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176200/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31452 CPUtime=315.25
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10188 822 0 0 31518 7 0 0 25 0 1 0 58760730 32206848 6680 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7863 6680 389 142 0 6817 0
Current children cumulated CPU time (s) 315.25
Current children cumulated vsize (KiB) 31452

[startup+318.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176136/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31584 CPUtime=316.84
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10217 822 0 0 31677 7 0 0 25 0 1 0 58760730 32342016 6709 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7896 6709 389 142 0 6850 0
Current children cumulated CPU time (s) 316.84
Current children cumulated vsize (KiB) 31584

[startup+319.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176072/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31584 CPUtime=317.64
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10231 822 0 0 31757 7 0 0 25 0 1 0 58760730 32342016 6723 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7896 6723 389 142 0 6850 0
Current children cumulated CPU time (s) 317.64
Current children cumulated vsize (KiB) 31584

[startup+319.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176072/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31584 CPUtime=318.03
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10237 822 0 0 31796 7 0 0 25 0 1 0 58760730 32342016 6729 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7896 6729 389 142 0 6850 0
Current children cumulated CPU time (s) 318.03
Current children cumulated vsize (KiB) 31584

[startup+319.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176072/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=31584 CPUtime=318.23
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10242 822 0 0 31816 7 0 0 25 0 1 0 58760730 32342016 6734 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 7896 6734 389 142 0 6850 0
Current children cumulated CPU time (s) 318.23
Current children cumulated vsize (KiB) 31584

[startup+319.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17308
/proc/meminfo: memFree=1176072/2055920 swapFree=4192812/4192956
[pid=17302] ppid=17300 vsize=27484 CPUtime=318.33
/proc/17302/stat : 17302 (pcs.small) R 17300 17302 14824 0 -1 4194304 10243 822 0 0 31826 7 0 0 25 0 1 0 58760730 28143616 6034 996147200 134512640 135095119 4294956304 18446744073709551615 7359996 0 0 4096 0 0 0 0 17 1 0 0
/proc/17302/statm: 6871 6034 389 142 0 5825 0
Current children cumulated CPU time (s) 318.33
Current children cumulated vsize (KiB) 27484

Child status: 0
Real time (s): 319.962
CPU time (s): 318.424
CPU user time (s): 318.336
CPU system time (s): 0.087986
CPU usage (%): 99.5193
Max. virtual memory (cumulated for all children) (KiB): 31584

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

runsolver used 0.413937 second user time and 1.00485 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-16 06:02:18
IDJOB=2079679
IDBENCH=56937
IDSOLVER=734
FILE ID=node14/2079679-1247716938
PBS_JOBID= 9521319
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 67ec52821238fef003806b7480e6ead8
RANDOM SEED=1578885094

node14.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.265
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.265
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:       1364720 kB
Buffers:         76568 kB
Cached:         163200 kB
SwapCached:          0 kB
Active:         448748 kB
Inactive:       165636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         395064 kB
Slab:            61156 kB
Committed_AS:  1080388 kB
PageTables:       2608 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= 66452 MiB
End job on node14 at 2009-07-16 06:07:38