Trace number 1099953

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
casper zitoSAT 185.962 186.054

DiagnosticValue
CHECKS7941450

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-91_ext.xml
MD5SUM849e499b76c1e0db028b1c212d99473d
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.612906
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 (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.04/0.06	c Building = 1
0.04/0.07	c [ NumberOfVariables = 40 ]
0.04/0.07	c [ NumberOfConstraints = 135 ]
0.04/0.07	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.04/0.07	c SymmetrySearch = 1
0.18/0.29	c InitialPropagation = 1
0.29/0.30	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.29/0.30	c InitialSAC = 1
0.59/0.64	c [ SizeOfSearchSpace(log2) = 212.877 ]
0.59/0.65	c Search(SampleFF) : 
81.55/81.61	c [ Sampling domwdeg ]
81.55/81.61	c [ Sampling impacts ]
81.55/81.61	c [ SamplingScores: ]
81.55/81.61	c [ domwdeg+min = 0.000577697 | domwdeg+rnd = 2.61112e-05 ]
81.55/81.61	c [ impacts+min = 0.000153978 | impacts+rnd = 9.01026e-05 ]
81.55/81.61	c [ la+min = 0 | la+rnd = 0 ]
81.55/81.61	c [ domwdeg = 0.000301904 | impacts = 0.00012204 | la = 0 ]
81.55/81.61	c [ min = 0.000243892 | rand = 0.00012204 ]
81.55/81.61	c [ restarting at (3.96356,0.00128204) ]
91.44/91.54	c [ restarting at (9.9089,0.00626602) ]
116.23/116.33	c [ restarting at (24.7722,0.00562539) ]
178.20/178.30	c [ restarting at (61.9306,0.026922) ]
185.90/186.04	c Search(SampleFF) = 1
185.90/186.04	s SATISFIABLE
185.90/186.04	v 28 12 39 20 35 7 16 12 5 15 0 6 29 36 32 37 29 12 11 25 14 28 28 37 21 11 38 21 13 30 16 37 37 31 37 35 39 27 3 22
185.90/186.04	d CHECKS 7941452
185.90/186.04	c [ TotalFails = 28353 ]
185.90/186.04	c [ NumberOfRestarts = 72 ]
185.90/186.04	c [ TotalTime = 185.957 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1099953-1215286018/watcher-1099953-1215286018 -o /tmp/evaluation-result-1099953-1215286018/solver-1099953-1215286018 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1099953-1215286018.xml 2081427571 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.06 2.02 4/81 8649
/proc/meminfo: memFree=1668536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=5100 CPUtime=0
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 2007573255 5222400 74 996147200 134512640 135472138 4294956224 18446744073709551615 7394084 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 1275 74 51 234 0 25 0

[startup+0.0546411 s]
/proc/loadavg: 2.10 2.06 2.02 4/81 8649
/proc/meminfo: memFree=1668536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=6756 CPUtime=0.04
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 809 0 0 0 4 0 0 0 18 0 1 0 2007573255 6918144 769 996147200 134512640 135472138 4294956224 18446744073709551615 134774682 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 1689 769 365 234 0 391 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6756

[startup+0.101646 s]
/proc/loadavg: 2.10 2.06 2.02 4/81 8649
/proc/meminfo: memFree=1668536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=105484 CPUtime=0.08
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 2134 0 0 0 8 0 0 0 18 0 1 0 2007573255 108015616 2094 996147200 134512640 135472138 4294956224 18446744073709551615 7829115 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 26371 2095 432 234 0 25073 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 105484

[startup+0.301681 s]
/proc/loadavg: 2.10 2.06 2.02 4/81 8649
/proc/meminfo: memFree=1668536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=0.29
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 4960 0 0 0 27 2 0 0 19 0 1 0 2007573255 105177088 1780 996147200 134512640 135472138 4294956224 18446744073709551615 134604356 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 1781 449 234 0 24380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102712

[startup+0.701747 s]
/proc/loadavg: 2.10 2.06 2.02 4/81 8649
/proc/meminfo: memFree=1668536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=0.69
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5439 0 0 0 67 2 0 0 23 0 1 0 2007573255 105177088 2259 996147200 134512640 135472138 4294956224 18446744073709551615 134616745 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2260 475 234 0 24380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102712

[startup+1.50188 s]
/proc/loadavg: 2.09 2.06 2.01 3/82 8650
/proc/meminfo: memFree=1661360/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=1.49
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5500 0 0 0 147 2 0 0 25 0 1 0 2007573255 105177088 2320 996147200 134512640 135472138 4294956224 18446744073709551615 134617120 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2320 476 234 0 24380 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102712

[startup+3.10115 s]
/proc/loadavg: 2.09 2.06 2.01 3/82 8650
/proc/meminfo: memFree=1661040/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=3.09
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5512 0 0 0 307 2 0 0 25 0 1 0 2007573255 105177088 2332 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2332 476 234 0 24380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102712

[startup+6.30169 s]
/proc/loadavg: 2.09 2.06 2.01 3/82 8650
/proc/meminfo: memFree=1660912/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=6.29
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5532 0 0 0 627 2 0 0 25 0 1 0 2007573255 105177088 2352 996147200 134512640 135472138 4294956224 18446744073709551615 135262720 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2352 476 234 0 24380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102712

[startup+12.7018 s]
/proc/loadavg: 2.16 2.07 2.02 3/82 8650
/proc/meminfo: memFree=1660728/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=12.68
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5550 0 0 0 1266 2 0 0 25 0 1 0 2007573255 105177088 2370 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2370 476 234 0 24380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102712

[startup+25.5019 s]
/proc/loadavg: 2.13 2.07 2.02 3/82 8650
/proc/meminfo: memFree=1660664/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=25.48
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5569 0 0 0 2546 2 0 0 25 0 1 0 2007573255 105177088 2389 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2389 476 234 0 24380 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 102712

[startup+51.1012 s]
/proc/loadavg: 2.36 2.13 2.04 3/82 8650
/proc/meminfo: memFree=1660664/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=51.06
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5590 0 0 0 5104 2 0 0 25 0 1 0 2007573255 105177088 2410 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2410 478 234 0 24380 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 102712

[startup+102.306 s]
/proc/loadavg: 2.28 2.15 2.05 3/82 8650
/proc/meminfo: memFree=1660536/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=102.24
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5604 0 0 0 10222 2 0 0 25 0 1 0 2007573255 105177088 2424 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2424 479 234 0 24380 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 102712

[startup+162.303 s]
/proc/loadavg: 2.10 2.12 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=162.21
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 16219 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 102712

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

[startup+166.302 s]
/proc/loadavg: 2.09 2.12 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=166.21
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 16619 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134616942 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 166.21
Current children cumulated vsize (KiB) 102712

[startup+179.102 s]
/proc/loadavg: 2.08 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=179
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 17898 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134616939 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 102712

[startup+182.302 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=182.2
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18218 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134588192 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 182.2
Current children cumulated vsize (KiB) 102712

[startup+183.901 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=183.8
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18378 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 183.8
Current children cumulated vsize (KiB) 102712

[startup+184.702 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=184.6
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18458 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 184.6
Current children cumulated vsize (KiB) 102712

[startup+185.502 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=185.4
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18538 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134616928 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 185.4
Current children cumulated vsize (KiB) 102712

[startup+185.907 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=185.8
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18578 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 185.8
Current children cumulated vsize (KiB) 102712

[startup+186.002 s]
/proc/loadavg: 2.07 2.11 2.04 3/82 8650
/proc/meminfo: memFree=1660472/2055920 swapFree=4180732/4192956
[pid=8649] ppid=8647 vsize=102712 CPUtime=185.9
/proc/8649/stat : 8649 (casperzito) R 8647 8649 6662 0 -1 4194304 5610 0 0 0 18588 2 0 0 25 0 1 0 2007573255 105177088 2430 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 0 0 0
/proc/8649/statm: 25678 2430 479 234 0 24380 0
Current children cumulated CPU time (s) 185.9
Current children cumulated vsize (KiB) 102712

Child status: 0
Real time (s): 186.054
CPU time (s): 185.962
CPU user time (s): 185.935
CPU system time (s): 0.026995
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (KiB): 118560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.935
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5613
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= 16
involuntary context switches= 650

runsolver used 0.19197 second user time and 0.493924 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 21:26:58
IDJOB=1099953
IDBENCH=59804
IDSOLVER=362
FILE ID=node57/1099953-1215286018
PBS_JOBID= 7882308
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-91_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1099953-1215286018/watcher-1099953-1215286018 -o /tmp/evaluation-result-1099953-1215286018/solver-1099953-1215286018 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1099953-1215286018.xml 2081427571 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 849e499b76c1e0db028b1c212d99473d
RANDOM SEED=2081427571

node57.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.258
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.258
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:       1669016 kB
Buffers:         79100 kB
Cached:         230612 kB
SwapCached:       6148 kB
Active:         207100 kB
Inactive:       123816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669016 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            3288 kB
Writeback:           0 kB
Mapped:          37248 kB
Slab:            41148 kB
Committed_AS:  4126048 kB
PageTables:       1896 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= 66544 MiB
End job on node57 at 2008-07-05 21:30:04