Trace number 2070845

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 348.516 351.833

DiagnosticValue
ASSIGNMENTS15514

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-7.xml
MD5SUM2dc4449fba58f7ec0fed491a75880a0e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.17/0.23	c Seed is 1952235119
0.17/0.23	c Constructing HOME/instance-2070845-1247709236.xml  with 262 constraints
0.17/0.23	c Solving 15514 backtracks 15 restarts
348.47/351.82	s SATISFIABLE
348.47/351.82	c V0=4, V1=30, V2=4, V3=55, V4=47, V5=36, V6=8, V7=49, V8=41, V9=6, V10=8, V11=12, V12=2, V13=8, V14=2, V15=15, V16=28, V17=60, V18=65, V19=53, V20=20, V21=49, V22=33, V23=2, V24=61, V25=36, V26=34, V27=34, V28=11, V29=4, V30=14, V31=17, V32=43, V33=25, V34=8, V35=24, V36=5, V37=36, V38=10, V39=16, V40=44, V41=63, V42=50, V43=23, V44=37, V45=14, V46=5, V47=21, V48=8, V49=69, V50=14, V51=71, V52=31, V53=11, V54=4, V55=16, V56=8, V57=57, V58=29, V59=7, V60=5, V61=15, V62=30, V63=68, V64=7, V65=68, V66=23, V67=23, V68=42, V69=60, V70=54, V71=70, V72=11, V73=17, V74=15, V75=12, V76=63, V77=14, V78=3, V79=71, V80=70, V81=3, V82=47, V83=4, V84=6, V85=69, V86=3, V87=28, V88=56, V89=17, V90=48, V91=3, V92=32, V93=14, V94=69, V95=28, V96=14, V97=9, V98=50, V99=62, 
348.47/351.82	v 4 30 4 55 47 36 8 49 41 6 8 12 2 8 2 15 28 60 65 53 20 49 33 2 61 36 34 34 11 4 14 17 43 25 8 24 5 36 10 16 44 63 50 23 37 14 5 21 8 69 14 71 31 11 4 16 8 57 29 7 5 15 30 68 7 68 23 23 42 60 54 70 11 17 15 12 63 14 3 71 70 3 47 4 6 69 3 28 56 17 48 3 32 14 69 28 14 9 50 62 
348.47/351.82	d ASSIGNMENTS 15514

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-2070845-1247709236/watcher-2070845-1247709236 -o /tmp/evaluation-result-2070845-1247709236/solver-2070845-1247709236 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1952235119 HOME/instance-2070845-1247709236.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.34 2.50 2.41 4/75 16623
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=18576 CPUtime=0
/proc/16623/stat : 16623 (runsolver) R 16621 16623 16378 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 57986285 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16623/statm: 4644 284 249 26 0 2626 0

[startup+0.07361 s]
/proc/loadavg: 2.34 2.50 2.41 4/75 16623
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=4960 CPUtime=0.05
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 929 646 0 0 5 0 0 0 18 0 1 0 57986285 5079040 560 996147200 134512640 135215973 4294956304 18446744073709551615 4158960578 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1240 560 415 171 0 165 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4960

[startup+0.101613 s]
/proc/loadavg: 2.34 2.50 2.41 4/75 16623
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=5172 CPUtime=0.07
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 992 646 0 0 7 0 0 0 18 0 1 0 57986285 5296128 623 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1293 623 415 171 0 218 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5172

[startup+0.301645 s]
/proc/loadavg: 2.34 2.50 2.41 4/75 16623
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=5304 CPUtime=0.27
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 1024 646 0 0 27 0 0 0 19 0 1 0 57986285 5431296 655 996147200 134512640 135215973 4294956304 18446744073709551615 4158961072 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1326 655 415 171 0 251 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5304

[startup+0.701713 s]
/proc/loadavg: 2.34 2.50 2.41 4/75 16623
/proc/meminfo: memFree=1618424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=5700 CPUtime=0.67
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 1128 646 0 0 67 0 0 0 23 0 1 0 57986285 5836800 759 996147200 134512640 135215973 4294956304 18446744073709551615 134590638 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1425 759 415 171 0 350 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5700

[startup+1.50185 s]
/proc/loadavg: 2.31 2.49 2.41 3/76 16628
/proc/meminfo: memFree=1616816/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=6116 CPUtime=1.46
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 1215 646 0 0 146 0 0 0 25 0 1 0 57986285 6262784 846 996147200 134512640 135215973 4294956304 18446744073709551615 4158961040 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1529 846 415 171 0 454 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6116

[startup+3.10212 s]
/proc/loadavg: 2.31 2.49 2.41 3/76 16628
/proc/meminfo: memFree=1615536/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=6772 CPUtime=3.05
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 1405 646 0 0 305 0 0 0 25 0 1 0 57986285 6934528 1036 996147200 134512640 135215973 4294956304 18446744073709551615 134596257 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 1693 1036 415 171 0 618 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6772

[startup+6.30167 s]
/proc/loadavg: 2.31 2.49 2.41 3/76 16628
/proc/meminfo: memFree=1613424/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=8160 CPUtime=6.22
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 1759 646 0 0 622 0 0 0 25 0 1 0 57986285 8355840 1337 996147200 134512640 135215973 4294956304 18446744073709551615 134585386 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 2040 1337 415 171 0 965 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 8160

[startup+12.7018 s]
/proc/loadavg: 2.26 2.47 2.41 3/76 16628
/proc/meminfo: memFree=1610288/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=10384 CPUtime=12.56
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 2322 646 0 0 1255 1 0 0 25 0 1 0 57986285 10633216 1867 996147200 134512640 135215973 4294956304 18446744073709551615 4158960184 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 2596 1867 415 171 0 1521 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 10384

[startup+25.5019 s]
/proc/loadavg: 2.22 2.45 2.40 3/76 16628
/proc/meminfo: memFree=1605616/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=13136 CPUtime=25.24
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 3035 646 0 0 2523 1 0 0 25 0 1 0 57986285 13451264 2580 996147200 134512640 135215973 4294956304 18446744073709551615 134590191 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 3284 2580 415 171 0 2209 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 13136

[startup+51.1013 s]
/proc/loadavg: 2.14 2.42 2.39 3/76 16628
/proc/meminfo: memFree=1594736/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=19304 CPUtime=50.59
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 4587 646 0 0 5057 2 0 0 25 0 1 0 57986285 19767296 4132 996147200 134512640 135215973 4294956304 18446744073709551615 4158960027 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 4826 4132 415 171 0 3751 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 19304

[startup+102.307 s]
/proc/loadavg: 2.06 2.34 2.36 3/76 16628
/proc/meminfo: memFree=1582320/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=25996 CPUtime=101.32
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 6284 646 0 0 10129 3 0 0 25 0 1 0 57986285 26619904 5764 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 6499 5764 415 171 0 5424 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 25996

[startup+162.301 s]
/proc/loadavg: 2.02 2.28 2.34 3/76 16628
/proc/meminfo: memFree=1572592/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=29536 CPUtime=160.75
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 7177 646 0 0 16071 4 0 0 25 0 1 0 57986285 30244864 6657 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 7384 6657 415 171 0 6309 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 29536

[startup+222.301 s]
/proc/loadavg: 2.00 2.23 2.32 3/76 16628
/proc/meminfo: memFree=1564016/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=32688 CPUtime=220.18
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 7989 646 0 0 22013 5 0 0 25 0 1 0 57986285 33472512 7469 996147200 134512640 135215973 4294956304 18446744073709551615 134599834 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 8172 7469 415 171 0 7097 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 32688

[startup+282.302 s]
/proc/loadavg: 2.00 2.18 2.29 3/76 16628
/proc/meminfo: memFree=1552368/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=35976 CPUtime=279.63
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 8821 646 0 0 27957 6 0 0 25 0 1 0 57986285 36839424 8301 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 8994 8301 415 171 0 7919 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 35976

[startup+342.302 s]
/proc/loadavg: 2.00 2.15 2.27 3/76 16628
/proc/meminfo: memFree=1538352/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=339.05
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9963 646 0 0 33899 6 0 0 25 0 1 0 57986285 41426944 9443 996147200 134512640 135215973 4294956304 18446744073709551615 134591071 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9443 415 171 0 9039 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 40456

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

[startup+345.501 s]
/proc/loadavg: 2.00 2.15 2.27 3/76 16628
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=342.22
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9964 646 0 0 34216 6 0 0 25 0 1 0 57986285 41426944 9444 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9444 415 171 0 9039 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 40456

[startup+348.708 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537584/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=345.4
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9965 646 0 0 34534 6 0 0 25 0 1 0 57986285 41426944 9445 996147200 134512640 135215973 4294956304 18446744073709551615 134599875 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9445 415 171 0 9039 0
Current children cumulated CPU time (s) 345.4
Current children cumulated vsize (KiB) 40456

[startup+350.302 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537520/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=346.98
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9965 646 0 0 34692 6 0 0 25 0 1 0 57986285 41426944 9445 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9445 415 171 0 9039 0
Current children cumulated CPU time (s) 346.98
Current children cumulated vsize (KiB) 40456

[startup+351.101 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537456/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=347.77
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9968 646 0 0 34771 6 0 0 25 0 1 0 57986285 41426944 9448 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9448 415 171 0 9039 0
Current children cumulated CPU time (s) 347.77
Current children cumulated vsize (KiB) 40456

[startup+351.501 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537456/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=348.17
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9969 646 0 0 34811 6 0 0 25 0 1 0 57986285 41426944 9449 996147200 134512640 135215973 4294956304 18446744073709551615 134597411 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9449 415 171 0 9039 0
Current children cumulated CPU time (s) 348.17
Current children cumulated vsize (KiB) 40456

[startup+351.701 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537456/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=40456 CPUtime=348.37
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9969 646 0 0 34831 6 0 0 25 0 1 0 57986285 41426944 9449 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 10114 9449 415 171 0 9039 0
Current children cumulated CPU time (s) 348.37
Current children cumulated vsize (KiB) 40456

[startup+351.801 s]
/proc/loadavg: 2.00 2.14 2.27 3/76 16628
/proc/meminfo: memFree=1537456/2055920 swapFree=4192812/4192956
[pid=16623] ppid=16621 vsize=39940 CPUtime=348.47
/proc/16623/stat : 16623 (pcs.big) R 16621 16623 16378 0 -1 4194304 9969 646 0 0 34841 6 0 0 25 0 1 0 57986285 40898560 9325 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/16623/statm: 9985 9325 415 171 0 8910 0
Current children cumulated CPU time (s) 348.47
Current children cumulated vsize (KiB) 39940

Child status: 0
Real time (s): 351.833
CPU time (s): 348.516
CPU user time (s): 348.438
CPU system time (s): 0.077988
CPU usage (%): 99.0573
Max. virtual memory (cumulated for all children) (KiB): 40456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 348.438
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10617
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= 19
involuntary context switches= 7564

runsolver used 0.418936 second user time and 1.18982 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-16 03:53:56
IDJOB=2070845
IDBENCH=55410
IDSOLVER=733
FILE ID=node68/2070845-1247709236
PBS_JOBID= 9521347
Free space on /tmp= 66420 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070845-1247709236/watcher-2070845-1247709236 -o /tmp/evaluation-result-2070845-1247709236/solver-2070845-1247709236 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1952235119 HOME/instance-2070845-1247709236.xml

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

MD5SUM BENCH= 2dc4449fba58f7ec0fed491a75880a0e
RANDOM SEED=1952235119

node68.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:       1618904 kB
Buffers:         62908 kB
Cached:         260976 kB
SwapCached:          0 kB
Active:          86952 kB
Inactive:       283076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          58000 kB
Slab:            52080 kB
Committed_AS:   618524 kB
PageTables:       1964 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= 66420 MiB
End job on node68 at 2009-07-16 03:59:48