Trace number 2090645

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 273.058 274.405

DiagnosticValue
ASSIGNMENTS17341

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-55_ext.xml
MD5SUMdcd5d925a31f166630982cf12d2a4f61
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.631903
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
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.18/0.21	c Seed is 221533453
0.18/0.21	c Constructing HOME/instance-2090645-1247731041.xml  with 213 constraints
0.18/0.23	c Solving 17341 backtracks 15 restarts
272.94/274.39	s SATISFIABLE
272.94/274.39	c V0=22, V1=24, V2=1, V3=23, V4=6, V5=17, V6=25, V7=6, V8=18, V9=35, V10=18, V11=21, V12=35, V13=1, V14=13, V15=20, V16=20, V17=5, V18=34, V19=7, V20=24, V21=33, V22=29, V23=34, V24=13, V25=34, V26=15, V27=1, V28=30, V29=35, V30=28, V31=14, V32=0, V33=18, V34=39, V35=17, V36=38, V37=30, V38=1, V39=20, 
272.94/274.39	v 22 24 1 23 6 17 25 6 18 35 18 21 35 1 13 20 20 5 34 7 24 33 29 34 13 34 15 1 30 35 28 14 0 18 39 17 38 30 1 20 
272.94/274.39	d ASSIGNMENTS 17341

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-2090645-1247731041/watcher-2090645-1247731041 -o /tmp/evaluation-result-2090645-1247731041/solver-2090645-1247731041 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 221533453 HOME/instance-2090645-1247731041.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.09 2.05 2.01 4/72 22033
/proc/meminfo: memFree=1461952/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=18576 CPUtime=0
/proc/22033/stat : 22033 (runsolver) R 22031 22033 21083 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 60168002 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22033/statm: 4644 284 249 26 0 2626 0

[startup+0.0113649 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 22033
/proc/meminfo: memFree=1461952/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=5356 CPUtime=0
/proc/22033/stat : 22033 (pcssolve) S 22031 22033 21083 0 -1 4194304 305 155 0 0 0 0 0 0 21 0 1 0 60168002 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22033/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101373 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 22033
/proc/meminfo: memFree=1461952/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=5420 CPUtime=0.07
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 988 656 0 0 7 0 0 0 18 0 1 0 60168002 5550080 619 996147200 134512640 135215973 4294956304 18446744073709551615 4158853402 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1355 619 383 171 0 280 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5420

[startup+0.301388 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 22033
/proc/meminfo: memFree=1461952/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=7148 CPUtime=0.28
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1381 656 0 0 27 1 0 0 19 0 1 0 60168002 7319552 1012 996147200 134512640 135215973 4294956304 18446744073709551615 135026845 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1787 1012 403 171 0 712 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7148

[startup+0.701427 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 22033
/proc/meminfo: memFree=1461952/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=7148 CPUtime=0.68
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1383 656 0 0 67 1 0 0 23 0 1 0 60168002 7319552 1014 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1787 1014 403 171 0 712 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7148

[startup+1.50151 s]
/proc/loadavg: 2.08 2.05 2.01 3/73 22038
/proc/meminfo: memFree=1459384/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=7148 CPUtime=1.47
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1392 656 0 0 146 1 0 0 25 0 1 0 60168002 7319552 1023 996147200 134512640 135215973 4294956304 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1787 1023 403 171 0 712 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7148

[startup+3.10168 s]
/proc/loadavg: 2.08 2.05 2.01 3/73 22038
/proc/meminfo: memFree=1459192/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=7148 CPUtime=3.07
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1412 656 0 0 306 1 0 0 25 0 1 0 60168002 7319552 1043 996147200 134512640 135215973 4294956304 18446744073709551615 134590073 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1787 1043 403 171 0 712 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 7148

[startup+6.303 s]
/proc/loadavg: 2.08 2.05 2.01 3/73 22038
/proc/meminfo: memFree=1458880/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=7148 CPUtime=6.25
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1476 656 0 0 624 1 0 0 25 0 1 0 60168002 7319552 1107 996147200 134512640 135215973 4294956304 18446744073709551615 134590099 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 1787 1107 403 171 0 712 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7148

[startup+12.7017 s]
/proc/loadavg: 2.07 2.05 2.01 3/73 22038
/proc/meminfo: memFree=1457728/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=8336 CPUtime=12.63
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 1783 656 0 0 1261 2 0 0 25 0 1 0 60168002 8536064 1414 996147200 134512640 135215973 4294956304 18446744073709551615 134585697 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 2084 1414 403 171 0 1009 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 8336

[startup+25.502 s]
/proc/loadavg: 2.06 2.04 2.01 3/73 22038
/proc/meminfo: memFree=1454784/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=11100 CPUtime=25.36
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 2512 656 0 0 2534 2 0 0 25 0 1 0 60168002 11366400 2110 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 2775 2110 403 171 0 1700 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 11100

[startup+51.1016 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 22038
/proc/meminfo: memFree=1448640/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=17152 CPUtime=50.84
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 4068 656 0 0 5081 3 0 0 25 0 1 0 60168002 17563648 3601 996147200 134512640 135215973 4294956304 18446744073709551615 135020388 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 4288 3601 403 171 0 3213 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 17152

[startup+102.307 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 22038
/proc/meminfo: memFree=1436544/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=28212 CPUtime=101.79
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 7000 656 0 0 10175 4 0 0 25 0 1 0 60168002 28889088 6371 996147200 134512640 135215973 4294956304 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 7053 6371 403 171 0 5978 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 28212

[startup+162.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 22038
/proc/meminfo: memFree=1423552/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=40972 CPUtime=161.5
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 10362 656 0 0 16143 7 0 0 25 0 1 0 60168002 41955328 9411 996147200 134512640 135215973 4294956304 18446744073709551615 134581593 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 10243 9411 403 171 0 9168 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 40972

[startup+222.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/73 22044
/proc/meminfo: memFree=1411008/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=52056 CPUtime=221.18
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 13279 656 0 0 22109 9 0 0 25 0 1 0 60168002 53305344 12328 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 13014 12328 403 171 0 11939 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 52056

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

[startup+230.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/73 22044
/proc/meminfo: memFree=1409408/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=55688 CPUtime=229.15
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 14187 656 0 0 22905 10 0 0 25 0 1 0 60168002 57024512 12723 996147200 134512640 135215973 4294956304 18446744073709551615 135027042 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 13922 12723 403 171 0 12847 0
Current children cumulated CPU time (s) 229.15
Current children cumulated vsize (KiB) 55688

[startup+255.902 s]
/proc/loadavg: 2.09 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1404160/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=61612 CPUtime=254.62
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 15735 656 0 0 25452 10 0 0 25 0 1 0 60168002 63090688 14142 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 15403 14142 403 171 0 14328 0
Current children cumulated CPU time (s) 254.62
Current children cumulated vsize (KiB) 61612

[startup+262.302 s]
/proc/loadavg: 2.08 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1402368/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=62404 CPUtime=261
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 15962 656 0 0 26089 11 0 0 25 0 1 0 60168002 63901696 14369 996147200 134512640 135215973 4294956304 18446744073709551615 4158960136 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 15601 14369 403 171 0 14526 0
Current children cumulated CPU time (s) 261
Current children cumulated vsize (KiB) 62404

[startup+268.702 s]
/proc/loadavg: 2.07 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1400960/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=63592 CPUtime=267.37
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 16275 656 0 0 26726 11 0 0 25 0 1 0 60168002 65118208 14682 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 15898 14682 403 171 0 14823 0
Current children cumulated CPU time (s) 267.37
Current children cumulated vsize (KiB) 63592

[startup+271.902 s]
/proc/loadavg: 2.06 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1400320/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=64252 CPUtime=270.55
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 16429 656 0 0 27044 11 0 0 25 0 1 0 60168002 65794048 14836 996147200 134512640 135215973 4294956304 18446744073709551615 134585409 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 16063 14836 403 171 0 14988 0
Current children cumulated CPU time (s) 270.55
Current children cumulated vsize (KiB) 64252

[startup+273.502 s]
/proc/loadavg: 2.06 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1400000/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=64516 CPUtime=272.14
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 16514 656 0 0 27203 11 0 0 25 0 1 0 60168002 66064384 14921 996147200 134512640 135215973 4294956304 18446744073709551615 134597392 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 16129 14921 403 171 0 15054 0
Current children cumulated CPU time (s) 272.14
Current children cumulated vsize (KiB) 64516

[startup+273.907 s]
/proc/loadavg: 2.06 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=64648 CPUtime=272.54
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 16534 656 0 0 27243 11 0 0 25 0 1 0 60168002 66199552 14941 996147200 134512640 135215973 4294956304 18446744073709551615 134600085 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 16162 14941 403 171 0 15087 0
Current children cumulated CPU time (s) 272.54
Current children cumulated vsize (KiB) 64648

[startup+274.302 s]
/proc/loadavg: 2.06 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=63620 CPUtime=272.94
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194304 16556 656 0 0 27283 11 0 0 25 0 1 0 60168002 65146880 14825 996147200 134512640 135215973 4294956304 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 15905 14825 403 171 0 14830 0
Current children cumulated CPU time (s) 272.94
Current children cumulated vsize (KiB) 63620

[startup+274.402 s]
/proc/loadavg: 2.06 2.06 2.00 3/73 22044
/proc/meminfo: memFree=1399744/2055920 swapFree=4192812/4192956
[pid=22033] ppid=22031 vsize=0 CPUtime=273.04
/proc/22033/stat : 22033 (pcs.big) R 22031 22033 21083 0 -1 4194308 16559 656 0 0 27292 12 0 0 25 0 1 0 60168002 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22033/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 273.04
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 274.405
CPU time (s): 273.058
CPU user time (s): 272.928
CPU system time (s): 0.12998
CPU usage (%): 99.5091
Max. virtual memory (cumulated for all children) (KiB): 64648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.928
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17215
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= 18
involuntary context switches= 3267

runsolver used 0.404938 second user time and 0.84887 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-16 09:57:21
IDJOB=2090645
IDBENCH=59838
IDSOLVER=733
FILE ID=node44/2090645-1247731041
PBS_JOBID= 9521583
Free space on /tmp= 66280 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-55_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090645-1247731041/watcher-2090645-1247731041 -o /tmp/evaluation-result-2090645-1247731041/solver-2090645-1247731041 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 221533453 HOME/instance-2090645-1247731041.xml

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

MD5SUM BENCH= dcd5d925a31f166630982cf12d2a4f61
RANDOM SEED=221533453

node44.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.219
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.219
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:       1462432 kB
Buffers:         87192 kB
Cached:         310472 kB
SwapCached:          0 kB
Active:         195884 kB
Inactive:       311232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         120844 kB
Slab:            71448 kB
Committed_AS:   668268 kB
PageTables:       1940 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= 66280 MiB
End job on node44 at 2009-07-16 10:01:56