Trace number 2078469

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 407.32 411.183

DiagnosticValue
ASSIGNMENTS120297

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-8_ext.xml
MD5SUMc333f846853957646be8a6d35325162e
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.61799
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.02	c small-domain mode
0.00/0.04	c Seed is 1860967068
0.00/0.04	c Constructing HOME/instance-2078469-1247716353.xml  with 58 constraints
0.37/0.46	c Solving 120297 backtracks 20 restarts
407.22/411.18	s SATISFIABLE
407.22/411.18	c V0=4, V1=16, V2=10, V3=1, V4=12, V5=18, V6=11, V7=11, V8=13, V9=0, V10=14, V11=10, V12=2, V13=17, V14=8, V15=8, V16=2, V17=9, V18=3, V19=15, 
407.22/411.18	v 4 16 10 1 12 18 11 11 13 0 14 10 2 17 8 8 2 9 3 15 
407.22/411.18	d ASSIGNMENTS 120297

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-2078469-1247716353/watcher-2078469-1247716353 -o /tmp/evaluation-result-2078469-1247716353/solver-2078469-1247716353 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1860967068 HOME/instance-2078469-1247716353.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.95 1.98 2.00 4/82 18564
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=18576 CPUtime=0
/proc/18564/stat : 18564 (runsolver) R 18562 18564 16843 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58698841 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18564/statm: 4644 284 249 26 0 2626 0

[startup+0.206566 s]
/proc/loadavg: 1.95 1.98 2.00 4/82 18564
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=6840 CPUtime=0.18
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1127 822 0 0 17 0 1 0 19 0 1 0 58698841 7004160 736 996147200 134512640 135095119 4294956304 18446744073709551615 134803271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1710 736 375 142 0 664 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6840

[startup+0.302574 s]
/proc/loadavg: 1.95 1.98 2.00 4/82 18564
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=8048 CPUtime=0.28
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1284 822 0 0 26 1 1 0 19 0 1 0 58698841 8241152 893 996147200 134512640 135095119 4294956304 18446744073709551615 134944924 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2012 893 375 142 0 966 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8048

[startup+0.402585 s]
/proc/loadavg: 1.95 1.98 2.00 4/82 18564
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=9408 CPUtime=0.37
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1442 822 0 0 35 1 1 0 20 0 1 0 58698841 9633792 1051 996147200 134512640 135095119 4294956304 18446744073709551615 3051628 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2352 1051 375 142 0 1306 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9408

[startup+0.701613 s]
/proc/loadavg: 1.95 1.98 2.00 4/82 18564
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=10232 CPUtime=0.67
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1568 822 0 0 65 1 1 0 23 0 1 0 58698841 10477568 1177 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2558 1177 389 142 0 1512 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10232

[startup+1.50169 s]
/proc/loadavg: 1.96 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1590584/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=10232 CPUtime=1.46
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1577 822 0 0 144 1 1 0 25 0 1 0 58698841 10477568 1186 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2558 1186 389 142 0 1512 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10232

[startup+3.10183 s]
/proc/loadavg: 1.96 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1590392/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=10364 CPUtime=3.05
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1613 822 0 0 303 1 1 0 25 0 1 0 58698841 10612736 1222 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2591 1222 389 142 0 1545 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 10364

[startup+6.30112 s]
/proc/loadavg: 1.96 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1590136/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=10492 CPUtime=6.22
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1688 822 0 0 620 1 1 0 25 0 1 0 58698841 10743808 1264 996147200 134512640 135095119 4294956304 18446744073709551615 134911552 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2623 1264 389 142 0 1577 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10492

[startup+12.7017 s]
/proc/loadavg: 1.96 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1589368/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=11008 CPUtime=12.55
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 1936 822 0 0 1253 1 1 0 25 0 1 0 58698841 11272192 1414 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2752 1414 389 142 0 1706 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 11008

[startup+25.5079 s]
/proc/loadavg: 1.97 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1588408/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=11776 CPUtime=25.25
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 2382 822 0 0 2522 2 1 0 25 0 1 0 58698841 12058624 1666 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2944 1666 389 142 0 1898 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 11776

[startup+51.1022 s]
/proc/loadavg: 1.98 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1586744/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=13444 CPUtime=50.6
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 3275 822 0 0 5056 3 1 0 25 0 1 0 58698841 13766656 2173 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 3361 2173 389 142 0 2315 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13444

[startup+102.303 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1582328/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=18356 CPUtime=101.32
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 5176 822 0 0 10127 4 1 0 25 0 1 0 58698841 18796544 3271 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 4589 3271 389 142 0 3543 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 18356

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=19796 CPUtime=160.75
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 6042 822 0 0 16069 5 1 0 25 0 1 0 58698841 20271104 4137 996147200 134512640 135095119 4294956304 18446744073709551615 134911258 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 4949 4137 389 142 0 3903 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 19796

[startup+222.303 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1572216/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=30296 CPUtime=220.2
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 9277 822 0 0 22012 7 1 0 25 0 1 0 58698841 31023104 5769 996147200 134512640 135095119 4294956304 18446744073709551615 134918126 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 7574 5769 389 142 0 6528 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 30296

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1569976/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=30684 CPUtime=279.63
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 9826 822 0 0 27954 8 1 0 25 0 1 0 58698841 31420416 6318 996147200 134512640 135095119 4294956304 18446744073709551615 134927094 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 7671 6318 389 142 0 6625 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 30684

[startup+342.307 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1565816/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=40972 CPUtime=339.07
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 12873 822 0 0 33896 10 1 0 25 0 1 0 58698841 41955328 7316 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10243 7316 389 142 0 9197 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 40972

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1561528/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43332 CPUtime=398.51
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 13961 822 0 0 39839 11 1 0 25 0 1 0 58698841 44371968 8404 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10833 8404 389 142 0 9787 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 43332

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

[startup+403.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1561464/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43332 CPUtime=399.5
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 13980 822 0 0 39938 11 1 0 25 0 1 0 58698841 44371968 8423 996147200 134512640 135095119 4294956304 18446744073709551615 134916458 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10833 8423 389 142 0 9787 0
Current children cumulated CPU time (s) 399.5
Current children cumulated vsize (KiB) 43332

[startup+406.501 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1561208/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43464 CPUtime=402.67
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 14037 822 0 0 40255 11 1 0 25 0 1 0 58698841 44507136 8480 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10866 8480 389 142 0 9820 0
Current children cumulated CPU time (s) 402.67
Current children cumulated vsize (KiB) 43464

[startup+409.702 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1561016/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43592 CPUtime=405.83
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 14093 822 0 0 40571 11 1 0 25 0 1 0 58698841 44638208 8536 996147200 134512640 135095119 4294956304 18446744073709551615 134911427 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10898 8536 389 142 0 9852 0
Current children cumulated CPU time (s) 405.83
Current children cumulated vsize (KiB) 43592

[startup+410.508 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1560888/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43592 CPUtime=406.64
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 14108 822 0 0 40652 11 1 0 25 0 1 0 58698841 44638208 8551 996147200 134512640 135095119 4294956304 18446744073709551615 134916454 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10898 8551 389 142 0 9852 0
Current children cumulated CPU time (s) 406.64
Current children cumulated vsize (KiB) 43592

[startup+410.903 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1560888/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=43720 CPUtime=407.03
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 14114 822 0 0 40691 11 1 0 25 0 1 0 58698841 44769280 8557 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 10930 8557 389 142 0 9884 0
Current children cumulated CPU time (s) 407.03
Current children cumulated vsize (KiB) 43720

[startup+411.103 s]
/proc/loadavg: 1.99 1.98 2.00 3/83 18570
/proc/meminfo: memFree=1560888/2055920 swapFree=4192812/4192956
[pid=18564] ppid=18562 vsize=39620 CPUtime=407.22
/proc/18564/stat : 18564 (pcs.small) R 18562 18564 16843 0 -1 4194304 14117 822 0 0 40710 11 1 0 25 0 1 0 58698841 40570880 7619 996147200 134512640 135095119 4294956304 18446744073709551615 3050948 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 9905 7619 389 142 0 8859 0
Current children cumulated CPU time (s) 407.22
Current children cumulated vsize (KiB) 39620

Child status: 0
Real time (s): 411.183
CPU time (s): 407.32
CPU user time (s): 407.194
CPU system time (s): 0.12598
CPU usage (%): 99.0605
Max. virtual memory (cumulated for all children) (KiB): 43720

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

runsolver used 0.566913 second user time and 1.3068 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-16 05:52:33
IDJOB=2078469
IDBENCH=56757
IDSOLVER=734
FILE ID=node51/2078469-1247716353
PBS_JOBID= 9521327
Free space on /tmp= 66316 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-8_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078469-1247716353/watcher-2078469-1247716353 -o /tmp/evaluation-result-2078469-1247716353/solver-2078469-1247716353 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1860967068 HOME/instance-2078469-1247716353.xml

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

MD5SUM BENCH= c333f846853957646be8a6d35325162e
RANDOM SEED=1860967068

node51.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.225
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.225
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:       1594464 kB
Buffers:         55260 kB
Cached:         277532 kB
SwapCached:          0 kB
Active:         116852 kB
Inactive:       277252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:          81736 kB
Slab:            52400 kB
Committed_AS:   573748 kB
PageTables:       1936 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= 66316 MiB
End job on node51 at 2009-07-16 05:59:25