Trace number 2082693

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 135.162 136.45

DiagnosticValue
ASSIGNMENTS23437

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-5.xml
MD5SUM10f63ebb77ec88a2f0279e4677099de9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.288955
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size116
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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.17/0.21	c Seed is 1215833843
0.17/0.21	c Constructing HOME/instance-2082693-1247721459.xml  with 5015 constraints
0.17/0.21	c Solving 23437 backtracks 16 restarts
135.10/136.44	s SATISFIABLE
135.10/136.44	c V0=0, V1=1, V2=12, V3=11, V4=31, V5=32, V6=48, V7=47, V8=59, V9=58, V10=31, V11=22, V12=63, V13=62, V14=125, V15=124, V16=139, V17=140, V18=144, V19=143, V20=37, V21=38, V22=46, V23=45, V24=80, V25=79, V26=93, V27=94, V28=101, V29=100, V30=0, V31=1, V32=38, V33=22, V34=104, V35=103, V36=112, V37=113, V38=119, V39=118, V40=15, V41=16, V42=58, V43=27, V44=112, V45=113, V46=125, V47=124, V48=135, V49=136, V50=0, V51=1, V52=8, V53=7, V54=11, V55=12, V56=24, V57=23, V58=39, V59=30, V60=8, V61=7, V62=15, V63=16, V64=23, V65=22, V66=50, V67=31, V68=58, V69=59, V70=23, V71=22, V72=46, V73=45, V74=63, V75=64, V76=80, V77=79, V78=90, V79=91, V80=0, V81=1, V82=31, V83=30, V84=93, V85=94, V86=104, V87=103, V88=113, V89=114, V90=12, V91=11, V92=23, V93=24, V94=48, V95=47, V96=64, V97=63, V98=71, V99=72, 
135.10/136.44	v 0 1 12 11 31 32 48 47 59 58 31 22 63 62 125 124 139 140 144 143 37 38 46 45 80 79 93 94 101 100 0 1 38 22 104 103 112 113 119 118 15 16 58 27 112 113 125 124 135 136 0 1 8 7 11 12 24 23 39 30 8 7 15 16 23 22 50 31 58 59 23 22 46 45 63 64 80 79 90 91 0 1 31 30 93 94 104 103 113 114 12 11 23 24 48 47 64 63 71 72 
135.10/136.44	d ASSIGNMENTS 23437

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-2082693-1247721459/watcher-2082693-1247721459 -o /tmp/evaluation-result-2082693-1247721459/solver-2082693-1247721459 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1215833843 HOME/instance-2082693-1247721459.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.92 1.98 1.99 4/72 16553
/proc/meminfo: memFree=1374304/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=5356 CPUtime=0
/proc/16553/stat : 16553 (pcssolve) R 16551 16553 15802 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59212854 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16553/statm: 1339 241 200 169 0 50 0
[pid=16554] ppid=16553 vsize=3676 CPUtime=0
/proc/16554/stat : 16554 (fgrep) R 16553 16553 15802 0 -1 4194304 136 0 0 0 0 0 0 0 22 0 1 0 59212854 3764224 103 996147200 4194304 4274172 548682068976 18446744073709551615 269757414898 0 0 4096 0 0 0 0 17 1 0 0
/proc/16554/statm: 919 103 84 19 0 43 0
[pid=16555] ppid=16553 vsize=5356 CPUtime=0
/proc/16555/stat : 16555 (pcssolve) R 16553 16553 15802 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59212854 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 269757246111 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16555/statm: 1339 241 200 169 0 50 0

[startup+0.112804 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16553
/proc/meminfo: memFree=1374304/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=7188 CPUtime=0.08
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 1513 662 0 0 8 0 0 0 18 0 1 0 59212854 7360512 1028 996147200 134512640 135215973 4294956304 18446744073709551615 134532901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 1797 1028 404 171 0 722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7188

[startup+0.202814 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16553
/proc/meminfo: memFree=1374304/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=8420 CPUtime=0.17
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 1945 662 0 0 17 0 0 0 18 0 1 0 59212854 8622080 1302 996147200 134512640 135215973 4294956304 18446744073709551615 4158960004 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2105 1302 408 171 0 1030 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8420

[startup+0.302827 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16553
/proc/meminfo: memFree=1374304/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=8420 CPUtime=0.27
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 1965 662 0 0 27 0 0 0 19 0 1 0 59212854 8622080 1322 996147200 134512640 135215973 4294956304 18446744073709551615 4158961414 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2105 1322 408 171 0 1030 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8420

[startup+0.702882 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16553
/proc/meminfo: memFree=1374304/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=8420 CPUtime=0.67
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 1982 662 0 0 67 0 0 0 23 0 1 0 59212854 8622080 1339 996147200 134512640 135215973 4294956304 18446744073709551615 135096057 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2105 1339 408 171 0 1030 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 8420

[startup+1.50199 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1370328/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=8772 CPUtime=1.46
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 2060 662 0 0 146 0 0 0 25 0 1 0 59212854 8982528 1417 996147200 134512640 135215973 4294956304 18446744073709551615 134908113 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2193 1417 408 171 0 1118 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8772

[startup+3.1012 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1369624/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=9340 CPUtime=3.06
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 2194 662 0 0 305 1 0 0 25 0 1 0 59212854 9564160 1551 996147200 134512640 135215973 4294956304 18446744073709551615 4158960089 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2335 1551 408 171 0 1260 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9340

[startup+6.30162 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1368344/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=10236 CPUtime=6.22
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 2476 662 0 0 621 1 0 0 25 0 1 0 59212854 10481664 1800 996147200 134512640 135215973 4294956304 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 2559 1800 408 171 0 1484 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10236

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1365720/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=12660 CPUtime=12.56
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 3134 662 0 0 1255 1 0 0 25 0 1 0 59212854 12963840 2393 996147200 134512640 135215973 4294956304 18446744073709551615 134680742 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 3165 2393 408 171 0 2090 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 12660

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1360216/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=17476 CPUtime=25.24
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 4463 662 0 0 2521 3 0 0 25 0 1 0 59212854 17895424 3528 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 4369 3528 408 171 0 3294 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 17476

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1350360/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=27048 CPUtime=50.61
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 7157 662 0 0 5056 5 0 0 25 0 1 0 59212854 27697152 5756 996147200 134512640 135215973 4294956304 18446744073709551615 134591939 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 6762 5756 408 171 0 5687 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 27048

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1329496/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=45420 CPUtime=101.32
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 12262 662 0 0 10124 8 0 0 25 0 1 0 59212854 46510080 10219 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 11355 10219 408 171 0 10280 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 45420

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

[startup+102.407 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1329496/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=45420 CPUtime=101.42
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 12276 662 0 0 10134 8 0 0 25 0 1 0 59212854 46510080 10233 996147200 134512640 135215973 4294956304 18446744073709551615 134982814 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 11355 10233 408 171 0 10280 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 45420

[startup+115.202 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1324824/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=49128 CPUtime=114.1
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 13304 662 0 0 11401 9 0 0 25 0 1 0 59212854 50307072 11261 996147200 134512640 135215973 4294956304 18446744073709551615 4158960667 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 12282 11261 408 171 0 11207 0
Current children cumulated CPU time (s) 114.1
Current children cumulated vsize (KiB) 49128

[startup+128.002 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1319448/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=57112 CPUtime=126.78
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 15446 662 0 0 12667 11 0 0 25 0 1 0 59212854 58482688 12378 996147200 134512640 135215973 4294956304 18446744073709551615 4158960029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14278 12378 408 171 0 13203 0
Current children cumulated CPU time (s) 126.78
Current children cumulated vsize (KiB) 57112

[startup+131.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1317976/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=58256 CPUtime=129.95
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 15761 662 0 0 12984 11 0 0 25 0 1 0 59212854 59654144 12693 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14564 12693 408 171 0 13489 0
Current children cumulated CPU time (s) 129.95
Current children cumulated vsize (KiB) 58256

[startup+134.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1316696/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=59092 CPUtime=133.12
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 16024 662 0 0 13301 11 0 0 25 0 1 0 59212854 60510208 12956 996147200 134512640 135215973 4294956304 18446744073709551615 134610846 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14773 12956 408 171 0 13698 0
Current children cumulated CPU time (s) 133.12
Current children cumulated vsize (KiB) 59092

[startup+135.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1316696/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=59356 CPUtime=133.91
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 16076 662 0 0 13380 11 0 0 25 0 1 0 59212854 60780544 13008 996147200 134512640 135215973 4294956304 18446744073709551615 134591342 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14839 13008 408 171 0 13764 0
Current children cumulated CPU time (s) 133.91
Current children cumulated vsize (KiB) 59356

[startup+136.002 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1316312/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=59600 CPUtime=134.7
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 16146 662 0 0 13459 11 0 0 25 0 1 0 59212854 61030400 13078 996147200 134512640 135215973 4294956304 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14900 13078 408 171 0 13825 0
Current children cumulated CPU time (s) 134.7
Current children cumulated vsize (KiB) 59600

[startup+136.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16558
/proc/meminfo: memFree=1316440/2055920 swapFree=4192812/4192956
[pid=16553] ppid=16551 vsize=58704 CPUtime=135.1
/proc/16553/stat : 16553 (pcs.big) R 16551 16553 15802 0 -1 4194304 16214 662 0 0 13499 11 0 0 25 0 1 0 59212854 60112896 12923 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16553/statm: 14676 12923 408 171 0 13601 0
Current children cumulated CPU time (s) 135.1
Current children cumulated vsize (KiB) 58704

Child status: 0
Real time (s): 136.45
CPU time (s): 135.162
CPU user time (s): 135.03
CPU system time (s): 0.131979
CPU usage (%): 99.0561
Max. virtual memory (cumulated for all children) (KiB): 59732

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

runsolver used 0.186971 second user time and 0.442932 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 07:17:39
IDJOB=2082693
IDBENCH=57619
IDSOLVER=734
FILE ID=node13/2082693-1247721459
PBS_JOBID= 9521447
Free space on /tmp= 66308 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082693-1247721459/watcher-2082693-1247721459 -o /tmp/evaluation-result-2082693-1247721459/solver-2082693-1247721459 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1215833843 HOME/instance-2082693-1247721459.xml

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

MD5SUM BENCH= 10f63ebb77ec88a2f0279e4677099de9
RANDOM SEED=1215833843

node13.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.241
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.241
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:       1374784 kB
Buffers:         84084 kB
Cached:         363492 kB
SwapCached:          0 kB
Active:         322052 kB
Inactive:       276896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:         162908 kB
Slab:            67160 kB
Committed_AS:   642180 kB
PageTables:       2128 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= 66308 MiB
End job on node13 at 2009-07-16 07:19:56