Trace number 2085861

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.2? 355.766 359.131

DiagnosticValue
ASSIGNMENTS1000000

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-4-insertions-4-4.xml
MD5SUM085e453a39e64b1799e73e4b2f36d4a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables475
Number of constraints1795
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1795
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.00/0.02	c Seed is 39342166
0.00/0.02	c Constructing HOME/instance-2085861-1247726487.xml  with 1795 constraints
0.05/0.08	c Solving 1000001 backtracks 25 restarts
355.72/359.13	s UNKNOWN
355.72/359.13	c Too many backtracks
355.72/359.13	d ASSIGNMENTS 1000001

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085861-1247726487/watcher-2085861-1247726487 -o /tmp/evaluation-result-2085861-1247726487/solver-2085861-1247726487 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 39342166 HOME/instance-2085861-1247726487.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: 1.81 1.94 1.98 4/82 15418
/proc/meminfo: memFree=1357728/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=5356 CPUtime=0
/proc/15418/stat : 15418 (pcssolve) R 15416 15418 15339 0 -1 4194304 290 0 0 0 0 0 0 0 24 0 1 0 59715166 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15418/statm: 1339 241 200 169 0 50 0
[pid=15419] ppid=15418 vsize=5356 CPUtime=0
/proc/15419/stat : 15419 (pcssolve) R 15418 15418 15339 0 -1 4194368 22 0 0 0 0 0 0 0 25 0 1 0 59715167 5484544 243 996147200 4194304 4889804 548682068800 18446744073709551615 268213742887 0 0 4096 0 0 0 0 17 1 0 0
/proc/15419/statm: 1339 243 202 169 0 50 0
[pid=15420] ppid=15418 vsize=5356 CPUtime=0
/proc/15420/stat : 15420 (pcssolve) R 15418 15418 15339 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 1 0 59715167 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/15420/statm: 1339 241 200 169 0 50 0

[startup+0.0793889 s]
/proc/loadavg: 1.81 1.94 1.98 4/82 15418
/proc/meminfo: memFree=1357728/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=4772 CPUtime=0.05
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 913 822 0 0 5 0 0 0 25 0 1 0 59715166 4886528 522 996147200 134512640 135095119 4294956304 18446744073709551615 4159337339 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 1193 522 373 142 0 147 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4772

[startup+0.10239 s]
/proc/loadavg: 1.81 1.94 1.98 4/82 15418
/proc/meminfo: memFree=1357728/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=4772 CPUtime=0.08
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 936 822 0 0 8 0 0 0 25 0 1 0 59715166 4886528 545 996147200 134512640 135095119 4294956304 18446744073709551615 134578949 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 1193 545 385 142 0 147 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4772

[startup+0.301413 s]
/proc/loadavg: 1.81 1.94 1.98 4/82 15418
/proc/meminfo: memFree=1357728/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=4904 CPUtime=0.27
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 968 822 0 0 27 0 0 0 25 0 1 0 59715166 5021696 577 996147200 134512640 135095119 4294956304 18446744073709551615 134578949 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 1226 577 385 142 0 180 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 4904

[startup+0.701459 s]
/proc/loadavg: 1.81 1.94 1.98 4/82 15418
/proc/meminfo: memFree=1357728/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=5936 CPUtime=0.67
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 1230 822 0 0 67 0 0 0 25 0 1 0 59715166 6078464 806 996147200 134512640 135095119 4294956304 18446744073709551615 134615537 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 1484 806 385 142 0 438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5936

[startup+1.50255 s]
/proc/loadavg: 1.83 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1355288/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=7356 CPUtime=1.46
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 1650 822 0 0 146 0 0 0 25 0 1 0 59715166 7532544 1161 996147200 134512640 135095119 4294956304 18446744073709551615 134555265 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 1839 1161 385 142 0 793 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 7356

[startup+3.10173 s]
/proc/loadavg: 1.83 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1353240/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=9940 CPUtime=3.05
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 2389 822 0 0 304 1 0 0 25 0 1 0 59715166 10178560 1771 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 2485 1771 385 142 0 1439 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9940

[startup+6.3011 s]
/proc/loadavg: 1.83 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1344792/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=19468 CPUtime=6.22
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 5165 822 0 0 620 2 0 0 25 0 1 0 59715166 19935232 4063 996147200 134512640 135095119 4294956304 18446744073709551615 134617234 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 4867 4063 385 142 0 3821 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 19468

[startup+12.7018 s]
/proc/loadavg: 1.85 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1333400/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=30112 CPUtime=12.56
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 8197 822 0 0 1253 3 0 0 25 0 1 0 59715166 30834688 6582 996147200 134512640 135095119 4294956304 18446744073709551615 134617071 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 7528 6582 385 142 0 6482 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 30112

[startup+25.5013 s]
/proc/loadavg: 1.88 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1307160/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=57828 CPUtime=25.24
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 15751 822 0 0 2516 8 0 0 25 0 1 0 59715166 59215872 13111 996147200 134512640 135095119 4294956304 18446744073709551615 134615663 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 14457 13111 385 142 0 13411 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 57828

[startup+51.1012 s]
/proc/loadavg: 1.92 1.94 1.98 3/83 15424
/proc/meminfo: memFree=1246232/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=124220 CPUtime=50.6
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 33637 822 0 0 5044 16 0 0 25 0 1 0 59715166 127201280 28178 996147200 134512640 135095119 4294956304 18446744073709551615 134642693 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 31055 28178 385 142 0 30009 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 124220

[startup+102.307 s]
/proc/loadavg: 1.96 1.95 1.98 3/83 15424
/proc/meminfo: memFree=1210840/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=154300 CPUtime=101.32
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 42430 822 0 0 10108 24 0 0 25 0 1 0 59715166 158003200 36971 996147200 134512640 135095119 4294956304 18446744073709551615 134848864 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 38575 36971 385 142 0 37529 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 154300

[startup+162.302 s]
/proc/loadavg: 1.98 1.96 1.98 3/83 15424
/proc/meminfo: memFree=1110104/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=265072 CPUtime=160.75
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 71659 822 0 0 16037 38 0 0 25 0 1 0 59715166 271433728 62103 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 66268 62103 385 142 0 65222 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 265072

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.98 3/83 15424
/proc/meminfo: memFree=1036696/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=337268 CPUtime=220.19
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 91072 822 0 0 21967 52 0 0 25 0 1 0 59715166 345362432 80491 996147200 134512640 135095119 4294956304 18446744073709551615 134617024 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 84317 80491 385 142 0 83271 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 337268

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=993048/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=376948 CPUtime=279.63
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 102038 822 0 0 27899 64 0 0 25 0 1 0 59715166 385994752 91457 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 94237 91457 385 142 0 93191 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 376948

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=951576/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=415604 CPUtime=339.07
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 112276 822 0 0 33832 75 0 0 25 0 1 0 59715166 425578496 101695 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 103901 101695 385 142 0 102855 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 415604

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

[startup+345.502 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=949080/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=417912 CPUtime=342.24
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 112878 822 0 0 34149 75 0 0 25 0 1 0 59715166 427941888 102297 996147200 134512640 135095119 4294956304 18446744073709551615 134641424 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 104478 102297 385 142 0 103432 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 417912

[startup+351.902 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=944152/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=422392 CPUtime=348.59
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 114076 822 0 0 34783 76 0 0 25 0 1 0 59715166 432529408 103495 996147200 134512640 135095119 4294956304 18446744073709551615 134643125 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 105598 103495 385 142 0 104552 0
Current children cumulated CPU time (s) 348.59
Current children cumulated vsize (KiB) 422392

[startup+355.102 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=942616/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=424696 CPUtime=351.75
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 114679 822 0 0 35099 76 0 0 25 0 1 0 59715166 434888704 104098 996147200 134512640 135095119 4294956304 18446744073709551615 134637443 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 106174 104098 385 142 0 105128 0
Current children cumulated CPU time (s) 351.75
Current children cumulated vsize (KiB) 424696

[startup+356.702 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=940760/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=425976 CPUtime=353.34
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 115007 822 0 0 35257 77 0 0 25 0 1 0 59715166 436199424 104426 996147200 134512640 135095119 4294956304 18446744073709551615 134838326 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 106494 104426 385 142 0 105448 0
Current children cumulated CPU time (s) 353.34
Current children cumulated vsize (KiB) 425976

[startup+358.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=939928/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=426872 CPUtime=354.92
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 115237 822 0 0 35415 77 0 0 25 0 1 0 59715166 437116928 104656 996147200 134512640 135095119 4294956304 18446744073709551615 9703413 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 106718 104656 385 142 0 105672 0
Current children cumulated CPU time (s) 354.92
Current children cumulated vsize (KiB) 426872

[startup+358.701 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=970648/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=394100 CPUtime=355.32
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 115237 822 0 0 35454 78 0 0 25 0 1 0 59715166 403558400 96829 996147200 134512640 135095119 4294956304 18446744073709551615 9704981 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 98525 96829 385 142 0 97479 0
Current children cumulated CPU time (s) 355.32
Current children cumulated vsize (KiB) 394100

[startup+359.102 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 15424
/proc/meminfo: memFree=970648/2055920 swapFree=4192812/4192956
[pid=15418] ppid=15416 vsize=394100 CPUtime=355.72
/proc/15418/stat : 15418 (pcs.small) R 15416 15418 15339 0 -1 4194304 115237 822 0 0 35491 81 0 0 25 0 1 0 59715166 403558400 43581 996147200 134512640 135095119 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15418/statm: 98525 43581 385 142 0 97479 0
Current children cumulated CPU time (s) 355.72
Current children cumulated vsize (KiB) 394100

Child status: 0
Real time (s): 359.131
CPU time (s): 355.766
CPU user time (s): 354.913
CPU system time (s): 0.85287
CPU usage (%): 99.0629
Max. virtual memory (cumulated for all children) (KiB): 426872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.913
system time used= 0.85287
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116061
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= 20
involuntary context switches= 14918

runsolver used 0.426935 second user time and 1.21081 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-16 08:41:27
IDJOB=2085861
IDBENCH=58523
IDSOLVER=734
FILE ID=node32/2085861-1247726487
PBS_JOBID= 9521607
Free space on /tmp= 66324 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-4-insertions-4-4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085861-1247726487/watcher-2085861-1247726487 -o /tmp/evaluation-result-2085861-1247726487/solver-2085861-1247726487 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 39342166 HOME/instance-2085861-1247726487.xml

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

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=39342166

node32.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.236
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.236
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:       1358208 kB
Buffers:         93664 kB
Cached:         479984 kB
SwapCached:          0 kB
Active:         224112 kB
Inactive:       386548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:          57420 kB
Slab:            71852 kB
Committed_AS:   596540 kB
PageTables:       2012 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= 66320 MiB
End job on node32 at 2009-07-16 08:47:26