Trace number 268146

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, and are wall clock time (not CPU 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
VALCSP 3.1UNSAT 994.533 994.809

DiagnosticValue
CHECKS73707000000
NODES0

General information on the benchmark

Nameknights/
knights-50-9.xml
MD5SUMd61f93e72d0c8355a9fd53a479e3a055
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.9453
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

994.67	s UNSATISFIABLE
994.67	d CHECKS 7.3707e+10
994.67	d NODES 0

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-268146-1168978033 -o ROOT/results/node14/solver-268146-1168978033 -C 1800 -M 900 /tmp/evaluation/268146-1168978033/VALCSP /tmp/evaluation/268146-1168978033/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.62 0.41 0.16 4/81 16676
/proc/meminfo: memFree=1761752/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=4340 CPUtime=0
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 841 0 0 0 0 0 0 0 18 0 1 0 246199387 4444160 819 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 7362171 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 1085 826 64 8 0 757 0

[startup+0.103067 s]
/proc/loadavg: 0.62 0.41 0.16 4/81 16676
/proc/meminfo: memFree=1761752/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=26368 CPUtime=0.09
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 6325 0 0 0 6 3 0 0 18 0 1 0 246199387 27000832 6303 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 6592 6303 64 8 0 6264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26368

[startup+0.511104 s]
/proc/loadavg: 0.62 0.41 0.16 4/81 16676
/proc/meminfo: memFree=1761752/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=26368 CPUtime=0.5
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 6325 0 0 0 47 3 0 0 22 0 1 0 246199387 27000832 6303 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 6592 6303 64 8 0 6264 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 26368

[startup+1.33317 s]
/proc/loadavg: 0.73 0.44 0.17 3/86 16681
/proc/meminfo: memFree=1343408/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=26368 CPUtime=1.32
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 6325 0 0 0 129 3 0 0 25 0 1 0 246199387 27000832 6303 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 6592 6303 64 8 0 6264 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 26368

[startup+2.97432 s]
/proc/loadavg: 0.73 0.44 0.17 3/86 16681
/proc/meminfo: memFree=1343408/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=26368 CPUtime=2.96
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 6325 0 0 0 293 3 0 0 25 0 1 0 246199387 27000832 6303 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 6592 6303 64 8 0 6264 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26368

[startup+6.25063 s]
/proc/loadavg: 0.83 0.46 0.18 3/86 16681
/proc/meminfo: memFree=1343408/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=26368 CPUtime=6.24
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 6325 0 0 0 621 3 0 0 25 0 1 0 246199387 27000832 6303 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 6592 6303 64 8 0 6264 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 26368

[startup+12.7092 s]
/proc/loadavg: 0.93 0.49 0.19 3/86 16681
/proc/meminfo: memFree=1318960/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=50724 CPUtime=12.7
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 12436 0 0 0 1265 5 0 0 25 0 1 0 246199387 51941376 12414 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 12681 12414 64 8 0 12353 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 50724

[startup+25.5154 s]
/proc/loadavg: 1.09 0.54 0.21 3/86 16681
/proc/meminfo: memFree=1294448/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=75220 CPUtime=25.49
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 18547 0 0 0 2542 7 0 0 25 0 1 0 246199387 77025280 18525 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 18805 18525 64 8 0 18477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75220

[startup+51.1339 s]
/proc/loadavg: 1.45 0.68 0.26 3/86 16681
/proc/meminfo: memFree=1245424/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=124068 CPUtime=51.11
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 30769 0 0 0 5099 12 0 0 25 0 1 0 246199387 127045632 30747 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 31017 30747 64 8 0 30689 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 124068

[startup+102.371 s]
/proc/loadavg: 1.76 0.88 0.35 3/86 16681
/proc/meminfo: memFree=1147504/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=221904 CPUtime=102.33
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 55213 0 0 0 10211 22 0 0 25 0 1 0 246199387 227229696 55191 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 55476 55191 64 8 0 55148 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 221904

[startup+162.426 s]
/proc/loadavg: 1.91 1.08 0.45 3/86 16681
/proc/meminfo: memFree=1025072/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=344092 CPUtime=162.38
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 85768 0 0 0 16202 36 0 0 25 0 1 0 246199387 352350208 85746 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 86023 85746 64 8 0 85695 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 344092

[startup+222.474 s]
/proc/loadavg: 1.96 1.24 0.55 3/86 16681
/proc/meminfo: memFree=878128/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=490776 CPUtime=222.4
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 122434 0 0 0 22189 51 0 0 25 0 1 0 246199387 502554624 122412 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 122694 122412 64 8 0 122366 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 490776

[startup+282.529 s]
/proc/loadavg: 1.98 1.38 0.64 3/86 16681
/proc/meminfo: memFree=755632/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=612968 CPUtime=282.44
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 152990 0 0 0 28180 64 0 0 25 0 1 0 246199387 627679232 152968 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134529339 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 153242 152968 64 8 0 152914 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 612968

[startup+342.587 s]
/proc/loadavg: 1.99 1.49 0.72 3/86 16681
/proc/meminfo: memFree=559728/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=808484 CPUtime=342.48
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 201878 0 0 0 34165 83 0 0 25 0 1 0 246199387 827887616 201856 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134528866 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 202121 201856 64 8 0 201793 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 808484

[startup+402.647 s]
/proc/loadavg: 1.99 1.58 0.79 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=402.53
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 40162 91 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524896 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 881828

[startup+462.701 s]
/proc/loadavg: 1.99 1.65 0.87 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=462.56
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 46165 91 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 462.56
Current children cumulated vsize (KiB) 881828

[startup+522.75 s]
/proc/loadavg: 2.05 1.73 0.94 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=522.6
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 52168 92 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 522.6
Current children cumulated vsize (KiB) 881828

[startup+582.803 s]
/proc/loadavg: 2.02 1.78 1.00 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=582.63
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 58171 92 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524985 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 582.63
Current children cumulated vsize (KiB) 881828

[startup+642.87 s]
/proc/loadavg: 2.00 1.81 1.06 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=642.69
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 64176 93 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 642.69
Current children cumulated vsize (KiB) 881828

[startup+702.922 s]
/proc/loadavg: 2.00 1.84 1.12 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=702.72
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 70179 93 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 702.72
Current children cumulated vsize (KiB) 881828

[startup+762.977 s]
/proc/loadavg: 2.00 1.87 1.17 3/86 16681
/proc/meminfo: memFree=486192/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=762.76
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 76182 94 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 762.76
Current children cumulated vsize (KiB) 881828

[startup+823.032 s]
/proc/loadavg: 2.00 1.89 1.22 3/86 16683
/proc/meminfo: memFree=94640/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=822.79
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 82185 94 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524872 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 822.79
Current children cumulated vsize (KiB) 881828

[startup+883.084 s]
/proc/loadavg: 2.00 1.91 1.27 3/86 16683
/proc/meminfo: memFree=94640/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=882.83
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 88188 95 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524894 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 882.83
Current children cumulated vsize (KiB) 881828

[startup+943.14 s]
/proc/loadavg: 2.00 1.92 1.31 3/86 16683
/proc/meminfo: memFree=94640/2055920 swapFree=4158792/4192956
[pid=16675] ppid=16673 vsize=881828 CPUtime=942.86
/proc/16675/stat : 16675 (VALCSP) R 16673 16675 16138 0 -1 4194304 220224 0 0 0 94191 95 0 0 25 0 1 0 246199387 902991872 220202 18446744073709551615 134512640 134547260 4294956720 18446744073709551615 134524983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16675/statm: 220457 220202 66 8 0 220129 0
Current children cumulated CPU time (s) 942.86
Current children cumulated vsize (KiB) 881828

Child status: 0
Real time (s): 994.809
CPU time (s): 994.533
CPU user time (s): 993.435
CPU system time (s): 1.09783
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 881828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 993.435
system time used= 1.09783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220253
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= 6
involuntary context switches= 20818

runsolver used 1.04184 s user time and 2.6196 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Jan 16 20:07:19 UTC 2007


IDJOB= 268146
IDBENCH= 3587
IDSOLVER= 90
FILE ID= node14/268146-1168978033

PBS_JOBID= 3565923

Free space on /tmp= 66565 MiB

SOLVER NAME= VALCSP 3.1
BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-50-9.xml
COMMAND LINE= /tmp/evaluation/268146-1168978033/VALCSP /tmp/evaluation/268146-1168978033/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-268146-1168978033 -o ROOT/results/node14/solver-268146-1168978033 -C 1800 -M 900  /tmp/evaluation/268146-1168978033/VALCSP /tmp/evaluation/268146-1168978033/unknown.xml

META MD5SUM SOLVER= d4fc2c4e0b0392ee9c79e754aa39e238
MD5SUM BENCH=  d61f93e72d0c8355a9fd53a479e3a055

RANDOM SEED= 616830057

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.227
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.227
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:       1762032 kB
Buffers:         40904 kB
Cached:         164968 kB
SwapCached:       3228 kB
Active:          42728 kB
Inactive:       192012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762032 kB
SwapTotal:     4192956 kB
SwapFree:      4158792 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          36428 kB
Slab:            44140 kB
Committed_AS:  8132268 kB
PageTables:       2100 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= 66565 MiB



End job on node14 on Tue Jan 16 20:23:59 UTC 2007