Trace number 2074937

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 588.428 593.154

DiagnosticValue
ASSIGNMENTS57391

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-10_ext.xml
MD5SUM513cf35a6a387b7eda5da4b4c70b12f5
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 benchmark6.73298
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.13/0.26	c small-domain mode
0.13/0.27	c Seed is 1245953981
0.13/0.27	c Constructing HOME/instance-2074937-1247712525.xml  with 18 constraints
7.79/7.99	c Solving 57391 backtracks 18 restarts
588.35/593.15	s SATISFIABLE
588.35/593.15	c V0=2, V1=1, V2=1, V3=0, V4=3, V5=2, V6=2, V7=3, V8=0, V9=0, V10=2, V11=2, V12=2, V13=0, V14=0, V15=2, V16=4, V17=0, V18=1, V19=2, 
588.35/593.15	v 2 1 1 0 3 2 2 3 0 0 2 2 2 0 0 2 4 0 1 2 
588.35/593.15	d ASSIGNMENTS 57391

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-2074937-1247712525/watcher-2074937-1247712525 -o /tmp/evaluation-result-2074937-1247712525/solver-2074937-1247712525 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1245953981 HOME/instance-2074937-1247712525.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.15 2.04 2.02 4/72 18656
/proc/meminfo: memFree=1495976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=5260 CPUtime=0
/proc/18656/stat : 18656 (pcssolve) R 18654 18656 17507 0 -1 4194304 68 0 0 0 0 0 0 0 20 0 1 0 58315432 5386240 51 996147200 4194304 4889804 548682068800 18446744073709551615 271635718932 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 1315 51 37 169 0 14 0

[startup+0.0229951 s]
/proc/loadavg: 2.15 2.04 2.02 4/72 18656
/proc/meminfo: memFree=1495976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=5356 CPUtime=0
/proc/18656/stat : 18656 (pcssolve) S 18654 18656 17507 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 58315432 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18656/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102 s]
/proc/loadavg: 2.15 2.04 2.02 4/72 18656
/proc/meminfo: memFree=1495976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=5356 CPUtime=0.06
/proc/18656/stat : 18656 (pcssolve) S 18654 18656 17507 0 -1 4194304 339 1332 0 0 0 0 4 2 18 0 1 0 58315432 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18656/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.302015 s]
/proc/loadavg: 2.15 2.04 2.02 4/72 18656
/proc/meminfo: memFree=1495976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=5820 CPUtime=0.27
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 971 3866 0 0 3 0 17 7 17 0 1 0 58315432 5959680 580 996147200 134512640 135095119 4294956304 18446744073709551615 7356031 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 1455 580 361 142 0 409 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5820

[startup+0.701063 s]
/proc/loadavg: 2.15 2.04 2.02 4/72 18656
/proc/meminfo: memFree=1495976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=12932 CPUtime=0.67
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 3001 3866 0 0 42 1 17 7 20 0 1 0 58315432 13242368 2107 996147200 134512640 135095119 4294956304 18446744073709551615 134929661 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 3233 2107 375 142 0 2187 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 12932

[startup+1.50114 s]
/proc/loadavg: 2.15 2.04 2.02 3/73 18662
/proc/meminfo: memFree=1486816/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=20000 CPUtime=1.46
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 5390 3866 0 0 120 2 17 7 25 0 1 0 58315432 20480000 3378 996147200 134512640 135095119 4294956304 18446744073709551615 134944943 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 5000 3378 375 142 0 3954 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 20000

[startup+3.10131 s]
/proc/loadavg: 2.14 2.04 2.02 3/73 18662
/proc/meminfo: memFree=1478240/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=36516 CPUtime=3.03
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 9229 3866 0 0 275 4 17 7 25 0 1 0 58315432 37392384 5600 996147200 134512640 135095119 4294956304 18446744073709551615 134979319 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 9129 5600 375 142 0 8083 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 36516

[startup+6.30163 s]
/proc/loadavg: 2.14 2.04 2.02 3/73 18662
/proc/meminfo: memFree=1453088/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=72684 CPUtime=6.21
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 18760 3866 0 0 589 8 17 7 25 0 1 0 58315432 74428416 11116 996147200 134512640 135095119 4294956304 18446744073709551615 134739568 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 18171 11116 375 142 0 17125 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 72684

[startup+12.7013 s]
/proc/loadavg: 2.12 2.04 2.02 3/73 18662
/proc/meminfo: memFree=1428576/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=58032 CPUtime=12.55
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 23529 3866 0 0 1221 10 17 7 25 0 1 0 58315432 59424768 13855 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 14508 13855 389 142 0 13462 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 58032

[startup+25.5016 s]
/proc/loadavg: 2.10 2.04 2.01 3/73 18662
/proc/meminfo: memFree=1408288/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=58032 CPUtime=25.25
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 23529 3866 0 0 2491 10 17 7 25 0 1 0 58315432 59424768 13855 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 14508 13855 389 142 0 13462 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 58032

[startup+51.1012 s]
/proc/loadavg: 2.06 2.03 2.01 3/73 18662
/proc/meminfo: memFree=1370144/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=58032 CPUtime=50.65
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 23529 3866 0 0 5031 10 17 7 25 0 1 0 58315432 59424768 13855 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 14508 13855 389 142 0 13462 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 58032

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.01 3/73 18662
/proc/meminfo: memFree=1318752/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=58032 CPUtime=101.45
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 23529 3866 0 0 10110 11 17 7 25 0 1 0 58315432 59424768 13855 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 14508 13855 389 142 0 13462 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 58032

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 18662
/proc/meminfo: memFree=1253280/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=59060 CPUtime=160.97
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 23738 3866 0 0 16062 11 17 7 25 0 1 0 58315432 60477440 14064 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 14765 14064 389 142 0 13719 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 59060

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 18664
/proc/meminfo: memFree=1153440/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=61112 CPUtime=220.5
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 24244 3866 0 0 22014 12 17 7 25 0 1 0 58315432 62578688 14313 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 15278 14313 389 142 0 14232 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 61112

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 18664
/proc/meminfo: memFree=1072992/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=61376 CPUtime=280.03
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 24430 3866 0 0 27966 13 17 7 25 0 1 0 58315432 62849024 14499 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 15344 14499 389 142 0 14298 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 61376

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=1010592/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=62296 CPUtime=339.56
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 24774 3866 0 0 33918 14 17 7 25 0 1 0 58315432 63791104 14843 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 15574 14843 389 142 0 14528 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 62296

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=946976/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=67216 CPUtime=399.04
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 26151 3866 0 0 39865 15 17 7 25 0 1 0 58315432 68829184 15450 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 16804 15450 389 142 0 15758 0
Current children cumulated CPU time (s) 399.04
Current children cumulated vsize (KiB) 67216

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=873632/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=67612 CPUtime=458.58
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 26376 3866 0 0 45818 16 17 7 25 0 1 0 58315432 69234688 15675 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 16903 15675 389 142 0 15857 0
Current children cumulated CPU time (s) 458.58
Current children cumulated vsize (KiB) 67612

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=786720/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=68404 CPUtime=518.11
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 26719 3866 0 0 51770 17 17 7 25 0 1 0 58315432 70045696 16018 996147200 134512640 135095119 4294956304 18446744073709551615 134926968 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17101 16018 389 142 0 16055 0
Current children cumulated CPU time (s) 518.11
Current children cumulated vsize (KiB) 68404

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=717024/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69324 CPUtime=577.64
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27068 3866 0 0 57722 18 17 7 25 0 1 0 58315432 70987776 16367 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17331 16367 389 142 0 16285 0
Current children cumulated CPU time (s) 577.64
Current children cumulated vsize (KiB) 69324

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

[startup+588.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=710048/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69456 CPUtime=583.99
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27106 3866 0 0 58357 18 17 7 25 0 1 0 58315432 71122944 16405 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17364 16405 389 142 0 16318 0
Current children cumulated CPU time (s) 583.99
Current children cumulated vsize (KiB) 69456

[startup+590.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=708576/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69456 CPUtime=585.57
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27115 3866 0 0 58515 18 17 7 25 0 1 0 58315432 71122944 16414 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17364 16414 389 142 0 16318 0
Current children cumulated CPU time (s) 585.57
Current children cumulated vsize (KiB) 69456

[startup+591.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=707168/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69456 CPUtime=587.16
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27124 3866 0 0 58674 18 17 7 25 0 1 0 58315432 71122944 16423 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17364 16423 389 142 0 16318 0
Current children cumulated CPU time (s) 587.16
Current children cumulated vsize (KiB) 69456

[startup+592.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=707168/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69456 CPUtime=587.96
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27129 3866 0 0 58754 18 17 7 25 0 1 0 58315432 71122944 16428 996147200 134512640 135095119 4294956304 18446744073709551615 134927023 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17364 16428 389 142 0 16318 0
Current children cumulated CPU time (s) 587.96
Current children cumulated vsize (KiB) 69456

[startup+593.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 18664
/proc/meminfo: memFree=706400/2055920 swapFree=4192812/4192956
[pid=18656] ppid=18654 vsize=69456 CPUtime=588.35
/proc/18656/stat : 18656 (pcs.small) R 18654 18656 17507 0 -1 4194304 27132 3866 0 0 58793 18 17 7 25 0 1 0 58315432 71122944 16431 996147200 134512640 135095119 4294956304 18446744073709551615 7321429 0 0 4096 0 0 0 0 17 1 0 0
/proc/18656/statm: 17364 16431 389 142 0 16318 0
Current children cumulated CPU time (s) 588.35
Current children cumulated vsize (KiB) 69456

Child status: 0
Real time (s): 593.154
CPU time (s): 588.428
CPU user time (s): 588.154
CPU system time (s): 0.273958
CPU usage (%): 99.2032
Max. virtual memory (cumulated for all children) (KiB): 88576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.154
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31001
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= 27
involuntary context switches= 12644

runsolver used 0.671897 second user time and 1.58276 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-16 04:48:47
IDJOB=2074937
IDBENCH=56209
IDSOLVER=733
FILE ID=node67/2074937-1247712525
PBS_JOBID= 9521463
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-10_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074937-1247712525/watcher-2074937-1247712525 -o /tmp/evaluation-result-2074937-1247712525/solver-2074937-1247712525 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1245953981 HOME/instance-2074937-1247712525.xml

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

MD5SUM BENCH= 513cf35a6a387b7eda5da4b4c70b12f5
RANDOM SEED=1245953981

node67.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.239
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.239
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:       1496456 kB
Buffers:         68848 kB
Cached:         284752 kB
SwapCached:          0 kB
Active:         222048 kB
Inactive:       263212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23680 kB
Writeback:           0 kB
Mapped:         143272 kB
Slab:            59384 kB
Committed_AS:   591436 kB
PageTables:       2000 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= 66312 MiB
End job on node67 at 2009-07-16 04:58:40