Trace number 2078579

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 440.596 442.357

DiagnosticValue
ASSIGNMENTS143616

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-19_ext.xml
MD5SUM32cbde82f4466942d0b977ad95fd0a6f
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 benchmark15.5846
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.03	c small-domain mode
0.00/0.05	c Seed is 55931669
0.00/0.05	c Constructing HOME/instance-2078579-1247716438.xml  with 58 constraints
0.37/0.44	c Solving 143616 backtracks 20 restarts
440.53/442.35	s SATISFIABLE
440.53/442.35	c V0=5, V1=4, V2=16, V3=4, V4=14, V5=11, V6=10, V7=13, V8=10, V9=2, V10=0, V11=4, V12=11, V13=12, V14=14, V15=10, V16=10, V17=17, V18=12, V19=18, 
440.53/442.35	v 5 4 16 4 14 11 10 13 10 2 0 4 11 12 14 10 10 17 12 18 
440.53/442.35	d ASSIGNMENTS 143616

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-2078579-1247716438/watcher-2078579-1247716438 -o /tmp/evaluation-result-2078579-1247716438/solver-2078579-1247716438 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 55931669 HOME/instance-2078579-1247716438.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.04 2.01 2.00 4/82 10653
/proc/meminfo: memFree=1472544/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=18576 CPUtime=0
/proc/10653/stat : 10653 (runsolver) R 10651 10653 9057 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 58706412 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 244276849959 0 0 4096 24578 0 0 0 17 0 0 0
/proc/10653/statm: 4644 284 249 26 0 2626 0

[startup+0.0885591 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 10653
/proc/meminfo: memFree=1472544/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=5216 CPUtime=0.06
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 924 822 0 0 5 0 1 0 18 0 1 0 58706412 5341184 533 996147200 134512640 135095119 4294956304 18446744073709551615 134731267 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 1304 533 375 142 0 258 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5216

[startup+0.10256 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 10653
/proc/meminfo: memFree=1472544/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=5340 CPUtime=0.07
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 950 822 0 0 6 0 1 0 18 0 1 0 58706412 5468160 559 996147200 134512640 135095119 4294956304 18446744073709551615 4159345925 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 1335 559 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.30158 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 10653
/proc/meminfo: memFree=1472544/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=8168 CPUtime=0.27
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1307 822 0 0 26 0 1 0 19 0 1 0 58706412 8364032 916 996147200 134512640 135095119 4294956304 18446744073709551615 134681616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2042 916 375 142 0 996 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8168

[startup+0.701621 s]
/proc/loadavg: 2.04 2.01 2.00 4/82 10653
/proc/meminfo: memFree=1472544/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=10204 CPUtime=0.67
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1583 822 0 0 66 0 1 0 23 0 1 0 58706412 10448896 1192 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2551 1192 389 142 0 1505 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10204

[startup+1.50171 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1467032/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=10204 CPUtime=1.46
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1591 822 0 0 145 0 1 0 25 0 1 0 58706412 10448896 1200 996147200 134512640 135095119 4294956304 18446744073709551615 134909075 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2551 1200 389 142 0 1505 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10204

[startup+3.10189 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1463064/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=10336 CPUtime=3.06
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1631 822 0 0 305 0 1 0 25 0 1 0 58706412 10584064 1240 996147200 134512640 135095119 4294956304 18446744073709551615 134555020 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2584 1240 389 142 0 1538 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10336

[startup+6.30125 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1462616/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=10464 CPUtime=6.25
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1709 822 0 0 623 1 1 0 25 0 1 0 58706412 10715136 1285 996147200 134512640 135095119 4294956304 18446744073709551615 134918192 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2616 1285 389 142 0 1570 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 10464

[startup+12.702 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1462104/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=10980 CPUtime=12.63
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 1966 822 0 0 1261 1 1 0 25 0 1 0 58706412 11243520 1444 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2745 1444 389 142 0 1699 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 10980

[startup+25.5024 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1460696/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=11748 CPUtime=25.37
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 2428 822 0 0 2535 1 1 0 25 0 1 0 58706412 12029952 1712 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 2937 1712 389 142 0 1891 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 11748

[startup+51.1023 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 10659
/proc/meminfo: memFree=1458712/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=13416 CPUtime=50.87
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 3357 822 0 0 5084 2 1 0 25 0 1 0 58706412 13737984 2255 996147200 134512640 135095119 4294956304 18446744073709551615 134927011 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 3354 2255 389 142 0 2308 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 13416

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 4/83 10659
/proc/meminfo: memFree=1445848/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=18724 CPUtime=101.87
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 5344 822 0 0 10184 2 1 0 25 0 1 0 58706412 19173376 3439 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 4681 3439 389 142 0 3635 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 18724

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1432344/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=24384 CPUtime=161.64
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 7378 822 0 0 16159 4 1 0 25 0 1 0 58706412 24969216 4448 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 6096 4448 389 142 0 5050 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 24384

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1417624/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=30780 CPUtime=221.4
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 9604 822 0 0 22134 5 1 0 25 0 1 0 58706412 31518720 6096 996147200 134512640 135095119 4294956304 18446744073709551615 134916512 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 7695 6096 389 142 0 6649 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 30780

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1402712/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=32220 CPUtime=281.17
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 10534 822 0 0 28110 6 1 0 25 0 1 0 58706412 32993280 7026 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 8055 7026 389 142 0 7009 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 32220

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 10659
/proc/meminfo: memFree=1385560/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=43152 CPUtime=340.92
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 13825 822 0 0 34083 8 1 0 25 0 1 0 58706412 44187648 8268 996147200 134512640 135095119 4294956304 18446744073709551615 134927082 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 10788 8268 389 142 0 9742 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 43152

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1370712/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=45900 CPUtime=400.69
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 15100 822 0 0 40058 10 1 0 25 0 1 0 58706412 47001600 9543 996147200 134512640 135095119 4294956304 18446744073709551615 134927380 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 11475 9543 389 142 0 10429 0
Current children cumulated CPU time (s) 400.69
Current children cumulated vsize (KiB) 45900

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1364184/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=407.86
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 17738 822 0 0 40774 11 1 0 25 0 1 0 58706412 57548800 11156 996147200 134512640 135095119 4294956304 18446744073709551615 134916468 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11156 389 142 0 13004 0
Current children cumulated CPU time (s) 407.86
Current children cumulated vsize (KiB) 56200

[startup+422.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10659
/proc/meminfo: memFree=1363672/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=420.61
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 17858 822 0 0 42049 11 1 0 25 0 1 0 58706412 57548800 11276 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11276 389 142 0 13004 0
Current children cumulated CPU time (s) 420.61
Current children cumulated vsize (KiB) 56200

[startup+435.102 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 10665
/proc/meminfo: memFree=1363096/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=433.35
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 17978 822 0 0 43323 11 1 0 25 0 1 0 58706412 57548800 11396 996147200 134512640 135095119 4294956304 18446744073709551615 134927088 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11396 389 142 0 13004 0
Current children cumulated CPU time (s) 433.35
Current children cumulated vsize (KiB) 56200

[startup+438.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10665
/proc/meminfo: memFree=1362968/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=436.54
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 18009 822 0 0 43642 11 1 0 25 0 1 0 58706412 57548800 11427 996147200 134512640 135095119 4294956304 18446744073709551615 134927232 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11427 389 142 0 13004 0
Current children cumulated CPU time (s) 436.54
Current children cumulated vsize (KiB) 56200

[startup+439.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10665
/proc/meminfo: memFree=1362840/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=438.13
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 18023 822 0 0 43801 11 1 0 25 0 1 0 58706412 57548800 11441 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11441 389 142 0 13004 0
Current children cumulated CPU time (s) 438.13
Current children cumulated vsize (KiB) 56200

[startup+441.501 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 10665
/proc/meminfo: memFree=1348056/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=439.73
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 18038 822 0 0 43961 11 1 0 25 0 1 0 58706412 57548800 11456 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11456 389 142 0 13004 0
Current children cumulated CPU time (s) 439.73
Current children cumulated vsize (KiB) 56200

[startup+441.902 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 10665
/proc/meminfo: memFree=1348056/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=56200 CPUtime=440.13
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 18042 822 0 0 44001 11 1 0 25 0 1 0 58706412 57548800 11460 996147200 134512640 135095119 4294956304 18446744073709551615 134918171 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 14050 11460 389 142 0 13004 0
Current children cumulated CPU time (s) 440.13
Current children cumulated vsize (KiB) 56200

[startup+442.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 10665
/proc/meminfo: memFree=1347800/2055920 swapFree=4191904/4192956
[pid=10653] ppid=10651 vsize=31616 CPUtime=440.53
/proc/10653/stat : 10653 (pcs.small) R 10651 10653 9057 0 -1 4194304 18045 822 0 0 44040 12 1 0 25 0 1 0 58706412 32374784 7247 996147200 134512640 135095119 4294956304 18446744073709551615 12931224 0 0 4096 0 0 0 0 17 1 0 0
/proc/10653/statm: 7904 7247 389 142 0 6858 0
Current children cumulated CPU time (s) 440.53
Current children cumulated vsize (KiB) 31616

Child status: 0
Real time (s): 442.357
CPU time (s): 440.596
CPU user time (s): 440.465
CPU system time (s): 0.13098
CPU usage (%): 99.6018
Max. virtual memory (cumulated for all children) (KiB): 56200

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

runsolver used 0.384941 second user time and 1.23281 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-16 05:53:58
IDJOB=2078579
IDBENCH=56779
IDSOLVER=734
FILE ID=node63/2078579-1247716438
PBS_JOBID= 9521336
Free space on /tmp= 66208 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-19_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078579-1247716438/watcher-2078579-1247716438 -o /tmp/evaluation-result-2078579-1247716438/solver-2078579-1247716438 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 55931669 HOME/instance-2078579-1247716438.xml

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

MD5SUM BENCH= 32cbde82f4466942d0b977ad95fd0a6f
RANDOM SEED=55931669

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1473024 kB
Buffers:         81272 kB
Cached:         168912 kB
SwapCached:        260 kB
Active:         296936 kB
Inactive:       194928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473024 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:         261576 kB
Slab:            75644 kB
Committed_AS:   771104 kB
PageTables:       2376 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= 66204 MiB
End job on node63 at 2009-07-16 06:01:21