Trace number 1075109

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 zaoUNSAT 319.439 322.199

DiagnosticValue
CHECKS16788100

General information on the benchmark

Namecsp/rlfapGraphsMod/
normalized-graph14-f28.xml
MD5SUMdf91cdf5878fafc6bfd01bfcf0040fa0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.610906
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.22	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.22	c Parsing = 1
0.18/0.22	c Building = 1
1.18/1.22	c [ NumberOfVariables = 916 ]
1.18/1.22	c [ NumberOfConstraints = 4638 ]
1.18/1.22	c [ SizeOfSearchSpace(log2) = 3699.14 ]
1.18/1.22	c SymmetrySearch = 1
1.27/1.36	c InitialPropagation = 1
1.27/1.38	c [ SizeOfSearchSpace(log2) = 3382.96 ]
1.27/1.38	c InitialSAC = 1
1.37/1.43	c [ SizeOfSearchSpace(log2) = 3382.96 ]
1.37/1.43	c Search(SampleFF) : 
89.21/90.05	c [ Sampling domwdeg ]
89.21/90.05	c [ Sampling impacts ]
89.21/90.05	c [ Sampling la ]
89.21/90.05	c [ SamplingScores: ]
89.21/90.05	c [ domwdeg+min = 0.00971971 | domwdeg+rnd = 0.0600891 ]
89.21/90.05	c [ impacts+min = 6.00858e-11 | impacts+rnd = 6.76078e-07 ]
89.21/90.05	c [ la+min = 3.29346e-07 | la+rnd = 0.00022316 ]
89.21/90.05	c [ domwdeg = 0.0349044 | impacts = 3.38069e-07 | la = 0.000111744 ]
89.21/90.05	c [ min = 0.00324001 | rand = 3.38069e-07 ]
89.21/90.05	c [ restarting at (0.56583,8.35418e-07) ]
90.69/91.57	c [ restarting at (1.41457,8.35418e-07) ]
94.46/95.36	c [ restarting at (3.53644,8.35418e-07) ]
103.88/104.84	c [ restarting at (8.84109,8.35418e-07) ]
127.38/128.54	c [ restarting at (22.1027,0.172769) ]
186.09/187.79	c [ restarting at (55.2568,0.0133079) ]
319.34/322.19	c Search(SampleFF) = 0
319.34/322.19	s UNSATISFIABLE
319.34/322.19	d CHECKS 16788076
319.34/322.19	c [ TotalFails = 198687 ]
319.34/322.19	c [ NumberOfRestarts = 56 ]
319.34/322.19	c [ TotalTime = 300.518 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1075109-1215180227/watcher-1075109-1215180227 -o /tmp/evaluation-result-1075109-1215180227/solver-1075109-1215180227 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1075109-1215180227.xml 1895361018 

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.08 2.02 2.01 4/81 22676
/proc/meminfo: memFree=1576672/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=18572 CPUtime=0
/proc/22676/stat : 22676 (runsolver) R 22674 22676 18345 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 155834089 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22676/statm: 4643 292 257 25 0 2626 0

[startup+0.064538 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22676
/proc/meminfo: memFree=1576672/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=6104 CPUtime=0.05
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 622 0 0 0 5 0 0 0 18 0 1 0 155834089 6250496 582 996147200 134512640 135477443 4294956224 18446744073709551615 134813010 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 1526 582 370 235 0 227 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6104

[startup+0.101539 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22676
/proc/meminfo: memFree=1576672/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=6500 CPUtime=0.09
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 721 0 0 0 9 0 0 0 18 0 1 0 155834089 6656000 681 996147200 134512640 135477443 4294956224 18446744073709551615 5570096 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 1625 681 370 235 0 326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6500

[startup+0.301566 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22676
/proc/meminfo: memFree=1576672/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=102904 CPUtime=0.28
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 3593 0 0 0 25 3 0 0 19 0 1 0 155834089 105373696 2061 996147200 134512640 135477443 4294956224 18446744073709551615 4158074193 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 25726 2061 458 235 0 24427 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102904

[startup+0.701607 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 22676
/proc/meminfo: memFree=1576672/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=297936 CPUtime=0.68
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 10026 0 0 0 57 11 0 0 23 0 1 0 155834089 305086464 4511 996147200 134512640 135477443 4294956224 18446744073709551615 5545708 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 74484 4511 458 235 0 73185 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 297936

[startup+1.5017 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1552472/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=121332 CPUtime=1.47
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 18886 0 0 0 127 20 0 0 25 0 1 0 155834089 124243968 8339 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 30333 8339 504 235 0 29034 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 121332

[startup+3.10287 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1544856/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=121332 CPUtime=3.05
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 18918 0 0 0 285 20 0 0 25 0 1 0 155834089 124243968 8371 996147200 134512640 135477443 4294956224 18446744073709551615 135208680 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 30333 8371 505 235 0 29034 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 121332

[startup+6.3012 s]
/proc/loadavg: 2.08 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1544728/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=121332 CPUtime=6.22
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 18918 0 0 0 602 20 0 0 25 0 1 0 155834089 124243968 8371 996147200 134512640 135477443 4294956224 18446744073709551615 135208674 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 30333 8371 505 235 0 29034 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 121332

[startup+12.7019 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1544600/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=121332 CPUtime=12.58
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 18947 0 0 0 1237 21 0 0 25 0 1 0 155834089 124243968 8400 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 30333 8400 505 235 0 29034 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 121332

[startup+25.5012 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1541208/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=124764 CPUtime=25.26
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 19816 0 0 0 2505 21 0 0 25 0 1 0 155834089 127758336 9269 996147200 134512640 135477443 4294956224 18446744073709551615 135237370 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 31191 9269 506 235 0 29892 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 124764

[startup+51.1019 s]
/proc/loadavg: 2.03 2.02 2.00 3/82 22677
/proc/meminfo: memFree=1540568/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=124768 CPUtime=50.64
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 19969 0 0 0 5043 21 0 0 25 0 1 0 155834089 127762432 9422 996147200 134512640 135477443 4294956224 18446744073709551615 135238542 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 31192 9422 506 235 0 29893 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 124768

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 22677
/proc/meminfo: memFree=1536664/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=101.4
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20918 0 0 0 10119 21 0 0 25 0 1 0 155834089 131276800 10371 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10371 507 235 0 30751 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 128200

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 4/82 22677
/proc/meminfo: memFree=1536472/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=160.89
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20918 0 0 0 16068 21 0 0 25 0 1 0 155834089 131276800 10371 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10371 507 235 0 30751 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 128200

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536408/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=220.39
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20918 0 0 0 22017 22 0 0 25 0 1 0 155834089 131276800 10371 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10371 507 235 0 30751 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 128200

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536344/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=279.88
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 27966 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 128200

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=304.46
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 30424 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 304.46
Current children cumulated vsize (KiB) 128200

[startup+313.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=310.81
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31059 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 310.81
Current children cumulated vsize (KiB) 128200

[startup+316.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=313.98
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31376 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 313.98
Current children cumulated vsize (KiB) 128200

[startup+319.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=317.15
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31693 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 317.15
Current children cumulated vsize (KiB) 128200

[startup+321.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=318.74
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31852 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 318.74
Current children cumulated vsize (KiB) 128200

[startup+321.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=319.14
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31892 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 319.14
Current children cumulated vsize (KiB) 128200

[startup+322.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22677
/proc/meminfo: memFree=1536416/2055920 swapFree=4181068/4192956
[pid=22676] ppid=22674 vsize=128200 CPUtime=319.34
/proc/22676/stat : 22676 (casperzao) R 22674 22676 18345 0 -1 4194304 20927 0 0 0 31912 22 0 0 25 0 1 0 155834089 131276800 10380 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/22676/statm: 32050 10380 507 235 0 30751 0
Current children cumulated CPU time (s) 319.34
Current children cumulated vsize (KiB) 128200

Child status: 0
Real time (s): 322.199
CPU time (s): 319.439
CPU user time (s): 319.212
CPU system time (s): 0.226965
CPU usage (%): 99.1436
Max. virtual memory (cumulated for all children) (KiB): 308364

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

runsolver used 0.309952 second user time and 0.900863 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 16:03:47
IDJOB=1075109
IDBENCH=56485
IDSOLVER=361
FILE ID=node46/1075109-1215180227
PBS_JOBID= 7881470
Free space on /tmp= 66208 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rlfapGraphsMod/normalized-graph14-f28.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075109-1215180227/watcher-1075109-1215180227 -o /tmp/evaluation-result-1075109-1215180227/solver-1075109-1215180227 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1075109-1215180227.xml 1895361018 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df91cdf5878fafc6bfd01bfcf0040fa0
RANDOM SEED=1895361018

node46.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.238
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.238
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:       1577088 kB
Buffers:         27416 kB
Cached:         125488 kB
SwapCached:       5876 kB
Active:         379544 kB
Inactive:        46608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577088 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:         289972 kB
Slab:            37604 kB
Committed_AS:   781828 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-04 16:09:09