Trace number 2078557

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 259.197 261.66

DiagnosticValue
ASSIGNMENTS67968

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-33_ext.xml
MD5SUMe841dd70b15a05b93c7551d2b9a5cabb
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 benchmark59.7179
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.02	c small-domain mode
0.00/0.04	c Seed is 1246105575
0.00/0.04	c Constructing HOME/instance-2078557-1247716424.xml  with 59 constraints
0.37/0.47	c Solving 67968 backtracks 18 restarts
259.11/261.65	s SATISFIABLE
259.11/261.65	c V0=17, V1=5, V2=4, V3=2, V4=5, V5=11, V6=19, V7=10, V8=13, V9=1, V10=15, V11=5, V12=0, V13=7, V14=8, V15=1, V16=14, V17=18, V18=18, V19=10, 
259.11/261.65	v 17 5 4 2 5 11 19 10 13 1 15 5 0 7 8 1 14 18 18 10 
259.11/261.65	d ASSIGNMENTS 67968

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-2078557-1247716424/watcher-2078557-1247716424 -o /tmp/evaluation-result-2078557-1247716424/solver-2078557-1247716424 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1246105575 HOME/instance-2078557-1247716424.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.07 2.00 2.00 4/83 13759
/proc/meminfo: memFree=1135896/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=18576 CPUtime=0
/proc/13759/stat : 13759 (runsolver) R 13757 13759 12841 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58708912 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13759/statm: 4644 284 249 26 0 2626 0

[startup+0.20704 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13759
/proc/meminfo: memFree=1135896/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=6728 CPUtime=0.17
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1133 822 0 0 17 0 0 0 19 0 1 0 58708912 6889472 742 996147200 134512640 135095119 4294956304 18446744073709551615 134945058 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 1682 742 375 142 0 636 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6728

[startup+0.301049 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13759
/proc/meminfo: memFree=1135896/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=8084 CPUtime=0.26
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1288 822 0 0 26 0 0 0 19 0 1 0 58708912 8278016 897 996147200 134512640 135095119 4294956304 18446744073709551615 9739910 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2021 897 375 142 0 975 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 8084

[startup+0.401062 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13759
/proc/meminfo: memFree=1135896/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=9432 CPUtime=0.37
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1463 822 0 0 36 1 0 0 20 0 1 0 58708912 9658368 1072 996147200 134512640 135095119 4294956304 18446744073709551615 134944955 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2358 1072 375 142 0 1312 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9432

[startup+0.701099 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 13759
/proc/meminfo: memFree=1135896/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=10360 CPUtime=0.67
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1598 822 0 0 66 1 0 0 23 0 1 0 58708912 10608640 1207 996147200 134512640 135095119 4294956304 18446744073709551615 134918161 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2590 1207 389 142 0 1544 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10360

[startup+1.50219 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1132496/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=10360 CPUtime=1.46
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1605 822 0 0 145 1 0 0 25 0 1 0 58708912 10608640 1214 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2590 1214 389 142 0 1544 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10360

[startup+3.10137 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1132240/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=10492 CPUtime=3.04
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1642 822 0 0 303 1 0 0 25 0 1 0 58708912 10743808 1251 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2623 1251 389 142 0 1577 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10492

[startup+6.30173 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1131792/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=10620 CPUtime=6.21
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1720 822 0 0 620 1 0 0 25 0 1 0 58708912 10874880 1296 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2655 1296 389 142 0 1609 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10620

[startup+12.7015 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1131344/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=11008 CPUtime=12.55
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 1892 822 0 0 1254 1 0 0 25 0 1 0 58708912 11272192 1403 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2752 1403 389 142 0 1706 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 11008

[startup+25.5069 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1130640/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=11648 CPUtime=25.24
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 2267 822 0 0 2522 2 0 0 25 0 1 0 58708912 11927552 1616 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 2912 1616 389 142 0 1866 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 11648

[startup+51.1018 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1129168/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=12928 CPUtime=50.59
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 3003 822 0 0 5056 3 0 0 25 0 1 0 58708912 13238272 2030 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 3232 2030 389 142 0 2186 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 12928

[startup+102.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1123536/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=15748 CPUtime=101.31
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 4505 822 0 0 10128 3 0 0 25 0 1 0 58708912 16125952 2890 996147200 134512640 135095119 4294956304 18446744073709551615 134918181 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 3937 2890 389 142 0 2891 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 15748

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1118608/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=23492 CPUtime=160.74
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 6998 822 0 0 16069 5 0 0 25 0 1 0 58708912 24055808 4068 996147200 134512640 135095119 4294956304 18446744073709551615 134918196 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 5873 4068 389 142 0 4827 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 23492

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1114384/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=25724 CPUtime=220.18
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 8065 822 0 0 22012 6 0 0 25 0 1 0 58708912 26341376 5135 996147200 134512640 135095119 4294956304 18446744073709551615 134927054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 6431 5135 389 142 0 5385 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 25724

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

[startup+230.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1113808/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=25988 CPUtime=228.3
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 8205 822 0 0 22824 6 0 0 25 0 1 0 58708912 26611712 5275 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 6497 5275 389 142 0 5451 0
Current children cumulated CPU time (s) 228.3
Current children cumulated vsize (KiB) 25988

[startup+243.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1112912/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=26384 CPUtime=240.98
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 8419 822 0 0 24092 6 0 0 25 0 1 0 58708912 27017216 5489 996147200 134512640 135095119 4294956304 18446744073709551615 134582120 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 6596 5489 389 142 0 5550 0
Current children cumulated CPU time (s) 240.98
Current children cumulated vsize (KiB) 26384

[startup+249.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1112592/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=26644 CPUtime=247.33
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 8526 822 0 0 24726 7 0 0 25 0 1 0 58708912 27283456 5596 996147200 134512640 135095119 4294956304 18446744073709551615 134927067 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 6661 5596 389 142 0 5615 0
Current children cumulated CPU time (s) 247.33
Current children cumulated vsize (KiB) 26644

[startup+256.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109200/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=253.66
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9930 822 0 0 25359 7 0 0 25 0 1 0 58708912 32493568 6422 996147200 134512640 135095119 4294956304 18446744073709551615 134918151 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6422 389 142 0 6887 0
Current children cumulated CPU time (s) 253.66
Current children cumulated vsize (KiB) 31732

[startup+259.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109072/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=256.83
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9956 822 0 0 25676 7 0 0 25 0 1 0 58708912 32493568 6448 996147200 134512640 135095119 4294956304 18446744073709551615 134927080 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6448 389 142 0 6887 0
Current children cumulated CPU time (s) 256.83
Current children cumulated vsize (KiB) 31732

[startup+260.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109008/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=258.42
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9970 822 0 0 25835 7 0 0 25 0 1 0 58708912 32493568 6462 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6462 389 142 0 6887 0
Current children cumulated CPU time (s) 258.42
Current children cumulated vsize (KiB) 31732

[startup+261.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109008/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=258.81
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9972 822 0 0 25874 7 0 0 25 0 1 0 58708912 32493568 6464 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6464 389 142 0 6887 0
Current children cumulated CPU time (s) 258.81
Current children cumulated vsize (KiB) 31732

[startup+261.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109008/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=259.01
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9974 822 0 0 25894 7 0 0 25 0 1 0 58708912 32493568 6466 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6466 389 142 0 6887 0
Current children cumulated CPU time (s) 259.01
Current children cumulated vsize (KiB) 31732

[startup+261.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 13765
/proc/meminfo: memFree=1109008/2055920 swapFree=4192812/4192956
[pid=13759] ppid=13757 vsize=31732 CPUtime=259.11
/proc/13759/stat : 13759 (pcs.small) R 13757 13759 12841 0 -1 4194304 9975 822 0 0 25904 7 0 0 25 0 1 0 58708912 32493568 6467 996147200 134512640 135095119 4294956304 18446744073709551615 134643984 0 0 4096 0 0 0 0 17 1 0 0
/proc/13759/statm: 7933 6467 389 142 0 6887 0
Current children cumulated CPU time (s) 259.11
Current children cumulated vsize (KiB) 31732

Child status: 0
Real time (s): 261.66
CPU time (s): 259.197
CPU user time (s): 259.106
CPU system time (s): 0.090986
CPU usage (%): 99.0586
Max. virtual memory (cumulated for all children) (KiB): 31732

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

runsolver used 0.282956 second user time and 0.910861 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-16 05:53:44
IDJOB=2078557
IDBENCH=56776
IDSOLVER=734
FILE ID=node32/2078557-1247716424
PBS_JOBID= 9521424
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= e841dd70b15a05b93c7551d2b9a5cabb
RANDOM SEED=1246105575

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1136376 kB
Buffers:         88032 kB
Cached:         476368 kB
SwapCached:          0 kB
Active:         448348 kB
Inactive:       384436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1136376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:         288840 kB
Slab:            71148 kB
Committed_AS:   896092 kB
PageTables:       2464 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= 66320 MiB
End job on node32 at 2009-07-16 05:58:06